Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | Merging master into yashykt:ctocc6 | Yash Tibrewal | 2017-09-19 | |
| |\ \ \ | |/ / / |/| | | | ||||
* | | | | Merge pull request #11587 from y-zeng/pure_ping | Yuchen Zeng | 2017-09-19 | |
|\ \ \ \ | | | | | | | | | | | Fix the client-side ping policy | |||
| | * | | | Minor formatting, commenting and clang format for C to C++ conversion | Yash Tibrewal | 2017-09-18 | |
| | | | | | ||||
| | * | | | Redefine GRPC_SLICE_MALLOC to use grpc_slice_malloc function instead of | Yash Tibrewal | 2017-09-18 | |
| |/ / / |/| | | | | | | | | | | | designated initializers | |||
| * | | | Set last_ping_sent_time to inf_past after receiving data | Yuchen Zeng | 2017-09-18 | |
| | | | | ||||
* | | | | Removing deprecated string to char * conversions | Yash Tibrewal | 2017-09-17 | |
|/ / / | ||||
* | | | Construction of streams shouldn't require triggering async ops | Vijay Pai | 2017-09-14 | |
| | | | ||||
* | | | Revert "Add fallback (use backends from resolver if can't reach balancer) to ↵ | Ken Payson | 2017-09-13 | |
| | | | | | | | | | | | | | | | | | | grpclb." This reverts commit aba0a0a54412fe59bc2090334ae26c99bb148097. | |||
* | | | Merge pull request #12187 from AspirinSJL/lb_fallback | Juanli Shen | 2017-09-13 | |
|\ \ \ | | | | | | | | | Add LB fallback to use when we can't contact any balancer. | |||
* | | | | Comment that IPv6 Any accepts both IPv4 and IPv6 connections. | K.K. Yap | 2017-09-11 | |
| | | | | ||||
| * | | | Add fallback (use backends from resolver if can't reach balancer) to grpclb. | Juanli Shen | 2017-09-11 | |
| | | | | ||||
* | | | | Merge github.com:grpc/grpc into write_completion | Craig Tiller | 2017-09-08 | |
|\| | | | ||||
| | | * | Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix | Mark D. Roth | 2017-09-08 | |
| | | |\ | | |_|/ | |/| | | ||||
| * | | | Merge pull request #12372 from vjpai/armalarmadingdong | Vijay Pai | 2017-09-07 | |
| |\ \ \ | | | | | | | | | | | Core API change: Decouple alarm construction from setting to avoid races in MT code | |||
| * | | | | Specify that ServerCompletionQueue must be drained. | Vijay Pai | 2017-09-07 | |
| | | | | | ||||
* | | | | | Merge github.com:grpc/grpc into write_completion | Craig Tiller | 2017-09-07 | |
|\| | | | | ||||
| * | | | | Merge pull request #12369 from markdroth/call_combiner | Mark D. Roth | 2017-09-07 | |
| |\ \ \ \ | | | | | | | | | | | | | Second attempt at call combiner PR | |||
* | | | | | | Merge github.com:grpc/grpc into write_completion | Craig Tiller | 2017-09-07 | |
|\| | | | | | ||||
| * | | | | | Merge pull request #12080 from y-zeng/connectivity | Yuchen Zeng | 2017-09-07 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Reconnect channels automatically in C++ clients | |||
* | | | | | | | Merge github.com:grpc/grpc into write_completion | Craig Tiller | 2017-09-07 | |
|\| | | | | | | ||||
| | | | * | | | Decouple alarm construction from setting to avoid races in MT code | Vijay Pai | 2017-09-07 | |
| | |_|/ / / | |/| | | | | ||||
* | | | | | | C89 | Craig Tiller | 2017-09-07 | |
| | | | | | | ||||
* | | | | | | Compile fix | Craig Tiller | 2017-09-06 | |
| | | | | | | ||||
| * | | | | | EXPERIMENT: Increase grpc_slice size to allow more inlining | Craig Tiller | 2017-09-06 | |
| | | | | | | ||||
* | | | | | | Annotate benign race | Craig Tiller | 2017-09-06 | |
| | | | | | | ||||
| * | | | | | Correct spelling of 'client'. | Blair Kutzman | 2017-09-05 | |
| | | | | | | ||||
| | | | | * | Change plugin credentials API to support both sync and async modes. | Mark D. Roth | 2017-09-01 | |
| | |_|_|/ | |/| | | | ||||
* | | | | | C++ API for write-through | Craig Tiller | 2017-09-01 | |
| | | | | | ||||
* | | | | | Merge github.com:grpc/grpc into write_completion | Craig Tiller | 2017-09-01 | |
|\| | | | | ||||
| | | * | | Revert "Revert "Implement call combiner"" | Mark D. Roth | 2017-09-01 | |
| | |/ / | |/| | | | | | | | | | | This reverts commit bf19961d0a49b43cb528392efeb4880eeebb9b5e. | |||
* | | | | Merge github.com:grpc/grpc into wc | Craig Tiller | 2017-08-31 | |
|\ \ \ \ | ||||
| | | | * | Allow unreachable code on iPhone | Muxi Yan | 2017-08-30 | |
| | |_|/ | |/| | | ||||
| | * | | Doc UPdate | Ken Payson | 2017-08-30 | |
| | | | | ||||
| | * | | Clang_format | Ken Payson | 2017-08-30 | |
| | | | | ||||
| * | | | Revert "Implement call combiner" | Mark D. Roth | 2017-08-29 | |
| | | | | ||||
| | * | | Have write ops take ownership over slices | Ken Payson | 2017-08-29 | |
| | | | | ||||
| * | | | Merge pull request #11566 from markdroth/call_combiner | Mark D. Roth | 2017-08-25 | |
| |\ \ \ | | |/ / | |/| | | Implement call combiner | |||
| | * | | Implement call combiner. | Mark D. Roth | 2017-08-25 | |
| | | | | ||||
| * | | | Merge pull request #12282 from yang-g/sync_thd_refactor | Yang Gao | 2017-08-24 | |
| |\ \ \ | | |/ / | |/| | | Refactor sync/thd headers | |||
| | * | | Double check macro to protect from faulty test. | yang-g | 2017-08-24 | |
| | | | | ||||
| | * | | Add sync_custom.h | yang-g | 2017-08-24 | |
| | | | | ||||
| | | * | Share one monitoring thread between channels | Yuchen Zeng | 2017-08-24 | |
| | | | | ||||
| | | * | Avoid using timers | Yuchen Zeng | 2017-08-22 | |
| | | | | ||||
| | | * | Prevent watching unsuppoted channels | Yuchen Zeng | 2017-08-22 | |
| | | | | ||||
| | | * | Address review comments | Yuchen Zeng | 2017-08-22 | |
| | | | | ||||
| | | * | Add ChannelConnectivityWatcher | Yuchen Zeng | 2017-08-22 | |
| | |/ | ||||
| * | | Merge remote-tracking branch 'upstream/master' into stream_compression_config | Muxi Yan | 2017-08-21 | |
| |\| | ||||
| * | | Some missing parts | Muxi Yan | 2017-08-17 | |
| | | | ||||
| * | | Minor name fix | Muxi Yan | 2017-08-14 | |
| | | | ||||
| * | | Fix core_untyped_structs sanity test | Muxi Yan | 2017-08-14 | |
| | | |