Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge pull request #14343 from muxi/revert-12708 | 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 |
* | | grpclb in charge of its re-resolution | Juanli Shen | 2018-02-06 |
|/ | |||
* | Change Ref() methods to return a RefCountedPtr<>. | Mark D. Roth | 2018-02-06 |
* | Merge pull request #14272 from ncteisen/bug-chasing | Jan Tattermusch | 2018-02-05 |
|\ | |||
* | | fix typo | Shohei Kamimori | 2018-02-05 |
* | | Merge pull request #14275 from sreecha/enable-epollex | Sree Kuchibhotla | 2018-02-04 |
|\ \ | |||
* \ \ | Merge pull request #14281 from AspirinSJL/fake_resolver_results_upon_error | Juanli Shen | 2018-02-02 |
|\ \ \ | |||
| | | * | Mark poll FD shutdown as UNAVAILABLE | ncteisen | 2018-02-02 |
| * | | | Add a results_upon_error setter to fake resolver | Juanli Shen | 2018-02-02 |
* | | | | Merge pull request #14015 from vjpai/alarm | Vijay Pai | 2018-02-02 |
|\ \ \ \ | |||
* | | | | | clang-format | David Garcia Quintas | 2018-02-01 |
* | | | | | Merge branch 'master' of github.com:grpc/grpc into dns_cooldown | David Garcia Quintas | 2018-02-01 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||
| | | * | | Batch size to 1 since it is better for latency (this is similar to what | Sree Kuchibhotla | 2018-02-01 |
* | | | | | PR comments | David Garcia Quintas | 2018-02-01 |
| | | * | | enable epollex by default | Sree Kuchibhotla | 2018-02-01 |
| | |/ / | |/| | | |||
| * | | | Merge pull request #14264 from yang-g/to_scope | Yang Gao | 2018-02-01 |
| |\ \ \ | |||
| * \ \ \ | Merge pull request #14244 from sreecha/polling-api-trace | Sree Kuchibhotla | 2018-02-01 |
| |\ \ \ \ | | |_|_|/ | |/| | | | |||
* | | | | | Remove spurious closure inits | David Garcia Quintas | 2018-02-01 |
* | | | | | Remove unnecessary closures | David Garcia Quintas | 2018-02-01 |
| * | | | | Merge pull request #14263 from yang-g/latency_tool | Yang Gao | 2018-01-31 |
| |\ \ \ \ | |||
| | | | * | | Deprecate GPR_TIMER_BEGIN/END and replace with GPR_TIMER_SCOPE. | yang-g | 2018-01-31 |
* | | | | | | PR comments | David Garcia Quintas | 2018-01-31 |
| | | * | | | Merge branch 'master' into polling-api-trace | Sree Kuchibhotla | 2018-01-31 |
| | | |\| | | |||
| | * | | | | Shutdown timer manager first and then executor | yang-g | 2018-01-31 |
| | | |/ / | | |/| | | |||
| * / | | | Fix DNS resolvers to reset the backoff in the right place. | Mark D. Roth | 2018-01-31 |
| |/ / / | |||
* | | | | fixed format string | David Garcia Quintas | 2018-01-30 |
| * | | | Merge pull request #14230 from dgquintas/fix_ares_wrapper_lb_addr | David G. Quintas | 2018-01-30 |
| |\ \ \ | |||
| | | * | | Fix format specifier for gpr_millis | Sree Kuchibhotla | 2018-01-30 |
| | | * | | Update ev_posix.cc | Sree Kuchibhotla | 2018-01-30 |
| | | * | | Debug statements for polling api | Sree Kuchibhotla | 2018-01-30 |
* | | | | | Removed debug log | David Garcia Quintas | 2018-01-30 |
| * | | | | Merge pull request #14215 from jtattermusch/fix_bad_merge_magic_number | Jan Tattermusch | 2018-01-31 |
| |\ \ \ \ | |||
* | | | | | | c-ares resolver changes | David Garcia Quintas | 2018-01-30 |
* | | | | | | PR Comments | David Garcia Quintas | 2018-01-30 |
| * | | | | | Merge pull request #14217 from sreecha/epollex-fix | Sree Kuchibhotla | 2018-01-30 |
| |\ \ \ \ \ | |||
| * | | | | | | Add timer trace annotations to epollex | yang-g | 2018-01-30 |
| | |_|_|/ / | |/| | | | | |||
| | | | * | | Don't destroy null lb_addr | David Garcia Quintas | 2018-01-29 |
| | |_|/ / | |/| | | | |||
* / | | | | DNS cooldown mechanism | David Garcia Quintas | 2018-01-29 |
|/ / / / | |||
| * | | | Update ev_epollex_linux.cc | Sree Kuchibhotla | 2018-01-29 |
| * | | | Fix an issue in epollex that was causing some workers to get indefinitely stu... | Sree Kuchibhotla | 2018-01-29 |
|/ / / | |||
| * / | magic number 13 probably a typo in manual merge | Jan Tattermusch | 2018-01-29 |
|/ / | |||
* | | Merge pull request #13820 from yihuazhang/rename-gts | Mark D. Roth | 2018-01-26 |
|\ \ | |||
* \ \ | Merge pull request #14177 from jtattermusch/fix_epollex_shutdown | Jan Tattermusch | 2018-01-26 |
|\ \ \ | |||
| * | | | explicitly initialize all grpc_pollset fields (epollex) | Jan Tattermusch | 2018-01-25 |
| * | | | fix: avoid doing a poll when already shutdown | Jan Tattermusch | 2018-01-25 |
* | | | | Merge pull request #14146 from markdroth/inlined_vector_clear | Mark D. Roth | 2018-01-25 |
|\ \ \ \ | |/ / / |/| | | |