1. 808d19e Merge pull request #9977 from ctiller/fssplit by Craig Tiller · 7 years ago
  2. 5ea6c9f Merge branch 'fssplit' of github.com:ctiller/grpc into fssplit by Craig Tiller · 7 years ago
  3. e067b6e Resolve sanity failures by Craig Tiller · 7 years ago
  4. 8a0ec88 Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_master by David Garcia Quintas · 7 years ago
  5. f09ec59 Fix mac build by Craig Tiller · 7 years ago
  6. 8c3eaf2 Merge pull request #9939 from ctiller/stream_owned_slice by Craig Tiller · 7 years ago
  7. 627a598 Prep for splitting bm_fullstack by Craig Tiller · 7 years ago
  8. 5e32153 Move helpers to a common place, use them everywhere by Craig Tiller · 7 years ago
  9. fbedd67 Merge pull request #9769 from ctiller/always-use-port-server by Craig Tiller · 7 years ago
  10. 295df6d Add a slice type that shares a refcount with a transport stream by Craig Tiller · 7 years ago
  11. c2515d0 Merge github.com:grpc/grpc into always-use-port-server by Craig Tiller · 7 years ago
  12. a10f00c Merge github.com:grpc/grpc into spinlock by Craig Tiller · 7 years ago
  13. 2aa5a1d Merge pull request #9839 from y-zeng/1_1_x_address_arg_fix by Yuchen Zeng · 7 years ago
  14. 4776102 Merge pull request #9468 from y-zeng/p2p_client by Yuchen Zeng · 7 years ago
  15. edbf2b9 Add a spinlock type. by Craig Tiller · 7 years ago
  16. 990d9fe Client-side keepalive ping by Yuchen Zeng · 7 years ago
  17. 98cdf3b Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_master by murgatroid99 · 7 years ago
  18. 4d34729 Merge github.com:grpc/grpc into always-use-port-server by Craig Tiller · 7 years ago
  19. a9d8a15 Add parse_address_test by Yuchen Zeng · 7 years ago
  20. 9b836dd Merge github.com:grpc/grpc into this-was-a-good-idea-that-wasnt by Craig Tiller · 7 years ago
  21. 8506219 Remove internal api canaries: they have never solved anything for us by Craig Tiller · 7 years ago
  22. 1191b72 Improve Node and libuv testing and test coverage by murgatroid99 · 7 years ago
  23. cba864b Eliminate port server env var, force its use always, consolidate code by Craig Tiller · 7 years ago
  24. 55c6ebf Merge branch 'master' into health by yang-g · 7 years ago
  25. ca452f4 Merge pull request #9648 from dgquintas/lr_sans_md by David G. Quintas · 7 years ago
  26. fe5f497 Add a test that measures flow control stalls in a deterministic way by Craig Tiller · 7 years ago
  27. f31f096 Use call context to propagare LR costs by David Garcia Quintas · 7 years ago
  28. f7f25fc Merge pull request #9615 from ppietrasa/bugfix-missing_include by Jan Tattermusch · 7 years ago
  29. 00cacbd add missing generated files by Jan Tattermusch · 7 years ago
  30. 2e096b0 Merge pull request #9371 from Vizerai/tracing_API by Jim King · 7 years ago
  31. 0129150 Secure naming support for gRPCLB by David Garcia Quintas · 7 years ago
  32. 13a537b merge with head by yang-g · 7 years ago
  33. 5f3cfe9 Fix read from uninitialized memory bug in GrpcBufferWriter. by Harvey Tuch · 8 years ago
  34. 7ed3c93 Merge pull request #9511 from ctiller/assert_writes by Craig Tiller · 7 years ago
  35. 1bb5371 Disable writes_per_rpc on Windows by Craig Tiller · 7 years ago
  36. 61eb40c Put files in a better place by Craig Tiller · 7 years ago
  37. c40b347 Merge branch 'bwest' into assert_writes by Craig Tiller · 7 years ago
  38. 8b1d59c Add some debug utilities by Craig Tiller · 8 years ago
  39. 5395aba Merge github.com:grpc/grpc into bwest by Craig Tiller · 7 years ago
  40. bd0b054 windows compilation fixes by Jan Tattermusch · 8 years ago
  41. a5b1a89 Merge github.com:grpc/grpc into bwest by Craig Tiller · 8 years ago
  42. 988b47c Add metadata_map.h to build.yaml Add missing files to BUILD by yang-g · 8 years ago
  43. 9a3997c Add a test verifying number of writes per RPC is reasonable by Craig Tiller · 8 years ago
  44. edcde05 Merge remote-tracking branch 'upstream/master' into health by yang-g · 8 years ago
  45. 95ccbc2 Merge branch 'bm_countwrites' into bwest by Craig Tiller · 8 years ago
  46. 29053ec Merge branch 'master' of https://github.com/Vizerai/grpc into tracing_API by Vizerai · 8 years ago
  47. 0ed9fd4 update submodules by yang-g · 8 years ago
  48. 48af8b2 Merge github.com:grpc/grpc into bwest by Craig Tiller · 8 years ago
  49. e0cd44a Merge branch 'master' of https://github.com/Vizerai/grpc into tracing_API by Vizerai · 8 years ago
  50. a719802 merge with head by yang-g · 8 years ago
  51. c63aaf1 Merge branch 'cp' into rollfwd by Craig Tiller · 8 years ago
  52. 6f690f3 Merge pull request #9372 from markdroth/proxy_mapper by Mark D. Roth · 8 years ago
  53. 674fe85 Merge pull request #9383 from markdroth/http_connect_channel_arg by Mark D. Roth · 8 years ago
  54. 6e0697c Merge pull request #9343 from jtattermusch/fix_grpclb_test_deps by Jan Tattermusch · 8 years ago
  55. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  56. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  57. 2e225c1 Merge pull request #9340 from stanley-cheung/update-boringssl by Nicolas Noble · 8 years ago
  58. 0e5b67f update by Vizerai · 8 years ago
  59. ff1f160 Merge github.com:grpc/grpc into bwest by Craig Tiller · 8 years ago
  60. b7b7486 Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  61. b39942f Update boringssl to latest chromium-stable by Stanley Cheung · 8 years ago
  62. 1c6a144 fix ordering of deps in grpclb_test by Jan Tattermusch · 8 years ago
  63. c51f19d Merge branch 'master' of https://github.com/grpc/grpc into cpp_stress_flags by ncteisen · 8 years ago
  64. 8ebedd1 Improve docs on windows building by Jan Tattermusch · 8 years ago
  65. 9c7a08d Simplify cpp stress flags by ncteisen · 8 years ago
  66. f593d88 Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  67. d58a985 Move detection of HTTP CONNECT proxy from DNS resolver to client channel. by Mark D. Roth · 8 years ago
  68. 44e907a Merge pull request #9322 from apolcyn/deprecate_benchmark_core_lists by apolcyn · 8 years ago
  69. 5acc826 Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  70. 79f2a24 Add proxy mapper hook. by Mark D. Roth · 8 years ago
  71. a66243d Merge github.com:grpc/grpc into bwest by Craig Tiller · 8 years ago
  72. a9b3c38 Merge pull request #9064 from grpc/revert-9063-revert-8951-revert-8949-revert-8922-slice_cleanup by Mark D. Roth · 8 years ago
  73. 8024c46 Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  74. c2079f3 Merge pull request #9252 from ctiller/write_buffering by Craig Tiller · 8 years ago
  75. aecd46e Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  76. e6bcd0e Merge remote-tracking branch 'upstream/master' into revert-9063-revert-8951-revert-8949-revert-8922-slice_cleanup by Mark D. Roth · 8 years ago
  77. d425712 Merge github.com:grpc/grpc into bwest by Craig Tiller · 8 years ago
  78. 7a48d01 Merge github.com:grpc/grpc into write_buffering by Craig Tiller · 8 years ago
  79. 3623af1 merge master by Yuxuan Li · 8 years ago
  80. 6fb04d6 memory usage profiling for client call, client channel, server creation, server call and server channel. by Yuxuan Li · 8 years ago
  81. 9d4fc31 Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  82. 34f58fe remove not-yet-useful projects from grpc.sln by Jan Tattermusch · 8 years ago
  83. ebb3d5d Merge pull request #9139 from ericgribkoff/http2_client by Eric Gribkoff · 8 years ago
  84. 20ce39a remove limit_cores.h from build.yaml by Alexander Polcyn · 8 years ago
  85. 6ff1ca4 re-run generate project to build qps json driver by Alexander Polcyn · 8 years ago
  86. 032baa8 Fix sanity: check_sources_and_headers by Craig Tiller · 8 years ago
  87. 8a7a446 merge with head by yang-g · 8 years ago
  88. cc59102 manual revert of #8901 by yang-g · 8 years ago
  89. c344e87 Adds HTTP/2 interop test client by Eric Gribkoff · 8 years ago
  90. 2d9f8e8 Fix build by Craig Tiller · 8 years ago
  91. d04dc4d Merge github.com:grpc/grpc into fix_errors by Craig Tiller · 8 years ago
  92. 6cf58c8 Merge pull request #9129 from markdroth/handshaker_plugin by Mark D. Roth · 8 years ago
  93. 1311e34 Merge remote-tracking branch 'upstream/master' into revert-9063-revert-8951-revert-8949-revert-8922-slice_cleanup by Mark D. Roth · 8 years ago
  94. 38b95b3 Merge pull request #9238 from ctiller/2010 by Craig Tiller · 8 years ago
  95. 881ff85 Merge pull request #9234 from jozefizso/patch-1 by Jan Tattermusch · 8 years ago
  96. d7ee291 Fix tests by Craig Tiller · 8 years ago
  97. 732351f Start fixing http error --> grpc status conversion by Craig Tiller · 8 years ago
  98. 1f0f23c Handshaker plugin mechanism. by Mark D. Roth · 8 years ago
  99. 348fba2 Merge remote-tracking branch 'upstream/master' into revert-9063-revert-8951-revert-8949-revert-8922-slice_cleanup by Mark D. Roth · 8 years ago
  100. 32e05e4 Merge github.com:grpc/grpc into write_buffering by Craig Tiller · 8 years ago