1. a0c69f9 add trace context proto by Alistair Veitch · 8 years ago
  2. 592c28d LB nanopb options updated: by David Garcia Quintas · 8 years ago
  3. 7a6db63 Updated LB proto and nanopb version by David Garcia Quintas · 8 years ago
  4. 3abd27e merge to upstream/master by Alistair Veitch · 8 years ago
  5. 77c7f9f Merge pull request #7407 from ctiller/delayed-write by Craig Tiller · 8 years ago
  6. ceb1a7d Add more information so that we can have a meaningful exit code by Vijay Pai · 8 years ago
  7. ad8723f moved up 'package' statement. by David Garcia Quintas · 8 years ago
  8. 7edfcb0 Using inlined BoolValue in lieu of wrappers.proto due to lack of node support by David Garcia Quintas · 8 years ago
  9. 913f5ab Merge remote-tracking branch 'origin/fix_logproto' into simplify_compression_interop by David Garcia Quintas · 8 years ago
  10. e5f0f95 fixed syntax errors in proto by David Garcia Quintas · 8 years ago
  11. c61c235 moar pr comments by David Garcia Quintas · 8 years ago
  12. 350c151 pr comments by David Garcia Quintas · 8 years ago
  13. dd8d84e spec comments addressed by David Garcia Quintas · 8 years ago
  14. 74686ce Completed interop spec, as well as code for c++ by David Garcia Quintas · 8 years ago
  15. 14f40b8 Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop by David Garcia Quintas · 8 years ago
  16. 5756c8f removed RANDOM and simplified req for compression by David Garcia Quintas · 8 years ago
  17. ef1c860 merge to master by Alistair Veitch · 8 years ago
  18. e1bee5b improve comments in math.proto by Jan Tattermusch · 8 years ago
  19. 4eb67b4 Proto tweaks by Alistair Veitch · 8 years ago
  20. 05808c4 Merge pull request #6731 from vjpai/beheader by Jan Tattermusch · 8 years ago
  21. e1ad41a change Metric->Resource, simplify Resource definition by Alistair Veitch · 8 years ago
  22. d8364f7 Deprecate perf_db use by vjpai · 8 years ago
  23. 44181c02 fix options file; fix generated include guards by Alistair Veitch · 8 years ago
  24. 3e97668 add missing newline by Alistair Veitch · 8 years ago
  25. fb461ba really commit by Alistair Veitch · 8 years ago
  26. 086601f Merge pull request #6414 from y-zeng/reflection_proto by Yuchen Zeng · 8 years ago
  27. 2ea66c3 Added comment about repeated responses by Yuchen Zeng · 8 years ago
  28. a782375 Addressed the discussion on 05/11/2016 by Yuchen Zeng · 8 years ago
  29. 86803d1 Merge pull request #6470 from yang-g/error_with_trailer by Jorge Canizales · 8 years ago
  30. fffd296 Merge pull request #6279 from dgquintas/lb_proto_v1 by Jan Tattermusch · 8 years ago
  31. 4c07008 Add a test for server returning error with debug info in trailer. by yang-g · 8 years ago
  32. 175dbbc Use stream rpc to ensure all related requests go to a single server by Yuchen Zeng · 8 years ago
  33. d50b58c Add comments for messages by Yuchen Zeng · 8 years ago
  34. 1717bff add a dummy service with no rpc to test codegen coverage by yang-g · 8 years ago
  35. c553034 Add reflection.proto by Yuchen Zeng · 8 years ago
  36. 6b16aaa merge and resolve conflict by yang-g · 9 years ago
  37. 7f0793a Updated load balancer proto to v1 by David Garcia Quintas · 9 years ago
  38. 8ecd4d7 Add support for an "OTHER" value in client_type, server_type, and add a string to by vjpai · 9 years ago
  39. dde6dfb Merge pull request #5958 from deepaklukose/skip_client_cert_verification by Jan Tattermusch · 9 years ago
  40. e291402 Merge remote-tracking branch 'upstream/master' into proto_comments by yang-g · 9 years ago
  41. 87bac95 Eradicate Uniform, Deterministic, and Pareto interarrival by vjpai · 9 years ago
  42. dba4c5f Add various options to verify ssl/tls client cert including letting the by Deepak Lukose · 9 years ago
  43. 2e08941 Use the comments before syntax line as file comments. by yang-g · 9 years ago
  44. 8282b75 Clarify the comments by yang-g · 9 years ago
  45. b8aa58b Add a test by yang-g · 9 years ago
  46. 05bb5b9 regenerate tests.json with C++ perf scenarios by Jan Tattermusch · 9 years ago
  47. df14927 add ScenarioResult and ScenarioResultSummary proto messages by Jan Tattermusch · 9 years ago
  48. d0d22a6 Merge branch 'master' into binary_logging by Michael Lumish · 9 years ago
  49. d6ac251 Merge pull request #6088 from murgatroid99/proto_gen_build_yaml_well_known_types by Nicolas Noble · 9 years ago
  50. 0bda0b3 Configure performance scenarios with json by Craig Tiller · 9 years ago
  51. 87d258e Merge branch 'master' into metrics_typo by Sree Kuchibhotla · 9 years ago
  52. 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
  53. 0d4b13c Handle google/protobuf includes in src/proto by murgatroid99 · 9 years ago
  54. 8e3b16c Merge github.com:grpc/grpc into channel_max_reconnect_backoff by Craig Tiller · 9 years ago
  55. 6169d5f Update copyrights by Craig Tiller · 9 years ago
  56. 076c2b8 Merge github.com:grpc/grpc into channel_max_reconnect_backoff by Craig Tiller · 9 years ago
  57. c2ec738 Fixed typo in import statement by murgatroid99 · 9 years ago
  58. c65221c Merge branch 'master' into binary_logging by murgatroid99 · 9 years ago
  59. 7394547 fix copyright by Sree Kuchibhotla · 9 years ago
  60. 8447b88 Address code review comments by Sree Kuchibhotla · 9 years ago
  61. 7ec0fa7 Merge branch 'master' into binary_logging by murgatroid99 · 9 years ago
  62. 24e69bf Added a channel argument to set the maximum reconnect backoff duration. Extended the interop test to test the custom reconnect backoffs. by Aaron Isotton · 9 years ago
  63. f2f7d57 Allow use of alternative credential types. by Dan Born · 9 years ago
  64. c939934 Merge remote-tracking branch 'upstream/master' into v1alpha_to_v1 by yang-g · 9 years ago
  65. aea13f1 global replace health check proto v1alpha to v1 by yang-g · 9 years ago
  66. eb841e2 Revert "Revert "Proto API for LB request/responses"" by Craig Tiller · 9 years ago
  67. c35e2c5 Revert "Proto API for LB request/responses" by Craig Tiller · 9 years ago
  68. 18c4a53 Fixed inconsistency in a type in the binary log proto by murgatroid99 · 9 years ago
  69. f8c6545 Update binary log proto, add document explaining it by murgatroid99 · 9 years ago
  70. 44de6a1 Added binary log proto by murgatroid99 · 9 years ago
  71. 7e46618 Merge branch 'master' of github.com:grpc/grpc into grpclb_api by David Garcia Quintas · 9 years ago
  72. b47b556 Merge branch 'master' into worker_quit by Vijay Pai · 9 years ago
  73. 21e5d2b Add a Quit RPC so that we can conveniently shut down the workers from the driver. by vjpai · 9 years ago
  74. 5956742 Copyright and clang-format by Vijay Pai · 9 years ago
  75. 8166e30 Reduce diff by Vijay Pai · 9 years ago
  76. 7d45cdb Enable properly working core limits on clients and servers, by Vijay Pai · 9 years ago
  77. c64736d Clean-up core list usage and make it possible to reset the core list by Vijay Pai · 9 years ago
  78. 03ba4d7 Merge branch 'master' into corelimit2 by Vijay Pai · 9 years ago
  79. dd18c4a Merge branch 'master' of github.com:grpc/grpc into grpclb_api by David Garcia Quintas · 9 years ago
  80. 5919e81 Remove host option from ServerConfig proto since it is error-prone and by Vijay Pai · 9 years ago
  81. fb01883 Merge branch 'master' of github.com:grpc/grpc into grpclb_api by David Garcia Quintas · 9 years ago
  82. 2c1c7d5 Fix copyrights by Craig Tiller · 9 years ago
  83. 324426b Merge github.com:grpc/grpc into fix-c++ by Craig Tiller · 9 years ago
  84. b0f275e Small testing fixes by Craig Tiller · 9 years ago
  85. a24e9d7 Sanity checks and asan fix by vjpai · 9 years ago
  86. a00f998 Actually create async generic server by vjpai · 9 years ago
  87. 3e6a70f Sanity fix copyright by vjpai · 9 years ago
  88. 13e294e Merge branch 'master' of github.com:grpc/grpc into grpclb_api by David Garcia Quintas · 9 years ago
  89. f6269a4 Merge branch 'master' into corelimit2 by vjpai · 9 years ago
  90. aa9b01c Merge branch 'master' of github.com:grpc/grpc into grpclb_api by David Garcia Quintas · 9 years ago
  91. 3c1720c Updated copyrights... by David Garcia Quintas · 9 years ago
  92. 17fe83b Merge branch 'master' of github.com:grpc/grpc into check_newlines by David Garcia Quintas · 9 years ago
  93. 45484b3 Added sanity check for trailing newlines by David Garcia Quintas · 9 years ago
  94. 2bf574f Added back trailing newlines by David Garcia Quintas · 9 years ago
  95. a193faf update copyright by Sree Kuchibhotla · 9 years ago
  96. 88447cb Merge branch 'master' of github.com:grpc/grpc into grpclb_api by David Garcia Quintas · 9 years ago
  97. 80b6a47 Fix the error that was causing incorrect Makefile generation by Sree Kuchibhotla · 9 years ago
  98. c819e50 Generate transitive dependencies as well in gen_build_yaml.py for protos by Sree Kuchibhotla · 9 years ago
  99. ace28d3 Fix copyrights again by murgatroid99 · 9 years ago
  100. 5a05f51 Rename TestService to EchoTestService to prevent name-conflict with by Sree Kuchibhotla · 9 years ago