Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Adding more pointer type conversions | Yash Tibrewal | 2017-09-08 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into rename_lr_to_plugin | David Garcia Quintas | 2017-09-07 |
|\ | |||
* | | s/load_reporting/server_load_reporting | David Garcia Quintas | 2017-09-06 |
| | | |||
| * | Clarify log messages when starting test cases. | Mark D. Roth | 2017-09-05 |
| | | |||
| * | Revert "Revert "Implement call combiner"" | Mark D. Roth | 2017-09-01 |
| | | | | | | | | This reverts commit bf19961d0a49b43cb528392efeb4880eeebb9b5e. | ||
| * | Merge github.com:grpc/grpc into stats | Craig Tiller | 2017-08-31 |
| |\ | |||
| * \ | Merge github.com:grpc/grpc into stats | Craig Tiller | 2017-08-29 |
| |\ \ | |||
| | | * | Documentation change + e2e test fix | Ken Payson | 2017-08-29 |
| | | | | |||
| | | * | Have write ops take ownership over slices | Ken Payson | 2017-08-29 |
| | | | | |||
| | * | | Implement call combiner. | Mark D. Roth | 2017-08-25 |
| | |/ | |||
* | / | Renamed load_reporting.{c,h} to load_reporting_plugin.{c,h} | David Garcia Quintas | 2017-08-24 |
| |/ |/| | |||
* | | Merge remote-tracking branch 'upstream/master' into stream_compression_config | Muxi Yan | 2017-08-21 |
|\ \ | |||
* | | | Polish names of tests | Muxi Yan | 2017-08-15 |
| | | | |||
* | | | Merge branch 'master' into stream_compression_config | Muxi Yan | 2017-08-02 |
|\ \ \ | |||
| | * \ | Merge remote-tracking branch 'upstream/master' into fix-end2end-test | Sree Kuchibhotla | 2017-08-01 |
| | |\ \ | | |/ / | |/| | | |||
| * | | | add comment and test for memory api of grpc_call_cancel_with_status | Alexander Polcyn | 2017-07-28 |
| | | | | |||
* | | | | Merge remote-tracking branch 'upstream/master' into stream_compression_config | Muxi Yan | 2017-07-26 |
|\| | | | |||
* | | | | bug fix | Muxi Yan | 2017-07-26 |
| | | | | |||
* | | | | Separate stream compression from message-wise compression | Muxi Yan | 2017-07-26 |
| | | | | |||
| | * | | Fix streaming_error_response test (failing in epoll1 but bug is not related ↵ | Sree Kuchibhotla | 2017-07-26 |
| |/ / | | | | | | | | | | to epoll1) | ||
| | * | Merge github.com:grpc/grpc into stats | Craig Tiller | 2017-07-21 |
| | |\ | | |/ | |/| | |||
| * | | Test credentials are passed with channel arg. Renamed macros and refactored ↵ | Yash Tibrewal | 2017-07-20 |
| | | | | | | | | | | | | code as per suggestions. Renamed test to proxy_auth and changed it to use simple_request instead of a payload. | ||
| * | | Adding connect auth feature. Proxy-Authorization header is being inserted ↵ | Yash Tibrewal | 2017-07-19 |
| | | | | | | | | | | | | when user creds are present in uri | ||
| | * | Add a simple stats framework to gRPC C core | Craig Tiller | 2017-07-18 |
| |/ | |||
* | | Add tests | Muxi Yan | 2017-07-12 |
| | | |||
| * | 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 |
| | | |||
| * | Fix handling of send_message before send_initial_metadata in compress filter. | Mark D. Roth | 2017-06-22 |
| | | |||
* | | Fix max_message_length | Yuchen Zeng | 2017-06-19 |
|/ | |||
* | Add rich closure debug mode | ncteisen | 2017-06-08 |
| | |||
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | Revert "Revert "Implement Server Backward Compatibility"" | Muxi Yan | 2017-05-15 |
| | |||
* | Revert "Implement Server Backward Compatibility" | Nicolas Noble | 2017-05-12 |
| | |||
* | Merge pull request #10849 from muxi/backward-compat | Muxi Yan | 2017-05-12 |
|\ | | | | | Implement Server Backward Compatibility | ||
* | | Always receive initial metadata in this test | Craig Tiller | 2017-05-11 |
| | | |||
| * | Add a separate test case for workaround_cronet_compression | Muxi Yan | 2017-05-09 |
| | | |||
| * | Merge remote-tracking branch 'upstream/master' into backward-compat | Muxi Yan | 2017-04-30 |
| |\ | |/ |/| | |||
| * | Add end2end test for workarounds | Muxi Yan | 2017-04-28 |
| | | |||
* | | Expand allowable resource quota failures: unavailable seems sane | Craig Tiller | 2017-04-26 |
|/ | |||
* | Fix HTTP proxy tests | Craig Tiller | 2017-04-21 |
| | | | | | - heap allocate the pollset shutdown closure (this may be called asynchronously) - ensure a poller remains until all endpoints are closed | ||
* | Merge github.com:grpc/grpc into cpparena | Craig Tiller | 2017-04-18 |
|\ | |||
| * | Load Reporting back to using metadata | David Garcia Quintas | 2017-04-15 |
| | | |||
* | | Merge github.com:grpc/grpc into cpparena | Craig Tiller | 2017-04-14 |
|\| | |||
| * | Merge pull request #10660 from ctiller/bugfixes | Craig Tiller | 2017-04-14 |
| |\ | | | | | | | Bugfixes |