Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into y12kdm3 | Craig Tiller | 2015-08-18 |
|\ | |||
| * | clang-format all source | Craig Tiller | 2015-08-18 |
| | | |||
| * | Merge pull request #2965 from yang-g/lame_client_error_message | Craig Tiller | 2015-08-18 |
| |\ | | | | | | | Let lame_client accept error status | ||
| * \ | Merge branch 'master' of github.com:grpc/grpc into compression-interop | David Garcia Quintas | 2015-08-17 |
| |\ \ | |||
| | | * | Let lame_client accept error status | yang-g | 2015-08-17 |
| | |/ | |||
* | | | Merge github.com:grpc/grpc into y12kdm3 | Craig Tiller | 2015-08-17 |
|\ \ \ | | |/ | |/| | |||
| * | | Merge pull request #2549 from hongweiwang/zookeeper | David G. Quintas | 2015-08-14 |
| |\ \ | | | | | | | | | Zookeeper name resolver | ||
| | * | | Minor fix on comments | Hongwei Wang | 2015-08-13 |
| | | | | |||
| | * | | Address comments and update grpc plugins | Hongwei Wang | 2015-08-13 |
| | | | | |||
| * | | | Merge pull request #2921 from yang-g/unknown_service | Vijay Pai | 2015-08-13 |
| |\ \ \ | | | | | | | | | | | Use a sync service to handle requests to unknown services | ||
| | | | * | proto3 required changes | David Garcia Quintas | 2015-08-13 |
| | | | | | |||
| | | | * | Merge branch 'master' of github.com:grpc/grpc into compression-interop | David Garcia Quintas | 2015-08-13 |
| | | | |\ | | |_|_|/ | |/| | | | |||
| * | | | | Merge pull request #2922 from yang-g/proto3_cpp | Vijay Pai | 2015-08-13 |
| |\ \ \ \ | | | | | | | | | | | | | use proto3 syntax in c++ test protos | ||
| | * | | | | 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 |
| | | | | | | |