Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Manually fix build issue | Noah Eisen | 2018-02-09 |
| | |||
* | Run clang fmt | Noah Eisen | 2018-02-09 |
| | |||
* | Add some manual const casts to fix build | Noah Eisen | 2018-02-09 |
| | |||
* | Autofix c casts to c++ casts | Noah Eisen | 2018-02-09 |
| | |||
* | Merge pull request #14132 from apolcyn/fix_benign_compression_options_mem_leak | apolcyn | 2018-02-08 |
|\ | | | | | Fix two ruby memory leaks when exceptions are raised | ||
* \ | Merge branch 'master' into gpr_review | Vijay Pai | 2018-02-08 |
|\ \ | |||
| * \ | Merge pull request #14379 from yashykt/chttp2_heap_use_after_free | Yash Tibrewal | 2018-02-08 |
| |\ \ | | | | | | | | | Fix heap use-after-free bug in chttp2 reported by fuzzer | ||
| * \ \ | Merge pull request #14196 from vjpai/gpr_review_tls | Vijay Pai | 2018-02-08 |
| |\ \ \ | | | | | | | | | | | GPR review: Privatize thread-local storage headers | ||
| * \ \ \ | 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 |
|\| | | | | | |||
* | | | | | | Fix header guard | Vijay Pai | 2018-02-08 |
| | | | | | | |||
| | | | * | | Fix heap use-after-free bug in chttp2 reported by fuzzer | Yash Tibrewal | 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_review_tls | Vijay Pai | 2018-02-08 |
| | | |\ \ \ | | |_|/ / / | |/| | | | | |||
| | * | | | | Merge branch 'master' into gpr_review3 | Vijay Pai | 2018-02-08 |
| | |\ \ \ \ | | |/ / / / | |/| | | | | |||
| * | | | | | Merge pull request #14197 from vjpai/gpr_review_host_port | Vijay Pai | 2018-02-08 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | GPR review: privatize host_port.h | ||
| | | * \ \ \ | 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 |
| | | | | | | | |||
| * | | | | | | Merge pull request #14367 from yang-g/cpp_generator | Yang Gao | 2018-02-08 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add hooks so that code generator can inject headers to grpc.pb.h file | ||
| * \ \ \ \ \ \ | Merge pull request #14170 from dgquintas/fake_resolver_dont_push_rr_reresolve2 | David G. Quintas | 2018-02-08 |
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | Make RR re-resolve when any of its subchannels fail. | ||
| | * | | | | | | PR comments | David Garcia Quintas | 2018-02-07 |
| | | | | | | | | |||
| | | * | | | | | Add hooks so that code generator can inject headers to grpc.pb.h file | yang-g | 2018-02-07 |
| | |/ / / / / | |/| | | | | | |||
| * | | | | | | Merge pull request #14296 from yihuazhang/FIX_ALTS_SHUTDOWN | Jiangtao Li | 2018-02-07 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix race condition in grpc_tsi_alts_shutdown | ||
| * \ \ \ \ \ \ | Merge pull request #14345 from vjpai/static | Vijay Pai | 2018-02-07 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Enforce CRTP: weaken reinterpret_cast to static_cast | ||
| | | | | * \ \ \ | Merge branch 'master' into gpr_review_host_port | Vijay Pai | 2018-02-07 |
| | | | | |\ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | |||
| | * | | | | | | | Weaken reintepret_cast to static_cast for Orphanable | Vijay Pai | 2018-02-07 |
| | | | | | | | | | |||
| * | | | | | | | | Merge pull request #14356 from grpc/revert-13671-grpclb_reresolution | Juanli Shen | 2018-02-07 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Revert "grpclb re-resolution" | ||
| * \ \ \ \ \ \ \ \ | Merge pull request #14348 from mehrdada/upmerge | Mehrdad Afshari | 2018-02-07 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Upmerge 1.9.x to master | ||
| | | * | | | | | | | | Revert "grpclb re-resolution" | Juanli Shen | 2018-02-07 |
| | |/ / / / / / / / | |/| | | | | | | | | |||
| * | | | | | | | | | Merge pull request #14343 from muxi/revert-12708 | Muxi Yan | 2018-02-06 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Revert breaking API in #12708 | ||
| | | | * | | | | | | | Enforce CRTP: weaken reinterpret_cast to static_cast | Vijay Pai | 2018-02-06 |
| | | | | | | | | | | | |||
| | * | | | | | | | | | build projects | Muxi Yan | 2018-02-06 |
| | | | | | | | | | | | |||
| | * | | | | | | | | | Remove compression_ruby | Muxi Yan | 2018-02-06 |
| | | | | | | | | | | | |||
| | * | | | | | | | | | regenerate metadata | Muxi Yan | 2018-02-06 |
| | | | | | | | | | | | |||
| | * | | | | | | | | | Replace message/deflate,gzip with deflate,gzip | Muxi Yan | 2018-02-06 |
| | | | | | | | | | | | |||
| | * | | | | | | | | | Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_* | Muxi Yan | 2018-02-06 |
| | | |/ / / / / / / | | |/| | | | | | | | |||
| | | | | | * | | | | Minor fix on obj-c code | Vijay Pai | 2018-02-06 |
| | | | | | | | | | | |||
| | | | | * | | | | | Make RR re-resolve upon any subchannel failure | David Garcia Quintas | 2018-02-06 |
| | | | | | | | | | | |||
| | | * | | | | | | | Upmerge branch 'v1.9.x' into 'master' | Mehrdad Afshari | 2018-02-05 |
| | |/| | | | | | | | |/| | | | | | | | | |||
| * | | | | | | | | | Merge pull request #13671 from AspirinSJL/grpclb_reresolution | Juanli Shen | 2018-02-06 |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | grpclb re-resolution | ||
| | * | | | | | | | | grpclb in charge of its re-resolution | Juanli Shen | 2018-02-06 |
| | | |_|/ / / / / | | |/| | | | | | | |||
| * / | | | | | | | Sleep a second to deflake ReconnectTest | Mehrdad Afshari | 2018-02-06 |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The thread that watches connectivity on the channel might not pick up that the server has gone away before the request is dispatched, and return UNAVAILABLE instead of reconnecting prior to sending the request. The fundamental solution would basically be enabling retries in C-core. For now, we opt to sleep a second to deflake this particular test case. | ||
| * | | | | | | | Change Ref() methods to return a RefCountedPtr<>. | Mark D. Roth | 2018-02-06 |
| | | | | | | | | |||
| | * | | | | | | Bump version to 1.9.1 | Ken Payson | 2018-02-05 |
| | | | | | | | | |||
| | * | | | | | | Merge pull request #14315 from kpayson64/fix_refcounting | kpayson64 | 2018-02-05 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fixes refcounting issue | ||
| * | | | | | | | | Resolve warnings of implementing deprecated class | Muxi Yan | 2018-02-05 |
| | | | | | | | | | |||
| | | * | | | | | | Add refcounts for async callbacks in auth and client filters. | Ken Payson | 2018-02-05 |
| | | | | | | | | | |||
| * | | | | | | | | Fix a typo | Muxi Yan | 2018-02-05 |
| | | | | | | | | | |||
| * | | | | | | | | Fix reference of self in block | Muxi Yan | 2018-02-05 |
| | | | | | | | | |