Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' into server_channel_affinity | Sree Kuchibhotla | 2016-05-17 |
|\ | |||
* \ | Merge branch 'master' into server_channel_affinity | Sree Kuchibhotla | 2016-05-16 |
|\ \ | |||
| | * | Add calls to grpc_recycle_unused_port to two of the tests which call | David Klempner | 2016-05-13 |
| |/ | | | | | | | grpc_pick_unused_port a lot. | ||
| * | Merge pull request #6373 from y-zeng/server-builder-plugin | Yuchen Zeng | 2016-05-11 |
| |\ | | | | | | | Server builder plugin | ||
* | \ | Merge branch 'master' into server_channel_affinity | Sree Kuchibhotla | 2016-05-10 |
|\ \ \ | |||
| | * | | fix compiling error | yang-g | 2016-05-10 |
| | | | | |||
| | | * | Resolve conflicts | Yuchen Zeng | 2016-05-06 |
| | | |\ | | |_|/ | |/| | | |||
| | | * | Fix naming and comment problems | Yuchen Zeng | 2016-05-06 |
| | | | | |||
| | * | | Add parsing back to protobuf example | yang-g | 2016-05-06 |
| | | | | |||
| | * | | Add a test for server returning error with debug info in trailer. | yang-g | 2016-05-05 |
| |/ / | |||
| * | | Fix async_end2end_test flow control | Craig Tiller | 2016-05-03 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Completion queues + flow control + single threading is hard. We need a read outstanding on a call to grant flow control tokens to the remote end. To do that we need to request a read *before* we wait for the write to be finished, otherwise, in the case of a large write we'll block waiting for flow control tokens. Built on #6402 | ||
| | * | Add plugins at the time of static initialization | Yuchen Zeng | 2016-05-03 |
| | | | |||
| * | | Cover large message sent securely or insecurely over async | Vijay Pai | 2016-05-02 |
| | | | |||
| * | | Add coverage for secure async end2end testing | Vijay Pai | 2016-05-02 |
| | | | |||
| | * | Add GRPC_ prefix for macros | Yuchen Zeng | 2016-04-29 |
| | | | |||
| | * | modified has_async_methods and has_sync_methods of TestServerBuilderPlugin | Yuchen Zeng | 2016-04-29 |
| | | | |||
| | * | Server builder plugin | Yuchen Zeng | 2016-04-29 |
| |/ | |||
* / | Add the option of adding a non-listening server completion queue. This makes ↵ | Sree Kuchibhotla | 2016-04-21 |
|/ | | | | writing certain test cases (like hybrid_end2end tests) easier | ||
* | Merge branch 'master' into ignore_connectivity | Craig Tiller | 2016-04-04 |
|\ | |||
* | | Fixes | Craig Tiller | 2016-04-01 |
| | | |||
* | | Fix client_crash_test, implement idempotency, fail_fast for C++ | Craig Tiller | 2016-04-01 |
| | | |||
| * | Merge github.com:grpc/grpc into cleaner-posix2 | Craig Tiller | 2016-04-01 |
| |\ | |/ |/| | |||
* | | Merge pull request #6041 from vjpai/i_know_virtual_destructors | Jan Tattermusch | 2016-03-31 |
|\ \ | | | | | | | Add virtual destructor to satisfy a requirement of some compilers | ||
| | * | Merge github.com:grpc/grpc into cleaner-posix2 | Craig Tiller | 2016-03-31 |
| | |\ | |_|/ |/| | | |||
| * | | Add virtual destructor to satisfy a requirement of some compilers | vjpai | 2016-03-31 |
| | | | |||
* | | | Update copyrights | Craig Tiller | 2016-03-31 |
|/ / | |||
| * | Merge github.com:grpc/grpc into cleaner-posix2 | Craig Tiller | 2016-03-30 |
| |\ | |/ |/| | |||
| * | Fix include path | Craig Tiller | 2016-03-30 |
| | | |||
* | | 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 |
| | | |||
| * | Merge github.com:grpc/grpc into cleaner-posix2 | Craig Tiller | 2016-03-28 |
| |\ | |/ |/| | |||
* | | 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 github.com:grpc/grpc into cleaner-posix2 | Craig Tiller | 2016-03-16 |
| |\ | |/ |/| | |||
* | | 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 |
| | | | |||
| | * | Merge github.com:grpc/grpc into cleaner-posix2 | Craig Tiller | 2016-03-07 |
| | |\ | |||
| * | | | 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 |
|/ / | |||
| * | Fix async e2e | Craig Tiller | 2016-02-25 |
|/ |