Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #1 from nicolasnoble/cmake-fixes | Arkady Shapkin | 2016-08-19 |
|\ | | | | | Generating project file. | ||
| * | Generating project file. | Nicolas "Pixel" Noble | 2016-08-18 |
|/ | |||
* | Fix CMake for Windows | Arkadiy Shapkin | 2016-08-18 |
| | |||
* | Merge pull request #7749 from sreecha/pthread_fix | Nicolas Noble | 2016-08-16 |
|\ | | | | | Include missing header in ev_epoll_linux.c | ||
* \ | Merge pull request #7757 from adelez/fix_interop_script | Nicolas Noble | 2016-08-16 |
|\ \ | | | | | | | fix_interop_server_arg | ||
| * | | fix_interop_server_arg | Adele Zhou | 2016-08-16 |
|/ / | |||
| * | Include missing header in ev_epoll_linux.c | Sree Kuchibhotla | 2016-08-16 |
|/ | |||
* | Merge pull request #7633 from thunderboltsid/add-pypy-to-testing-toolchain | kpayson64 | 2016-08-15 |
|\ | | | | | add PyPy to testing toolchain | ||
* \ | Merge pull request #7640 from markdroth/handshaker_api | kpayson64 | 2016-08-15 |
|\ \ | | | | | | | Change handshaker API to support passing leftover bytes read between handshakers. | ||
* \ \ | Merge pull request #7730 from bsilver8192/master | Nicolas Noble | 2016-08-15 |
|\ \ \ | | | | | | | | | Remove <linux/unistd.h> include for compatibility with non-glibc | ||
* \ \ \ | Merge pull request #7538 from thunderboltsid/pypy-experiments | kpayson64 | 2016-08-15 |
|\ \ \ \ | | | | | | | | | | | Change Python one-time grpc_init/grpc_shutdown to per-object-lifetime grpc_init/grpc_shutdown | ||
* \ \ \ \ | Merge pull request #7648 from vjpai/qps_better_ptr | kpayson64 | 2016-08-15 |
|\ \ \ \ \ | | | | | | | | | | | | | Use unique_ptr properly in QPS async tests | ||
* \ \ \ \ \ | Merge pull request #7706 from kpayson64/census_resource_test | kpayson64 | 2016-08-15 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add optional resource parameters to census resource test | ||
* \ \ \ \ \ \ | Merge pull request #7293 from apolcyn/send_metadata_from_server_handler | kpayson64 | 2016-08-15 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Moved sending of initial metadata from server into server handler | ||
* \ \ \ \ \ \ \ | Merge pull request #7652 from vjpai/qps_better_client_ending | kpayson64 | 2016-08-15 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Better client-side ending for QPS tests | ||
* \ \ \ \ \ \ \ \ | Merge pull request #7668 from thunderboltsid/skip-test-for-pypy | kpayson64 | 2016-08-15 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | skip test run if pypy | ||
| | | | | | | * | | | Remove <linux/unistd.h> include for compatibility with non-glibc | Brian | 2016-08-15 |
| |_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On my glibc (Debian Jessie amd64 if anybody cares) system, <linux/unistd.h> is a strict subset of <sys/sycall.h>, which the file is already including. musl libc doesn't provide this file, and with this change all the C++ tests pass with musl libc. This came up in bazelbuild/bazel#1492. | ||
* | | | | | | | | | Merge pull request #7215 from murgatroid99/node_generator_nested_messages | Nicolas Noble | 2016-08-12 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Make Node code generator work properly with nested types | ||
| * | | | | | | | | | Clang format code | murgatroid99 | 2016-08-12 |
| | | | | | | | | | | |||
* | | | | | | | | | | Merge pull request #7688 from dgquintas/cpp_readme | David G. Quintas | 2016-08-11 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | fix c++ readme and tutorial | ||
| | | | | * | | | | | | use sent flag only under mutex and dont fail in send_initial_metadata | Alexander Polcyn | 2016-08-11 |
| | | | | | | | | | | | |||
* | | | | | | | | | | | Merge pull request #7711 from nicolasnoble/manual-upmerge | Nathaniel Manista | 2016-08-11 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Manual v1.0.x -> master upmerge. | ||
| | | | | | * | | | | | | add mutex wrapper around sending and modifying of initial metadata | Alexander Polcyn | 2016-08-11 |
| | | | | | | | | | | | | |||
| * | | | | | | | | | | | Merge branch 'v1.0.x' into manual-upmerge | Nicolas "Pixel" Noble | 2016-08-11 |
|/| | | | | | | | | | | | |||
| | | | | | | * | | | | | Clang format | Ken Payson | 2016-08-11 |
| | | | | | | | | | | | | |||
| | | | | | | * | | | | | Made strings constant | Ken Payson | 2016-08-11 |
| | | | | | | | | | | | | |||
| | | | | | | | | | * | | Merge remote-tracking branch 'upstream/master' into handshaker_api | Mark D. Roth | 2016-08-11 |
| | | | | | | | | | |\ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | |||
| | | | | | | * | | | | | Add optional resource parameters to census resource test | Ken Payson | 2016-08-11 |
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | |||
| * | | | | | | | | | | Merge pull request #7691 from nathanielmanistaatgoogle/one-forgotten-beta-site | kpayson64 | 2016-08-10 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade one forgotten example code site to GA API | ||
* | \ \ \ \ \ \ \ \ \ \ | Merge pull request #7675 from y-zeng/AF_unix_so_reuseport | David G. Quintas | 2016-08-10 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable SO_REUSEPORT for AF_UNIX | ||
* \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #7692 from dgquintas/remove_fault_grpclb_dupe | David G. Quintas | 2016-08-10 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed duplicated dependency for grpclb | ||
| * | | | | | | | | | | | | | Removed duplicated dependency for grpclb | David Garcia Quintas | 2016-08-09 |
|/ / / / / / / / / / / / / | |||
| | | * / / / / / / / / / | Upgrade one forgotten example code site to GA API | Nathaniel Manista | 2016-08-10 |
| | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should have been included in 46585e23f14b0463c4b7a0d04d72d712. | ||
* | | | | | | | | | | | | Merge pull request #7686 from dgquintas/better_docs | David G. Quintas | 2016-08-09 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Improved some docstrings for grpc_call creation | ||
| | | | * | | | | | | | | | fix c++ readme and tutorial | David Garcia Quintas | 2016-08-09 |
| |_|_|/ / / / / / / / / |/| | | | | | | | | | | | |||
* | | | | | | | | | | | | Merge pull request #7680 from muxi/fix-objc-jenkins-test | makdharma | 2016-08-09 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Extend the deadline of objc-examples-build to 30 minutes | ||
| | * | | | | | | | | | | | Improved some docstrings for grpc_call creation | David Garcia Quintas | 2016-08-09 |
| |/ / / / / / / / / / / |/| | | | | | | | | | | | |||
* | | | | | | | | | | | | Merge pull request #7677 from HuKeping/case | Nicolas Noble | 2016-08-09 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Use DBC case instead of SBC case | ||
* \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #7678 from fr05t1k/master | Vijay Pai | 2016-08-09 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Doc fix | ||
| | | | | * \ \ \ \ \ \ \ \ | Merge pull request #7623 from apolcyn/sys_inter_with_nuget | Nicolas Noble | 2016-08-09 |
| | | | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating Ix-Async to System Interactive and nuget | ||
| | | | | * \ \ \ \ \ \ \ \ \ | Merge pull request #7605 from sreecha/perf-fix-ga | Nicolas Noble | 2016-08-09 |
| | | | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add clientSuccess and serverSuccess to BQ schema | ||
| | | * | | | | | | | | | | | | | Extend the deadline of objc-examples-build to 30 minutes | Muxi Yan | 2016-08-09 |
| | | | | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | | | | Merge pull request #7128 from daniel-j-born/server_clone_fix | Nicolas Noble | 2016-08-09 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set siblings for server clones properly. | ||
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #7676 from vjpai/chttp2_allocation_reduction | Vijay Pai | 2016-08-09 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | Remove an unnecessary error allocation from chttp2 | ||
| | | * | | | | | | | | | | | | | | Update README.md | Stanislav | 2016-08-09 |
| |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |||
| | | * | | | | | | | | | | | | | Use DBC case instead of SBC case | HuKeping | 2016-08-09 |
| |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hu Keping <hukeping@huawei.com> | ||
| * | | | | | | | | | | | | | | clang-format | Vijay Pai | 2016-08-08 |
| | | | | | | | | | | | | | | | |||
| * | | | | | | | | | | | | | | Proxy for @ghemawat: Removed an unnecessary error allocation from chttp2 code. | Vijay Pai | 2016-08-09 |
|/ / / / / / / / / / / / / / | |||
| | * | | | | | | | | | | | | Disable SO_REUSEPORT at prepare_socket() for unix sockets | Yuchen Zeng | 2016-08-08 |
| | | | | | | | | | | | | | | |||
| | * | | | | | | | | | | | | Disable SO_REUSEPORT for UNIX socket | Yuchen Zeng | 2016-08-08 |
| |/ / / / / / / / / / / / |/| | | | | | | | | | | | |