Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | Merge branch 'master' into debug_qps_stream | vjpai | 2016-03-10 | |
| |\ \ \ \ \ | ||||
* | | | | | | | clang-format | David Garcia Quintas | 2016-03-08 | |
| | | | | | | | ||||
| | | | | | * | Added a channel argument to set the maximum reconnect backoff duration. ↵ | Aaron Isotton | 2016-03-08 | |
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Extended the interop test to test the custom reconnect backoffs. This closes #5377. | |||
* | | | | | | Merge branch 'master' of github.com:grpc/grpc into codegen_lib | David Garcia Quintas | 2016-03-08 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||
| * | | | | | Fix formatting | Craig Tiller | 2016-03-07 | |
| | | | | | | ||||
| | | | | * | Merge github.com:grpc/grpc into cleaner-posix2 | Craig Tiller | 2016-03-07 | |
| | | | | |\ | ||||
| * | | | | | | Disable profiling in qps_worker for now | Craig Tiller | 2016-03-07 | |
| | |_|_|_|/ | |/| | | | | ||||
| | | | * | | Revert "Revert "Properly integrate async API with server-side cancellations."" | Sree Kuchibhotla | 2016-03-07 | |
| | |_|/ / | |/| | | | ||||
* | | | | | WIP. Added codegen_test | David Garcia Quintas | 2016-03-06 | |
| | | | | | ||||
| * | | | | Revert "Properly integrate async API with server-side cancellations." | Sree Kuchibhotla | 2016-03-04 | |
| | | | | | ||||
| | | * | | clang reformat. | Dan Born | 2016-03-03 | |
| | | | | | ||||
| | | * | | Allow use of alternative credential types. | Dan Born | 2016-03-03 | |
| | | | | | ||||
| * | | | | Better comments. | Vijay Pai | 2016-03-03 | |
| | | | | | ||||
| * | | | | clang-format | Vijay Pai | 2016-03-03 | |
| | | | | | ||||
| * | | | | Properly integrate async API with server-side cancellations. | Vijay Pai | 2016-03-03 | |
| | |/ / | |/| | | | | | | | | | | There is a comment above IsCancelled that says when it is ok to use this. | |||
| | * | | Merge branch 'master' into debug_qps_stream | vjpai | 2016-03-03 | |
| | |\ \ | | |/ / | |/| | | ||||
| * | | | Always ref writable streams | Craig Tiller | 2016-03-02 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We suffered a bug whereby doing a follow-up write to another write could resurrect a deleted stream, causing all sorts of crash. Fix: when a stream becomes writable (vs when we start writing) take a ref on the stream, and only relinquish it once we're done writing. | |||
| * | | | Revert "Update reconnect_interop_server.cc" | Craig Tiller | 2016-03-02 | |
| | | | | ||||
* | | | | clang-format | David Garcia Quintas | 2016-03-02 | |
| | | | | ||||
* | | | | copyrights | David Garcia Quintas | 2016-03-02 | |
|/ / / | ||||
* | | | Revert "Update reconnect_interop_client.cc" | Craig Tiller | 2016-03-02 | |
| | | | ||||
* | | | Merge pull request #5539 from grpc/makdharma-comment | Yang Gao | 2016-03-02 | |
|\ \ \ | | | | | | | | | Update reconnect_interop_server.cc | |||
| * | | | Update reconnect_interop_server.cc | makdharma | 2016-03-02 | |
| | | | | ||||
* | | | | Update reconnect_interop_client.cc | makdharma | 2016-03-02 | |
|/ / / | ||||
* | | | Merge pull request #5523 from vjpai/e2e_stc | Yang Gao | 2016-03-02 | |
|\ \ \ | | | | | | | | | Fix ServerTryCancel in end2end tests | |||
| * | | | ServerTryCancel was not actually respecting the API since it | Vijay Pai | 2016-03-01 | |
| | | | | | | | | | | | | | | | | | | | | could be an arbitrary amount of time between when the cancel is tried and actually observable. | |||
* | | | | Fix clang format issue | Sree Kuchibhotla | 2016-03-01 | |
| | | | | ||||
* | | | | Fix ResponseStreamServerCancelAfter test flake | Sree Kuchibhotla | 2016-02-29 | |
|/ / / | ||||
* | | | Merge pull request #5402 from sreecha/stress_test_scripts | Jan Tattermusch | 2016-02-29 | |
|\ \ \ | | | | | | | | | Stress test scripts to launch in GKE | |||
| * | | | Fix copyright | Sree Kuchibhotla | 2016-02-29 | |
| | | | | ||||
* | | | | Merge pull request #5405 from daniel-j-born/custom_test_creds | Dan Born | 2016-02-29 | |
|\ \ \ \ | | | | | | | | | | | Allow new credential types to be added to tests. | |||
| | | * | | clang-format | Vijay Pai | 2016-02-26 | |
| | | | | | ||||
| | | * | | Finish clients fully before finishing servers | vjpai | 2016-02-26 | |
| | | | | | ||||
| | | * | | Simplify Mark processing code | vjpai | 2016-02-25 | |
| | | | | | ||||
| | | | * | Fix async e2e | Craig Tiller | 2016-02-25 | |
| |_|_|/ |/| | | | ||||
| | | * | Do stream operations in a more idiomatic way: Write, WritesDone, Read until ↵ | Vijay Pai | 2016-02-25 | |
| | | | | | | | | | | | | | | | | fail, Finish | |||
* | | | | Merge pull request #5293 from dgquintas/alarm_cpp | Vijay Pai | 2016-02-25 | |
|\ \ \ \ | | | | | | | | | | | Made Alarm's constructor a template for deadline | |||
| | * \ \ | Merge branch 'master' into custom_test_creds | Dan Born | 2016-02-25 | |
| | |\ \ \ | |_|/ / / |/| | | | | ||||
* | | | | | SimultaneousReadWritesDone test was not observing the contract on the | Vijay Pai | 2016-02-25 | |
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | streaming API. In particular, Finish should not be called until the client is sure that there is no more message to be read (as documented in the comments for ClientStreamingInterface::Finish) | |||
* | | | | Fixing format and copyright. | Nicolas "Pixel" Noble | 2016-02-25 | |
| | | | | ||||
| | * | | Allow new credential types to be added to tests. | Dan Born | 2016-02-24 | |
| |/ / |/| | | ||||
* | | | Merge pull request #5401 from daniel-j-born/test_creds | Yang Gao | 2016-02-24 | |
|\ \ \ | | | | | | | | | Injectable test credentials provider interface. | |||
| * | | | Use standard include paths. | Dan Born | 2016-02-24 | |
| | | | | ||||
| * | | | Initialize mutex to nullptr. | Dan Born | 2016-02-24 | |
| | | | | ||||
| * | | | Injectable test credentials provider interface. | Dan Born | 2016-02-24 | |
| | | | | ||||
* | | | | Timer->UsageTimer consistently | vjpai | 2016-02-24 | |
|/ / / | ||||
| | * | Scripts to launch stress tests in GKE | Sree Kuchibhotla | 2016-02-24 | |
| | | | ||||
* | | | Merge pull request #5388 from vjpai/bourne_again | Nicolas Noble | 2016-02-24 | |
|\ \ \ | | | | | | | | | Use traditional Bourne shell syntax for piping stdout and stderr | |||
| * | | | BSD platforms (such as Mac) are likely to have /bin/sh refer to traditional | vjpai | 2016-02-24 | |
| | | | | | | | | | | | | | | | | | | | | Bourne shell syntax, not Bash syntax. Change "|&" to "2>&1 |" since that's the traditional way to redirect stdout and stderr to a pipe | |||
* | | | | Merge github.com:grpc/grpc into naming-crisis | Craig Tiller | 2016-02-23 | |
|\| | | |