1. e042801 Merge pull request #9429 from Vizerai/trace_context_proto by Jim King · 8 years ago
  2. 864db53 Updated trace_context.proto and associated files. by Vizerai · 8 years ago
  3. 2cd882a Merge pull request #9369 from yang-g/has_services by Nicolas Noble · 8 years ago
  4. 2b24d27 Merge pull request #9326 from yang-g/license by Yang Gao · 8 years ago
  5. 60450cb set has_services properly by yang-g · 8 years ago
  6. a2341ea omg it is 2017 by yang-g · 8 years ago
  7. 43dc9ed Add licenses to all BUILD files and missing copyright by yang-g · 8 years ago
  8. 98c0bd7 add setting channel args functionality to performance tesing by Yuxuan Li · 8 years ago
  9. 203860a Merge remote-tracking branch 'google/master' into bazel-take-2 by Nicolas "Pixel" Noble · 8 years ago
  10. 8114153 Merge branch 'master' into cpu_usage2 by Yuxuan Li · 8 years ago
  11. 00bbb41 Merge pull request #8548 from dgquintas/lb-tokens-length by David G. Quintas · 8 years ago
  12. d14458f Reverted back to using 128 bytes for service name by David Garcia Quintas · 8 years ago
  13. aba7bc8 Merge pull request #8268 from soltanmm-google/bleat-like-a-moat by Masood Malekghassemi · 8 years ago
  14. f37cd4f Updated max length of load balanced service to 255 bytes by David Garcia Quintas · 8 years ago
  15. 41752d6 Added max length comments for some lb proto fields by David Garcia Quintas · 8 years ago
  16. 2a23c60 Removed spurious option for lb nanopb proto by David Garcia Quintas · 8 years ago
  17. d68ea95 fixing conflicts with new upstream master by Yuxuan Li · 8 years ago
  18. 5a991e2 Merge branch 'master' into cpu_usage2 by Yuxuan Li · 8 years ago
  19. a12e6d8 Merge pull request #8367 from soltanmm-google/blurb by Masood Malekghassemi · 8 years ago
  20. 472fc2f Updated proto field comment with max token length by David Garcia Quintas · 8 years ago
  21. 0baf1dc Made LB token dynamic size <= 50 bytes by David Garcia Quintas · 8 years ago
  22. 6ab40a5 Merge branch 'master' of https://github.com/grpc/grpc into bazel-take-2 by Nicolas "Pixel" Noble · 8 years ago
  23. 89e2364 Removing useless message. by Nicolas "Pixel" Noble · 8 years ago
  24. 799bd5e Adding shim for generating C++ protos. by Nicolas "Pixel" Noble · 8 years ago
  25. 8f67b64 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  26. 9243c74 Merge pull request #8365 from vjpai/fc_1dstream by Vijay Pai · 8 years ago
  27. aff6936 Partially implement gRPC Python server reflection by Masood Malekghassemi · 8 years ago
  28. 32eee77 Changed name of rpc method to fit with the conventional naming. Also fixed type in interop client flag help message by Noah Eisen · 8 years ago
  29. 9fa9315 Merge remote-tracking branch 'upstream/master' into fc_1dstream by Vijay Pai · 8 years ago
  30. 20afa3d BufferPool --> ResourceQuota by Craig Tiller · 8 years ago
  31. 654b242 Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  32. a628c84 Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  33. 61536a7 Making split streaming testable by Vijay Pai · 8 years ago
  34. cece9c7 manually fixed merge conflict. caused by the addition of a different new interop test by Noah Eisen · 8 years ago
  35. 5ef0c00 Merge pull request #8101 from makdharma/cacheable_unary by makdharma · 8 years ago
  36. fe21ec9 batched changes by Yuxuan Li · 8 years ago
  37. b6b6c1f Fix dangling reference in docstring by Masood Malekghassemi · 8 years ago
  38. 0895545 Complete reporting for failure rates by Craig Tiller · 8 years ago
  39. 1a8c52e Collect stats on # failed requests by Craig Tiller · 8 years ago
  40. 0c80c7d Collecting failure status progress by Craig Tiller · 8 years ago
  41. 02e70ed changed method name in test.proto to more accurately reflect how the calls will be used by Noah Eisen · 8 years ago
  42. a27eb1d added the unimplemented_call test to interop_client.cc. Next step is to call this from the driver program, run_interop_tests.py by Noah Eisen · 8 years ago
  43. 7777f97 Synchronized tag number with that of authoritative copy by David Garcia Quintas · 8 years ago
  44. 1ed0b8e Add interop test for Cacheable Unary Calls by Makarand Dharmapurikar · 8 years ago
  45. ebe7c17 Merge branch 'master' of github.com:grpc/grpc into lb_add_md by David Garcia Quintas · 8 years ago
  46. 5928bff Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago
  47. d1a47f1 Merge branch 'master' of github.com:grpc/grpc into lb_add_md by David Garcia Quintas · 8 years ago
  48. 7c5befd Change UnimplementedService to UnimplementedEchoService in echo.proto by murgatroid99 · 8 years ago
  49. a0c69f9 add trace context proto by Alistair Veitch · 8 years ago
  50. 592c28d LB nanopb options updated: by David Garcia Quintas · 8 years ago
  51. 7a6db63 Updated LB proto and nanopb version by David Garcia Quintas · 8 years ago
  52. 3abd27e merge to upstream/master by Alistair Veitch · 8 years ago
  53. 77c7f9f Merge pull request #7407 from ctiller/delayed-write by Craig Tiller · 8 years ago
  54. ceb1a7d Add more information so that we can have a meaningful exit code by Vijay Pai · 8 years ago
  55. ad8723f moved up 'package' statement. by David Garcia Quintas · 8 years ago
  56. 7edfcb0 Using inlined BoolValue in lieu of wrappers.proto due to lack of node support by David Garcia Quintas · 8 years ago
  57. 913f5ab Merge remote-tracking branch 'origin/fix_logproto' into simplify_compression_interop by David Garcia Quintas · 8 years ago
  58. e5f0f95 fixed syntax errors in proto by David Garcia Quintas · 8 years ago
  59. c61c235 moar pr comments by David Garcia Quintas · 8 years ago
  60. 350c151 pr comments by David Garcia Quintas · 8 years ago
  61. dd8d84e spec comments addressed by David Garcia Quintas · 8 years ago
  62. 74686ce Completed interop spec, as well as code for c++ by David Garcia Quintas · 8 years ago
  63. 14f40b8 Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop by David Garcia Quintas · 8 years ago
  64. 5756c8f removed RANDOM and simplified req for compression by David Garcia Quintas · 8 years ago
  65. ef1c860 merge to master by Alistair Veitch · 8 years ago
  66. e1bee5b improve comments in math.proto by Jan Tattermusch · 8 years ago
  67. 4eb67b4 Proto tweaks by Alistair Veitch · 8 years ago
  68. 05808c4 Merge pull request #6731 from vjpai/beheader by Jan Tattermusch · 8 years ago
  69. e1ad41a change Metric->Resource, simplify Resource definition by Alistair Veitch · 8 years ago
  70. d8364f7 Deprecate perf_db use by vjpai · 8 years ago
  71. 44181c02 fix options file; fix generated include guards by Alistair Veitch · 8 years ago
  72. 3e97668 add missing newline by Alistair Veitch · 8 years ago
  73. fb461ba really commit by Alistair Veitch · 8 years ago
  74. 086601f Merge pull request #6414 from y-zeng/reflection_proto by Yuchen Zeng · 8 years ago
  75. 2ea66c3 Added comment about repeated responses by Yuchen Zeng · 8 years ago
  76. a782375 Addressed the discussion on 05/11/2016 by Yuchen Zeng · 8 years ago
  77. 86803d1 Merge pull request #6470 from yang-g/error_with_trailer by Jorge Canizales · 8 years ago
  78. fffd296 Merge pull request #6279 from dgquintas/lb_proto_v1 by Jan Tattermusch · 8 years ago
  79. 4c07008 Add a test for server returning error with debug info in trailer. by yang-g · 8 years ago
  80. 175dbbc Use stream rpc to ensure all related requests go to a single server by Yuchen Zeng · 8 years ago
  81. d50b58c Add comments for messages by Yuchen Zeng · 8 years ago
  82. 1717bff add a dummy service with no rpc to test codegen coverage by yang-g · 8 years ago
  83. c553034 Add reflection.proto by Yuchen Zeng · 8 years ago
  84. 6b16aaa merge and resolve conflict by yang-g · 8 years ago
  85. 7f0793a Updated load balancer proto to v1 by David Garcia Quintas · 8 years ago
  86. 8ecd4d7 Add support for an "OTHER" value in client_type, server_type, and add a string to by vjpai · 8 years ago
  87. dde6dfb Merge pull request #5958 from deepaklukose/skip_client_cert_verification by Jan Tattermusch · 8 years ago
  88. e291402 Merge remote-tracking branch 'upstream/master' into proto_comments by yang-g · 8 years ago
  89. 87bac95 Eradicate Uniform, Deterministic, and Pareto interarrival by vjpai · 8 years ago
  90. dba4c5f Add various options to verify ssl/tls client cert including letting the by Deepak Lukose · 9 years ago
  91. 2e08941 Use the comments before syntax line as file comments. by yang-g · 9 years ago
  92. 8282b75 Clarify the comments by yang-g · 9 years ago
  93. b8aa58b Add a test by yang-g · 9 years ago
  94. 05bb5b9 regenerate tests.json with C++ perf scenarios by Jan Tattermusch · 9 years ago
  95. df14927 add ScenarioResult and ScenarioResultSummary proto messages by Jan Tattermusch · 9 years ago
  96. d0d22a6 Merge branch 'master' into binary_logging by Michael Lumish · 9 years ago
  97. d6ac251 Merge pull request #6088 from murgatroid99/proto_gen_build_yaml_well_known_types by Nicolas Noble · 9 years ago
  98. 0bda0b3 Configure performance scenarios with json by Craig Tiller · 9 years ago
  99. 87d258e Merge branch 'master' into metrics_typo by Sree Kuchibhotla · 9 years ago
  100. 27137fb Fix a typo in metrics.proto. No code is using double_value yet and hence no other code changes are needed by Sree Kuchibhotla · 9 years ago