Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | Merge pull request #17534 from markdroth/grpclb_subchannel_fix | Nicolas Noble | 2018-12-18 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fix bug incorrectly inhibiting subchannel sharing for grpclb. | |||
| * \ \ \ \ \ | Merge pull request #17441 from yang-g/gpr_test_util_to_grpc_test_util | Yang Gao | 2018-12-18 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fold gpr_test_util to grpc_test_util | |||
| | | | * | | | | Remove now-unnecessary workarounds for alignment issues. | Mark D. Roth | 2018-12-18 | |
| | | | | | | | | ||||
| * | | | | | | | Merge pull request #17544 from yashykt/factorydocs | Yash Tibrewal | 2018-12-18 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Allow interceptor creators to return nullptr | |||
| | | | * | | | | | Fix bug that was breaking subchannel reuse in grpclb. | Mark D. Roth | 2018-12-18 | |
| | | | |/ / / / | ||||
| | | | | | | * | Add missing argument | Yash Tibrewal | 2018-12-18 | |
| | | | | | | | | ||||
| | * | | | | | | Add tests using NullInterceptorFactory | Yash Tibrewal | 2018-12-18 | |
| | | |_|/ / / | | |/| | | | | ||||
| | | | | | * | Merge master | Yash Tibrewal | 2018-12-18 | |
| | | | | | |\ | | | |_|_|_|/ | | |/| | | | | ||||
| * / | | | | | Give the interceptors header files in include/grpcpp/support | Vijay Pai | 2018-12-17 | |
| |/ / / / / | ||||
| | * | | | | Merge with head and resolve conflict. | yang-g | 2018-12-17 | |
| | |\ \ \ \ | | |/ / / / | |/| | | | | ||||
| | * | | | | Merge remote-tracking branch 'upstream/master' into ↵ | yang-g | 2018-12-17 | |
| | |\| | | | | | | | | | | | | | | | | | | | | | gpr_test_util_to_grpc_test_util | |||
| * | | | | | extend local credentials to support tcp loopback | Yihua Zhang | 2018-12-16 | |
| | |/ / / | |/| | | | ||||
| * | | | | Merge pull request #17465 from mhaidrygoog/server_streaming_callback_benchmark | Moiz Haidry | 2018-12-14 | |
| |\ \ \ \ | | | | | | | | | | | | | Benchmark Streaming support for callback server | |||
| * | | | | | Benchmark to show that byte buffer copy is size-independent | Vijay Pai | 2018-12-14 | |
| | | | | | | ||||
| | | | * | | Added support for fixed load benchmarks, all the rpcs access one requestor ↵ | Moiz Haidry | 2018-12-14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | to the get the next issue time for the RPC | |||
| * | | | | | Merge pull request #17291 from soheilhy/worktree-security-cpp | Soheil Hassas Yeganeh | 2018-12-13 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Move security credentials, connectors, and auth context to C++ | |||
| | | | | * | | Add support for Callback Client Streaming benchmarks | Moiz Haidry | 2018-12-13 | |
| | | | | | | | ||||
| | * | | | | | Move security credentials, connectors, and auth context to C++ | Soheil Hassas Yeganeh | 2018-12-13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to use `grpc_core::RefCount` to improve performnace. This commit also replaces explicit C vtables, with C++ vtable with its own compile time assertions and performance benefits. It also makes use of `RefCountedPtr` wherever possible. | |||
| * | | | | | | Merge pull request #17470 from apolcyn/cares_default_prep | apolcyn | 2018-12-12 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Avoid SRV and TXT lookups for localhost | |||
| | * | | | | | | Disable SRV and TXT lookups for localhost | Alexander Polcyn | 2018-12-12 | |
| | |/ / / / / | ||||
| * / / / / / | Fix alignment in memory counters. | Mark D. Roth | 2018-12-12 | |
| |/ / / / / | ||||
| | * | / / | Streaming support for callback server | Moiz Haidry | 2018-12-11 | |
| | | |/ / | | |/| | | ||||
| * | | | | Merge pull request #17456 from ncteisen/socket-pagination | Noah Eisen | 2018-12-11 | |
| |\ \ \ \ | | | | | | | | | | | | | Channelz: Add Pagination to ServerSockets | |||
| | * | | | | Add test and fix bug | ncteisen | 2018-12-11 | |
| | | | | | | ||||
| | * | | | | Add max_results to ServerSockets | ncteisen | 2018-12-11 | |
| | | | | | | ||||
| * | | | | | Revert "Revert "Allow encoding arbitrary channel args on a per-address basis."" | Mark D. Roth | 2018-12-11 | |
| |/ / / / | ||||
| * | | | | Merge pull request #17398 from yihuazhang/gdc_metadata_server | yihuaz | 2018-12-10 | |
| |\ \ \ \ | | | | | | | | | | | | | Add a non-sticky network check of metadata server detection to google default credentials | |||
| * \ \ \ \ | Merge pull request #17433 from ncteisen/socket-name | Noah Eisen | 2018-12-09 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Channelz: Surface Socket Name | |||
| * | | | | | | Revert "Allow encoding arbitrary channel args on a per-address basis." | hcaseyal | 2018-12-07 | |
| | | | | | | | ||||
| | * | | | | | clang tidy and clang format | ncteisen | 2018-12-07 | |
| | | | | | | | ||||
| * | | | | | | Merge pull request #17343 from markdroth/server_address_list | Mark D. Roth | 2018-12-07 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Allow encoding arbitrary channel args on a per-address basis. | |||
| | | | | | * | | revert the sample | yang-g | 2018-12-07 | |
| | | | | | | | | ||||
| * | | | | | | | Merge pull request #17435 from yang-g/health_service_shutdown | Yang Gao | 2018-12-07 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add a Shutdown call to HealthCheckServiceInterface | |||
| | | * | | | | | | Allow encoding arbitrary channel args on a per-address basis. | Mark D. Roth | 2018-12-07 | |
| | | | | | | | | | ||||
| * | | | | | | | | Merge pull request #17391 from markdroth/reset_connection_backoff | Mark D. Roth | 2018-12-07 | |
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | Fix bug in subchannel backoff reset code. | |||
| * | | | | | | | | Allow the health checking service | Vijay Pai | 2018-12-07 | |
| | | | | | | | | | ||||
| | | | * | | | | | reviewer feedback | ncteisen | 2018-12-07 | |
| | | | | | | | | | ||||
| | | | | | | * | | Fix alarm_test | yang-g | 2018-12-07 | |
| | | | | | | | | | ||||
| | | * | | | | | | Review comments | yang-g | 2018-12-07 | |
| | | | | | | | | | ||||
| | * | | | | | | | more code review changes | Mark D. Roth | 2018-12-07 | |
| | | | | | | | | | ||||
| | | * | | | | | | Split out the test service to separate library so that it can be reused | yang-g | 2018-12-06 | |
| | | | | | | | | | ||||
| | | * | | | | | | Add a Shutdown call to HealthCheckServiceInterface | yang-g | 2018-12-06 | |
| | | |/ / / / / | ||||
| * | / / / / / | Allow the interceptor to know the method type | Vijay Pai | 2018-12-06 | |
| | |/ / / / / | |/| | | | | | ||||
| | | | | * | | Fix BUILD files. Manually edit bzl files | yang-g | 2018-12-06 | |
| | | | | | | | ||||
| * | | | | | | Merge pull request #17428 from grpc/revert-17417-revert-17394-bazel | Noah Eisen | 2018-12-06 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Revert "Revert "Add Testonly to Targets"" | |||
| | | | | | * | | Promote gpr_test_util to part of grpc_test_util, add a sample to show it ↵ | yang-g | 2018-12-06 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | works, build.yaml change first | |||
| | | * | | | | | code review changes | Mark D. Roth | 2018-12-06 | |
| | | | | | | | | ||||
| * | | | | | | | Merge pull request #17383 from ↵ | Mark D. Roth | 2018-12-06 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | markdroth/pick_first_choose_ready_subchannel_at_startup Change pick_first to immediately select the first subchannel in READY state. | |||
| | | * | | | | | | Revert "Revert "Add Testonly to Targets"" | Noah Eisen | 2018-12-06 | |
| | |/ / / / / / | |/| | | | | | | ||||
| * | | | | | | | Merge pull request #17416 from vjpai/ondone | Vijay Pai | 2018-12-06 | |
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | Fix client-side callback API race, allow reuse of application reactor structure |