Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update the interop test protos and code to proto3 | yang-g | 2015-08-13 |
| | |||
* | use proto3 syntax in c++ test protos | yang-g | 2015-08-13 |
| | |||
* | Merge pull request #2893 from jboeuf/fix_clock_in_jwt_verifier | Yang Gao | 2015-08-12 |
|\ | | | | | Fixing clock type for JWT verifier tool. | ||
* | | Removed "<:" bigram confusing gcc 4.4 | David G. Quintas | 2015-08-11 |
| | | | | | | | | | | | | | | | | Resulted in error: ```test/cpp/end2end/end2end_test.cc:120: error: ‘<::’ cannot begin a template-argument list test/cpp/end2end/end2end_test.cc:120: note: ‘<:’ is an alternate spelling for ‘[’. Insert whitespace between ‘<’ and ‘::’ test/cpp/end2end/end2end_test.cc:120: note: (if you use ‘-fpermissive’ G++ will accept your code) make: *** [objs/opt/test/cpp/end2end/end2end_test.o] Error 1``` | ||
| * | Fixing clock type. | Julien Boeuf | 2015-08-11 |
|/ | |||
* | Merge pull request #2780 from soltanmm/compiler-tests | Nathaniel Manista | 2015-08-11 |
|\ | | | | | Move Python protoc plugin tests to grpcio_test. | ||
* \ | Merge pull request #2788 from ctiller/kinetic-lopsided-poetry | Nicolas Noble | 2015-08-07 |
|\ \ | | | | | | | Testing port server | ||
* \ \ | Merge pull request #2777 from jboeuf/server_creds_auth_md_processor | Craig Tiller | 2015-08-07 |
|\ \ \ | | | | | | | | | Server creds auth md processor | ||
* \ \ \ | Merge pull request #2811 from yang-g/channel_state_api | Craig Tiller | 2015-08-07 |
|\ \ \ \ | | | | | | | | | | | Channel state api | ||
* \ \ \ \ | Merge pull request #2841 from ctiller/trace-tests-are-giving-me-a-headache | Nicolas Noble | 2015-08-07 |
|\ \ \ \ \ | | | | | | | | | | | | | Only slow down tracing tests if stdout isatty | ||
| * | | | | | Only slow down tracing tests if stdout isatty | Craig Tiller | 2015-08-07 |
| | | | | | | |||
* | | | | | | Reduce mac CI load | Craig Tiller | 2015-08-07 |
|/ / / / / | |||
| * | | | | Fix build | yang-g | 2015-08-06 |
| | | | | | |||
| * | | | | merge with head | yang-g | 2015-08-06 |
| |\ \ \ \ | |/ / / / |/| | | | | |||
| * | | | | Resolve comments | yang-g | 2015-08-06 |
| | | | | | |||
| | | * | | Fix memory leaks | Craig Tiller | 2015-08-06 |
| | | | | | |||
| | * | | | fixing one more test. | Julien Boeuf | 2015-08-06 |
| | | | | | |||
| | * | | | Fixing build. | Julien Boeuf | 2015-08-06 |
| | | | | | |||
| | * | | | Merge branch 'master' of https://github.com/grpc/grpc into ↵ | Julien Boeuf | 2015-08-06 |
| | |\ \ \ | |_|/ / / |/| | | | | | | | | | server_creds_auth_md_processor | ||
| | | * | | Merge github.com:grpc/grpc into kinetic-lopsided-poetry | Craig Tiller | 2015-08-06 |
| | | |\ \ | |_|_|/ / |/| | | | | |||
* | | | | | Merge pull request #2800 from ctiller/reduce-mac-load | Nicolas Noble | 2015-08-06 |
|\ \ \ \ \ | | | | | | | | | | | | | Reduce mac load on Jenkins | ||
* \ \ \ \ \ | Merge pull request #2783 from ctiller/tracing-takes-time | Nicolas Noble | 2015-08-06 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Allow fixtures to specify slowdown factors, use it for grpc_trace tests | ||
| | | | * | | | Fixing cpp tests. | Julien Boeuf | 2015-08-05 |
| | | | | | | | |||
| | | | * | | | Merge branch 'master' of github.com:grpc/grpc into ↵ | Julien Boeuf | 2015-08-05 |
| | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | server_creds_auth_md_processor | ||
| | | | * | | | | Fixing API (thanks Craig for the comments) and associated tests. | Julien Boeuf | 2015-08-05 |
| | | | | | | | | |||
* | | | | | | | | Add tests for C++ propagation | Craig Tiller | 2015-08-05 |
| | | | | | | | | |||
| | | * | | | | | Add WaitForState | yang-g | 2015-08-05 |
| | | | | | | | | |||
| | | | | | * | | Fix integration breakage | Craig Tiller | 2015-08-05 |
| | | | | | | | | |||
| | | | | | * | | Merge github.com:grpc/grpc into kinetic-lopsided-poetry | Craig Tiller | 2015-08-05 |
| | | | | | |\ \ | | | | | | |/ / | | | | | |/| | | |||
| | | * | / | | | clean up and add a test | yang-g | 2015-08-05 |
| | | | |/ / / | | | |/| | | | |||
| | * | | | | | Merge branch 'propagate' into reduce-mac-load | Craig Tiller | 2015-08-05 |
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||
* | | | | | | | Fix integration breakage | Craig Tiller | 2015-08-05 |
| | | | | | | | |||
* | | | | | | | Merge github.com:grpc/grpc into propagate | Craig Tiller | 2015-08-05 |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||
* | | | | | | | Merge github.com:grpc/grpc into propagate | Craig Tiller | 2015-08-05 |
|\ \ \ \ \ \ \ | |||
| | * | | | | | | Fix integration breakage | Craig Tiller | 2015-08-05 |
| |/ / / / / / | |||
| * | | | | | | Merge pull request #2656 from yang-g/reconnect_branch_based_on_jitter | Vijay Pai | 2015-08-05 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Connection backoff interop test client and server | ||
| * \ \ \ \ \ \ | Merge pull request #2765 from ctiller/the-test-be-sleepy | Yang Gao | 2015-08-05 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix edge cases in CHTTP2 resulting in lose of send close from clients | ||
| * \ \ \ \ \ \ \ | Merge pull request #2808 from a11r/status_interop | Yang Gao | 2015-08-05 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Added interop test for status_code_with_message | ||
| * \ \ \ \ \ \ \ \ | Merge pull request #2713 from ctiller/plucking-hell | Vijay Pai | 2015-08-05 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Allow specific pollers to be woken | ||
| | | * | | | | | | | | Added interop test for status_code_with_message | Abhishek Kumar | 2015-08-05 |
| | | | | | | | | | | | |||
* | | | | | | | | | | | Merge github.com:grpc/grpc into propagate | Craig Tiller | 2015-08-05 |
|\| | | | | | | | | | | |||
* | | | | | | | | | | | Cleanup unnecessary test | Craig Tiller | 2015-08-05 |
| | | | | | | | | | | | |||
* | | | | | | | | | | | Fix proxy, finalize API | Craig Tiller | 2015-08-05 |
| | | | | | | | | | | | |||
| * | | | | | | | | | | Merge pull request #2767 from ctiller/no-poop-on-pizza | Abhishek Kumar | 2015-08-05 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Rename grpc_server_add_http2_port to grpc_server_add_insecure_http2_port | ||
| | | | | | * \ \ \ \ \ | Merge remote-tracking branch 'upstream/master' into ↵ | yang-g | 2015-08-05 |
| | | | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reconnect_branch_based_on_jitter | ||
| | | | | | | | | * \ \ \ | Merge branch 'propagate' into reduce-mac-load | Craig Tiller | 2015-08-05 |
| | | | | | | | | |\ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | |||
* | | | | | | | | | | | | | Merge github.com:grpc/grpc into propagate | Craig Tiller | 2015-08-05 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |||
| | | | | | | | | * | | | | Add linux, mac as test platforms, only run _with_poll tests on linux | Craig Tiller | 2015-08-05 |
| |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | |||
| | | | | | | | | | * | | Merge github.com:grpc/grpc into kinetic-lopsided-poetry | Craig Tiller | 2015-08-05 |
| | | | | | | | | | |\ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |||
| | | | | | * | | | | | | Merge branch 'primary-goat-whisperer' into the-test-be-sleepy | Craig Tiller | 2015-08-05 |
| | | | | | |\ \ \ \ \ \ |