Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Round robin notifier pollset | Craig Tiller | 2016-05-24 |
| | |||
* | Merge pull request #6679 from nathanielmanistaatgoogle/cancel-many-calls-test | Jan Tattermusch | 2016-05-24 |
|\ | | | | | Add a Cython-level cancel-many-calls test | ||
* \ | Merge pull request #6662 from murgatroid99/ruby_explicit_kw_args | Jan Tattermusch | 2016-05-24 |
|\ \ | | | | | | | Avoid using unspecified keyword args where possible | ||
* \ \ | Merge pull request #6695 from rjshade/request_with_flags_timeout | Jan Tattermusch | 2016-05-24 |
|\ \ \ | | | | | | | | | Increase request_with_flags timeout deadline | ||
* \ \ \ | Merge pull request #6612 from ctiller/test_affine | Craig Tiller | 2016-05-23 |
|\ \ \ \ | | | | | | | | | | | Affinitize server call notification | ||
| * | | | | Speed up tests | Craig Tiller | 2016-05-23 |
| | | | | | |||
| * | | | | Cleanup redundant tests | Craig Tiller | 2016-05-23 |
| | | | | | |||
| * | | | | Merge github.com:grpc/grpc into test_affine | Craig Tiller | 2016-05-23 |
| |\ \ \ \ | |/ / / / |/| | | | | |||
* | | | | | 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 |
| | | | | | | |||
| | * | | | | 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 |
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||
| | | | * | | | 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 |
| | | | | | |||
* | | | | | 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 |
| | | | | | | | | | |||
| | | | | | | * | | Fixes and code simplification | Craig Tiller | 2016-05-20 |
| | | | | | | | | | |||
* | | | | | | | | | Merge pull request #6614 from dgquintas/fix_cancel_after_tests_for_reals | David G. Quintas | 2016-05-20 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fixes leak in test_cancel_after_client_done & cancel_after_accept | ||
| | | | | | | | * | | Remove legacy poller | Craig Tiller | 2016-05-20 |
| | | | | | | | | | | |||
| | | | | | | | * | | Disable legacy poller testing: seems like there is a bug, its legacy | Craig Tiller | 2016-05-20 |
| | | | | | | | | | | |||
| | | | | | | | * | | Merge branch 'guess_cpu' into test_affine | Craig Tiller | 2016-05-20 |
| | | | | | | | |\ \ | | | | | | | | |/ / | | | | | | | |/| | | |||
| | | | | | | | * | | Fix crash | Craig Tiller | 2016-05-20 |
| | | | | | | | | | | |||
| | | | | | | * | | | Better guesses at benchmarks turned unit tests cpu cost | Craig Tiller | 2016-05-20 |
| |_|_|_|_|_|/ / / |/| | | | | | | | |