1. cf5b266 Make GrpcProtoBufferReaderWriter public by ncteisen · 6 years ago
  2. 0b49467 Merge pull request #14883 from ara-ayvazyan/fix_serverinterface_bytebuffer by Noah Eisen · 6 years ago
  3. 2e3d410 fixup! Use bbuf_ptr by Ara Ayvazyan · 6 years ago
  4. 8016d35 fixup! Fix formatting by Ara Ayvazyan · 6 years ago
  5. dfbf607 Introduce channel arg to disable authority filter by Muxi Yan · 6 years ago
  6. f76069a fixup! Fix the payload ownership issue by Ara Ayvazyan · 6 years ago
  7. 4df7438 Fix ServerInterface::PayloadAsyncRequest to work with ByteBuffer by Ara Ayvazyan · 6 years ago
  8. a4da2d2 Eliminate existence of SneakyCallOpSet, some server cleanup by Vijay Pai · 6 years ago
  9. dc93b71 Merge pull request #14751 from ncteisen/channel-tracing by Noah Eisen · 6 years ago
  10. 7959f7d Merge pull request #14759 from vjpai/desneak by Vijay Pai · 6 years ago
  11. 7ae3733 [grpc] Add SSL session client cache support by Ruslan Nigmatullin · 6 years ago
  12. cdddc8c Desneak client unary call, avoid Hyrum's Law (used for 1-thread simplicity) by Vijay Pai · 6 years ago
  13. 3b42f83 Revert "Revert "Channel Tracing Implementation; Part 1"" by ncteisen · 6 years ago
  14. f2bea37 Revert "Channel Tracing Implementation; Part 1" by Noah Eisen · 6 years ago
  15. 1571abd Merge pull request #13883 from ncteisen/channel-tracing by Noah Eisen · 6 years ago
  16. b93a006 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  17. ba46afe Delete status_test that has no coverage; replace with static_asserts by Vijay Pai · 6 years ago
  18. 7518ce9 Merge pull request #14599 from kpayson64/abstract_libuv_stuff by kpayson64 · 6 years ago
  19. 129f38a Merge pull request #14517 from makdharma/extensible_api by Nicolas Noble · 6 years ago
  20. 3c3c4c9 Update server.h by Vijay Pai · 6 years ago
  21. 589e2cf Update completion_queue.h by Vijay Pai · 6 years ago
  22. 626a65e Added protected default constructor by makdharma · 6 years ago
  23. dbf4b71 added Experimental in comments by makdharma · 6 years ago
  24. 539f506 Abstract libuv implementation by kpayson64 · 6 years ago
  25. 60aa278 Remove include of inttypes.h completely by Muxi Yan · 6 years ago
  26. 4b37fb0 Stop including inttypes.h in gRPC core public header in Apple platforms by Muxi Yan · 6 years ago
  27. d10c4e1 added "Experimental" and returned raw pointers by makdharma · 6 years ago
  28. 1d60324 forgot to add completion_queue.h doh! by makdharma · 6 years ago
  29. c8e5233 clang-format by makdharma · 6 years ago
  30. 757af97 added ///Experimental in comment for c_server by makdharma · 6 years ago
  31. 838af3e moved member variables from protected to private by makdharma · 6 years ago
  32. ac945eb Reviewer comments by ncteisen · 6 years ago
  33. cd6755b Re write rendered by ncteisen · 6 years ago
  34. ee013d2 Fix build and sanity by ncteisen · 6 years ago
  35. bf5237a reviewer comments by ncteisen · 6 years ago
  36. 6ea7f33 Reviewer comments by ncteisen · 6 years ago
  37. 95cf057 Reviewer feedback by ncteisen · 6 years ago
  38. 75cf85c Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  39. 718c834 Retry support. by Mark D. Roth · 6 years ago
  40. 5723744 clang-format by makdharma · 6 years ago
  41. e1a7283 moved Next implementation to CC file. by makdharma · 6 years ago
  42. 8065000 Remove "final" keyword and make methods protected. by makdharma · 6 years ago
  43. dc46c7f Merge pull request #14487 from apolcyn/port_platform_sanity by apolcyn · 6 years ago
  44. 5699cfc Merge pull request #14318 from muxi/add-logging-interface by Muxi Yan · 6 years ago
  45. db3e898 Add a sanity check for inclusion of port_platform.h by Alexander Polcyn · 6 years ago
  46. 1a6d3a5 Add comments to the interface by Muxi Yan · 6 years ago
  47. 1bc5501 Fix ruby artifact build by Alexander Polcyn · 6 years ago
  48. 84f94c1 Merge pull request #14438 from grpc/revert-14412-revert-14376-revert-14356-revert-13671-grpclb_reresolution by Juanli Shen · 6 years ago
  49. f258b56 fix non-virtual-dtor by Tobias Jungel · 7 years ago
  50. 34e8e0a Merge pull request #14210 from muxi/move-cpp-headers by Muxi Yan · 6 years ago
  51. 0e00c43 Move headers from grpc++ to grpcpp by Muxi Yan · 7 years ago
  52. 87c6504 Revert "Revert "Revert "Revert "grpclb re-resolution"""" by Juanli Shen · 6 years ago
  53. 62a38fd Merge pull request #14412 from grpc/revert-14376-revert-14356-revert-13671-grpclb_reresolution by David G. Quintas · 6 years ago
  54. 8d1b761 Merge pull request #14405 from ncteisen/api-guarantees by Noah Eisen · 6 years ago
  55. ac86f04 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  56. f66cf0d Revert "Revert "Revert "grpclb re-resolution""" by David G. Quintas · 6 years ago
  57. 1d16854 Merge pull request #14407 from vjpai/gpr_review_thd by Vijay Pai · 6 years ago
  58. 236d9f2 Address reviewer feedback. by Vijay Pai · 6 years ago
  59. e83c234 Add details about API gaurantees by ncteisen · 6 years ago
  60. c745690 Internalize gpr_thd except for id and currentid by Vijay Pai · 6 years ago
  61. 776490a Revert "Revert "grpclb re-resolution"" by Juanli Shen · 6 years ago
  62. 86accb1 Merge pull request #14384 from grpc/sc-experimental by Muxi Yan · 6 years ago
  63. 86e6cc1 polish by Muxi Yan · 6 years ago
  64. 0693b72 Merge branch 'master' into gpr_review by Vijay Pai · 6 years ago
  65. bead964 Mark stream compression as experimental by Muxi Yan · 6 years ago
  66. 0024ebc Merge pull request #14196 from vjpai/gpr_review_tls by Vijay Pai · 6 years ago
  67. 18b9133 Merge branch 'master' into gpr_review by Vijay Pai · 6 years ago
  68. 239b7d4 Merge branch 'master' into gpr_review by Vijay Pai · 6 years ago
  69. 25b61fd Merge branch 'master' into gpr_review_tls by Vijay Pai · 6 years ago
  70. 573717b Merge branch 'master' into gpr_review3 by Vijay Pai · 6 years ago
  71. 7bd5e18 Merge pull request #14197 from vjpai/gpr_review_host_port by Vijay Pai · 6 years ago
  72. 32748c1 Merge branch 'master' into gpr_review3 by Vijay Pai · 6 years ago
  73. 89464de Trim backup slice when it is larger than needed by yang-g · 6 years ago
  74. b1ef84a Merge branch 'master' into gpr_review_host_port by Vijay Pai · 6 years ago
  75. aa7dc29 Revert "grpclb re-resolution" by Juanli Shen · 6 years ago
  76. fb369d9 Merge pull request #14343 from muxi/revert-12708 by Muxi Yan · 6 years ago
  77. cda058d build projects by Muxi Yan · 6 years ago
  78. 99f1a8f Remove compression_ruby by Muxi Yan · 6 years ago
  79. 6f0b195 Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_* by Muxi Yan · 6 years ago
  80. 33cdd57 grpclb in charge of its re-resolution by Juanli Shen · 6 years ago
  81. b7bf768 Merge pull request #14323 from vjpai/cq_comments by Vijay Pai · 6 years ago
  82. e81ead5 Improve CQ and cancellation comments by Vijay Pai · 6 years ago
  83. dcd5ef3 Deprecate GenericStub()::Call for multi-threaded use by Vijay Pai · 6 years ago
  84. 3e440f3 Add MobileLog support by Muxi Yan · 7 years ago
  85. 73a50ab Merge pull request #14286 from dgquintas/fix_compresion_alg_accessors by Vijay Pai · 6 years ago
  86. 1acfaca Merge branch 'master' into gpr_review_host_port by Vijay Pai · 7 years ago
  87. d4d0a30 Privatize useful.h and avl.h by Vijay Pai · 7 years ago
  88. 4c0640e Merge branch 'master' into gpr_review3 by Vijay Pai · 7 years ago
  89. e5b0a50 Merge pull request #14015 from vjpai/alarm by Vijay Pai · 7 years ago
  90. a21ab2b Fix compression algorithm accessors by David Garcia Quintas · 7 years ago
  91. f25126c PR comments by David Garcia Quintas · 7 years ago
  92. 3ee68da PR Comments by David Garcia Quintas · 7 years ago
  93. 7896b62 DNS cooldown mechanism by David Garcia Quintas · 7 years ago
  94. bdb746e Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  95. 97209ae fix warning & typo by Jan Tattermusch · 7 years ago
  96. ae376bf Privatize host_port.h; was not used in any wrapped language implementation by Vijay Pai · 7 years ago
  97. b6cf123 Privatize thread-local storage headers by Vijay Pai · 7 years ago
  98. 8a99fdb Move cmdline and subprocess from public gpr to test/core/util by Vijay Pai · 7 years ago
  99. fd900e0 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  100. bd0c019 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago