Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' into gpr_review | Vijay Pai | 2018-02-08 |
|\ | |||
| * | Merge pull request #13684 from markdroth/c++_resolver | Mark D. Roth | 2018-02-08 |
| |\ | | | | | | | C++ Resolver API | ||
* | | | Merge branch 'master' into gpr_review | Vijay Pai | 2018-02-08 |
|\| | | |||
* | | | Merge branch 'master' into gpr_review | Vijay Pai | 2018-02-08 |
|\ \ \ | |||
| | | * | Convert resolver API to C++. | Mark D. Roth | 2018-02-08 |
| | |/ | |/| | |||
| | * | Merge branch 'master' into gpr_review3 | Vijay Pai | 2018-02-08 |
| | |\ | | |/ | |/| | |||
* | | | Move avl to its own directory and rename it to grpc_avl | Vijay Pai | 2018-02-08 |
| | | | |||
| * | | build projects | Muxi Yan | 2018-02-06 |
|/ / | |||
| * | Merge branch 'master' into gpr_review3 | Vijay Pai | 2018-02-02 |
| |\ | |/ |/| | |||
* | | Merge pull request #14015 from vjpai/alarm | Vijay Pai | 2018-02-02 |
|\ \ | | | | | | | Remove alarm from core, implement in C++ layer only | ||
* | | | Update BoringSSL to latest chromium-stable ref | Matt Kwong | 2018-01-26 |
| | | | |||
* | | | Merge pull request #13820 from yihuazhang/rename-gts | Mark D. Roth | 2018-01-26 |
|\ \ \ | | | | | | | | | Rename GTS to ALTS for TSI plugin | ||
| | | * | Move cmdline and subprocess from public gpr to test/core/util | Vijay Pai | 2018-01-25 |
| |_|/ |/| | | |||
| * | | rename gts to alts | Yihua Zhang | 2018-01-23 |
| | | | |||
| | * | Remove alarm from core, implement in C++ layer only | Vijay Pai | 2018-01-21 |
| |/ | |||
* | | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2018-01-19 |
|\| | | | | | | | fix-stream-compression-config-interface | ||
| * | Split lib/support into lib/gpr and lib/gpr++. | Mark D. Roth | 2018-01-18 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2017-12-06 |
|\| | | | | | | | fix-stream-compression-config-interface | ||
* | | Merge e759d2a^ | Muxi Yan | 2017-12-06 |
|\ \ | |||
| | * | Move histogram to test/core/util | Vijay Pai | 2017-11-30 |
| | | | |||
| | * | Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7 | Nicolas "Pixel" Noble | 2017-11-29 |
| | |\ | |||
| | | * | Remove lockfree stack, again | Vijay Pai | 2017-11-22 |
| | | | | |||
| | * | | Merge branch 'v1.7.x' of https://github.com/grpc/grpc | Nicolas "Pixel" Noble | 2017-11-21 |
| | |\ \ | | | |/ | | |/| | |||
| | * | | Inline closure | ncteisen | 2017-11-12 |
| |/ / | |||
| * | | Merge pull request #13106 from Vizerai/census_update | Jim King | 2017-10-31 |
| |\ \ | | | | | | | | | Cleaning up census code. | ||
| * \ \ | Merge pull request #12732 from y-zeng/connectivity_watcher | Yuchen Zeng | 2017-10-30 |
| |\ \ \ | | | | | | | | | | | Client channel backup poller | ||
| | * | | | Use backup pollser instead of connectivity watcher | Yuchen Zeng | 2017-10-30 |
| | | | | | |||
| | * | | | convert connectivity_watcher to cpp file | Yuchen Zeng | 2017-10-30 |
| | | | | | |||
| | * | | | Add client channel connectivity watcher | Yuchen Zeng | 2017-10-30 |
| | | | | | |||
| | | * | | Cleaning up census code. | Vizerai | 2017-10-23 |
| | |/ / | |||
| | | * | Add thread pool reset on fork with FORKING_SUPPORT_ENABLED | Ken Payson | 2017-10-12 |
| | | | | |||
| * | | | Merge remote-tracking branch 'upstream/master' into pick_first_subchannel_list | Mark D. Roth | 2017-10-12 |
| |\| | | |||
* | | | | build_project | Muxi Yan | 2017-10-11 |
| | | | | |||
* | | | | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2017-10-06 |
|\ \ \ \ | | |/ / | |/| | | | | | | fix-stream-compression-config-interface | ||
| | * | | Refactor subchannel_list code out of RR and use it in PF. | Mark D. Roth | 2017-10-06 |
| | | | | |||
| * | | | Fixes | Craig Tiller | 2017-10-06 |
| | | | | |||
| * | | | Merge github.com:grpc/grpc into flowctl+millis | Craig Tiller | 2017-10-05 |
| |\| | | |||
| | * | | Rebasing on master for easier merging and testing | Yash Tibrewal | 2017-10-02 |
| | | | | |||
| | * | | Trying ken's fix for windows python | Yash Tibrewal | 2017-10-02 |
| | | | | |||
| | * | | Running generate projects | Yash Tibrewal | 2017-10-02 |
| | | | | |||
| | * | | Reverting pb.c files for now. Also fixing few more build errors | Yash Tibrewal | 2017-10-02 |
| | | | | |||
| | * | | Changes for C to C++. Adding extern C to header files for compatibility. | Yash Tibrewal | 2017-10-02 |
| | | | | | | | | | | | | | | | | Also converting to .cc | ||
| | * | | Changes for C to C++. Adding extern C to header files for compatibility. | Yash Tibrewal | 2017-10-02 |
| | |/ | |||
| * | | Merge github.com:grpc/grpc into flowctl+millis | Craig Tiller | 2017-09-29 |
| |\| | |||
* | | | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2017-09-25 |
|\ \ \ | | |/ | |/| | | | | fix-stream-compression-config-interface | ||
* | | | generate_project | Muxi Yan | 2017-09-25 |
| | | | |||
| * | | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2017-09-11 |
| |\ \ | |/ / |/| | | | | | fix-stream-compression-transport-duplicate | ||
| | * | Merge | Craig Tiller | 2017-09-08 |
| | |\ | |_|/ |/| | | |||
* | | | Merge branch 'master' of github.com:grpc/grpc into rename_lr_to_plugin | David Garcia Quintas | 2017-09-07 |
|\ \ \ | |||
| | | * | Merge github.com:grpc/grpc into grpc_millis | Craig Tiller | 2017-09-07 |
| | | |\ | | |_|/ | |/| | |