aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/proto
Commit message (Collapse)AuthorAge
* Merge pull request #8268 from soltanmm-google/bleat-like-a-moatGravatar Masood Malekghassemi2016-10-31
|\ | | | | Fix dangling reference in docstring
* \ Merge pull request #8367 from soltanmm-google/blurbGravatar Masood Malekghassemi2016-10-28
|\ \ | | | | | | Partially implement gRPC Python server reflection
* \ \ Merge github.com:grpc/grpc into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-20
|\ \ \
| * \ \ Merge pull request #8365 from vjpai/fc_1dstreamGravatar Vijay Pai2016-10-20
| |\ \ \ | | | | | | | | | | Support request separation of server-side streamed RPC
| | | * | Partially implement gRPC Python server reflectionGravatar Masood Malekghassemi2016-10-20
| | |/ / | |/| | | | | | | | | | | | | | | | | | Some features relating to proto2 extension querying are missing due to missing upstream features required to support them (see https://github.com/google/protobuf/issues/2248).
| * | | 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
| | |\ \ | | |/ / | |/| |
* | | | BufferPool --> ResourceQuotaGravatar Craig Tiller2016-10-17
| | | |
* | | | Merge branch 'direct-calls' into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-17
|\| | |
* | | | Merge branch 'direct-calls' into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-14
|\ \ \ \
| | | * | 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
| | | | * Fix dangling reference in docstringGravatar Masood Malekghassemi2016-10-03
| | |_|/ | |/| |
* | | | Complete reporting for failure ratesGravatar Craig Tiller2016-09-29
| | | |
* | | | Collect stats on # failed requestsGravatar Craig Tiller2016-09-28
| | | |
* | | | Collecting failure status progressGravatar Craig Tiller2016-09-28
|/ / /
| | * 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
|/