1. 801e566 handle empty slice explicitly by yang-g · 7 years ago
  2. d7728cd Merge pull request #15069 from muxi/prototype-cfstream by Muxi Yan · 6 years ago
  3. 4dbd18a Make mobile log per-host and rename as context by Muxi Yan · 6 years ago
  4. ba221d0 Merge branch 'master' into prototype-cfstream by Muxi Yan · 6 years ago
  5. a70102b Use cc rather than mm files and merge cfstream related files into core by Muxi Yan · 6 years ago
  6. 9c926f3 Resolve Swift warnings by specifying void arguments by Michael Rebello · 7 years ago
  7. 57ed055 Merge pull request #15283 from apolcyn/server_consume_socket_mutator by apolcyn · 6 years ago
  8. ac8b72f Add a test that tcp server posix consumes socket mutators by Alexander Polcyn · 7 years ago
  9. a3ba733 Add GPR_DEBUG_ASSERT by Yash Tibrewal · 7 years ago
  10. fe2fa0c Add C++ experimental API extensions for ALTS C stack by Yihua Zhang · 7 years ago
  11. 92c4e0f Rename ProtoBuffer helpers by ncteisen · 7 years ago
  12. 794edb3 use GPR_UNLIKELY in GPR_ASSERT by Yash Tibrewal · 7 years ago
  13. 344a2b2 Merge pull request #15009 from yashykt/gprlikely by Yash Tibrewal · 7 years ago
  14. 749f923 Merge pull request #14945 from ara-ayvazyan/improve_log_perf by Jan Tattermusch · 7 years ago
  15. 1ed6238 Revert change to GPR_ASSERT by Yash Tibrewal · 7 years ago
  16. e771f9b Add mising GPR_UNLIKELY definition by Yash Tibrewal · 7 years ago
  17. 20019ce Add support for GPR_LIKELY and GPR_UNLIKELY by Yash Tibrewal · 7 years ago
  18. e91cfed Merge pull request #14934 from ncteisen/typos by Noah Eisen · 7 years ago
  19. cf5b266 Make GrpcProtoBufferReaderWriter public by ncteisen · 7 years ago
  20. e7995f2 Avoid low severity log message construction by Ara Ayvazyan · 7 years ago
  21. 4a71908 Fix typos by ncteisen · 7 years ago
  22. 0b49467 Merge pull request #14883 from ara-ayvazyan/fix_serverinterface_bytebuffer by Noah Eisen · 7 years ago
  23. 2e3d410 fixup! Use bbuf_ptr by Ara Ayvazyan · 7 years ago
  24. 8016d35 fixup! Fix formatting by Ara Ayvazyan · 7 years ago
  25. dfbf607 Introduce channel arg to disable authority filter by Muxi Yan · 7 years ago
  26. f76069a fixup! Fix the payload ownership issue by Ara Ayvazyan · 7 years ago
  27. 4df7438 Fix ServerInterface::PayloadAsyncRequest to work with ByteBuffer by Ara Ayvazyan · 7 years ago
  28. a4da2d2 Eliminate existence of SneakyCallOpSet, some server cleanup by Vijay Pai · 7 years ago
  29. dc93b71 Merge pull request #14751 from ncteisen/channel-tracing by Noah Eisen · 7 years ago
  30. 7959f7d Merge pull request #14759 from vjpai/desneak by Vijay Pai · 7 years ago
  31. 7ae3733 [grpc] Add SSL session client cache support by Ruslan Nigmatullin · 7 years ago
  32. cdddc8c Desneak client unary call, avoid Hyrum's Law (used for 1-thread simplicity) by Vijay Pai · 7 years ago
  33. 3b42f83 Revert "Revert "Channel Tracing Implementation; Part 1"" by ncteisen · 7 years ago
  34. f2bea37 Revert "Channel Tracing Implementation; Part 1" by Noah Eisen · 7 years ago
  35. 1571abd Merge pull request #13883 from ncteisen/channel-tracing by Noah Eisen · 7 years ago
  36. b93a006 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  37. ba46afe Delete status_test that has no coverage; replace with static_asserts by Vijay Pai · 7 years ago
  38. 7518ce9 Merge pull request #14599 from kpayson64/abstract_libuv_stuff by kpayson64 · 7 years ago
  39. 129f38a Merge pull request #14517 from makdharma/extensible_api by Nicolas Noble · 7 years ago
  40. 3c3c4c9 Update server.h by Vijay Pai · 7 years ago
  41. 589e2cf Update completion_queue.h by Vijay Pai · 7 years ago
  42. 626a65e Added protected default constructor by makdharma · 7 years ago
  43. dbf4b71 added Experimental in comments by makdharma · 7 years ago
  44. 539f506 Abstract libuv implementation by kpayson64 · 7 years ago
  45. 60aa278 Remove include of inttypes.h completely by Muxi Yan · 7 years ago
  46. 4b37fb0 Stop including inttypes.h in gRPC core public header in Apple platforms by Muxi Yan · 7 years ago
  47. d10c4e1 added "Experimental" and returned raw pointers by makdharma · 7 years ago
  48. 1d60324 forgot to add completion_queue.h doh! by makdharma · 7 years ago
  49. c8e5233 clang-format by makdharma · 7 years ago
  50. 757af97 added ///Experimental in comment for c_server by makdharma · 7 years ago
  51. 838af3e moved member variables from protected to private by makdharma · 7 years ago
  52. ac945eb Reviewer comments by ncteisen · 7 years ago
  53. cd6755b Re write rendered by ncteisen · 7 years ago
  54. ee013d2 Fix build and sanity by ncteisen · 7 years ago
  55. bf5237a reviewer comments by ncteisen · 7 years ago
  56. 6ea7f33 Reviewer comments by ncteisen · 7 years ago
  57. 95cf057 Reviewer feedback by ncteisen · 7 years ago
  58. 75cf85c Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  59. 718c834 Retry support. by Mark D. Roth · 7 years ago
  60. 5723744 clang-format by makdharma · 7 years ago
  61. e1a7283 moved Next implementation to CC file. by makdharma · 7 years ago
  62. 8065000 Remove "final" keyword and make methods protected. by makdharma · 7 years ago
  63. dc46c7f Merge pull request #14487 from apolcyn/port_platform_sanity by apolcyn · 7 years ago
  64. 5699cfc Merge pull request #14318 from muxi/add-logging-interface by Muxi Yan · 7 years ago
  65. db3e898 Add a sanity check for inclusion of port_platform.h by Alexander Polcyn · 7 years ago
  66. 1a6d3a5 Add comments to the interface by Muxi Yan · 7 years ago
  67. 1bc5501 Fix ruby artifact build by Alexander Polcyn · 7 years ago
  68. 84f94c1 Merge pull request #14438 from grpc/revert-14412-revert-14376-revert-14356-revert-13671-grpclb_reresolution by Juanli Shen · 7 years ago
  69. f258b56 fix non-virtual-dtor by Tobias Jungel · 7 years ago
  70. 34e8e0a Merge pull request #14210 from muxi/move-cpp-headers by Muxi Yan · 7 years ago
  71. 0e00c43 Move headers from grpc++ to grpcpp by Muxi Yan · 7 years ago
  72. 87c6504 Revert "Revert "Revert "Revert "grpclb re-resolution"""" by Juanli Shen · 7 years ago
  73. 62a38fd Merge pull request #14412 from grpc/revert-14376-revert-14356-revert-13671-grpclb_reresolution by David G. Quintas · 7 years ago
  74. 8d1b761 Merge pull request #14405 from ncteisen/api-guarantees by Noah Eisen · 7 years ago
  75. ac86f04 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  76. f66cf0d Revert "Revert "Revert "grpclb re-resolution""" by David G. Quintas · 7 years ago
  77. 1d16854 Merge pull request #14407 from vjpai/gpr_review_thd by Vijay Pai · 7 years ago
  78. 236d9f2 Address reviewer feedback. by Vijay Pai · 7 years ago
  79. e83c234 Add details about API gaurantees by ncteisen · 7 years ago
  80. c745690 Internalize gpr_thd except for id and currentid by Vijay Pai · 7 years ago
  81. 776490a Revert "Revert "grpclb re-resolution"" by Juanli Shen · 7 years ago
  82. 86accb1 Merge pull request #14384 from grpc/sc-experimental by Muxi Yan · 7 years ago
  83. 86e6cc1 polish by Muxi Yan · 7 years ago
  84. 0693b72 Merge branch 'master' into gpr_review by Vijay Pai · 7 years ago
  85. bead964 Mark stream compression as experimental by Muxi Yan · 7 years ago
  86. 0024ebc Merge pull request #14196 from vjpai/gpr_review_tls by Vijay Pai · 7 years ago
  87. 18b9133 Merge branch 'master' into gpr_review by Vijay Pai · 7 years ago
  88. 239b7d4 Merge branch 'master' into gpr_review by Vijay Pai · 7 years ago
  89. 25b61fd Merge branch 'master' into gpr_review_tls by Vijay Pai · 7 years ago
  90. 573717b Merge branch 'master' into gpr_review3 by Vijay Pai · 7 years ago
  91. 7bd5e18 Merge pull request #14197 from vjpai/gpr_review_host_port by Vijay Pai · 7 years ago
  92. 32748c1 Merge branch 'master' into gpr_review3 by Vijay Pai · 7 years ago
  93. 89464de Trim backup slice when it is larger than needed by yang-g · 7 years ago
  94. b1ef84a Merge branch 'master' into gpr_review_host_port by Vijay Pai · 7 years ago
  95. aa7dc29 Revert "grpclb re-resolution" by Juanli Shen · 7 years ago
  96. fb369d9 Merge pull request #14343 from muxi/revert-12708 by Muxi Yan · 7 years ago
  97. cda058d build projects by Muxi Yan · 7 years ago
  98. 99f1a8f Remove compression_ruby by Muxi Yan · 7 years ago
  99. 6f0b195 Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_* by Muxi Yan · 7 years ago
  100. 33cdd57 grpclb in charge of its re-resolution by Juanli Shen · 7 years ago