Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #14197 from vjpai/gpr_review_host_port | Vijay Pai | 2018-02-08 |
|\ | | | | | GPR review: privatize host_port.h | ||
* \ | 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 #14348 from mehrdada/upmerge | Mehrdad Afshari | 2018-02-07 |
|\ \ \ | | | | | | | | | Upmerge 1.9.x to master | ||
| | * | | Enforce CRTP: weaken reinterpret_cast to static_cast | Vijay Pai | 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 |
| |/ / |/| | | |||
| * | | Upmerge branch 'v1.9.x' into 'master' | Mehrdad Afshari | 2018-02-05 |
|/| | | |||
* | | | Change Ref() methods to return a RefCountedPtr<>. | Mark D. Roth | 2018-02-06 |
| | | | |||
| * | | Merge pull request #14315 from kpayson64/fix_refcounting | kpayson64 | 2018-02-05 |
| |\ \ | | | | | | | | | Fixes refcounting issue | ||
| | * | | Add refcounts for async callbacks in auth and client filters. | Ken Payson | 2018-02-05 |
| | | | | |||
* | | | | Merge pull request #14272 from ncteisen/bug-chasing | Jan Tattermusch | 2018-02-05 |
|\ \ \ \ | | | | | | | | | | | Fix resource_quota bug | ||
* | | | | | fix typo | Shohei Kamimori | 2018-02-05 |
| | | | | | |||
* | | | | | Merge pull request #14275 from sreecha/enable-epollex | Sree Kuchibhotla | 2018-02-04 |
|\ \ \ \ \ | | | | | | | | | | | | | enable epollex by default | ||
| | * | | | | Mark poll FD shutdown as UNAVAILABLE | ncteisen | 2018-02-02 |
| | | | | | | |||
| | | | | * | Merge branch 'master' into gpr_review_host_port | 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 | ||
| | | | | | * | Remove extern "C" since this is no longer a public header | Vijay Pai | 2018-02-02 |
| | | | | | | | |||
| | * | | | | | Batch size to 1 since it is better for latency (this is similar to what | Sree Kuchibhotla | 2018-02-01 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | we did in epoll1) | ||
| | * | | | | | enable epollex by default | Sree Kuchibhotla | 2018-02-01 |
| |/ / / / / |/| | | | | | |||
* | | | | | | Merge pull request #14264 from yang-g/to_scope | Yang Gao | 2018-02-01 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Deprecate GPR_TIMER_BEGIN/END and replace with GPR_TIMER_SCOPE. | ||
* \ \ \ \ \ \ | Merge pull request #14244 from sreecha/polling-api-trace | Sree Kuchibhotla | 2018-02-01 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Debug traces for polling api | ||
| | * | | | | | Deprecate GPR_TIMER_BEGIN/END and replace with GPR_TIMER_SCOPE. | yang-g | 2018-01-31 |
| | | | | | | | |||
| | | | * | | | Regenerate projects | Mehrdad Afshari | 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 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 |
| | | | | | | |||
* | | | | | | Merge pull request #14215 from jtattermusch/fix_bad_merge_magic_number | Jan Tattermusch | 2018-01-31 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | tcp_posix.cc: Magic number 13 probably a typo in manual merge | ||
* \ \ \ \ \ \ | Merge pull request #14217 from sreecha/epollex-fix | Sree Kuchibhotla | 2018-01-30 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix an issue in epollex that was causing some workers to get stuck in pollset_work() | ||
* | | | | | | | | Add timer trace annotations to epollex | yang-g | 2018-01-30 |
| |_|/ / / / / |/| | | | | | | |||
| * | | | | | | Update ev_epollex_linux.cc | Sree Kuchibhotla | 2018-01-29 |
| | | | | | | | |||
| * | | | | | | Fix an issue in epollex that was causing some workers to get indefinitely ↵ | Sree Kuchibhotla | 2018-01-29 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | stuck in pollset_work() | ||
| * / / / / | magic number 13 probably a typo in manual merge | Jan Tattermusch | 2018-01-29 |
|/ / / / / | |||
| | * | | | Regenerate projects | Mehrdad Afshari | 2018-01-26 |
| | | | | | |||
| | * | | | Don't segfault on header replay | Ken Payson | 2018-01-26 |
| | | | | | |||
* | | | | | Merge pull request #14177 from jtattermusch/fix_epollex_shutdown | Jan Tattermusch | 2018-01-26 |
|\ \ \ \ \ | | | | | | | | | | | | | fix: avoid doing a poll when already shutdown (for epollex) | ||
| | | | | * | Privatize host_port.h; was not used in any wrapped language implementation | Vijay Pai | 2018-01-25 |
| |_|_|_|/ |/| | | | | |||
| * | | | | 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 |
|\ \ \ \ \ | |/ / / / |/| | | | | Add clear() method for InlinedVector<>. | ||
* | | | | | Merge pull request #14171 from yang-g/cork_all | Yang Gao | 2018-01-24 |
|\ \ \ \ \ | | | | | | | | | | | | | Use DEBUG level for polling engine trace logs. | ||
* \ \ \ \ \ | Merge remote-tracking branch 'upstream/master' into ↵ | Muxi Yan | 2018-01-24 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | fix-stream-compression-config-interface | ||
| | * | | | | | Use DEBUG level for polling engine trace logs. | yang-g | 2018-01-24 |
| |/ / / / / | |||
| | * | | | | Initialize data members in a single place. | Mark D. Roth | 2018-01-24 |
| | | | | | | |||
| | * | | | | Add const version of operator[]. | Mark D. Roth | 2018-01-23 |
| | | | | | |