Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Used TYPED_TEST to parametrize | Vijay Pai | 2016-03-29 |
| | | | | Include all 4 sync/async client/server combos | ||
* | clang-format | Vijay Pai | 2016-03-29 |
| | |||
* | Add a concurrent test for sync client, async server case | Vijay Pai | 2016-03-29 |
| | |||
* | Fix includes | Craig Tiller | 2016-03-25 |
| | |||
* | Auto-changes | Craig Tiller | 2016-03-25 |
| | |||
* | Make a copy of ByteBuffer when writing | yang-g | 2016-03-21 |
| | |||
* | Merge pull request #5652 from grpc/revert-5599-revert-5572-srv_ctx | Jan Tattermusch | 2016-03-15 |
|\ | | | | | Revert "Revert "Properly integrate async API with server-side cancellations."" | ||
* | | Add support for IP Addresses in Subject Alt Names. | Paul Querna | 2016-03-14 |
| | | |||
| * | Revert "Revert "Properly integrate async API with server-side cancellations."" | Sree Kuchibhotla | 2016-03-07 |
| | | |||
| * | 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 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 ResponseStreamServerCancelAfter test flake | Sree Kuchibhotla | 2016-02-29 |
|/ | |||
* | 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) | ||
* | Discard the read buffer on stream error | yang-g | 2016-02-22 |
| | |||
* | Merge pull request #5258 from vjpai/poll_override2 | Craig Tiller | 2016-02-21 |
|\ | | | | | Avoid a race when overriding default poll function | ||
* | | Add a helper to return all the secure types | yang-g | 2016-02-19 |
| | | |||
* | | Revert "make an enum" | yang-g | 2016-02-19 |
| | | | | | | | | This reverts commit 5152cd29f8541d7600b7ddc3d9db188ad59ea673. | ||
* | | make an enum | yang-g | 2016-02-18 |
| | | |||
* | | Refactor end2end_test. Make the credentials a separate library. | yang-g | 2016-02-18 |
| | | |||
| * | Make the poll override function assert on non-zero timeout if invoked | Vijay Pai | 2016-02-16 |
| | | | | | | | | | | | | from the end2end test thread itself (done by adding a TLS on that thread) Also clang-format | ||
| * | Set up poll overrides | Vijay Pai | 2016-02-16 |
| | | |||
| * | Comment the requirements for changing grpc_poll_function and do | vjpai | 2016-02-15 |
| | | | | | | | | poll overrides in such a way as to avoid polling races | ||
* | | Merge remote-tracking branch 'upstream/master' into inherit_from_grpc_library | yang-g | 2016-02-12 |
|\| | |||
| * | Merge github.com:grpc/grpc into bad_metadata | Craig Tiller | 2016-02-12 |
| |\ | |||
* | | | Provide explicit API for user to set user agent string prefix | yang-g | 2016-02-10 |
| |/ |/| | |||
* | | Fix sanity | Craig Tiller | 2016-02-08 |
| | | |||
* | | Modify the test to have large number of threads receiving the RPCs and a | Sree Kuchibhotla | 2016-02-08 |
| | | | | | | | | | | smaller number of threads sending the RPCs. This increases the likelyhood of race-conditions on receiving threads. | ||
* | | Merge pull request #4828 from vjpai/async_thread_stress_test | Craig Tiller | 2016-02-04 |
|\ \ | | | | | | | Introduce thread stress test for async RPCs | ||
* \ \ | Merge pull request #5042 from ctiller/compile | Yang Gao | 2016-02-04 |
|\ \ \ | | | | | | | | | Fix clang3.7/tsan compile failure | ||
| | * | | Give tsan a chance | Vijay Pai | 2016-02-04 |
| | | | | |||
| | * | | Merge branch 'master' into async_thread_stress_test | Vijay Pai | 2016-02-03 |
| | |\ \ | |_|/ / |/| | | | |||
| | * | | clang-format | Vijay Pai | 2016-02-03 |
| | | | | |||
| | | * | Properly handle "." in metadata | Craig Tiller | 2016-02-03 |
| |_|/ |/| | | |||
| | * | Remove the command-line flags | Vijay Pai | 2016-02-03 |
| | | | |||
| | * | Fix a typecast... | Vijay Pai | 2016-02-03 |
| | | | |||
| | * | Remove some std:: so that grpc:: will be used by default when available | Vijay Pai | 2016-02-03 |
| | | | |||
| | * | Generalize namespace for ParseCommandLineFlags | Vijay Pai | 2016-02-03 |
| | | | |||
| | * | Refactor to favor composition over inheritance | Vijay Pai | 2016-02-03 |
| | | | | | | | | | | | | Also make num_threads and num_rpcs as command-line flags | ||
| * | | Fix clang3.7/tsan compile failure | Craig Tiller | 2016-02-03 |
| | | | |||
| | * | Merge branch 'master' into async_thread_stress_test | Vijay Pai | 2016-02-03 |
| | |\ | |||
* | | | | Run tools/distrib/clang_format_code.sh | Sree Kuchibhotla | 2016-02-03 |
| | | | | |||
* | | | | Merge branch 'master' into server_try_cancel_api | Sree Kuchibhotla | 2016-02-03 |
|\ \ \ \ | | |_|/ | |/| | | |||
| * | | | remove duplicate functions | yang-g | 2016-02-02 |
| | | | | |||
| * | | | remove the old impl caused by 4921 | yang-g | 2016-02-02 |
| |/ / |