1. 3acf8e6 Merge pull request #15840 from dgquintas/common_nanopb by David G. Quintas · 6 years ago
  2. f5f1d57 Add load reporting filter by Juanli Shen · 6 years ago
  3. f3955ba Update to use the canonical version of LB proto by David Garcia Quintas · 6 years ago
  4. 7747230 Add channel creation benchmark by ncteisen · 6 years ago
  5. fba01d8 Remove load data store targets from build.yaml by Juanli Shen · 6 years ago
  6. 68d4f50 Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  7. 9e3e646 Merge pull request #15274 from JackOfMostTrades/verify-callback-core by Mark D. Roth · 6 years ago
  8. 01cbab6 Merge pull request #15070 from Vizerai/filter_port by Jim King · 6 years ago
  9. 1f3d714 Move suppressions files under test/core/util to avoid creating a BUILD file under tools, which breaks import. by Adele Zhou · 6 years ago
  10. 7eda619 Separate the posix part of the c-ares driver by Alexander Polcyn · 6 years ago
  11. c14e95f Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  12. d661628 Merge pull request #15694 from srini100/bump-to-v1.14 by Srini Polavarapu · 6 years ago
  13. 657a3eb Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanup by David Garcia Quintas · 6 years ago
  14. f92460e Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  15. 68eff58 Create verify_peer_options when creating ssl credentials in order to expose a verification callback option. by Ian Haken · 7 years ago
  16. 32c0493 Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanup by David Garcia Quintas · 6 years ago
  17. 5349496 set higher cpu_cost for arena test by Jan Tattermusch · 6 years ago
  18. 75f697d Bump version to v1.14.0 by Srini Polavarapu · 6 years ago
  19. d7728cd Merge pull request #15069 from muxi/prototype-cfstream by Muxi Yan · 6 years ago
  20. ec48284 re run generate projects by ncteisen · 6 years ago
  21. c3c6e06 Add basic support for GetChannel by ncteisen · 7 years ago
  22. c512b4f revert -framework CoreFoundation by Muxi Yan · 6 years ago
  23. dd8bc8c moved nanopb flags from Makefile.template to build.yaml by David Garcia Quintas · 6 years ago
  24. 142cbb5 Address comments on names and comments by Muxi Yan · 6 years ago
  25. e501a3d Merge branch 'master' of https://github.com/Vizerai/grpc into filter_port by Vizerai · 6 years ago
  26. 67d7cdc Support building sanitizers with Clang5+ by Matt Kwong · 7 years ago
  27. ba221d0 Merge branch 'master' into prototype-cfstream by Muxi Yan · 7 years ago
  28. 328099a Build system tweak by Muxi Yan · 7 years ago
  29. a70102b Use cc rather than mm files and merge cfstream related files into core by Muxi Yan · 7 years ago
  30. 16b42ca Add skeleton gtest file by ncteisen · 7 years ago
  31. bba8840 Change filename to channelz by ncteisen · 7 years ago
  32. 67ff405 Change existing build system for CFStream by Muxi Yan · 7 years ago
  33. 4fad281 Merge remote-tracking branch 'upstream/master' into fork_exec_ctx_check by kpayson64 · 7 years ago
  34. 41e4ced Adding opencensus grpc plugin. by Vizerai · 7 years ago
  35. 274840e Migrate SSL_transport_security TSI to new TSI handshaker API by jiangtaoli2016 · 7 years ago
  36. 47537f5 Merge pull request #15221 from yihuazhang/alts_fuzzer by yihuaz · 7 years ago
  37. 57ed055 Merge pull request #15283 from apolcyn/server_consume_socket_mutator by apolcyn · 7 years ago
  38. ac8b72f Add a test that tcp server posix consumes socket mutators by Alexander Polcyn · 7 years ago
  39. cc93663 Add ALTS fuzzer by Yihua Zhang · 7 years ago
  40. 392dad7 incorporate alts to google default creds by Yihua Zhang · 7 years ago
  41. 7af3e81 Bump master to v1.13.0-dev by Mehrdad Afshari · 7 years ago
  42. 7df2441 Merge pull request #14886 from markdroth/c++_subchannel_list by Mark D. Roth · 7 years ago
  43. a0aab7e Add load data store by Juanli Shen · 7 years ago
  44. 701e70d c++ify by kpayson64 · 7 years ago
  45. 38ab21e Add exec_ctx check to fork handlers by kpayson64 · 7 years ago
  46. 40ec89f Support microbenchmarks internally by ncteisen · 7 years ago
  47. 2230d60 Merge remote-tracking branch 'upstream/master' into c++_subchannel_list by Mark D. Roth · 7 years ago
  48. 7a20c96 Break out qps services into seperate protos by kpayson64 · 7 years ago
  49. fe2fa0c Add C++ experimental API extensions for ALTS C stack by Yihua Zhang · 7 years ago
  50. a63aa99 Merge remote-tracking branch 'upstream/master' into c++_subchannel_list by Mark D. Roth · 7 years ago
  51. cf5b266 Make GrpcProtoBufferReaderWriter public by ncteisen · 7 years ago
  52. 54507cf Bump version to v1.12.0-dev by Mehrdad Afshari · 7 years ago
  53. eef0cf6 Merge remote-tracking branch 'upstream/master' into c++_subchannel_list by Mark D. Roth · 7 years ago
  54. 834aeca Revert "Let cronet use grpc_cronet_registry_plugin" by Muxi Yan · 7 years ago
  55. 7c1b5db Convert subchannel_list code to C++. by Mark D. Roth · 7 years ago
  56. 7f25d20 Merge pull request #14734 from markdroth/c++_retry_throttle by Mark D. Roth · 7 years ago
  57. 9db86fc Convert retry throttle code to C++ and add tests. by Mark D. Roth · 7 years ago
  58. 158375a Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 7 years ago
  59. 6fc54b3 Merge pull request #14810 from muxi/cronet-plugin-registry-followup by Muxi Yan · 7 years ago
  60. 49f625f more comments by David Garcia Quintas · 7 years ago
  61. e44efe0 rest of pr comments by David Garcia Quintas · 7 years ago
  62. bd6bdf9 Merge pull request #13290 from apolcyn/cares_address_sorting_master_c by apolcyn · 7 years ago
  63. 93e2d92 Add more plugins to be used by grpc_cronet by Muxi Yan · 7 years ago
  64. fa460dc Factor out grpc_add_default_authority_if_not_present by David Garcia Quintas · 7 years ago
  65. 0abc077 Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 7 years ago
  66. dc93b71 Merge pull request #14751 from ncteisen/channel-tracing by Noah Eisen · 7 years ago
  67. a10634c Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 7 years ago
  68. 1ead89f Merge pull request #14758 from muxi/cronet-plugin-registry by Muxi Yan · 7 years ago
  69. 77f64f7 Put address_sorting's public header under its own directory. Also add by Alex Polcyn · 7 years ago
  70. 690dde6 Add address sorting submodule for use in c-ares wrapper by Alexander Polcyn · 7 years ago
  71. b94d681 Add message size filter and deadline filter plugins by Muxi Yan · 7 years ago
  72. 7cc4bd8 Let cronet use grpc_cronet_registry_plugin by Muxi Yan · 7 years ago
  73. 7ae3733 [grpc] Add SSL session client cache support by Ruslan Nigmatullin · 7 years ago
  74. 3b42f83 Revert "Revert "Channel Tracing Implementation; Part 1"" by ncteisen · 7 years ago
  75. f2bea37 Revert "Channel Tracing Implementation; Part 1" by Noah Eisen · 7 years ago
  76. 1571abd Merge pull request #13883 from ncteisen/channel-tracing by Noah Eisen · 7 years ago
  77. b93a006 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  78. 961353a moved filter to ext by David Garcia Quintas · 7 years ago
  79. ba46afe Delete status_test that has no coverage; replace with static_asserts by Vijay Pai · 7 years ago
  80. aa843f2 Testing making the authority filter a plugin, for cronet by David Garcia Quintas · 7 years ago
  81. 539f506 Abstract libuv implementation by kpayson64 · 7 years ago
  82. 2c6aee9 Merge pull request #14591 from vjpai/framesize by Vijay Pai · 7 years ago
  83. c7c0d69 Secure channels: use the right authority by David Garcia Quintas · 7 years ago
  84. 3d8b32d Convert byte_stream API to C++. by Mark D. Roth · 7 years ago
  85. 04fb58e Add ALTS code to grpc/core by Yihua Zhang · 7 years ago
  86. ae277dd Revert "Add ALTS C stack to gRPC core" by Sree Kuchibhotla · 7 years ago
  87. 0c6024b Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  88. 36e02bf Fix sanity by ncteisen · 7 years ago
  89. 97a3dbe Move C++ to util, call it from core test by ncteisen · 7 years ago
  90. 07ed039 Add JsonProtoTest by ncteisen · 7 years ago
  91. eaf6486 Add ALTS code to grpc/core by Yihua Zhang · 7 years ago
  92. 9efb177 Review feedback, gTest by ncteisen · 7 years ago
  93. e9587db Move status util by ncteisen · 7 years ago
  94. 1cc064d Reviewer feedback, s/object_registry/channel_trace_registry by ncteisen · 7 years ago
  95. 31c05ba reviewer feedback, rename by ncteisen · 7 years ago
  96. 7d90d54 Reviewer feedback by ncteisen · 7 years ago
  97. 2f4161c Use stack frame size limits for consistency with internal builds by Vijay Pai · 7 years ago
  98. 94dad67 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  99. 75cf85c Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  100. b357f2f Merge branch 'master' into 2phase_thd by Vijay Pai · 7 years ago