1. afb9829 Fix the muddled linkeage of channelz by ncteisen · 6 years ago
  2. 252d3f3 Merge pull request #15909 from yihuazhang/local_channel_credentials by yihuaz · 6 years ago
  3. c5f1eda implement loca credentials by Yihua Zhang · 6 years ago
  4. a0a5953 s/CodegenGeneric/Raw/g by ncteisen · 6 years ago
  5. 8db7788 Merge branch 'master' of https://github.com/grpc/grpc into serialization by ncteisen · 6 years ago
  6. 174166d Add header back in build.yaml by Juanli Shen · 6 years ago
  7. e0198fc Merge pull request #15776 from sreecha/epollex-ownerfd-fix by Sree Kuchibhotla · 6 years ago
  8. 3acf8e6 Merge pull request #15840 from dgquintas/common_nanopb by David G. Quintas · 6 years ago
  9. f5f1d57 Add load reporting filter by Juanli Shen · 6 years ago
  10. afbc251 Merge branch 'master' into epollex-ownerfd-fix by Sree Kuchibhotla · 6 years ago
  11. f3955ba Update to use the canonical version of LB proto by David Garcia Quintas · 6 years ago
  12. 7747230 Add channel creation benchmark by ncteisen · 6 years ago
  13. 1517f80 Merge branch 'master' into epollex-ownerfd-fix by Sree Kuchibhotla · 6 years ago
  14. fba01d8 Remove load data store targets from build.yaml by Juanli Shen · 6 years ago
  15. 1a46d07 Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  16. 9e26b6c Regenerate project and fix sanity by ncteisen · 6 years ago
  17. bacd625 Add end2end test for codegen_generic by ncteisen · 6 years ago
  18. 93a90e6 Support codegen generic on server side by ncteisen · 6 years ago
  19. 1ea30c5 Merge pull request #15195 from jozefizso/dev/vcpkg_csharp_patch by Jan Tattermusch · 6 years ago
  20. 76283c4 Fix sanitY by Noah Eisen · 6 years ago
  21. 0f20212 Regenerate project by ncteisen · 6 years ago
  22. 68d4f50 Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  23. fb08283 Fix bug in pollset_add_fd_locked and a tsan error by Sree Kuchibhotla · 6 years ago
  24. ccc8a46 Merge branch 'master' into epollex-ownerfd-fix by Sree Kuchibhotla · 6 years ago
  25. 9e3e646 Merge pull request #15274 from JackOfMostTrades/verify-callback-core by Mark D. Roth · 6 years ago
  26. ec47794 Regenerate CMakeLists.txt from generate_projects.sh by Jozef Izso · 6 years ago
  27. 01cbab6 Merge pull request #15070 from Vizerai/filter_port by Jim King · 6 years ago
  28. 09d7da2 Merge branch 'master' into epollex-ownerfd-fix by Sree Kuchibhotla · 6 years ago
  29. 16ad9b8 Added a test to catch such things in future by Sree Kuchibhotla · 6 years ago
  30. 7eda619 Separate the posix part of the c-ares driver by Alexander Polcyn · 6 years ago
  31. 4d1da60 Fix ASAN and sanity by ncteisen · 6 years ago
  32. c14e95f Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  33. d661628 Merge pull request #15694 from srini100/bump-to-v1.14 by Srini Polavarapu · 6 years ago
  34. f92460e Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  35. ebb23c6 regenerated projects by David Garcia Quintas · 6 years ago
  36. 4027392 Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanup by David Garcia Quintas · 6 years ago
  37. 68eff58 Create verify_peer_options when creating ssl credentials in order to expose a verification callback option. by Ian Haken · 7 years ago
  38. 87a63e0 Merge pull request #15691 from apolcyn/roll_forward_fix_shutdown_closed_socket by apolcyn · 6 years ago
  39. 32c0493 Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanup by David Garcia Quintas · 6 years ago
  40. 3089cc8 Merge pull request #15676 from ncteisen/error-creation-sanity by Noah Eisen · 6 years ago
  41. c79c156 Regenrate projects by Srini Polavarapu · 6 years ago
  42. d2e357b Revert "Merge pull request #15685 from grpc/revert-15435-fix_shutdown_closed_socket" by Alexander Polcyn · 6 years ago
  43. 61278f3 Revert "Fix shutdown of closed fd when c-ares opens a second fd" by Jan Tattermusch · 6 years ago
  44. b8a52e0 Add new end2end test for channelz by ncteisen · 6 years ago
  45. a94896f Add no_error_on_hotpath test by ncteisen · 6 years ago
  46. 701a4b1 Merge pull request #15435 from apolcyn/fix_shutdown_closed_socket by apolcyn · 6 years ago
  47. 18caf6d link address sorting against gRPC_BASELIB_LIBRARIES, for windows by Alexander Polcyn · 6 years ago
  48. ec48284 re run generate projects by ncteisen · 6 years ago
  49. c3c6e06 Add basic support for GetChannel by ncteisen · 6 years ago
  50. 7f94702 cmake changes by David Garcia Quintas · 6 years ago
  51. 96dbfe1 Fix shutdown of closed fd when c-ares opens a second fd by Alexander Polcyn · 6 years ago
  52. e501a3d Merge branch 'master' of https://github.com/Vizerai/grpc into filter_port by Vizerai · 6 years ago
  53. 16b42ca Add skeleton gtest file by ncteisen · 6 years ago
  54. bba8840 Change filename to channelz by ncteisen · 6 years ago
  55. c934a2e Regenerate projects by kpayson64 · 6 years ago
  56. 4fad281 Merge remote-tracking branch 'upstream/master' into fork_exec_ctx_check by kpayson64 · 6 years ago
  57. 41e4ced Adding opencensus grpc plugin. by Vizerai · 6 years ago
  58. ab5b484 Merge pull request #15319 from jtattermusch/cmake_install_roots_pem by Jan Tattermusch · 6 years ago
  59. 274840e Migrate SSL_transport_security TSI to new TSI handshaker API by jiangtaoli2016 · 6 years ago
  60. 47537f5 Merge pull request #15221 from yihuazhang/alts_fuzzer by yihuaz · 6 years ago
  61. a3992d2 cmake install should also install roots.pem by Jan Tattermusch · 6 years ago
  62. 57ed055 Merge pull request #15283 from apolcyn/server_consume_socket_mutator by apolcyn · 6 years ago
  63. ac8b72f Add a test that tcp server posix consumes socket mutators by Alexander Polcyn · 6 years ago
  64. cc93663 Add ALTS fuzzer by Yihua Zhang · 6 years ago
  65. 2d43a45 Regenerate projects by Mehrdad Afshari · 6 years ago
  66. 7df2441 Merge pull request #14886 from markdroth/c++_subchannel_list by Mark D. Roth · 6 years ago
  67. a0aab7e Add load data store by Juanli Shen · 6 years ago
  68. 701e70d c++ify by kpayson64 · 6 years ago
  69. 38ab21e Add exec_ctx check to fork handlers by kpayson64 · 6 years ago
  70. 40ec89f Support microbenchmarks internally by ncteisen · 6 years ago
  71. 2230d60 Merge remote-tracking branch 'upstream/master' into c++_subchannel_list by Mark D. Roth · 6 years ago
  72. a1459aa Merge pull request #14954 from markdroth/retry_fix by Mark D. Roth · 6 years ago
  73. 7a20c96 Break out qps services into seperate protos by kpayson64 · 6 years ago
  74. de077ac Fix retry code handling of internally triggered recv_trailing_metadata. by Mark D. Roth · 6 years ago
  75. a63aa99 Merge remote-tracking branch 'upstream/master' into c++_subchannel_list by Mark D. Roth · 6 years ago
  76. cf5b266 Make GrpcProtoBufferReaderWriter public by ncteisen · 6 years ago
  77. 90cfc8e Regenerate projects by Mehrdad Afshari · 6 years ago
  78. eef0cf6 Merge remote-tracking branch 'upstream/master' into c++_subchannel_list by Mark D. Roth · 6 years ago
  79. 834aeca Revert "Let cronet use grpc_cronet_registry_plugin" by Muxi Yan · 6 years ago
  80. 7c1b5db Convert subchannel_list code to C++. by Mark D. Roth · 6 years ago
  81. 7f25d20 Merge pull request #14734 from markdroth/c++_retry_throttle by Mark D. Roth · 6 years ago
  82. 1951a7e Merge pull request #14850 from vjpai/deinstall by Jan Tattermusch · 6 years ago
  83. c4cc740 Remove tool from install by Vijay Pai · 6 years ago
  84. 9db86fc Convert retry throttle code to C++ and add tests. by Mark D. Roth · 6 years ago
  85. 158375a Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 6 years ago
  86. 6fc54b3 Merge pull request #14810 from muxi/cronet-plugin-registry-followup by Muxi Yan · 6 years ago
  87. 49f625f more comments by David Garcia Quintas · 6 years ago
  88. e71c1b8 Fix sanity by ncteisen · 6 years ago
  89. e44efe0 rest of pr comments by David Garcia Quintas · 6 years ago
  90. 861363d added call_host_override test by David Garcia Quintas · 6 years ago
  91. bd6bdf9 Merge pull request #13290 from apolcyn/cares_address_sorting_master_c by apolcyn · 6 years ago
  92. 93e2d92 Add more plugins to be used by grpc_cronet by Muxi Yan · 6 years ago
  93. fa460dc Factor out grpc_add_default_authority_if_not_present by David Garcia Quintas · 6 years ago
  94. 0abc077 Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 6 years ago
  95. dc93b71 Merge pull request #14751 from ncteisen/channel-tracing by Noah Eisen · 6 years ago
  96. a10634c Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 6 years ago
  97. 1ead89f Merge pull request #14758 from muxi/cronet-plugin-registry by Muxi Yan · 6 years ago
  98. ee2ad09 Regenerate projects after rebasing by Alexander Polcyn · 6 years ago
  99. 5de3478 Reorganize cmake rules for address sorting; also fix merge conflict by Alexander Polcyn · 7 years ago
  100. 690dde6 Add address sorting submodule for use in c-ares wrapper by Alexander Polcyn · 7 years ago