1. 1ab1287 Reviewer feedback by ncteisen · 6 years ago
  2. 68d4f50 Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  3. 9e3e646 Merge pull request #15274 from JackOfMostTrades/verify-callback-core by Mark D. Roth · 6 years ago
  4. 01cbab6 Merge pull request #15070 from Vizerai/filter_port by Jim King · 6 years ago
  5. c7166ae Make channelz an opt in feature by ncteisen · 6 years ago
  6. f92460e Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  7. 9a2c0a8 Merge pull request #15740 from hcaseyal/update_listening_port_documentation by hcaseyal · 6 years ago
  8. 90b4ef5 Update AddListeningPort documentation in ServerBuilder by Hope Casey-Allen · 6 years ago
  9. f9f0b54 update by Vizerai · 6 years ago
  10. 56e59ef Merge pull request #15699 from yashykt/noproxyarg by Yash Tibrewal · 6 years ago
  11. 68eff58 Create verify_peer_options when creating ssl credentials in order to expose a verification callback option. by Ian Haken · 7 years ago
  12. 1768437 Merge pull request #15717 from yashykt/sizedoc by Yash Tibrewal · 6 years ago
  13. 500e339 Address reviewer comments by Vijay Pai · 6 years ago
  14. 1b8969b Add useful comment on ServerInterface::Shutdown by Vijay Pai · 6 years ago
  15. 4e3835b Add documentation for default message sizes by Yash Tibrewal · 6 years ago
  16. 21dbaab Add channel arg to enable/disable http proxy by Yash Tibrewal · 6 years ago
  17. 801e566 handle empty slice explicitly by yang-g · 6 years ago
  18. 16280c7 Remove unused API by ncteisen · 6 years ago
  19. d23739e Reviewer feedback by ncteisen · 6 years ago
  20. d7728cd Merge pull request #15069 from muxi/prototype-cfstream by Muxi Yan · 6 years ago
  21. 9a1bb05 Build out the channelz unit test by ncteisen · 6 years ago
  22. c3c6e06 Add basic support for GetChannel by ncteisen · 6 years ago
  23. e501a3d Merge branch 'master' of https://github.com/Vizerai/grpc into filter_port by Vizerai · 6 years ago
  24. 4dbd18a Make mobile log per-host and rename as context by Muxi Yan · 6 years ago
  25. e1d7dee update by Vizerai · 6 years ago
  26. cb27671 update by Vizerai · 6 years ago
  27. 6008679 update by Vizerai · 6 years ago
  28. ba221d0 Merge branch 'master' into prototype-cfstream by Muxi Yan · 6 years ago
  29. a70102b Use cc rather than mm files and merge cfstream related files into core by Muxi Yan · 6 years ago
  30. 9c926f3 Resolve Swift warnings by specifying void arguments by Michael Rebello · 6 years ago
  31. 57ed055 Merge pull request #15283 from apolcyn/server_consume_socket_mutator by apolcyn · 6 years ago
  32. ac8b72f Add a test that tcp server posix consumes socket mutators by Alexander Polcyn · 6 years ago
  33. a3ba733 Add GPR_DEBUG_ASSERT by Yash Tibrewal · 6 years ago
  34. fe2fa0c Add C++ experimental API extensions for ALTS C stack by Yihua Zhang · 6 years ago
  35. 92c4e0f Rename ProtoBuffer helpers by ncteisen · 6 years ago
  36. 794edb3 use GPR_UNLIKELY in GPR_ASSERT by Yash Tibrewal · 6 years ago
  37. 344a2b2 Merge pull request #15009 from yashykt/gprlikely by Yash Tibrewal · 6 years ago
  38. 749f923 Merge pull request #14945 from ara-ayvazyan/improve_log_perf by Jan Tattermusch · 6 years ago
  39. 1ed6238 Revert change to GPR_ASSERT by Yash Tibrewal · 6 years ago
  40. e771f9b Add mising GPR_UNLIKELY definition by Yash Tibrewal · 6 years ago
  41. 20019ce Add support for GPR_LIKELY and GPR_UNLIKELY by Yash Tibrewal · 6 years ago
  42. e91cfed Merge pull request #14934 from ncteisen/typos by Noah Eisen · 6 years ago
  43. cf5b266 Make GrpcProtoBufferReaderWriter public by ncteisen · 6 years ago
  44. e7995f2 Avoid low severity log message construction by Ara Ayvazyan · 6 years ago
  45. 4a71908 Fix typos by ncteisen · 6 years ago
  46. 0b49467 Merge pull request #14883 from ara-ayvazyan/fix_serverinterface_bytebuffer by Noah Eisen · 6 years ago
  47. 2e3d410 fixup! Use bbuf_ptr by Ara Ayvazyan · 6 years ago
  48. 8016d35 fixup! Fix formatting by Ara Ayvazyan · 6 years ago
  49. dfbf607 Introduce channel arg to disable authority filter by Muxi Yan · 6 years ago
  50. f76069a fixup! Fix the payload ownership issue by Ara Ayvazyan · 6 years ago
  51. 4df7438 Fix ServerInterface::PayloadAsyncRequest to work with ByteBuffer by Ara Ayvazyan · 6 years ago
  52. a4da2d2 Eliminate existence of SneakyCallOpSet, some server cleanup by Vijay Pai · 6 years ago
  53. dc93b71 Merge pull request #14751 from ncteisen/channel-tracing by Noah Eisen · 6 years ago
  54. 7959f7d Merge pull request #14759 from vjpai/desneak by Vijay Pai · 6 years ago
  55. 7ae3733 [grpc] Add SSL session client cache support by Ruslan Nigmatullin · 6 years ago
  56. cdddc8c Desneak client unary call, avoid Hyrum's Law (used for 1-thread simplicity) by Vijay Pai · 6 years ago
  57. 3b42f83 Revert "Revert "Channel Tracing Implementation; Part 1"" by ncteisen · 6 years ago
  58. f2bea37 Revert "Channel Tracing Implementation; Part 1" by Noah Eisen · 6 years ago
  59. 1571abd Merge pull request #13883 from ncteisen/channel-tracing by Noah Eisen · 6 years ago
  60. b93a006 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  61. ba46afe Delete status_test that has no coverage; replace with static_asserts by Vijay Pai · 6 years ago
  62. 7518ce9 Merge pull request #14599 from kpayson64/abstract_libuv_stuff by kpayson64 · 6 years ago
  63. 129f38a Merge pull request #14517 from makdharma/extensible_api by Nicolas Noble · 6 years ago
  64. 3c3c4c9 Update server.h by Vijay Pai · 6 years ago
  65. 589e2cf Update completion_queue.h by Vijay Pai · 6 years ago
  66. 626a65e Added protected default constructor by makdharma · 6 years ago
  67. dbf4b71 added Experimental in comments by makdharma · 6 years ago
  68. 539f506 Abstract libuv implementation by kpayson64 · 6 years ago
  69. 60aa278 Remove include of inttypes.h completely by Muxi Yan · 6 years ago
  70. 4b37fb0 Stop including inttypes.h in gRPC core public header in Apple platforms by Muxi Yan · 6 years ago
  71. d10c4e1 added "Experimental" and returned raw pointers by makdharma · 6 years ago
  72. 1d60324 forgot to add completion_queue.h doh! by makdharma · 6 years ago
  73. c8e5233 clang-format by makdharma · 6 years ago
  74. 757af97 added ///Experimental in comment for c_server by makdharma · 6 years ago
  75. 838af3e moved member variables from protected to private by makdharma · 6 years ago
  76. ac945eb Reviewer comments by ncteisen · 6 years ago
  77. cd6755b Re write rendered by ncteisen · 6 years ago
  78. ee013d2 Fix build and sanity by ncteisen · 6 years ago
  79. bf5237a reviewer comments by ncteisen · 6 years ago
  80. 6ea7f33 Reviewer comments by ncteisen · 6 years ago
  81. 95cf057 Reviewer feedback by ncteisen · 6 years ago
  82. 75cf85c Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  83. 718c834 Retry support. by Mark D. Roth · 6 years ago
  84. 5723744 clang-format by makdharma · 6 years ago
  85. e1a7283 moved Next implementation to CC file. by makdharma · 6 years ago
  86. 8065000 Remove "final" keyword and make methods protected. by makdharma · 6 years ago
  87. dc46c7f Merge pull request #14487 from apolcyn/port_platform_sanity by apolcyn · 6 years ago
  88. 5699cfc Merge pull request #14318 from muxi/add-logging-interface by Muxi Yan · 6 years ago
  89. db3e898 Add a sanity check for inclusion of port_platform.h by Alexander Polcyn · 6 years ago
  90. 1a6d3a5 Add comments to the interface by Muxi Yan · 6 years ago
  91. 1bc5501 Fix ruby artifact build by Alexander Polcyn · 6 years ago
  92. 84f94c1 Merge pull request #14438 from grpc/revert-14412-revert-14376-revert-14356-revert-13671-grpclb_reresolution by Juanli Shen · 6 years ago
  93. f258b56 fix non-virtual-dtor by Tobias Jungel · 6 years ago
  94. 34e8e0a Merge pull request #14210 from muxi/move-cpp-headers by Muxi Yan · 6 years ago
  95. 0e00c43 Move headers from grpc++ to grpcpp by Muxi Yan · 6 years ago
  96. 87c6504 Revert "Revert "Revert "Revert "grpclb re-resolution"""" by Juanli Shen · 6 years ago
  97. 62a38fd Merge pull request #14412 from grpc/revert-14376-revert-14356-revert-13671-grpclb_reresolution by David G. Quintas · 6 years ago
  98. 8d1b761 Merge pull request #14405 from ncteisen/api-guarantees by Noah Eisen · 6 years ago
  99. ac86f04 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  100. f66cf0d Revert "Revert "Revert "grpclb re-resolution""" by David G. Quintas · 6 years ago