Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'write_completion' into write_completion_stats | Craig Tiller | 2017-09-07 |
|\ | |||
| * | Merge github.com:grpc/grpc into write_completion | Craig Tiller | 2017-09-07 |
| |\ | |||
* | | | Better TCP stats | Craig Tiller | 2017-09-07 |
* | | | Better executor stats | Craig Tiller | 2017-09-07 |
* | | | Merge branch 'stats_histo' into write_completion_stats | Craig Tiller | 2017-09-07 |
|\ \ \ | |/ / |/| | | |||
| | * | Merge pull request #12080 from y-zeng/connectivity | Yuchen Zeng | 2017-09-07 |
| | |\ | |||
* | | \ | Merge github.com:grpc/grpc into write_completion | Craig Tiller | 2017-09-07 |
|\ \ \ \ | | |/ / | |/| | | |||
| * | | | Merge pull request #12413 from sreecha/fix-epoll1-bug | Sree Kuchibhotla | 2017-09-07 |
| |\ \ \ | |||
| | | * \ | Merge github.com:grpc/grpc into stats_histo | Craig Tiller | 2017-09-07 |
| | | |\ \ | | |_|/ / | |/| | | | |||
| * | | | | Garbage collect experimental pollers | Craig Tiller | 2017-09-07 |
| * | | | | Merge pull request #12353 from kpayson64/scatter_read | kpayson64 | 2017-09-06 |
| |\ \ \ \ | |||
| | | * | | | Kicked worker shouldn't add pollset to neighbhourhood | Sree Kuchibhotla | 2017-09-06 |
| | |/ / / | |/| | | | |||
| | * | | | Use all read buffers when doing a scatter read | Ken Payson | 2017-09-06 |
| | | * | | Mac compilation fixes | Craig Tiller | 2017-09-05 |
* | | | | | Mac compilation fixes | Craig Tiller | 2017-09-05 |
* | | | | | Merge github.com:grpc/grpc into write_completion | Craig Tiller | 2017-09-01 |
|\| | | | | |||
* | | | | | Sanity fixes | Craig Tiller | 2017-09-01 |
| | | * | | Merge github.com:grpc/grpc into moar_stats | Craig Tiller | 2017-09-01 |
| | | |\ \ | | |_|/ / | |/| | | | |||
| * | | | | Merge pull request #11873 from ctiller/stats | Craig Tiller | 2017-08-31 |
| |\ \ \ \ | |||
| | | | * | | Expose more stats | Craig Tiller | 2017-08-31 |
| | | | * | | Expose more stats | Craig Tiller | 2017-08-31 |
| | | | * | | Merge branch 'stats' into stats_histo | Craig Tiller | 2017-08-31 |
| | | | |\ \ | | | |_|/ / | | |/| | | | |||
| | * | | | | Merge github.com:grpc/grpc into stats | Craig Tiller | 2017-08-31 |
| | |\ \ \ \ | |||
* | | \ \ \ \ | Merge github.com:grpc/grpc into wc | Craig Tiller | 2017-08-31 |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||
| | * | | | | | Enable epoll1 | Sree Kuchibhotla | 2017-08-30 |
| |/ / / / / | |||
| | | | * / | Histogram support | Craig Tiller | 2017-08-30 |
| | | |/ / | | |/| | | |||
| * | | | | Revert "Implement call combiner" | Mark D. Roth | 2017-08-29 |
| | * | | | Merge github.com:grpc/grpc into stats | Craig Tiller | 2017-08-29 |
| | |\ \ \ | | |/ / / | |/| | | | |||
| * | | | | clang format | Sree Kuchibhotla | 2017-08-27 |
| * | | | | Remove test variable | Sree Kuchibhotla | 2017-08-27 |
| * | | | | change num_events and cursor to gpr_atm for memory visibility | Sree Kuchibhotla | 2017-08-27 |
| * | | | | Reduce batch size to 1 - This seems to help with unary and streaming | Sree Kuchibhotla | 2017-08-25 |
| | | | * | Add ChannelConnectivityWatcher::Ref()/Unref() | Yuchen Zeng | 2017-08-25 |
| | | | * | Add gpr_is_true | Yuchen Zeng | 2017-08-25 |
| | | |/ | |||
| * | | | Merge branch 'master' into epoll1-work-dist | Sree Kuchibhotla | 2017-08-25 |
| |\ \ \ | |||
| * | | | | fix typo | Sree Kuchibhotla | 2017-08-25 |
| * | | | | merge | Sree Kuchibhotla | 2017-08-25 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||
| | | * | | Implement call combiner. | Mark D. Roth | 2017-08-25 |
| | |/ / | |||
| | * | | Add timer annotations in epoll1 | yang-g | 2017-08-21 |
| * | | | Epoll1 Work Distribution: Parallelize processing epoll events across multiple... | Sree Kuchibhotla | 2017-08-17 |
| | * | | disable epoll1 by default (just enable tests) | Sree Kuchibhotla | 2017-08-17 |
| | * | | initialize pollset struct. Ideally not needed since we do zalloc but some cod... | Sree Kuchibhotla | 2017-08-16 |
| | * | | Enable epoll1 by default (and move epollsig as second choice) | Sree Kuchibhotla | 2017-08-16 |
| |/ / | |||
| * | | Merge pull request #8982 from kpayson64/cache_poll_threads2 | Jan Tattermusch | 2017-08-10 |
| |\ \ | |||
| | * | | Address PR feedback | Ken Payson | 2017-08-09 |
| * | | | Trace closure flush | ncteisen | 2017-08-08 |
| | * | | Merge remote-tracking branch 'upstream/master' into cache_poll_threads2 | Ken Payson | 2017-08-04 |
| | |\ \ | |||
| * | \ \ | Merge pull request #11990 from pgonda/patch-2 | Noah Eisen | 2017-08-04 |
| |\ \ \ \ | |||
| * \ \ \ \ | Merge pull request #12055 from sreecha/fix_epoll1_fd_orphan | Sree Kuchibhotla | 2017-08-03 |
| |\ \ \ \ \ | |||
| * | | | | | | Add support for service configs to c-ares resolver. | Mark D. Roth | 2017-08-03 |
| | |_|_|/ / | |/| | | | |