1. 9243c74 Merge pull request #8365 from vjpai/fc_1dstream by Vijay Pai · 8 years ago
  2. 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
  3. 9fa9315 Merge remote-tracking branch 'upstream/master' into fc_1dstream by Vijay Pai · 8 years ago
  4. 61536a7 Making split streaming testable by Vijay Pai · 8 years ago
  5. cece9c7 manually fixed merge conflict. caused by the addition of a different new interop test by Noah Eisen · 8 years ago
  6. 5ef0c00 Merge pull request #8101 from makdharma/cacheable_unary by makdharma · 8 years ago
  7. 02e70ed changed method name in test.proto to more accurately reflect how the calls will be used by Noah Eisen · 8 years ago
  8. 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
  9. 7777f97 Synchronized tag number with that of authoritative copy by David Garcia Quintas · 8 years ago
  10. 1ed0b8e Add interop test for Cacheable Unary Calls by Makarand Dharmapurikar · 8 years ago
  11. ebe7c17 Merge branch 'master' of github.com:grpc/grpc into lb_add_md by David Garcia Quintas · 8 years ago
  12. 7c5befd Change UnimplementedService to UnimplementedEchoService in echo.proto by murgatroid99 · 8 years ago
  13. 592c28d LB nanopb options updated: by David Garcia Quintas · 8 years ago
  14. 7a6db63 Updated LB proto and nanopb version by David Garcia Quintas · 8 years ago
  15. 77c7f9f Merge pull request #7407 from ctiller/delayed-write by Craig Tiller · 8 years ago
  16. ceb1a7d Add more information so that we can have a meaningful exit code by Vijay Pai · 8 years ago
  17. ad8723f moved up 'package' statement. by David Garcia Quintas · 8 years ago
  18. 7edfcb0 Using inlined BoolValue in lieu of wrappers.proto due to lack of node support by David Garcia Quintas · 8 years ago
  19. 913f5ab Merge remote-tracking branch 'origin/fix_logproto' into simplify_compression_interop by David Garcia Quintas · 8 years ago
  20. e5f0f95 fixed syntax errors in proto by David Garcia Quintas · 8 years ago
  21. c61c235 moar pr comments by David Garcia Quintas · 8 years ago
  22. 350c151 pr comments by David Garcia Quintas · 8 years ago
  23. dd8d84e spec comments addressed by David Garcia Quintas · 8 years ago
  24. 74686ce Completed interop spec, as well as code for c++ by David Garcia Quintas · 8 years ago
  25. 14f40b8 Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop by David Garcia Quintas · 8 years ago
  26. 5756c8f removed RANDOM and simplified req for compression by David Garcia Quintas · 8 years ago
  27. d8364f7 Deprecate perf_db use by vjpai · 8 years ago
  28. 086601f Merge pull request #6414 from y-zeng/reflection_proto by Yuchen Zeng · 8 years ago
  29. 2ea66c3 Added comment about repeated responses by Yuchen Zeng · 8 years ago
  30. a782375 Addressed the discussion on 05/11/2016 by Yuchen Zeng · 8 years ago
  31. 86803d1 Merge pull request #6470 from yang-g/error_with_trailer by Jorge Canizales · 8 years ago
  32. fffd296 Merge pull request #6279 from dgquintas/lb_proto_v1 by Jan Tattermusch · 8 years ago
  33. 4c07008 Add a test for server returning error with debug info in trailer. by yang-g · 8 years ago
  34. 175dbbc Use stream rpc to ensure all related requests go to a single server by Yuchen Zeng · 8 years ago
  35. d50b58c Add comments for messages by Yuchen Zeng · 8 years ago
  36. 1717bff add a dummy service with no rpc to test codegen coverage by yang-g · 8 years ago
  37. c553034 Add reflection.proto by Yuchen Zeng · 8 years ago
  38. 6b16aaa merge and resolve conflict by yang-g · 8 years ago
  39. 7f0793a Updated load balancer proto to v1 by David Garcia Quintas · 8 years ago
  40. 8ecd4d7 Add support for an "OTHER" value in client_type, server_type, and add a string to by vjpai · 8 years ago
  41. dde6dfb Merge pull request #5958 from deepaklukose/skip_client_cert_verification by Jan Tattermusch · 8 years ago
  42. e291402 Merge remote-tracking branch 'upstream/master' into proto_comments by yang-g · 8 years ago
  43. 87bac95 Eradicate Uniform, Deterministic, and Pareto interarrival by vjpai · 8 years ago
  44. dba4c5f Add various options to verify ssl/tls client cert including letting the by Deepak Lukose · 8 years ago
  45. 2e08941 Use the comments before syntax line as file comments. by yang-g · 8 years ago
  46. 8282b75 Clarify the comments by yang-g · 8 years ago
  47. b8aa58b Add a test by yang-g · 8 years ago
  48. 05bb5b9 regenerate tests.json with C++ perf scenarios by Jan Tattermusch · 8 years ago
  49. df14927 add ScenarioResult and ScenarioResultSummary proto messages by Jan Tattermusch · 8 years ago
  50. d0d22a6 Merge branch 'master' into binary_logging by Michael Lumish · 8 years ago
  51. 0bda0b3 Configure performance scenarios with json by Craig Tiller · 8 years ago
  52. 87d258e Merge branch 'master' into metrics_typo by Sree Kuchibhotla · 8 years ago
  53. 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 · 8 years ago
  54. 8e3b16c Merge github.com:grpc/grpc into channel_max_reconnect_backoff by Craig Tiller · 8 years ago
  55. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  56. 076c2b8 Merge github.com:grpc/grpc into channel_max_reconnect_backoff by Craig Tiller · 8 years ago
  57. c2ec738 Fixed typo in import statement by murgatroid99 · 8 years ago
  58. c65221c Merge branch 'master' into binary_logging by murgatroid99 · 8 years ago
  59. 7394547 fix copyright by Sree Kuchibhotla · 8 years ago
  60. 8447b88 Address code review comments by Sree Kuchibhotla · 8 years ago
  61. 7ec0fa7 Merge branch 'master' into binary_logging by murgatroid99 · 8 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 · 8 years ago
  63. f2f7d57 Allow use of alternative credential types. by Dan Born · 8 years ago
  64. c939934 Merge remote-tracking branch 'upstream/master' into v1alpha_to_v1 by yang-g · 8 years ago
  65. aea13f1 global replace health check proto v1alpha to v1 by yang-g · 8 years ago
  66. eb841e2 Revert "Revert "Proto API for LB request/responses"" by Craig Tiller · 8 years ago
  67. c35e2c5 Revert "Proto API for LB request/responses" by Craig Tiller · 8 years ago
  68. 18c4a53 Fixed inconsistency in a type in the binary log proto by murgatroid99 · 8 years ago
  69. f8c6545 Update binary log proto, add document explaining it by murgatroid99 · 8 years ago
  70. 44de6a1 Added binary log proto by murgatroid99 · 8 years ago
  71. 7e46618 Merge branch 'master' of github.com:grpc/grpc into grpclb_api by David Garcia Quintas · 8 years ago
  72. b47b556 Merge branch 'master' into worker_quit by Vijay Pai · 8 years ago
  73. 21e5d2b Add a Quit RPC so that we can conveniently shut down the workers from the driver. by vjpai · 8 years ago
  74. 5956742 Copyright and clang-format by Vijay Pai · 8 years ago
  75. 8166e30 Reduce diff by Vijay Pai · 8 years ago
  76. 7d45cdb Enable properly working core limits on clients and servers, by Vijay Pai · 8 years ago
  77. c64736d Clean-up core list usage and make it possible to reset the core list by Vijay Pai · 8 years ago
  78. 03ba4d7 Merge branch 'master' into corelimit2 by Vijay Pai · 8 years ago
  79. dd18c4a Merge branch 'master' of github.com:grpc/grpc into grpclb_api by David Garcia Quintas · 8 years ago
  80. 5919e81 Remove host option from ServerConfig proto since it is error-prone and by Vijay Pai · 8 years ago
  81. fb01883 Merge branch 'master' of github.com:grpc/grpc into grpclb_api by David Garcia Quintas · 8 years ago
  82. 2c1c7d5 Fix copyrights by Craig Tiller · 8 years ago
  83. 324426b Merge github.com:grpc/grpc into fix-c++ by Craig Tiller · 8 years ago
  84. b0f275e Small testing fixes by Craig Tiller · 8 years ago
  85. a24e9d7 Sanity checks and asan fix by vjpai · 8 years ago
  86. a00f998 Actually create async generic server by vjpai · 8 years ago
  87. 3e6a70f Sanity fix copyright by vjpai · 8 years ago
  88. 13e294e Merge branch 'master' of github.com:grpc/grpc into grpclb_api by David Garcia Quintas · 8 years ago
  89. f6269a4 Merge branch 'master' into corelimit2 by vjpai · 8 years ago
  90. aa9b01c Merge branch 'master' of github.com:grpc/grpc into grpclb_api by David Garcia Quintas · 8 years ago
  91. 3c1720c Updated copyrights... by David Garcia Quintas · 8 years ago
  92. 17fe83b Merge branch 'master' of github.com:grpc/grpc into check_newlines by David Garcia Quintas · 8 years ago
  93. 45484b3 Added sanity check for trailing newlines by David Garcia Quintas · 8 years ago
  94. 2bf574f Added back trailing newlines by David Garcia Quintas · 8 years ago
  95. 88447cb Merge branch 'master' of github.com:grpc/grpc into grpclb_api by David Garcia Quintas · 8 years ago
  96. ace28d3 Fix copyrights again by murgatroid99 · 8 years ago
  97. 5a05f51 Rename TestService to EchoTestService to prevent name-conflict with by Sree Kuchibhotla · 8 years ago
  98. 0e66efd Make core limitation work for both client and server so that we can run tests on the same by Vijay Pai · 9 years ago
  99. 3f8e734 Added missing copyrights by David Garcia Quintas · 9 years ago
  100. 82a0bdc Merge branch 'master' of github.com:grpc/grpc into grpclb_api by David Garcia Quintas · 9 years ago