aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/proto
Commit message (Collapse)AuthorAge
* Merge pull request #8365 from vjpai/fc_1dstreamGravatar Vijay Pai2016-10-20
|\ | | | | Support request separation of server-side streamed RPC
* | Changed name of rpc method to fit with the conventional naming. Also fixed ↵Gravatar Noah Eisen2016-10-19
| | | | | | | | type in interop client flag help message
| * Merge remote-tracking branch 'upstream/master' into fc_1dstreamGravatar Vijay Pai2016-10-18
| |\ | |/ |/|
| * Making split streaming testableGravatar Vijay Pai2016-10-13
| |
* | manually fixed merge conflict. caused by the addition of a different new ↵Gravatar Noah Eisen2016-10-12
|\| | | | | | | interop test
| * Merge pull request #8101 from makdharma/cacheable_unaryGravatar makdharma2016-10-12
| |\ | | | | | | Add interop test for Cacheable Unary Calls
* | | changed method name in test.proto to more accurately reflect how the calls ↵Gravatar Noah Eisen2016-09-28
| | | | | | | | | | | | will be used
* | | added the unimplemented_call test to interop_client.cc. Next step is to call ↵Gravatar Noah Eisen2016-09-28
|/ / | | | | | | this from the driver program, run_interop_tests.py
* | Synchronized tag number with that of authoritative copyGravatar David Garcia Quintas2016-09-15
| |
| * Add interop test for Cacheable Unary CallsGravatar Makarand Dharmapurikar2016-09-14
| | | | | | | | | | | | modified interop test spec doc added CacheableUnaryCall to test.proto modified server and client implmenentations to support new method
* | Merge branch 'master' of github.com:grpc/grpc into lb_add_mdGravatar David Garcia Quintas2016-09-12
|\|
| * Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmergeGravatar Nicolas "Pixel" Noble2016-09-08
| |\
* | | Merge branch 'master' of github.com:grpc/grpc into lb_add_mdGravatar David Garcia Quintas2016-09-02
|\| |
| | * Change UnimplementedService to UnimplementedEchoService in echo.protoGravatar murgatroid992016-09-01
| | |
| * | add trace context protoGravatar Alistair Veitch2016-08-31
| | |
* | | LB nanopb options updated:Gravatar David Garcia Quintas2016-08-22
| | | | | | | | | | | | | | | - ip addresses max size, now that they are binary encoded - token size increased in 1 (to 65) to accommodate final \0
* | | Updated LB proto and nanopb versionGravatar David Garcia Quintas2016-08-20
|/ /
* | merge to upstream/masterGravatar Alistair Veitch2016-07-21
|\ \
| | * Merge pull request #7407 from ctiller/delayed-writeGravatar Craig Tiller2016-07-19
| | | | | | | | | | | | Benchmark fixes
| * | Add more information so that we can have a meaningful exit codeGravatar Vijay Pai2016-07-07
| |/
| * moved up 'package' statement.Gravatar David Garcia Quintas2016-06-21
| |
| * Using inlined BoolValue in lieu of wrappers.proto due to lack of node supportGravatar David Garcia Quintas2016-06-21
| |
| * Merge remote-tracking branch 'origin/fix_logproto' into ↵Gravatar David Garcia Quintas2016-06-17
| |\ | | | | | | | | | simplify_compression_interop
| | * fixed syntax errors in protoGravatar David Garcia Quintas2016-06-17
| | |
| * | moar pr commentsGravatar David Garcia Quintas2016-06-15
| | |
| * | pr commentsGravatar David Garcia Quintas2016-06-14
| | |
| * | spec comments addressedGravatar David Garcia Quintas2016-06-10
| | |
| * | Completed interop spec, as well as code for c++Gravatar David Garcia Quintas2016-06-09
| |/
| * Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interopGravatar David Garcia Quintas2016-06-07
| |\
| * | removed RANDOM and simplified req for compressionGravatar David Garcia Quintas2016-06-07
| | |
* | | merge to masterGravatar Alistair Veitch2016-06-07
|\ \ \ | | |/ | |/|
| * | improve comments in math.protoGravatar Jan Tattermusch2016-06-06
| | |
* | | Proto tweaksGravatar Alistair Veitch2016-06-03
| | |
| * | Merge pull request #6731 from vjpai/beheaderGravatar Jan Tattermusch2016-06-03
| |\ \ | | | | | | | | Remove unused portions of C++ QPS testing
* | | | change Metric->Resource, simplify Resource definitionGravatar Alistair Veitch2016-06-02
|/ / /
| * / Deprecate perf_db useGravatar vjpai2016-05-31
| |/
* | fix options file; fix generated include guardsGravatar Alistair Veitch2016-05-26
| |
* | add missing newlineGravatar Alistair Veitch2016-05-25
| |
* | really commitGravatar Alistair Veitch2016-05-24
|/
* Merge pull request #6414 from y-zeng/reflection_protoGravatar Yuchen Zeng2016-05-13
|\ | | | | Add reflection.proto
| * Added comment about repeated responsesGravatar Yuchen Zeng2016-05-12
| |
| * Addressed the discussion on 05/11/2016Gravatar Yuchen Zeng2016-05-11
| |
* | Merge pull request #6470 from yang-g/error_with_trailerGravatar Jorge Canizales2016-05-11
|\ \ | | | | | | Add a C++ test for server returning error with debug info in trailer.
* \ \ Merge pull request #6279 from dgquintas/lb_proto_v1Gravatar Jan Tattermusch2016-05-10
|\ \ \ | | | | | | | | Updated load balancer proto to v1
| | * | Add a test for server returning error with debug info in trailer.Gravatar yang-g2016-05-05
| |/ / |/| |
| | * Use stream rpc to ensure all related requests go to a single serverGravatar Yuchen Zeng2016-05-05
| | |
| | * Add comments for messagesGravatar Yuchen Zeng2016-05-04
| | |
* | | add a dummy service with no rpc to test codegen coverageGravatar yang-g2016-05-03
| | |
| | * Add reflection.protoGravatar Yuchen Zeng2016-05-03
| |/ |/|
* | merge and resolve conflictGravatar yang-g2016-04-26
|\ \