aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/proto
Commit message (Collapse)AuthorAge
* Merge branch 'master' into cpu_usage2Gravatar Yuxuan Li2016-11-07
|\
| * Merge pull request #8548 from dgquintas/lb-tokens-lengthGravatar David G. Quintas2016-11-02
| |\ | | | | | | Made LB token dynamic size <= 50 bytes
| | * Reverted back to using 128 bytes for service nameGravatar David Garcia Quintas2016-11-01
| | |
| * | Merge pull request #8268 from soltanmm-google/bleat-like-a-moatGravatar Masood Malekghassemi2016-10-31
| |\ \ | | | | | | | | Fix dangling reference in docstring
| | | * Updated max length of load balanced service to 255 bytesGravatar David Garcia Quintas2016-10-30
| | | |
| | | * Added max length comments for some lb proto fieldsGravatar David Garcia Quintas2016-10-29
| | | |
| | | * Removed spurious option for lb nanopb protoGravatar David Garcia Quintas2016-10-29
| | | |
* | | | fixing conflicts with new upstream masterGravatar Yuxuan Li2016-10-28
|\| | |
* | | | Merge branch 'master' into cpu_usage2Gravatar Yuxuan Li2016-10-28
|\ \ \ \
| | * \ \ Merge pull request #8367 from soltanmm-google/blurbGravatar Masood Malekghassemi2016-10-28
| | |\ \ \ | | | | | | | | | | | | Partially implement gRPC Python server reflection
| | | | | * Updated proto field comment with max token lengthGravatar David Garcia Quintas2016-10-28
| | | | | |
| | | | | * Made LB token dynamic size <= 50 bytesGravatar David Garcia Quintas2016-10-28
| | |_|_|/ | |/| | |
| | * | | 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
* | | | | | batched changesGravatar Yuxuan Li2016-10-06
| |/ / / / |/| | | |
| | | | * 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
| |/