Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update benchmark according to new encoding method | yang-g | 2017-10-16 |
| | |||
* | restore existing fixtures | yang-g | 2017-10-16 |
| | |||
* | Make hpack micro bm more representative | yang-g | 2017-10-16 |
| | |||
* | Use key in dynamic table if available | yang-g | 2017-10-16 |
| | |||
* | Merge pull request #12895 from ctiller/timer | Craig Tiller | 2017-10-16 |
|\ | | | | | Have BDP estimator use timers | ||
* \ | Merge pull request #12924 from ↵ | Jan Tattermusch | 2017-10-16 |
|\ \ | | | | | | | | | | | | | jtattermusch/json_run_localhost_timeouts_sanitizers More reasonable timeouts for json_run_localhost (poll-cv and sanitizers) | ||
* | | | explicitly recycle every port after every test run | Alexander Polcyn | 2017-10-13 |
| | | | |||
| | * | Review feedback | Craig Tiller | 2017-10-13 |
| | | | |||
| | * | Merge github.com:grpc/grpc into timer | Craig Tiller | 2017-10-13 |
| | |\ | |_|/ |/| | | |||
* | | | Fix windows portability | Craig Tiller | 2017-10-13 |
| | | | |||
| | * | Merge branch 'chttp2_timer' into timer | Craig Tiller | 2017-10-12 |
| | |\ | |_|/ |/| | | |||
* | | | Merge github.com:grpc/grpc into chttp2_timer | Craig Tiller | 2017-10-12 |
|\ \ \ | |||
| | | * | Be consistent with Java | Craig Tiller | 2017-10-12 |
| | | | | |||
| | | * | Merge branch 'chttp2_timer' into timer | Craig Tiller | 2017-10-12 |
| | | |\ | |_|_|/ |/| | | | |||
* | | | | clang-format | Craig Tiller | 2017-10-12 |
| | | | | |||
| * | | | Add flow control to inproc transport so send needs a matching recv; fix | Vijay Pai | 2017-10-11 |
| | | | | | | | | | | | | | | | | some tests that assumed some sends could always go out | ||
| | | * | Fix tests | Craig Tiller | 2017-10-11 |
| | | | | |||
| | | * | Merge branch 'chttp2_timer' into timer | Craig Tiller | 2017-10-11 |
| | | |\ | |_|_|/ |/| | | | |||
* | | | | Merge github.com:grpc/grpc into chttp2_timer | Craig Tiller | 2017-10-11 |
|\| | | | |||
| | | * | Merge branch 'chttp2_timer' into timer | Craig Tiller | 2017-10-11 |
| | | |\ | |_|_|/ |/| | | | |||
* | | | | Fix compilation | Craig Tiller | 2017-10-11 |
| | | | | |||
* | | | | Fix compilation | Craig Tiller | 2017-10-11 |
| | | | | |||
| * | | | Move h2_ssl_cert_test out of end2end fixtures, use gtest | Vijay Pai | 2017-10-11 |
| | | | | |||
| * | | | Merge pull request #12939 from vjpai/proxy_e2e | Vijay Pai | 2017-10-10 |
| |\ \ \ | | | | | | | | | | | Add a little sleep in end2end_test service to make short deadlines actually expire | ||
* | | | | | Merge github.com:grpc/grpc into chttp2_timer | Craig Tiller | 2017-10-10 |
|\| | | | | |||
| | * | | | Merge branch 'proxy_inproc' into proxy_e2e | Vijay Pai | 2017-10-10 |
| | |\ \ \ | |||
| | * | | | | Only put server to sleep when explicitly requested | Vijay Pai | 2017-10-10 |
| | | | | | | |||
| | | * | | | Run ProxyEnd2End tests (without proxy) for inproc transport | Vijay Pai | 2017-10-10 |
| | | | | | | |||
| * | | | | | Merge github.com:grpc/grpc into qps_failya | Craig Tiller | 2017-10-10 |
| |\ \ \ \ \ | |||
| | | * | | | | Make short deadlines actually expire | Vijay Pai | 2017-10-10 |
| | | |/ / / | |||
| | * / / / | Fixing init-test timeout. | Nicolas Noble | 2017-10-10 |
| | |/ / / | |||
| | | * / | cap json_run_localhost to 10 mins under sanitizers | Jan Tattermusch | 2017-10-10 |
| | |/ / | |||
| * | | | Wait until all clients connected before starting streams | Craig Tiller | 2017-10-09 |
| | | | | |||
| * | | | Stability fixes | Craig Tiller | 2017-10-09 |
| | | | | |||
| | * | | Make sure to accept expected tags exactly once | Vijay Pai | 2017-10-09 |
| |/ / | |||
| | * | Fix test | Craig Tiller | 2017-10-09 |
| |/ |/| | |||
* | | Fix build | Craig Tiller | 2017-10-09 |
| | | |||
* | | Fix test | Craig Tiller | 2017-10-09 |
| | | |||
* | | Fix test | Craig Tiller | 2017-10-09 |
| | | |||
* | | C++ize BDP estimator, introduce ManualConstructor | Craig Tiller | 2017-10-08 |
|/ | |||
* | tcp_server_uv_test changes | Yash Tibrewal | 2017-10-06 |
| | |||
* | uv changes for grpc_pollset_work | Yash Tibrewal | 2017-10-06 |
| | |||
* | uv changes for grpc_pollset_work | Yash Tibrewal | 2017-10-06 |
| | |||
* | tcp_client_uv_test changes | Yash Tibrewal | 2017-10-06 |
| | |||
* | backoff_test explicity conversion | Yash Tibrewal | 2017-10-06 |
| | |||
* | explicit type conversion | Yash Tibrewal | 2017-10-06 |
| | |||
* | Merge github.com:grpc/grpc into flowctl+millis | Craig Tiller | 2017-10-06 |
|\ | |||
| * | Merge pull request #12769 from ctiller/fuzzy | Craig Tiller | 2017-10-06 |
| |\ | | | | | | | Moving to allow fuzzer test to run entire corpora under bazel | ||
* | | | Merge github.com:grpc/grpc into flowctl+millis | Craig Tiller | 2017-10-06 |
|\| | | |||
| * | | Merge pull request #12852 from vjpai/rent | Vijay Pai | 2017-10-05 |
| |\ \ | | | | | | | | | Reduce # of message sizes used in each async_end2end_test scenario |