Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | | * | | | | reorder members for readability | Jan Tattermusch | 2016-05-23 | |
| | | | * | | | | improve ordering of serverside send checks | Jan Tattermusch | 2016-05-23 | |
| | | | * | | | | adjust the tests to reflect the correct send behavior on client | Jan Tattermusch | 2016-05-23 | |
| | | | * | | | | allow short-circuiting the send operation | Jan Tattermusch | 2016-05-23 | |
| | | | * | | | | simplify implementation of SendCloseFromClient | Jan Tattermusch | 2016-05-23 | |
| | | | | | | * | end-to-end compilation | Alistair Veitch | 2016-05-23 | |
| | * | | | | | | Removed remaining reference to timeout argument from ruby interop client | murgatroid99 | 2016-05-23 | |
| | * | | | | | | Updated ruby interop client with keyword argument changes | murgatroid99 | 2016-05-23 | |
| | | | * | | | | preparation for write semantics cleanup | Jan Tattermusch | 2016-05-23 | |
| | | | | | | * | checkpoint | Alistair Veitch | 2016-05-23 | |
| | | | * | | | | cleanup in tests | Jan Tattermusch | 2016-05-23 | |
| | | | * | | | | add a server streaming api test | Jan Tattermusch | 2016-05-23 | |
| | | | * | | | | add TODOs and remove unused imports | Jan Tattermusch | 2016-05-23 | |
| | | | * | | | | remote AsyncCompletion | Jan Tattermusch | 2016-05-23 | |
| | | | * | | | | get rid of AsyncCompletionDelegate | Jan Tattermusch | 2016-05-23 | |
| | | | * | | | | use tcs for streamingWrites | Jan Tattermusch | 2016-05-23 | |
| | |_|/ / / / | |/| | | | | | ||||
| | | * | | | | Add a Cython-level cancel-many-calls test | Nathaniel Manista | 2016-05-23 | |
| * | | | | | | Merge pull request #6423 from ctiller/signal_handler | Jan Tattermusch | 2016-05-22 | |
| |\ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ | Merge pull request #6655 from nathanielmanistaatgoogle/take-this-future-please | Jan Tattermusch | 2016-05-22 | |
| |\ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ | Merge pull request #6436 from jboeuf/credentials_refactoring | Jan Tattermusch | 2016-05-22 | |
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | ||||
* | | | | | | | | | Revert "Revert "Remove spam"" | Craig Tiller | 2016-05-21 | |
* | | | | | | | | | Revert "Remove spam" | Craig Tiller | 2016-05-21 | |
* | | | | | | | | | clang-format | Craig Tiller | 2016-05-21 | |
* | | | | | | | | | Fix comments | Craig Tiller | 2016-05-21 | |
* | | | | | | | | | Remove spam | Craig Tiller | 2016-05-21 | |
* | | | | | | | | | Fix non-listening cq registration so that calls can be queued against them | Craig Tiller | 2016-05-21 | |
* | | | | | | | | | Fixes and code simplification | Craig Tiller | 2016-05-20 | |
| | | | | | * | | | ObjC interface for using Cronet, and test for Cronet | Makarand Dharmapurikar | 2016-05-20 | |
| | | | | | * | | | Bugfix to work with empty messages | Makarand Dharmapurikar | 2016-05-20 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||
* | | | | | | | | Remove legacy poller | Craig Tiller | 2016-05-20 | |
* | | | | | | | | Fix crash | Craig Tiller | 2016-05-20 | |
* | | | | | | | | Merge github.com:grpc/grpc into test_affine | Craig Tiller | 2016-05-20 | |
|\| | | | | | | | ||||
* | | | | | | | | Fix formatting, mem leak, stall | Craig Tiller | 2016-05-20 | |
* | | | | | | | | Fix merge | Craig Tiller | 2016-05-20 | |
* | | | | | | | | Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into test_a... | Craig Tiller | 2016-05-20 | |
|\ \ \ \ \ \ \ \ | ||||
* | | | | | | | | | Fix server plugin test | Craig Tiller | 2016-05-20 | |
* | | | | | | | | | Attempt to fix Windows | Craig Tiller | 2016-05-20 | |
| | | | | | * | | | Finished updating code and tests with keyword argument changes | murgatroid99 | 2016-05-19 | |
| | * | | | | | | | Merge pull request #6643 from jtattermusch/csharp_profiling2 | Jan Tattermusch | 2016-05-19 | |
| | |\ \ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ \ | Merge pull request #6640 from jtattermusch/csharp_assorted_cleanup | Jan Tattermusch | 2016-05-19 | |
| | |\ \ \ \ \ \ \ \ | ||||
| | | | | | * | | | | | "taking a this" -> "taking this" typo correction | Nathaniel Manista | 2016-05-19 | |
| | | |_|_|/ / / / / | | |/| | | | | | | | ||||
* | | | | | | | | | | Merge branch 'test_affine' of github.com:ctiller/grpc into test_affine | Craig Tiller | 2016-05-19 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | Mark sync cq as non-listening when it is | Craig Tiller | 2016-05-19 | |
* | | | | | | | | | | | Merge branch 'test_affine' of github.com:ctiller/grpc into test_affine | Craig Tiller | 2016-05-19 | |
|\| | | | | | | | | | | ||||
| * | | | | | | | | | | Work stealing between affinitized cqs | Craig Tiller | 2016-05-19 | |
| | | | | * | | | | | | support adding profilers to C# qps clients | Jan Tattermusch | 2016-05-18 | |
| | | | | | * | | | | | Merge branch 'master' of github.com:grpc/grpc into credentials_refactoring | Julien Boeuf | 2016-05-18 | |
| | | | | | |\ \ \ \ \ | ||||
| | | | | * | | | | | | | return number of cores from server | Jan Tattermusch | 2016-05-18 | |
| | | * | | | | | | | | | Merge remote-tracking branch 'upstream/release-0_14' into HEAD | Jan Tattermusch | 2016-05-18 | |
| | | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / | | | |/| | | | | | | | | ||||
| | | | | * | | | | | | | rename some ill-named enums and move them to the right files | Jan Tattermusch | 2016-05-18 |