Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 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 |
| | | | | |||
* | | | | 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 |
|\ \ \ | |||
| | * | | 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 |
| | | | |||
| * | | Merge remote-tracking branch 'upstream/master' into stream_compression_config | Muxi Yan | 2017-08-11 |
| |\ \ | |||
| * | | | Address review comments | Muxi Yan | 2017-08-11 |
| | | | | |||
| | | * | Delete deprecated constructor and CallOpSetCollectionInterface | Vijay Pai | 2017-08-11 |
| | |/ | |||
| | * | Add tags to tagless structs and unions. | Jeremy Yallop | 2017-08-09 |
| | | | |||
| | * | Add Slice constructors to match all grpc_slice cases | Vijay Pai | 2017-08-04 |
| | | | |||
| | * | Add support for service configs to c-ares resolver. | Mark D. Roth | 2017-08-03 |
| | | | |||
| | * | Revert "Reintroduce a lambda capture as part of C++11-izing code" | Jan Tattermusch | 2017-08-03 |
| | | | |||
| * | | Merge branch 'master' into stream_compression_config | Muxi Yan | 2017-08-02 |
| |\| |