aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Merge pull request #11602 from muxi/add_cancel_after_round_trip_testGravatar Muxi Yan2017-07-05
|\ | | | | Add a end2end test of cancel call
* \ Merge pull request #11648 from markdroth/c++_filter_fixesGravatar Mark D. Roth2017-06-30
|\ \ | | | | | | Improvements to C++ filter API
| * | Fix filter_end2end_test.Gravatar Mark D. Roth2017-06-30
| | |
* | | Merge pull request #11539 from dgquintas/alarm_non_copyableGravatar David G. Quintas2017-06-29
|\ \ \ | | | | | | | | Make grpc::Alarm non-copyable
* \ \ \ Merge pull request #11604 from dgquintas/fix_rr_state_masterGravatar David G. Quintas2017-06-29
|\ \ \ \ | | | | | | | | | | Fix RR policy connectivity state upon subchannels shutdown
| | | * | Improvements to C++ filter API:Gravatar Mark D. Roth2017-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 failuresGravatar Muxi Yan2017-06-28
| | | |
| | * | Split move testGravatar David Garcia Quintas2017-06-28
| | | |
| | | * Correct copyright yearGravatar Muxi Yan2017-06-27
| | | |
| | | * Resolve asan failureGravatar Muxi Yan2017-06-27
| | | |
* | | | Merge pull request #11577 from markdroth/compression_filter_fixGravatar Mark D. Roth2017-06-26
|\ \ \ \ | | | | | | | | | | Fix handling of send_message before send_initial_metadata in compress filter.
| | * | | added test for RR connectivity state upon subchannels shutdownGravatar David Garcia Quintas2017-06-26
| | | | |
| | | | * Add testGravatar Muxi Yan2017-06-23
| | | |/ | | |/|
* | / | Fix bad_pingGravatar Yuchen Zeng2017-06-23
| |/ / |/| |
| * | Fix Windows compiler problem.Gravatar Mark D. Roth2017-06-23
| | |
* | | Merge pull request #11499 from markdroth/trailers_onlyGravatar Mark D. Roth2017-06-22
|\ \ \ | | | | | | | | Add support for Trailers-Only responses.
| * | | Add support for Trailers-Only responses.Gravatar Mark D. Roth2017-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.Gravatar Mark D. Roth2017-06-22
| |/ /
* | | Merge pull request #11542 from yang-g/grpc_cliGravatar Yang Gao2017-06-21
|\ \ \ | | | | | | | | Still create channel if remotedb is false. Just do not use it in the …
* \ \ \ Merge pull request #10833 from ncteisen/tracing-overhaulGravatar Noah Eisen2017-06-21
|\ \ \ \ | | | | | | | | | | Tracing Overhaul
| | | | * Make grpc::Alarm non-copyableGravatar David Garcia Quintas2017-06-20
| | | | |
* | | | | Merge pull request #11545 from y-zeng/max_message_lengthGravatar Yuchen Zeng2017-06-20
|\ \ \ \ \ | | | | | | | | | | | | Fix max_message_length
| | * \ \ \ Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaulGravatar ncteisen2017-06-19
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | | * | Still create channel if remotedb is false. Just do not use it in the file ↵Gravatar yang-g2017-06-19
| | | |/ / | | | | | | | | | | | | | | | parsing
| * | / / Fix max_message_lengthGravatar Yuchen Zeng2017-06-19
| | |/ / | |/| |
* / | | Remove lockfree-stack implementation that is no longer usedGravatar Vijay Pai2017-06-19
|/ / /
* | | Merge pull request #11516 from murgatroid99/upmerge_1.4.xGravatar Michael Lumish2017-06-19
|\ \ \ | |_|/ |/| | Upmerge 1.4.x into Master
* | | clang fmtGravatar ncteisen2017-06-19
| | |
* | | Add json out flag to qps driverGravatar ncteisen2017-06-19
| | |
| * | Merge remote-tracking branch 'upstream/v1.4.x' into upmerge_1.4.xGravatar murgatroid992017-06-15
|/| |
| | * Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaulGravatar ncteisen2017-06-15
| | |\ | |_|/ |/| |
* | | fix varargs compiler errorGravatar Alexander Polcyn2017-06-14
| | |
| * | Change bound port to get Node distrib tests to work againGravatar murgatroid992017-06-13
| | |
* | | Merge remote-tracking branch 'origin/master' into HEADGravatar Ken Payson2017-06-13
|\ \ \
| * \ \ Merge pull request #11459 from jtattermusch/invalid_call_argument_timeoutGravatar Jan Tattermusch2017-06-12
| |\ \ \ | | | | | | | | | | try fixing invalid_call_argument_test on kokoro
| * \ \ \ Merge pull request #9823 from mjkim/fix_unkownGravatar Mehrdad Afshari2017-06-12
| |\ \ \ \ | | | | | | | | | | | | Fix typos
| | | * | | try fixing invalic_call_argument_test on kokoroGravatar Jan Tattermusch2017-06-10
| | |/ / / | |/| | |
| | | | * Add refcount to tcp tracerGravatar ncteisen2017-06-08
| | | | |
| | | | * Add rich closure debug modeGravatar ncteisen2017-06-08
| | | | |
| | | | * Merge pull request #11336 from ctiller/ALL-the-thingsGravatar Craig Tiller2017-06-08
| | | | |\ | | | | | | | | | | | | Roll-up of threading changes
| * | | | | Add rich closure debug modeGravatar ncteisen2017-06-08
| | | | | |
| * | | | | Merge branch 'master' of https://github.com/grpc/grpc into ALL-the-thingsGravatar ncteisen2017-06-08
| |\ \ \ \ \ | | | |_|/ / | | |/| | / | | |_|_|/ | |/| | |
| * | | | clang-formatGravatar Craig Tiller2017-06-08
| | | | |
| * | | | Ensure a poller existsGravatar Craig Tiller2017-06-08
| | | | |
| | * | | Merge pull request #11237 from y-zeng/srv_recordGravatar Yuchen Zeng2017-06-08
| | |\ \ \ | | | | | | | | | | | | Support grpclb address in the c-ares resolver
| * | | | | Fix test verificationGravatar Craig Tiller2017-06-08
| | | | | |
| * | | | | Merge github.com:grpc/grpc into ALL-the-thingsGravatar Craig Tiller2017-06-08
| |\| | | |
| | * | | | fix test/core/http/BUILDGravatar Jan Tattermusch2017-06-08
| | | | | |
| | * | | | license fixesGravatar Jan Tattermusch2017-06-08
| | | | | |
| | * | | | fix remaining license noticesGravatar Jan Tattermusch2017-06-08
| | | | | |