Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis | David Garcia Quintas | 2016-06-03 |
|\ | |||
| * | Merge pull request #6636 from yang-g/grpc_cli | Jan Tattermusch | 2016-06-03 |
| |\ | | | | | | | Add proto file support in grpc_cli | ||
| * \ | Merge pull request #6731 from vjpai/beheader | Jan Tattermusch | 2016-06-03 |
| |\ \ | | | | | | | | | Remove unused portions of C++ QPS testing | ||
| * \ \ | Merge pull request #6761 from ctiller/there-were-no-fatalities | Jan Tattermusch | 2016-06-03 |
| |\ \ \ | | | | | | | | | | | Rename GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN | ||
| * \ \ \ | Merge pull request #5901 from dgquintas/lr_hook | Jan Tattermusch | 2016-06-03 |
| |\ \ \ \ | | | | | | | | | | | | | Load Reporting hook | ||
| * \ \ \ \ | Merge pull request #6664 from dklempner/server_builder_plugin_test | Jan Tattermusch | 2016-06-02 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fix a missing initialization | ||
| | | | * | | | GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN | Craig Tiller | 2016-06-02 |
| | |_|/ / / | |/| | | | | |||
| | | * | | | Merge branch 'master' of github.com:grpc/grpc into lr_hook | David Garcia Quintas | 2016-06-02 |
| | | |\ \ \ | | |_|/ / / | |/| | | | | |||
| | | | * | | Remove unused gflags and gtest includes | vjpai | 2016-05-31 |
| | | | | | | |||
| | | | * | | Deprecate perf_db use | vjpai | 2016-05-31 |
| | |_|/ / | |/| | | | |||
| * | | | | Merge pull request #6695 from rjshade/request_with_flags_timeout | Jan Tattermusch | 2016-05-24 |
| |\ \ \ \ | | | | | | | | | | | | | Increase request_with_flags timeout deadline | ||
| * | | | | | 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 |
| |\ \ \ \ \ | |||
| * | | | | | | 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. | ||
| * | | | | | | 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 |
| | |/ / / / | |||
| | * | | | | Merge pull request #6670 from ctiller/guess_cpu | Jan Tattermusch | 2016-05-22 |
| | |\ \ \ \ | | | | | | | | | | | | | | | Better guesses at benchmarks turned unit tests cpu cost | ||
| | * \ \ \ \ | Merge pull request #6423 from ctiller/signal_handler | Jan Tattermusch | 2016-05-22 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Fix some ubsan issues | ||
| | * \ \ \ \ \ | Merge pull request #6436 from jboeuf/credentials_refactoring | Jan Tattermusch | 2016-05-22 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Refactoring the core security code. | ||
| * | | | | | | | | 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. | ||
| * | | | | | | | | Remove spam | 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 | ||
| * | \ \ \ \ \ \ \ | Merge branch 'guess_cpu' into test_affine | Craig Tiller | 2016-05-20 |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | | | |||
| | * | | | | | | | | Better guesses at benchmarks turned unit tests cpu cost | Craig Tiller | 2016-05-20 |
| | |/ / / / / / / | |||
| * | | | | | | | | Merge github.com:grpc/grpc into test_affine | Craig Tiller | 2016-05-20 |
| |\| | | | | | | | |||
| * | | | | | | | | Fix server plugin test | Craig Tiller | 2016-05-20 |
| | | | | | | | | | |||
| * | | | | | | | | Fix formatting, mem leak, stall | Craig Tiller | 2016-05-20 |
| | | | | | | | | | |||
| | | * | | | | | | Fixed the fix | David Garcia Quintas | 2016-05-20 |
| | | | | | | | | | |||
| * | | | | | | | | Fix server plugin test | Craig Tiller | 2016-05-20 |
| | | | | | | | | | |||
| * | | | | | | | | clang-format | Craig Tiller | 2016-05-20 |
| | | | | | | | | | |||
| | | | | | * | | | Fix a missing initialization | David Klempner | 2016-05-19 |
| | | |_|_|/ / / | | |/| | | | | | |||
| | | | | | | * | remote unused member | yang-g | 2016-05-19 |
| | | | | | | | | |||
| | | | | | * | | Merge branch 'master' of github.com:grpc/grpc into lr_hook | David Garcia Quintas | 2016-05-19 |
| | | | | | |\ \ | | | |_|_|_|/ / | | |/| | | | | | |||
| | * | | | | | | Merge pull request #6608 from yang-g/interop | Jan Tattermusch | 2016-05-19 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Assert we get a valid creds. | ||
| | * \ \ \ \ \ \ | Merge pull request #6585 from ctiller/connect_first | Jan Tattermusch | 2016-05-19 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Make qps workers connect before even warmup stage begins | ||
| | * \ \ \ \ \ \ \ | Merge pull request #6576 from rjshade/fix_udp_server_test | Jan Tattermusch | 2016-05-19 |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Correct assertion for single FD being orphaned. | ||
| | | | | | | * \ \ \ | Merge branch 'master' of github.com:grpc/grpc into credentials_refactoring | Julien Boeuf | 2016-05-18 |
| | | | | | | |\ \ \ \ | | | |_|_|_|_|/ / / / | | |/| | | | | | | | | |||
* | | | | | | | | | | | Merge branch 'compression_incoming_checks' into compression_md_level_bis | David Garcia Quintas | 2016-05-18 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
| | | * \ \ \ \ \ \ \ \ | Merge pull request #6625 from sreecha/stress_test_misc | Jan Tattermusch | 2016-05-18 |
| | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Misc changes to stress test framework (to reduce false positives and tools for debugging) | ||
| | * | | | | | | | | | | | Merge github.com:grpc/grpc into test_affine | Craig Tiller | 2016-05-18 |
| | |\| | | | | | | | | | | |||
| | | | | | | | | | | | * | Add proto file support in grpc_cli | yang-g | 2016-05-18 |
| | | | | | | | | | | | | | |||
| | | * | | | | | | | | | | Merge pull request #6620 from ctiller/fuzz-it | Jan Tattermusch | 2016-05-18 |
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix some fuzzing bugs, expand corpora | ||
| | | | | | | | | | | * | | | clang-format | Craig Tiller | 2016-05-18 |
| | | | | | | | | | | | | | | |||
| | | | | | | | | | | * | | | Merge github.com:grpc/grpc into signal_handler | Craig Tiller | 2016-05-18 |
| | | | | | | | | | | |\ \ \ | | | | |_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | | | |||
| * | | | | | | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into compression_incoming_checks | David Garcia Quintas | 2016-05-18 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | |/| | | | | | | | | | | |