Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'upstream/master' into deadline_filter | Mark D. Roth | 2016-09-07 |
|\ | |||
| * | Merge pull request #7774 from ctiller/percent-encoder | Craig Tiller | 2016-09-06 |
| |\ | | | | | | | Percent encoding routines | ||
| * \ | Merge pull request #7953 from makdharma/grpc_caching_test | Nicolas Noble | 2016-09-06 |
| |\ \ | | | | | | | | | Grpc caching test | ||
| * \ \ | Merge pull request #7848 from nicolasnoble/upmerge-from-v1.0.x | Nicolas Noble | 2016-09-06 |
| |\ \ \ | | | | | | | | | | | Manual upmerge from v1.0.x | ||
* | | | | | Merge remote-tracking branch 'upstream/master' into deadline_filter | Mark D. Roth | 2016-09-06 |
|\| | | | | |||
* | | | | | Fix a couple of tests. | Mark D. Roth | 2016-09-02 |
| | | | | | |||
| | | * | | Fixed compile error introduced after merge | Makarand Dharmapurikar | 2016-09-02 |
| | | | | | |||
| * | | | | Merge pull request #7018 from vjpai/fc_unary | kpayson64 | 2016-09-02 |
|/| | | | | | | | | | | | | | | Support server-side streaming of a unary RPC | ||
* | | | | | Merge pull request #7914 from y-zeng/cli_main_fork | kpayson64 | 2016-09-01 |
|\ \ \ \ \ | | | | | | | | | | | | | Improve gRPC CLI | ||
* \ \ \ \ \ | Merge pull request #7936 from y-zeng/log_test | Craig Tiller | 2016-09-01 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add no-logging test | ||
| | | | | * | | clang-format fix | Makarand Dharmapurikar | 2016-09-01 |
| | | | | | | | |||
* | | | | | | | Merge pull request #7862 from makdharma/grpc_caching | makdharma | 2016-09-01 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | prep work for enabling caching | ||
| | * | | | | | | Update CQ_EXPECT_COMPLETION | Yuchen Zeng | 2016-08-31 |
| | | | | | | | | |||
| | * | | | | | | Merge remote-tracking branch 'upstream/master' into log_test | Yuchen Zeng | 2016-08-31 |
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||
* | | | | | | | | Merge pull request #7858 from markdroth/cq_verifier_file_line | Craig Tiller | 2016-08-31 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Change cq_verifier to report file and line number for expectations. | ||
| | | * | | | | | | Add no-logging test | Yuchen Zeng | 2016-08-30 |
| | | | | | | | | | |||
| | | | | * | | | | a golden file | Vijay Pai | 2016-08-30 |
| | | | | | | | | | |||
| | | | | * | | | | Fix golden test | Vijay Pai | 2016-08-30 |
| | | | | | | | | | |||
| | | | | * | | | | Merge branch 'master' into fc_unary | Vijay Pai | 2016-08-30 |
| | | | | |\ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve conflicts in ServerReaderWriterInterface Remove file server_streamed_unary.h and merge with sync_stream.h | ||
* | | | | | | | | | Merge pull request #7146 from rjshade/delete_timeout_enum | kpayson64 | 2016-08-30 |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | Delete unused TIMEOUT enum in end2end tests | ||
| | | | | * | | | | Update golden file | Vijay Pai | 2016-08-29 |
| | | | | | | | | | |||
| | | | * | | | | | Use --protofiles | Yuchen Zeng | 2016-08-29 |
| | | | | | | | | | |||
| | | | | * | | | | clang-format | Vijay Pai | 2016-08-29 |
| | | | | | | | | | |||
| | | | | | | * | | disable cacheability assert for proxy | Makarand Dharmapurikar | 2016-08-29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable the check for GET request if we're running behind a proxy. | ||
| | | | | * | | | | Change names to StreamedUnary, ServerUnaryStreamer, etc. Use a templated ↵ | Vijay Pai | 2016-08-29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | method handler since most code shared between the new StreamedUnary and the existing BidiStreaming. Eliminate the separate enum case for streamed unary. Return a status failure if a StreamedUnary method handler doesn't actually do a write (since that is violating the appearance of unary-ness) | ||
* | | | | | | | | | Merge pull request #7839 from markdroth/rename_client_config | Mark D. Roth | 2016-08-29 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | Rename grpc_client_config to grpc_resolver_result. | ||
| | | | | | | * | | test that cacheable flag is set | Makarand Dharmapurikar | 2016-08-29 |
| | | | | | | | | | |||
| | | | | | | * | | end-to-end test for cacheable requests. | Makarand Dharmapurikar | 2016-08-29 |
| | | | | |_|/ / | | | | |/| | | | |||
| | | * | | | | | clang-format | Mark D. Roth | 2016-08-26 |
| | | | | | | | | |||
| | | | | * | | | Merge branch 'master' into fc_unary | Vijay Pai | 2016-08-25 |
| | | | | |\ \ \ | |_|_|_|_|/ / / |/| | | | | | | | |||
| | | * | | | | | Fix some more tests that called cq_expect_completion(). | Mark D. Roth | 2016-08-25 |
| | | | | | | | | |||
| | | * | | | | | Merge remote-tracking branch 'upstream/master' into cq_verifier_file_line | Mark D. Roth | 2016-08-25 |
| | | |\ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | |||
| | | | * | | | | prep work for enabling caching | Makdharma | 2016-08-24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new header grpc-payload-bin Added new channel arg for setting max payload size Ability to create a GET request in client filter Ability to parse the payload from header in server filter. | ||
* | | | | | | | | Merge pull request #7616 from markdroth/cq_verifier_cleanup | Nicolas Noble | 2016-08-24 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Clean up cq_verifier code and error messages. | ||
| | | | * | | | | | Change cq_verifier to report file and line number for expectations. | Mark D. Roth | 2016-08-24 |
| | |_|/ / / / / | |/| | | | | | | |||
| | | | | | * | | Merge branch 'v1.0.x' into upmerge-from-v1.0.x | Nicolas "Pixel" Noble | 2016-08-24 |
| |_|_|_|_|/| | |/| | | | | | | | |||
| | * | | | | | | Fix broken test. | Mark D. Roth | 2016-08-23 |
| | | | | | | | | |||
| | | * | | | | | clang-format remove blank lines | Robbie Shade | 2016-08-23 |
| | | | | | | | | |||
| | | * | | | | | Merge branch 'master' into delete_timeout_enum | Robbie Shade | 2016-08-23 |
| | | |\ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | |||
| | | | | | * | | Merge pull request #7729 from apolcyn/update_to_sys_interactive | kpayson64 | 2016-08-22 |
| | | | | | |\ \ | | | | | | | | | | | | | | | | | | | update to system interactive in distrib tests | ||
* | | | | | | \ \ | Merge pull request #6732 from ctiller/consistent_client_count | Craig Tiller | 2016-08-22 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | Make client_channels be across all clients, not per-client | ||
| | | | | | | | * | Expand corpus | Craig Tiller | 2016-08-18 |
| | | | | | | | | | |||
| | | | | | | | * | Extend fuzzers (correctly) to deal with permissive/strict encoding | Craig Tiller | 2016-08-18 |
| | | | | | | | | | |||
| | | | | | | | * | Extend fuzzers (correctly) to deal with permissive/strict encoding | Craig Tiller | 2016-08-18 |
| | | | | | | | | | |||
| | | | | | | | * | Add a strict and a permissive decoder, allow different reserved alphabets | Craig Tiller | 2016-08-18 |
| | | | | | | | | | |||
* | | | | | | | | | Merge pull request #7741 from nicolasnoble/manual-upmerge | Nicolas Noble | 2016-08-18 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Manual upmerge from v1.0.x to master. | ||
| | | | | | | | | * | Percent encoding routines | Craig Tiller | 2016-08-18 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||
| | | * | | | | | | Eliminated pointer to end of expectation list. | Mark D. Roth | 2016-08-18 |
| | | | | | | | | | |||
* | | | | | | | | | Merge pull request #7735 from y-zeng/cli_main_fork | kpayson64 | 2016-08-17 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | Improve gRPC CLI | ||
| * | | | | | | | | Address review comments | Yuchen Zeng | 2016-08-16 |
| | | | | | | | | |