1. 3163f5b Merge pull request #14784 from yang-g/mockssssss by Yang Gao · 6 years ago
  2. 502ba74 Rename generate_mock to generate_mocks by yang-g · 6 years ago
  3. 3b42f83 Revert "Revert "Channel Tracing Implementation; Part 1"" by ncteisen · 6 years ago
  4. f2bea37 Revert "Channel Tracing Implementation; Part 1" by Noah Eisen · 6 years ago
  5. 2352380 Update proto name to fix Windows portability build by ncteisen · 6 years ago
  6. d2365d6 Reviewer comments by ncteisen · 6 years ago
  7. 36e02bf Fix sanity by ncteisen · 6 years ago
  8. 09703ea Add severity by ncteisen · 6 years ago
  9. 97a3dbe Move C++ to util, call it from core test by ncteisen · 6 years ago
  10. 07ed039 Add JsonProtoTest by ncteisen · 6 years ago
  11. 2294031 Fix echo.proto path under bazel by Adele Zhou · 6 years ago
  12. ea33017 Add option to use client side coalescing API in qps test by yang-g · 6 years ago
  13. d196658 Merge branch 'master' of github.com:grpc/grpc into removed_expiration_interval by David Garcia Quintas · 7 years ago
  14. 6b514e6 Remove unused import by Vijay Pai · 7 years ago
  15. 8c5c654 Removed expiration_interval from LB proto by David Garcia Quintas · 7 years ago
  16. 07165cb Only put server to sleep when explicitly requested by Vijay Pai · 7 years ago
  17. d015389 exclude uploading stats, add unconstained php benchmark by ZhouyihaiDing · 7 years ago
  18. e1101cf Update Bazel for new systems by Craig Tiller · 7 years ago
  19. 2897235 Expose stats into qps_driver by Craig Tiller · 7 years ago
  20. 2bc5e3a Moving visibility and package creation to the build system. by Nicolas "Pixel" Noble · 7 years ago
  21. e775180 Use new protocol for reporting dropped calls to grpclb balancer. by Mark D. Roth · 7 years ago
  22. e72b5d6 Merge remote-tracking branch 'upstream/master' into qps_driver to resolve conflicts. by Guantao Liu · 7 years ago
  23. 9877189 Merge pull request #11310 from nicolasnoble/import by Nicolas Noble · 7 years ago
  24. abe3cf5 Add a new metric 'Queries/CPU-sec'. Enable internal credential types. by Guantao Liu · 7 years ago
  25. 873ee82 Add channel args to qps server by Craig Tiller · 7 years ago
  26. 5d80dc4 Merge branch 'master' of https://github.com/grpc/grpc into import by Nicolas "Pixel" Noble · 7 years ago
  27. c8e7a52 Merge remote-tracking branch 'origin/master' into HEAD by Ken Payson · 7 years ago
  28. 4d5c310 fix remaining license notices by Jan Tattermusch · 7 years ago
  29. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  30. 7bc55fd Merge remote-tracking branch 'ctiller/build-wtf' into import by Nicolas "Pixel" Noble · 7 years ago
  31. 4b07aab Support multiple threads per cq sharing, add tests by Vijay Pai · 7 years ago
  32. af6c83f Adding dummy layering check option. by Nicolas "Pixel" Noble · 7 years ago
  33. a753371 Rework well_known_protos attr, and some other fixes by Craig Tiller · 7 years ago
  34. 6ca796d merge master, resolve conflict by Yuxuan Li · 7 years ago
  35. eb36b8a Merge branch 'master' of https://github.com/grpc/grpc into import by Nicolas "Pixel" Noble · 7 years ago
  36. a7f7fcf Merge branch 'master' into poll_stat by Yuxuan Li · 7 years ago
  37. ea4adc1 Merge pull request #10313 from vjpai/onesided by Vijay Pai · 7 years ago
  38. a33e2b2 add some comments by Yuxuan Li · 7 years ago
  39. 5d3ddee adding server side poll stat by Yuxuan Li · 7 years ago
  40. 999ac15 initial implementation. by Yuxuan Li · 7 years ago
  41. eea8cf0 Add QPS tests for one-sided streaming by Vijay Pai · 7 years ago
  42. 04109e8 BUILD and #include fixes by David Garcia Quintas · 7 years ago
  43. c090c61 Merge pull request #10644 from MakMukhi/master by MakMukhi · 7 years ago
  44. d978a95 Merge github.com:grpc/grpc into hybrid by Craig Tiller · 7 years ago
  45. 922d117 One more use of incorrect submodule name by Vijay Pai · 7 years ago
  46. 0a458b5 Fix Bazel build by Craig Tiller · 7 years ago
  47. ea07b60 Post-review update by Mahak Mukhi · 7 years ago
  48. a7a1098 Updated load_balancer.proto by David Garcia Quintas · 7 years ago
  49. 443a75d 1. Added golden file test. 2. Added support for mock. 3. Sanity fix. by Mahak Mukhi · 7 years ago
  50. 7c26eed Buildifier and wrapping test/cpp/* rules with our build system. by Nicolas "Pixel" Noble · 7 years ago
  51. eceec8e Add helper function to supply and parse error_details from Status. by yang-g · 7 years ago
  52. 6e86397 Merge pull request #10524 from yang-g/error_details by Yang Gao · 7 years ago
  53. 2018a40 create a grpc client qps test logging reporter by Alexander Polcyn · 7 years ago
  54. f4c8add support C++ error_details by yang-g · 7 years ago
  55. 45a9aba Add option to limit # of messages per stream with tests by Vijay Pai · 7 years ago
  56. 958ded9 PHP benchmarking performance client, proxied through Ruby by Vijay Pai · 7 years ago
  57. dc720ca Merge pull request #9846 from yang-g/max_message_size by Yang Gao · 7 years ago
  58. 23f777d When there is an error from filters (such as max recv message size too by yang-g · 7 years ago
  59. 43bca1b Add BUILD file for end2end tests too by Sree Kuchibhotla · 7 years ago
  60. 55c6ebf Merge branch 'master' into health by yang-g · 7 years ago
  61. f797c65 make the change in scenario config rather than c# by Alexander Polcyn · 7 years ago
  62. 13a537b merge with head by yang-g · 7 years ago
  63. e042801 Merge pull request #9429 from Vizerai/trace_context_proto by Jim King · 7 years ago
  64. 864db53 Updated trace_context.proto and associated files. by Vizerai · 7 years ago
  65. 2cd882a Merge pull request #9369 from yang-g/has_services by Nicolas Noble · 7 years ago
  66. a719802 merge with head by yang-g · 7 years ago
  67. 2b24d27 Merge pull request #9326 from yang-g/license by Yang Gao · 7 years ago
  68. 60450cb set has_services properly by yang-g · 7 years ago
  69. a2341ea omg it is 2017 by yang-g · 8 years ago
  70. 43dc9ed Add licenses to all BUILD files and missing copyright by yang-g · 8 years ago
  71. 8a7a446 merge with head by yang-g · 8 years ago
  72. 98c0bd7 add setting channel args functionality to performance tesing by Yuxuan Li · 8 years ago
  73. 203860a Merge remote-tracking branch 'google/master' into bazel-take-2 by Nicolas "Pixel" Noble · 8 years ago
  74. b74cf42 test pass by yang-g · 8 years ago
  75. fbbb0d7 generated nanopb files, need to update build.yaml and maybe move them to by yang-g · 8 years ago
  76. 8114153 Merge branch 'master' into cpu_usage2 by Yuxuan Li · 8 years ago
  77. 00bbb41 Merge pull request #8548 from dgquintas/lb-tokens-length by David G. Quintas · 8 years ago
  78. d14458f Reverted back to using 128 bytes for service name by David Garcia Quintas · 8 years ago
  79. aba7bc8 Merge pull request #8268 from soltanmm-google/bleat-like-a-moat by Masood Malekghassemi · 8 years ago
  80. f37cd4f Updated max length of load balanced service to 255 bytes by David Garcia Quintas · 8 years ago
  81. 41752d6 Added max length comments for some lb proto fields by David Garcia Quintas · 8 years ago
  82. 2a23c60 Removed spurious option for lb nanopb proto by David Garcia Quintas · 8 years ago
  83. d68ea95 fixing conflicts with new upstream master by Yuxuan Li · 8 years ago
  84. 5a991e2 Merge branch 'master' into cpu_usage2 by Yuxuan Li · 8 years ago
  85. a12e6d8 Merge pull request #8367 from soltanmm-google/blurb by Masood Malekghassemi · 8 years ago
  86. 472fc2f Updated proto field comment with max token length by David Garcia Quintas · 8 years ago
  87. 0baf1dc Made LB token dynamic size <= 50 bytes by David Garcia Quintas · 8 years ago
  88. 6ab40a5 Merge branch 'master' of https://github.com/grpc/grpc into bazel-take-2 by Nicolas "Pixel" Noble · 8 years ago
  89. 89e2364 Removing useless message. by Nicolas "Pixel" Noble · 8 years ago
  90. 799bd5e Adding shim for generating C++ protos. by Nicolas "Pixel" Noble · 8 years ago
  91. 8f67b64 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  92. 9243c74 Merge pull request #8365 from vjpai/fc_1dstream by Vijay Pai · 8 years ago
  93. aff6936 Partially implement gRPC Python server reflection by Masood Malekghassemi · 8 years ago
  94. 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
  95. 9fa9315 Merge remote-tracking branch 'upstream/master' into fc_1dstream by Vijay Pai · 8 years ago
  96. 20afa3d BufferPool --> ResourceQuota by Craig Tiller · 8 years ago
  97. 654b242 Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  98. a628c84 Merge branch 'direct-calls' into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  99. 61536a7 Making split streaming testable by Vijay Pai · 8 years ago
  100. cece9c7 manually fixed merge conflict. caused by the addition of a different new interop test by Noah Eisen · 8 years ago