aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | | | | | | Merge pull request #6694 from ctiller/sinGravatar Jan Tattermusch2016-05-23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Improve test debugability, fix race condition in set_initial_connect_string_test
| | * | | | | | Fix timeout on async server shutdownGravatar Craig Tiller2016-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 changesGravatar murgatroid992016-05-23
| | | | | | | |
| | | | | | * | add TODOGravatar Jan Tattermusch2016-05-23
| | | | | | | |
| | | | | | * | reorder clientside send preconditionsGravatar Jan Tattermusch2016-05-23
| | | | | | | |
| | | | | | * | clientside writes should finish with TaskCanceledException if cancel was ↵Gravatar Jan Tattermusch2016-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | previously requested
| | * | | | | | Merge branch 'test_affine' of github.com:ctiller/grpc into test_affineGravatar Craig Tiller2016-05-23
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge github.com:grpc/grpc into test_affineGravatar Craig Tiller2016-05-23
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| | | | | | | * | reorder members for readabilityGravatar Jan Tattermusch2016-05-23
| | | | | | | | |
| | | | | | | * | improve ordering of serverside send checksGravatar Jan Tattermusch2016-05-23
| | | | | | | | |
| | | | | | | * | adjust the tests to reflect the correct send behavior on clientGravatar Jan Tattermusch2016-05-23
| | | | | | | | |
| | | | | | | * | allow short-circuiting the send operationGravatar Jan Tattermusch2016-05-23
| | | | | | | | |
| | | | | | | * | simplify implementation of SendCloseFromClientGravatar Jan Tattermusch2016-05-23
| | | | | | | | |
| | | | * | | | | Make request_with_flags timeout deadline equal to that of request_with_payload.Gravatar Robbie Shade2016-05-23
| |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Improve test debugability, fix race conditionGravatar Craig Tiller2016-05-23
|/ / / / / / /
| | | * | | | Removed remaining reference to timeout argument from ruby interop clientGravatar murgatroid992016-05-23
| | | | | | |
| | | * | | | Updated ruby interop client with keyword argument changesGravatar murgatroid992016-05-23
| | | | | | |
| | | | | * | preparation for write semantics cleanupGravatar Jan Tattermusch2016-05-23
| | | | | | |
| | | | | * | cleanup in testsGravatar Jan Tattermusch2016-05-23
| | | | | | |
| | | | | * | add a server streaming api testGravatar Jan Tattermusch2016-05-23
| | | | | | |
| | | | | * | add TODOs and remove unused importsGravatar Jan Tattermusch2016-05-23
| | | | | | |
| | | | | * | remote AsyncCompletionGravatar Jan Tattermusch2016-05-23
| | | | | | |
| | | | | * | get rid of AsyncCompletionDelegateGravatar Jan Tattermusch2016-05-23
| | | | | | |
| | | | | * | use tcs for streamingWritesGravatar Jan Tattermusch2016-05-23
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #6686 from jtattermusch/sanity_fix_sanityGravatar Craig Tiller2016-05-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | Attempt to fix sanity tests
| | | | | * | Add a Cython-level cancel-many-calls testGravatar Nathaniel Manista2016-05-23
| | | | | | |
| | | * | | | Merge github.com:grpc/grpc into test_affineGravatar Craig Tiller2016-05-23
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #6690 from grpc/revert-6661-throughput_fixGravatar Jan Tattermusch2016-05-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Revert "Revive C++ large-message throughput tests"
| * | | | | | | Revert "Revive C++ large-message throughput tests"Gravatar Jan Tattermusch2016-05-22
|/ / / / / / /
* | | | | | | Merge pull request #6670 from ctiller/guess_cpuGravatar Jan Tattermusch2016-05-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Better guesses at benchmarks turned unit tests cpu cost
| | * | | | | | hotfix for sanity testsGravatar Jan Tattermusch2016-05-22
| |/ / / / / / |/| | | | | |
| | | * | | | Merge github.com:grpc/grpc into test_affineGravatar Craig Tiller2016-05-22
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #6423 from ctiller/signal_handlerGravatar Jan Tattermusch2016-05-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix some ubsan issues
* \ \ \ \ \ \ \ Merge pull request #6655 from nathanielmanistaatgoogle/take-this-future-pleaseGravatar Jan Tattermusch2016-05-22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | "taking a this" -> "taking this" typo correction
* \ \ \ \ \ \ \ \ Merge pull request #6436 from jboeuf/credentials_refactoringGravatar Jan Tattermusch2016-05-22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Refactoring the core security code.
* \ \ \ \ \ \ \ \ \ Merge pull request #6661 from vjpai/throughput_fixGravatar Jan Tattermusch2016-05-22
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Revive C++ large-message throughput tests
* \ \ \ \ \ \ \ \ \ \ Merge pull request #6653 from chedeti/examplesGravatar Jan Tattermusch2016-05-22
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix to undefined reference to gpr_log
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #6684 from jtattermusch/one_more_typo_fixGravatar Jan Tattermusch2016-05-22
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | One more typo fix
| * | | | | | | | | | | | one more typo fixGravatar Jan Tattermusch2016-05-22
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #6683 from jtattermusch/fixup_run_full_performanceGravatar Jan Tattermusch2016-05-21
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | Small run_full_performance.sh fixups
| | | | | | | | | * | | Fix protobufGravatar Craig Tiller2016-05-21
| | | | | | | | |/ / /
| * | | | | | | | | | run 32core tests even if previous tests failGravatar Jan Tattermusch2016-05-21
| | | | | | | | | | |
| * | | | | | | | | | fix trivial typoGravatar Jan Tattermusch2016-05-21
|/ / / / / / / / / /
| | | | | | | * | | Revert "Revert "Remove spam""Gravatar Craig Tiller2016-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e76528ce267e06024224ad52d2874384df26d0a1.
| | | | | | | * | | Simpler trick to force a listening cqGravatar Craig Tiller2016-05-21
| | | | | | | | | |
| | | | | | | * | | Revert "Remove spam"Gravatar Craig Tiller2016-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3f3312e7e92892c6625feecded6fbf09815689f0.
| | | | | | | * | | clang-formatGravatar Craig Tiller2016-05-21
| | | | | | | | | |
| | | | | | | * | | Fix commentsGravatar Craig Tiller2016-05-21
| | | | | | | | | |
| | | | | | | * | | Remove spamGravatar Craig Tiller2016-05-21
| | | | | | | | | |
| | | | | | | * | | Fix non-listening cq registration so that calls can be queued against themGravatar Craig Tiller2016-05-21
| | | | | | | | | |