Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #11602 from muxi/add_cancel_after_round_trip_test | Muxi Yan | 2017-07-05 |
|\ | | | | | Add a end2end test of cancel call | ||
* \ | Merge pull request #11648 from markdroth/c++_filter_fixes | Mark D. Roth | 2017-06-30 |
|\ \ | | | | | | | Improvements to C++ filter API | ||
| * | | Fix filter_end2end_test. | Mark D. Roth | 2017-06-30 |
| | | | |||
* | | | Merge pull request #11539 from dgquintas/alarm_non_copyable | David G. Quintas | 2017-06-29 |
|\ \ \ | | | | | | | | | Make grpc::Alarm non-copyable | ||
* \ \ \ | Merge pull request #11604 from dgquintas/fix_rr_state_master | David G. Quintas | 2017-06-29 |
|\ \ \ \ | | | | | | | | | | | Fix RR policy connectivity state upon subchannels shutdown | ||
| | | * | | Improvements to C++ filter API: | Mark D. Roth | 2017-06-29 |
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | - Make sure all C-core parameters are passed into C++ methods. - Add Destroy() methods for ChannelData and CallData. - Use C++-style casts. - Add 'extern "C"' to iomgr/closure.h, which is used in C++ filters. | ||
| | | * | Fix test failures | Muxi Yan | 2017-06-28 |
| | | | | |||
| | * | | Split move test | David Garcia Quintas | 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. | ||
| | * | | | added test for RR connectivity state upon subchannels shutdown | David Garcia Quintas | 2017-06-26 |
| | | | | | |||
| | | | * | 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 #11542 from yang-g/grpc_cli | Yang Gao | 2017-06-21 |
|\ \ \ | | | | | | | | | Still create channel if remotedb is false. Just do not use it in the … | ||
* \ \ \ | Merge pull request #10833 from ncteisen/tracing-overhaul | Noah Eisen | 2017-06-21 |
|\ \ \ \ | | | | | | | | | | | Tracing Overhaul | ||
| | | | * | Make grpc::Alarm non-copyable | David Garcia Quintas | 2017-06-20 |
| | | | | | |||
* | | | | | Merge pull request #11545 from y-zeng/max_message_length | Yuchen Zeng | 2017-06-20 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix max_message_length | ||
| | * \ \ \ | Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaul | ncteisen | 2017-06-19 |
| | |\ \ \ \ | | | | |/ / | | | |/| | | |||
| | | | * | | Still create channel if remotedb is false. Just do not use it in the file ↵ | yang-g | 2017-06-19 |
| | | |/ / | | | | | | | | | | | | | | | | parsing | ||
| * | / / | Fix max_message_length | Yuchen Zeng | 2017-06-19 |
| | |/ / | |/| | | |||
* / | | | Remove lockfree-stack implementation that is no longer used | Vijay Pai | 2017-06-19 |
|/ / / | |||
* | | | Merge pull request #11516 from murgatroid99/upmerge_1.4.x | Michael Lumish | 2017-06-19 |
|\ \ \ | |_|/ |/| | | Upmerge 1.4.x into Master | ||
* | | | clang fmt | ncteisen | 2017-06-19 |
| | | | |||
* | | | Add json out flag to qps driver | ncteisen | 2017-06-19 |
| | | | |||
| * | | Merge remote-tracking branch 'upstream/v1.4.x' into upmerge_1.4.x | murgatroid99 | 2017-06-15 |
|/| | | |||
| | * | 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 |
| | | | |||
| * | | Change bound port to get Node distrib tests to work again | murgatroid99 | 2017-06-13 |
| | | | |||
* | | | Merge remote-tracking branch 'origin/master' into HEAD | Ken Payson | 2017-06-13 |
|\ \ \ | |||
| * \ \ | Merge pull request #11459 from jtattermusch/invalid_call_argument_timeout | Jan Tattermusch | 2017-06-12 |
| |\ \ \ | | | | | | | | | | | try fixing invalid_call_argument_test on kokoro | ||
| * \ \ \ | Merge pull request #9823 from mjkim/fix_unkown | Mehrdad Afshari | 2017-06-12 |
| |\ \ \ \ | | | | | | | | | | | | | Fix typos | ||
| | | * | | | 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 |
| | | | | | | |||
| | * | | | | license fixes | Jan Tattermusch | 2017-06-08 |
| | | | | | | |||
| | * | | | | fix remaining license notices | Jan Tattermusch | 2017-06-08 |
| | | | | | |