Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | update the interop test protos and code to proto3 | yang-g | 2015-08-13 | |
| | | | | | | ||||
| | | | * | | Merge branch 'master' of github.com:grpc/grpc into compression-interop | David Garcia Quintas | 2015-08-13 | |
| | | | |\ \ | |_|_|_|/ / |/| | | | | | ||||
| * | | | | | use proto3 syntax in c++ test protos | yang-g | 2015-08-13 | |
| | | | | | | ||||
| | | | * | | Make sure COMPRESSABLE is the default for LargeUnary | David Garcia Quintas | 2015-08-13 | |
| | | | | | | ||||
| | * | | | | Use a sync service to handle requests to unknown services | yang-g | 2015-08-13 | |
| | | | | | | ||||
| | | | * | | Removed spurious line that forced COMPRESSABLE for large unaries | David Garcia Quintas | 2015-08-13 | |
| | | | | | | ||||
| | | * | | | Fix zookeeper resolver plugin bugs | Hongwei Wang | 2015-08-12 | |
| | | | | | | ||||
* | | | | | | Merge pull request #2771 from vjpai/asklipion2 | David G. Quintas | 2015-08-12 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Remove C++11 dependencies in QPS test that break old compilers | |||
| | | | | * | Merge github.com:grpc/grpc into y12kdm3 | Craig Tiller | 2015-08-12 | |
| | | | | |\ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/security/google_default_credentials.c test/core/security/verify_jwt.c | |||
| | | * | | | Debugging | Hongwei Wang | 2015-08-12 | |
| | | | | | | ||||
| | | * | | | Minor fix for debugging | Hongwei Wang | 2015-08-12 | |
| | | | | | | ||||
| * | | | | | clang-format | Vijay Pai | 2015-08-11 | |
| | | | | | | ||||
| * | | | | | Address concerns from review | vjpai | 2015-08-11 | |
| | | | | | | ||||
* | | | | | | 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``` | |||
| | | * | | Merged PerformLargeCompressedUnary into PerformLargeUnary | David Garcia Quintas | 2015-08-11 | |
| | | | | | ||||
| | * | | | Formatting zookeeper_test | Hongwei Wang | 2015-08-10 | |
| | | | | | ||||
| | * | | | Update zookeeper test to have two servers | Hongwei Wang | 2015-08-10 | |
| | | | | | ||||
| | | * | | Reverted unnecessary changes to server | David Garcia Quintas | 2015-08-10 | |
| | | | | | ||||
| | | * | | Added new tests for compression | David Garcia Quintas | 2015-08-09 | |
| | | | | | ||||
| | | * | | Merge branch 'compression-accept-encoding' into compression-interop | David Garcia Quintas | 2015-08-09 | |
| | | |\ \ | |_|_|/ / |/| | | | | ||||
| | * | | | Minor fix on zookeeper test | Hongwei Wang | 2015-08-07 | |
| | | | | | ||||
| | * | | | test | Hongwei Wang | 2015-08-07 | |
| | | | | | ||||
| | * | | | Merge branch 'master' of https://github.com/grpc/grpc into zookeeper | Hongwei Wang | 2015-08-07 | |
| | |\ \ \ | |_|/ / / |/| | | | | ||||
| | * | | | Update zookeeper in jenkins docker file | Hongwei Wang | 2015-08-07 | |
| | | | | | ||||
| | * | | | Formatting | Hongwei Wang | 2015-08-07 | |
| | | | | | ||||
| | * | | | Zookeeper test server address as environment variable | Hongwei Wang | 2015-08-07 | |
| | | | | | ||||
| * | | | | Stop using a variable-sized array since that's not standards-compliant | Vijay Pai | 2015-08-07 | |
| | | | | | ||||
* | | | | | Merge pull request #2777 from jboeuf/server_creds_auth_md_processor | Craig Tiller | 2015-08-07 | |
|\ \ \ \ \ | | | | | | | | | | | | | Server creds auth md processor | |||
* | | | | | | Fix build | yang-g | 2015-08-06 | |
| | | | | | | ||||
* | | | | | | merge with head | yang-g | 2015-08-06 | |
|\ \ \ \ \ \ | ||||
* | | | | | | | Resolve comments | yang-g | 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 y12kdm3 | Craig Tiller | 2015-08-06 | |
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | | | ||||
| | | | * | | | Merge branch 'master' of https://github.com/grpc/grpc into zookeeper | Hongwei Wang | 2015-08-06 | |
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | | | ||||
| | | | | | * | Add a test of non-blocking API behavior | Craig Tiller | 2015-08-06 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... also fix things that were broken :) | |||
| | | | | | * | Working towards a non-blocking API test | Craig Tiller | 2015-08-06 | |
| | | | | | | | ||||
| | * | | | | | 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 | |||
| | | | * | | | clang-format plus helpful comments | Vijay Pai | 2015-08-05 | |
| | | | | | | | ||||
| | | | | * | | Change zookeeper address to grpc-jenkins-master in zookeeper_test | Hongwei Wang | 2015-08-05 | |
| | | | | | | | ||||
| | | | | * | | Zookeeper test add authority in client context | Hongwei Wang | 2015-08-05 | |
| | | | | | | | ||||
| | | | * | | | Remaining changes needed to get QPS test working on old compilers. | Vijay Pai | 2015-08-05 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change contains a lot of ugly changes, such as changing std::vector to allocation by new, etc. | |||
| * | | | | | | Add tests for C++ propagation | Craig Tiller | 2015-08-05 | |
| | |/ / / / | |/| | | | | ||||
* | | | | | | Add WaitForState | yang-g | 2015-08-05 | |
| | | | | | | ||||
* | | | | | | clean up and add a test | yang-g | 2015-08-05 | |
|/ / / / / | ||||
| | | * | | Merge branch 'master' of https://github.com/grpc/grpc into zookeeper | Hongwei Wang | 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 branch 'master' of https://github.com/grpc/grpc into zookeeper | Hongwei Wang | 2015-08-05 | |
| | | | | | |\ \ | |_|_|_|_|_|/ / |/| | | | | | | |