Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge pull request #12066 from apolcyn/nit_for_interop_script | apolcyn | 2017-08-07 |
|\ | |||
* | | Revert "Add TSI zero-copy frame protector" | Jiangtao Li | 2017-08-07 |
* | | split tsi into two libraries: tsi_interface and tsi | jiangtaoli2016 | 2017-08-04 |
* | | Merge branch 'master' into tsi_grpc | jiangtaoli2016 | 2017-08-04 |
|\ \ | |||
| * \ | Merge pull request #11579 from sreecha/fix_alarm | Sree Kuchibhotla | 2017-08-04 |
| |\ \ | |||
| | | * | iamge to image in interop test script | Alex Polcyn | 2017-08-03 |
| * | | | Add support for service configs to c-ares resolver. | Mark D. Roth | 2017-08-03 |
| * | | | Merge pull request #12015 from jtattermusch/unused_stress | Jan Tattermusch | 2017-08-03 |
| |\ \ \ | |||
| * | | | | Improve flakes query | David Garcia Quintas | 2017-08-02 |
| | |_|/ | |/| | | |||
| | | * | Merge branch 'master' into fix_alarm | Sree Kuchibhotla | 2017-08-02 |
| | | |\ | | |_|/ | |/| | | |||
* | | | | minor fix | jiangtaoli2016 | 2017-08-02 |
| * | | | Merge pull request #12016 from jtattermusch/retry_on_timeout | Jan Tattermusch | 2017-08-02 |
| |\ \ \ | |||
| | | | * | Merge branch 'master' into fix_alarm | Sree Kuchibhotla | 2017-08-01 |
| | | | |\ | |||
| * | | | \ | Merge branch 'master' of https://github.com/grpc/grpc into flow-control-v3 | ncteisen | 2017-08-01 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||
| | * | | | | Merge pull request #11985 from vjpai/remake+testremake | Vijay Pai | 2017-08-01 |
| | |\ \ \ \ | |||
| | * | | | | | Enable compression interop tests for Java clients | Eric Gribkoff | 2017-08-01 |
| | | | * | | | auto_set_flakes also reruns tests that timeout | Jan Tattermusch | 2017-08-01 |
| | | |/ / / | | |/| | | | |||
| | | | * | | remove unused stress test script | Jan Tattermusch | 2017-08-01 |
| | | |/ / | | |/| | | |||
| | | * | | Test against grpc++_unsecure when possible. Provide unsecure version of test_... | Vijay Pai | 2017-07-31 |
| | * | | | Add repro | Noah Eisen | 2017-07-31 |
| | |/ / | |||
* | | | | Merge branch 'master' into tsi_grpc | jiangtaoli2016 | 2017-07-31 |
|\ \ \ \ | | |/ / | |/| | | |||
| * | | | Clean up grpc++_unsecure so that it doesn't require secure content anymore | Vijay Pai | 2017-07-30 |
| * | | | Merge pull request #11927 from y-zeng/nameser | Yuchen Zeng | 2017-07-28 |
| |\ \ \ | |||
* | | | | | Add TSI zero-copy frame protector | jiangtaoli2016 | 2017-07-28 |
|/ / / / | |||
| | * | | Merge branch 'master' of https://github.com/grpc/grpc into flow-control-v3 | ncteisen | 2017-07-28 |
| | |\ \ | |_|/ / |/| | | | |||
| * | | | Update build.yaml, fix format | Yuchen Zeng | 2017-07-27 |
* | | | | Improvements to grpc_byte_stream API and handling. | Mark D. Roth | 2017-07-26 |
* | | | | Merge pull request #11926 from guantaol/patch_dashboard_schema | Guantao Liu | 2017-07-26 |
|\ \ \ \ | |||
* \ \ \ \ | Merge pull request #11901 from nathanielmanistaatgoogle/grpc_testing | Nathaniel Manista | 2017-07-25 |
|\ \ \ \ \ | |||
| | | | | * | Merge branch 'master' into fix_alarm | Sree Kuchibhotla | 2017-07-25 |
| | | | | |\ | |_|_|_|_|/ |/| | | | | | |||
| * | | | | | gRPC Python test infrastructure | Nathaniel Manista | 2017-07-25 |
| | * | | | | Update the scenario result schema | Guantao Liu | 2017-07-24 |
| | |/ / / | |||
* | / / / | Exit 1 if some tests fail. | Adele Zhou | 2017-07-24 |
| |/ / / |/| | | | |||
* | | | | Merge pull request #11884 from yashykt/connect-auth | Yash Tibrewal | 2017-07-21 |
|\ \ \ \ | |||
* \ \ \ \ | Merge pull request #11816 from sreecha/sreek-epoll1 | Sree Kuchibhotla | 2017-07-21 |
|\ \ \ \ \ | |||
* \ \ \ \ \ | Merge pull request #11871 from murgatroid99/uv_portability_fix | Michael Lumish | 2017-07-21 |
|\ \ \ \ \ \ | |||
| | * | | | | | Disable epoll1 - so that I can merge whatever I have until now | Sree Kuchibhotla | 2017-07-21 |
| | * | | | | | Merge branch 'master' into sreek-epoll1 | Sree Kuchibhotla | 2017-07-20 |
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||
| | | * | | | | Test credentials are passed with channel arg. Renamed macros and refactored c... | Yash Tibrewal | 2017-07-20 |
| | * | | | | | Merge branch 'master' into sreek-epoll1 | Sree Kuchibhotla | 2017-07-19 |
| | |\ \ \ \ \ | |||
| | | | * \ \ \ | Merged latest commit from upstream | Yash Tibrewal | 2017-07-19 |
| | | | |\ \ \ \ | | | | |/ / / / | | | |/| | | | | |||
| | | | * | | | | Adding connect auth feature. Proxy-Authorization header is being inserted whe... | Yash Tibrewal | 2017-07-19 |
| | | | | | * | | Pull flow control into one module | ncteisen | 2017-07-18 |
| | | | |_|/ / | | | |/| | | | |||
* | | / | | | | Ban the silent version | ncteisen | 2017-07-18 |
| |_|/ / / / |/| | | | | | |||
* | | | | | | Merge pull request #11869 from jtattermusch/kokoro_fix_python_artifacts | Jan Tattermusch | 2017-07-18 |
|\ \ \ \ \ \ | |||
| | * \ \ \ \ | Merge branch 'master' into uv_portability_fix | murgatroid99 | 2017-07-18 |
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||
| | * | | | | | libuv tests: skip a test that spawns a thread | murgatroid99 | 2017-07-18 |
| | * | | | | | Add asserts that uv calls all run on the same thread | murgatroid99 | 2017-07-18 |
* | | | | | | | Merge pull request #11454 from markdroth/server_cq_ok_semantics | Mark D. Roth | 2017-07-18 |
|\ \ \ \ \ \ \ | |||
| | * | | | | | | set path to mingw on kokoro | Jan Tattermusch | 2017-07-18 |
| |/ / / / / / |/| | | | | | |