Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | Merge pull request #6694 from ctiller/sin | Jan Tattermusch | 2016-05-23 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Improve test debugability, fix race condition in set_initial_connect_string_test | |||
| | * | | | | | | Fix timeout on async server shutdown | Craig Tiller | 2016-05-23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Server was continuing to make requests for new calls forever, which were starving out the shutdown sequence. Change order and win. | |||
| | | | * | | | | Update ruby perf code with keyword args changes | murgatroid99 | 2016-05-23 | |
| | | | | | | | | ||||
| | | | | | * | | add TODO | Jan Tattermusch | 2016-05-23 | |
| | | | | | | | | ||||
| | | | | | * | | reorder clientside send preconditions | Jan Tattermusch | 2016-05-23 | |
| | | | | | | | | ||||
| | | | | | * | | clientside writes should finish with TaskCanceledException if cancel was ↵ | Jan Tattermusch | 2016-05-23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | previously requested | |||
| | * | | | | | | Merge branch 'test_affine' of github.com:ctiller/grpc into test_affine | Craig Tiller | 2016-05-23 | |
| | |\ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ | Merge github.com:grpc/grpc into test_affine | Craig Tiller | 2016-05-23 | |
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||
| | | | | | | * | | 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 | |
| | | | | | | | | | ||||
| | | | * | | | | | Make request_with_flags timeout deadline equal to that of request_with_payload. | Robbie Shade | 2016-05-23 | |
| |_|_|/ / / / / |/| | | | | | | | ||||
| * | | | | | | | Improve test debugability, fix race condition | Craig Tiller | 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 | |
| | | | | | | | ||||
| | | | | * | | 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 | |
| |_|_|_|/ / |/| | | | | | ||||
* | | | | | | Merge pull request #6686 from jtattermusch/sanity_fix_sanity | Craig Tiller | 2016-05-23 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Attempt to fix sanity tests | |||
| | | | | * | | Add a Cython-level cancel-many-calls test | Nathaniel Manista | 2016-05-23 | |
| | | | | | | | ||||
| | | * | | | | Merge github.com:grpc/grpc into test_affine | Craig Tiller | 2016-05-23 | |
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||
* | | | | | | | Merge pull request #6690 from grpc/revert-6661-throughput_fix | Jan Tattermusch | 2016-05-22 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Revert "Revive C++ large-message throughput tests" | |||
| * | | | | | | | Revert "Revive C++ large-message throughput tests" | Jan Tattermusch | 2016-05-22 | |
|/ / / / / / / | ||||
* | | | | | | | Merge pull request #6670 from ctiller/guess_cpu | Jan Tattermusch | 2016-05-22 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Better guesses at benchmarks turned unit tests cpu cost | |||
| | * | | | | | | hotfix for sanity tests | Jan Tattermusch | 2016-05-22 | |
| |/ / / / / / |/| | | | | | | ||||
| | | * | | | | Merge github.com:grpc/grpc into test_affine | Craig Tiller | 2016-05-22 | |
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||
* | | | | | | | Merge pull request #6423 from ctiller/signal_handler | Jan Tattermusch | 2016-05-22 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix some ubsan issues | |||
* \ \ \ \ \ \ \ | Merge pull request #6655 from nathanielmanistaatgoogle/take-this-future-please | Jan Tattermusch | 2016-05-22 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | "taking a this" -> "taking this" typo correction | |||
* \ \ \ \ \ \ \ \ | Merge pull request #6436 from jboeuf/credentials_refactoring | Jan Tattermusch | 2016-05-22 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Refactoring the core security code. | |||
* \ \ \ \ \ \ \ \ \ | Merge pull request #6661 from vjpai/throughput_fix | Jan Tattermusch | 2016-05-22 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Revive C++ large-message throughput tests | |||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #6653 from chedeti/examples | Jan Tattermusch | 2016-05-22 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix to undefined reference to gpr_log | |||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #6684 from jtattermusch/one_more_typo_fix | Jan Tattermusch | 2016-05-22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | One more typo fix | |||
| * | | | | | | | | | | | | one more typo fix | Jan Tattermusch | 2016-05-22 | |
|/ / / / / / / / / / / / | ||||
* | | | | | | | | | | | | Merge pull request #6683 from jtattermusch/fixup_run_full_performance | Jan Tattermusch | 2016-05-21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | Small run_full_performance.sh fixups | |||
| | | | | | | | | * | | | Fix protobuf | Craig Tiller | 2016-05-21 | |
| | | | | | | | |/ / / | ||||
| * | | | | | | | | | | run 32core tests even if previous tests fail | Jan Tattermusch | 2016-05-21 | |
| | | | | | | | | | | | ||||
| * | | | | | | | | | | fix trivial typo | Jan Tattermusch | 2016-05-21 | |
|/ / / / / / / / / / | ||||
| | | | | | | * | | | Revert "Revert "Remove spam"" | Craig Tiller | 2016-05-21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e76528ce267e06024224ad52d2874384df26d0a1. | |||
| | | | | | | * | | | Simpler trick to force a listening cq | Craig Tiller | 2016-05-21 | |
| | | | | | | | | | | ||||
| | | | | | | * | | | Revert "Remove spam" | Craig Tiller | 2016-05-21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3f3312e7e92892c6625feecded6fbf09815689f0. | |||
| | | | | | | * | | | 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 | |
| | | | | | | | | | |