Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | | | * | | | Fix bad memory usage | Craig Tiller | 2016-10-31 | |
| | | | | * | | | Make channel arg reader know about resource quotas | Craig Tiller | 2016-10-31 | |
| | | | | |/ / | ||||
| | | | | * | | Expand corpora | Craig Tiller | 2016-10-31 | |
| | | | | * | | Expand api corpus | Craig Tiller | 2016-10-31 | |
| | | | | * | | Expand client corpus | Craig Tiller | 2016-10-31 | |
| |_|_|_|/ / |/| | | | | | ||||
| | | | * | | Clean with clang-format | Muxi Yan | 2016-10-31 | |
| | | | * | | Merge remote-tracking branch 'upstream/master' into core-end2end-tests-cronet... | Muxi Yan | 2016-10-30 | |
| | | | |\ \ | |_|_|_|/ / |/| | | | | | ||||
| | | | * | | Put validation of host name in a function | Muxi Yan | 2016-10-30 | |
| | | | * | | Use get_host_override_string function inline | Muxi Yan | 2016-10-30 | |
| | | | * | | Convert validate_host_override_string into a function and rename into get_hos... | Muxi Yan | 2016-10-30 | |
| | | * | | | clang-format code | Craig Tiller | 2016-10-28 | |
| | | * | | | Add missing include | Craig Tiller | 2016-10-28 | |
* | | | | | | More Windows Fixes | Craig Tiller | 2016-10-28 | |
| | * | | | | Merge github.com:grpc/grpc into pid_ctl | Craig Tiller | 2016-10-28 | |
| | |\ \ \ \ | |_|/ / / / |/| | | | | | ||||
| | | * | | | Merge github.com:grpc/grpc into grpc_slice | Craig Tiller | 2016-10-28 | |
| | | |\ \ \ | |_|_|/ / / |/| | | | | | ||||
| | | | | * | Add grpc_channel_get_info() to C-core API. | Mark D. Roth | 2016-10-27 | |
* | | | | | | Mark disappearing_server as flaky: this was always so, but is more pronounced... | Craig Tiller | 2016-10-27 | |
| * | | | | | Change tests to use channel args instead of fake_resolver query args. | Mark D. Roth | 2016-10-27 | |
* | | | | | | Merge github.com:grpc/grpc into buffer_pools_for_realsies | Craig Tiller | 2016-10-27 | |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||
| * | | | | | Merge pull request #8520 from murgatroid99/udp_server_test_fix | Craig Tiller | 2016-10-27 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||
* | | | | | | Update comment | Craig Tiller | 2016-10-27 | |
* | | | | | | Review feedback | Craig Tiller | 2016-10-26 | |
| | | | * | | clang-format | Craig Tiller | 2016-10-26 | |
| | | | * | | s/GPR_SLICE/GRPC_SLICE/g | Craig Tiller | 2016-10-26 | |
| | | | * | | Convert new files | Craig Tiller | 2016-10-26 | |
| | | | * | | Merge branch 'buffer_pools_for_realsies' into grpc_slice | Craig Tiller | 2016-10-26 | |
| | | | |\ \ | |_|_|_|/ / |/| | | | | | ||||
* | | | | | | Merge github.com:grpc/grpc into buffer_pools_for_realsies | Craig Tiller | 2016-10-26 | |
|\| | | | | | ||||
| | | | * | | buildtests_c builds | Craig Tiller | 2016-10-26 | |
| | | | * | | Add incldues, fix function names | Craig Tiller | 2016-10-26 | |
| | | | * | | Add incldues | Craig Tiller | 2016-10-26 | |
| | | | * | | Update includes, s/gpr_dump_slice/grpc_dump_slice/g | Craig Tiller | 2016-10-26 | |
| | | | * | | Generate build files | Craig Tiller | 2016-10-26 | |
| | | | * | | Bulk update #includes | Craig Tiller | 2016-10-26 | |
| | | | * | | s/gpr_slice/grpc_slice, and move around tests, impls | Craig Tiller | 2016-10-26 | |
| |_|_|/ / |/| | | | | ||||
| | * | | | Fix issue with pointers in udp_server_test | murgatroid99 | 2016-10-26 | |
| * | | | | Merge remote-tracking branch 'upstream/master' into circular_dependency_fix | Mark D. Roth | 2016-10-26 | |
| |\| | | | ||||
| * | | | | Move method_config module from ext/client_channel to lib/transport. | Mark D. Roth | 2016-10-26 | |
| | * | | | Merge remote-tracking branch 'upstream/master' into resolver_channel_args | Mark D. Roth | 2016-10-26 | |
| | |\ \ \ | | |/ / / | |/| | | | ||||
| * | | | | Merge pull request #8377 from htuch/alpn | Craig Tiller | 2016-10-26 | |
| |\ \ \ \ | ||||
* | | | | | | Review feedback | Craig Tiller | 2016-10-25 | |
| | | * | | | clang-format | Mark D. Roth | 2016-10-25 | |
* | | | | | | Merge github.com:grpc/grpc into buffer_pools_for_realsies | Craig Tiller | 2016-10-24 | |
|\ \ \ \ \ \ | ||||
| | | | * | | | Fix dns_resolver_connectivity_test. | Mark D. Roth | 2016-10-24 | |
| | | | * | | | Fix sockaddr_resolver_test. | Mark D. Roth | 2016-10-24 | |
| | | | * | | | clang-format | Mark D. Roth | 2016-10-24 | |
| | | * | | | | Fix handshake_client bind flakes and build issues. | Harvey Tuch | 2016-10-24 | |
| | * | | | | | Added import order comments, resolved other minor issues | murgatroid99 | 2016-10-24 | |
| | | * | | | | Fix server_ssl.c thread race exposed by tsan by using gpr_event. | Harvey Tuch | 2016-10-24 | |
| | | * | | | | Fix memory leak detected by ASAN and clang-format variance. | Harvey Tuch | 2016-10-24 | |
| | | * | | | | Introduce a grpc-exp ALPN protocol identifier. | Harvey Tuch | 2016-10-24 | |
| | |/ / / / | |/| | | | |