Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'stats' into stats_histo | Craig Tiller | 2017-08-29 |
|\ | |||
| * | Merge github.com:grpc/grpc into stats | Craig Tiller | 2017-08-29 |
| |\ | |||
| | * | Merge pull request #12137 from y-zeng/call_atm | Yuchen Zeng | 2017-08-28 |
| | |\ | | | | | | | | | Fix data race in call.c | ||
| | * \ | Merge pull request #12303 from dgquintas/rr_shutdown_sc_shutdown | David G. Quintas | 2017-08-28 |
| | |\ \ | | | | | | | | | | | Removed in_connectivity_shutdown from RR | ||
| | * | | | Remove extraneous paren | ncteisen | 2017-08-28 |
| | | | | | |||
| | | * | | Removed in_connectivity_shutdown from RR | David Garcia Quintas | 2017-08-28 |
| | | | | | |||
| | * | | | 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 |
| | | | | | | | | | | | | | | | | | | | | benchmarks | ||
| | | | * | Add explanation for recv_state | 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 |
| | |\ \ \ | |||
| | | | * \ | Merge pull request #11566 from markdroth/call_combiner | Mark D. Roth | 2017-08-25 |
| | | | |\ \ | | | | | | | | | | | | | | | Implement call combiner | ||
| | | | | * | | Implement call combiner. | Mark D. Roth | 2017-08-25 |
| | | | | | | | |||
| | | | * | | | Merge pull request #12282 from yang-g/sync_thd_refactor | Yang Gao | 2017-08-24 |
| | | | |\ \ \ | | | | | |/ / | | | | |/| | | Refactor sync/thd headers | ||
| | | | * | | | Merge pull request #11782 from muxi/stream_compression_config | Muxi Yan | 2017-08-24 |
| | | | |\ \ \ | | | | | | | | | | | | | | | | | Implement stream compression - configuration and negotiation | ||
| | | | | | * | | Update block_annotate.h | yang-g | 2017-08-24 |
| | | | | | | | | |||
| | | | | | * | | Remove stale file | yang-g | 2017-08-24 |
| | | | | |/ / | | | | |/| | | |||
| | | | | * | | Fix stream_compression_payload test flake | Muxi Yan | 2017-08-23 |
| | | | | | | | |||
| | | | * | | | Merge pull request #12240 from yang-g/endo | Yang Gao | 2017-08-23 |
| | | |/| | | | | | | | | | | | | | | | | | Add a new macro for custom profiler | ||
| | | | | * | | Merge remote-tracking branch 'upstream/master' into stream_compression_config | Muxi Yan | 2017-08-23 |
| | | | | |\ \ | | | | |_|/ / | | | |/| | | | |||
| | | * | | | | Merge pull request #12242 from dgquintas/rr_initial_conn | David G. Quintas | 2017-08-22 |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | RR: Initialize subchannel connectivity state | ||
| | | * \ \ \ \ | Merge pull request #12251 from ncteisen/fix-ubsan | Noah Eisen | 2017-08-22 |
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix ubsan | ||
| | | * \ \ \ \ \ | Merge pull request #12246 from yang-g/epoll1 | Yang Gao | 2017-08-22 |
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add timer annotations in epoll1 | ||
| | | | | * | | | | | Fix ubsan | Noah Eisen | 2017-08-22 |
| | | | |/ / / / / | | | |/| | | | | | |||
| | | | * | | | | | Add timer annotations in epoll1 | yang-g | 2017-08-21 |
| | | | | | | | | | |||
| | | * | | | | | | Merge pull request #12182 from dgquintas/grpclb_destroy_bbr | David G. Quintas | 2017-08-21 |
| | | |\ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | | | Added missing call to grpc_byte_buffer_reader_destroy() | ||
| | | | | | * | | | fix C++ wrapper | yang-g | 2017-08-21 |
| | | | | | | | | | |||
| | | | | | * | | | Fix mismatched BEGIN/END | yang-g | 2017-08-21 |
| | | | | | | | | | |||
| | | | | * | | | | RR: Initialize subchannel connectivity state | David Garcia Quintas | 2017-08-21 |
| | | | |/ / / / | | | |/| | | | | |||
| | | | | | * | | Merge remote-tracking branch 'upstream/master' into stream_compression_config | Muxi Yan | 2017-08-21 |
| | | | | | |\ \ | | | | |_|_|/ / | | | |/| | | | | |||
| | | | | * | | | Add a new macro for custom profiler | yang-g | 2017-08-21 |
| | | | |/ / / | | | |/| | | | |||
| | | * | | | | Merge pull request #11936 from sreecha/fix-end2end-test | Sree Kuchibhotla | 2017-08-19 |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | Fix streaming_response_error end2end test in epoll1 | ||
| | | | | | * | | Do not add accept-encoding field when it exists | Muxi Yan | 2017-08-18 |
| | | | | | | | | |||
| | | | | | * | | Fix minor build issue | Muxi Yan | 2017-08-18 |
| | | | | | | | | |||
| | | | | | * | | Some missing parts | Muxi Yan | 2017-08-17 |
| | | | | | | | | |||
| | * | | | | | | Epoll1 Work Distribution: Parallelize processing epoll events across ↵ | Sree Kuchibhotla | 2017-08-17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | multiple threads | ||
| | | | * | | | | disable epoll1 by default (just enable tests) | Sree Kuchibhotla | 2017-08-17 |
| | | | | | | | | |||
| | | * | | | | | Merge pull request #12203 from mdzoba/mdzoba-fix-issue-11512 | Nicolas Noble | 2017-08-17 |
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix assert in grpc_timer_init(). | ||
| | | * \ \ \ \ \ | Merge pull request #12213 from dgquintas/v1.7.x-version-bump | David G. Quintas | 2017-08-17 |
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Master version bump to 1.7.x | ||
| | | | * | | | | | | Master version bump to 1.7.x | David Garcia Quintas | 2017-08-16 |
| | | |/ / / / / / | | |/| | | | | | | |||
| | | | * | | | | | Fix assert in grpc_timer_init(). https://github.com/grpc/grpc/issues/11512 | Maxim Dzoba | 2017-08-16 |
| | | |/ / / / / | | |/| | | | | | |||
| | | | * | | | | initialize pollset struct. Ideally not needed since we do zalloc but some ↵ | Sree Kuchibhotla | 2017-08-16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | code may directly call gpr_malloc to create pollset | ||
| | | | * | | | | Enable epoll1 by default (and move epollsig as second choice) | Sree Kuchibhotla | 2017-08-16 |
| | | |/ / / / | | |/| | | | | |||
| | | * | | | | Fixing memory leak and removing unneeded NULL checks. | Julien Boeuf | 2017-08-16 |
| | |/ / / / | |||
| | | | | * | Add more comments for the atomic operations | Yuchen Zeng | 2017-08-15 |
| | | | | | | |||
| | | | | * | Use atm load instead of atm cas | Yuchen Zeng | 2017-08-15 |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 370051b520e3097a89a464a91a38ee6334d0aeaf. | ||
| | | * | | | Added missing call to grpc_byte_buffer_reader_destroy() | David Garcia Quintas | 2017-08-14 |
| | |/ / / |