Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #11719 from markdroth/large_metadata_bad_client_test_fix | Mark D. Roth | 2017-07-11 |
|\ | | | | | bad_client test: do multiple reads if needed to read full server response | ||
| * | Do multiple reads if needed to read full server response. | Mark D. Roth | 2017-07-11 |
| | | |||
* | | Revert "Remove lockfree-stack implementation that is no longer used" | Ken Payson | 2017-07-10 |
|/ | | | | This reverts commit 3d04e025bcffd1e583d502de4ee26625ea866b21. | ||
* | Merge pull request #11602 from muxi/add_cancel_after_round_trip_test | Muxi Yan | 2017-07-05 |
|\ | | | | | Add a end2end test of cancel call | ||
| * | Fix test failures | Muxi Yan | 2017-06-28 |
| | | |||
| * | Correct copyright year | Muxi Yan | 2017-06-27 |
| | | |||
| * | Resolve asan failure | Muxi Yan | 2017-06-27 |
| | | |||
* | | Merge pull request #11577 from markdroth/compression_filter_fix | Mark D. Roth | 2017-06-26 |
|\ \ | | | | | | | Fix handling of send_message before send_initial_metadata in compress filter. | ||
| | * | Add test | Muxi Yan | 2017-06-23 |
| | | | |||
* | | | Fix bad_ping | Yuchen Zeng | 2017-06-23 |
| |/ |/| | |||
| * | Fix Windows compiler problem. | Mark D. Roth | 2017-06-23 |
| | | |||
* | | Merge pull request #11499 from markdroth/trailers_only | Mark D. Roth | 2017-06-22 |
|\ \ | | | | | | | Add support for Trailers-Only responses. | ||
| * | | Add support for Trailers-Only responses. | Mark D. Roth | 2017-06-22 |
| | | | | | | | | | | | | | | | | | | | | | - When receiving a Trailers-Only response, return the metadata as trailing metadata instead of initial metadata. - Send Trailers-Only response when we have no non-default initial metadata, no message to send, and trailing metadata to send. | ||
| | * | Fix handling of send_message before send_initial_metadata in compress filter. | Mark D. Roth | 2017-06-22 |
| |/ | |||
* | | Merge pull request #10833 from ncteisen/tracing-overhaul | Noah Eisen | 2017-06-21 |
|\ \ | | | | | | | Tracing Overhaul | ||
* \ \ | Merge pull request #11545 from y-zeng/max_message_length | Yuchen Zeng | 2017-06-20 |
|\ \ \ | | | | | | | | | Fix max_message_length | ||
| * | | | Fix max_message_length | Yuchen Zeng | 2017-06-19 |
| | |/ | |/| | |||
* / | | Remove lockfree-stack implementation that is no longer used | Vijay Pai | 2017-06-19 |
|/ / | |||
| * | Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaul | ncteisen | 2017-06-15 |
| |\ | |/ |/| | |||
* | | fix varargs compiler error | Alexander Polcyn | 2017-06-14 |
| | | |||
* | | try fixing invalic_call_argument_test on kokoro | Jan Tattermusch | 2017-06-10 |
| | | |||
| * | Add refcount to tcp tracer | ncteisen | 2017-06-08 |
| | | |||
| * | Add rich closure debug mode | ncteisen | 2017-06-08 |
| | | |||
| * | Merge pull request #11336 from ctiller/ALL-the-things | Craig Tiller | 2017-06-08 |
| |\ | | | | | | | Roll-up of threading changes | ||
* | | | Add rich closure debug mode | ncteisen | 2017-06-08 |
| | | | |||
* | | | Merge branch 'master' of https://github.com/grpc/grpc into ALL-the-things | ncteisen | 2017-06-08 |
|\| | | |/ |/| | |||
* | | clang-format | Craig Tiller | 2017-06-08 |
| | | |||
* | | Ensure a poller exists | Craig Tiller | 2017-06-08 |
| | | |||
| * | Merge pull request #11237 from y-zeng/srv_record | Yuchen Zeng | 2017-06-08 |
| |\ | | | | | | | Support grpclb address in the c-ares resolver | ||
* | | | Fix test verification | Craig Tiller | 2017-06-08 |
| | | | |||
* | | | Merge github.com:grpc/grpc into ALL-the-things | Craig Tiller | 2017-06-08 |
|\| | | |||
| * | | fix test/core/http/BUILD | Jan Tattermusch | 2017-06-08 |
| | | | |||
| * | | fix remaining license notices | Jan Tattermusch | 2017-06-08 |
| | | | |||
| * | | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | | | |||
| * | | Merge github.com:grpc/grpc into faster_timer_pool | Craig Tiller | 2017-06-07 |
| |\ \ | |||
* | \ \ | Merge github.com:grpc/grpc into ALL-the-things | Craig Tiller | 2017-06-07 |
|\ \ \ \ | | |/ / | |/| | | |||
| * | | | Implement LB policy updates | David Garcia Quintas | 2017-06-06 |
| | | | | |||
| | | * | Merge remote-tracking branch 'upstream/master' into srv_record | Yuchen Zeng | 2017-06-06 |
| | | |\ | | |_|/ | |/| | | |||
| | * | | Merge github.com:grpc/grpc into faster_timer_pool | Craig Tiller | 2017-06-06 |
| | |\ \ | | |/ / | |/| | | |||
| | | * | Fix windows build, no_logging tests, dns_resolver_test | Yuchen Zeng | 2017-06-05 |
| | | | | |||
| | | * | Fix the fd clean up process | Yuchen Zeng | 2017-06-05 |
| | | | | |||
| | | * | Cancel the dns lookup in dns_ares_shutdown | Yuchen Zeng | 2017-06-04 |
| | | | | |||
* | | | | Merge branch 'selectivity' into ALL-the-things | Craig Tiller | 2017-06-02 |
|\| | | | |||
| * | | | Merge branch 'win_bldfix' of https://github.com/makdharma/grpc into win_bldfix | Mak Dharma | 2017-05-30 |
| |\ \ \ | |||
| | | | * | Fix api_fuzzer, dns_resolver_connectivity_test | Yuchen Zeng | 2017-05-30 |
| | | | | | |||
| | * | | | s/inline/__inline/ | Makarand Dharmapurikar | 2017-05-30 |
| | | | | | |||
| * | | | | Merge pull request #11309 from murgatroid99/master_1.3.x_upmerge | Michael Lumish | 2017-05-30 |
| |\ \ \ \ | | |/ / / | |/| | | | Master 1.3.x upmerge | ||
* | | | | | Merge branch 'thread_pool' into ALL-the-things | Craig Tiller | 2017-05-30 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||
* | | | | | Get rid of zero-length poll case now that timer pool exists | Craig Tiller | 2017-05-30 |
| |/ / / |/| | | | |||
| | * | | get rid of flakey asserts in num_watchers test | Alexander Polcyn | 2017-05-26 |
| | | | |