1. 0e00c43 Move headers from grpc++ to grpcpp by Muxi Yan · 6 years ago
  2. 239b7d4 Merge branch 'master' into gpr_review by Vijay Pai · 6 years ago
  3. 89464de Trim backup slice when it is larger than needed by yang-g · 6 years ago
  4. b7bf768 Merge pull request #14323 from vjpai/cq_comments by Vijay Pai · 6 years ago
  5. e81ead5 Improve CQ and cancellation comments by Vijay Pai · 6 years ago
  6. dcd5ef3 Deprecate GenericStub()::Call for multi-threaded use by Vijay Pai · 6 years ago
  7. 73a50ab Merge pull request #14286 from dgquintas/fix_compresion_alg_accessors by Vijay Pai · 6 years ago
  8. d4d0a30 Privatize useful.h and avl.h by Vijay Pai · 6 years ago
  9. e5b0a50 Merge pull request #14015 from vjpai/alarm by Vijay Pai · 6 years ago
  10. a21ab2b Fix compression algorithm accessors by David Garcia Quintas · 6 years ago
  11. 97209ae fix warning & typo by Jan Tattermusch · 6 years ago
  12. e1e7042 Restructure to simplify, harden, and avoid forward declaration by Vijay Pai · 6 years ago
  13. 2b226ad Remove alarm from core, implement in C++ layer only by Vijay Pai · 6 years ago
  14. fb061c3 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 6 years ago
  15. 7500577 Address review feedback; stop using result of 'what' by Vijay Pai · 6 years ago
  16. ab00654 Tag new #else and #endif blocks with comments by Vijay Pai · 7 years ago
  17. 9809ce3 Use appropriate preprocessor guards to allow building without exceptions by Vijay Pai · 7 years ago
  18. 8fc3715 Catch exceptions from sync method handlers without crashing server by Vijay Pai · 7 years ago
  19. d5730c6 Allow no message on sync unary call, just like async by Vijay Pai · 7 years ago
  20. 032e9b3 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  21. 30ced5d Add comments for AsyncGenericService by yang-g · 7 years ago
  22. 9c5d826 resolve comments by yang-g · 7 years ago
  23. 69aec17 Add dummy operator delete to make VS2015 not complain. by yang-g · 7 years ago
  24. 99024d6 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  25. 5b1a66c Merge pull request #13413 from ncteisen/surfacing-error-details-wrapped by Noah Eisen · 7 years ago
  26. 6193c63 Reviewer feedback by ncteisen · 7 years ago
  27. 6043006 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  28. fc38142 Merge commit 'b0bad8f^' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  29. 38fcd0c clang-format by Muxi Yan · 7 years ago
  30. 4a117f0 Merge e759d2a^ by Muxi Yan · 7 years ago
  31. 8cf1470 Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" by Yash Tibrewal · 7 years ago
  32. ad4d2dd Revert "All instances of exec_ctx being passed around in src/core removed" by Yash Tibrewal · 7 years ago
  33. 11f6780 Add comment with API by ncteisen · 7 years ago
  34. 64e0b10 Variable name consistency by ncteisen · 7 years ago
  35. b9cff78 Reviewer feedback by ncteisen · 7 years ago
  36. 0d7f5e7 No null string ctor by Noah Eisen · 7 years ago
  37. 74c106e Add error string to C++ by ncteisen · 7 years ago
  38. 36522e9 Merge master after no Extern C changes by Yash Tibrewal · 7 years ago
  39. 10f2790 Merge branch 'master' into execctx by Yash Tibrewal · 7 years ago
  40. 14b27b8 Merge commit 'aa358d5e43' into no-more-extern-c by ncteisen · 7 years ago
  41. bf51c97 Merge pull request #13529 from ctiller/api-cleanup by Craig Tiller · 7 years ago
  42. e8c4703 Update comments by Craig Tiller · 7 years ago
  43. 3aeff22 Remove some dead code from a previous iteration of internal::Call by Vijay Pai · 7 years ago
  44. ba5f5ce ServerBuilder interface cleanup by Craig Tiller · 7 years ago
  45. 7486144 Merge master by Yash Tibrewal · 7 years ago
  46. e8bb874 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  47. adbfbd5 Remove all extern C by ncteisen · 7 years ago
  48. 177039b Merge master by Yash Tibrewal · 7 years ago
  49. 14c60f1 Fix segfault by ncteisen · 7 years ago
  50. 0354c22 Save C++ for follow up PR by ncteisen · 7 years ago
  51. df817f3 Merge branch 'master' of https://github.com/grpc/grpc into surfacing-error-details by ncteisen · 7 years ago
  52. 2cb57e5 Avalanching operations on completion queue should be private, not API by Vijay Pai · 7 years ago
  53. 1037216 Merge branch 'master' of https://github.com/grpc/grpc into surfacing-error-details by ncteisen · 7 years ago
  54. 40737d6 Add error string to recv status API by ncteisen · 7 years ago
  55. 36cd68f Merge master by Yash Tibrewal · 7 years ago
  56. 5d7cb43 Merge pull request #13315 from yang-g/proto_utils by Yang Gao · 7 years ago
  57. fcfa440 Default to 1 cq per sync server by Ken Payson · 7 years ago
  58. 4e9265c Merge with master by Yash Tibrewal · 7 years ago
  59. b90f0e6 relax for inlined bytes to avoid allocation by yang-g · 7 years ago
  60. c881859 handle 0 byte size message... by yang-g · 7 years ago
  61. 272eebb Only allocate what we need in the last slice for proto serialization by yang-g · 7 years ago
  62. c03867f Merge pull request #12648 from kpayson64/attempt_2 by kpayson64 · 7 years ago
  63. 9ad6068 Merge pull request #13199 from ncteisen/zero-copy by Noah Eisen · 7 years ago
  64. e153357 Add back mpscq request matcher by Ken Payson · 7 years ago
  65. f97d2f5 Add init/shutdown to codegen interface by ncteisen · 7 years ago
  66. 0f2cfdc Merge pull request #13271 from vjpai/semi by Vijay Pai · 7 years ago
  67. 35e14cf Function shouldn't have semicolon afterward by Vijay Pai · 7 years ago
  68. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  69. 27a6713 Use protected, remove uneeded member variable by ncteisen · 7 years ago
  70. 0237262 Refactor SerializationTraits by ncteisen · 7 years ago
  71. 7a64885 Adopt the static factory pattern (#10) by Vijay Pai · 7 years ago
  72. 06e174a Separate public and internal C++ interfaces by Vijay Pai · 7 years ago
  73. 42bd87e Adds gRPC Experimental CQ DoThenAsyncNext lambda API by Ken Payson · 7 years ago
  74. 0ee7574 Removing instances of exec_ctx being passed around in functions in by Yash Tibrewal · 7 years ago
  75. d582cdf fix typo by thinkerou · 7 years ago
  76. 953afec Add an explicit void 2nd parameter to invocation of SerializationTraits by Vijay Pai · 7 years ago
  77. 1e91362 Fix param annotation for AddListeningPort() by Anna Sapek · 7 years ago
  78. 03fc857 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  79. fe40815 Readd grpclb fallback by Juanli Shen · 7 years ago
  80. 8fa4d15 Fix C++ builds by Muxi Yan · 7 years ago
  81. 2046d0b Add unary call mode to GenericStub to allow generic RPC with 1 CQ trip by Vijay Pai · 7 years ago
  82. a44cffa Base the new SerializationTraits API on implicit type conversion rather than SFINAE by Vijay Pai · 7 years ago
  83. efce6e1 Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer"" by Vijay Pai · 7 years ago
  84. 4b047a3 Construction of streams shouldn't require triggering async ops by Vijay Pai · 7 years ago
  85. 01e83b5 Revert "Add fallback (use backends from resolver if can't reach balancer) to grpclb." by Ken Payson · 7 years ago
  86. 3bf7b71 Merge pull request #12187 from AspirinSJL/lb_fallback by Juanli Shen · 7 years ago
  87. a6721a0 Comment that IPv6 Any accepts both IPv4 and IPv6 connections. by K.K. Yap · 7 years ago
  88. aba0a0a Add fallback (use backends from resolver if can't reach balancer) to grpclb. by Juanli Shen · 7 years ago
  89. 55863ff Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  90. 7f6a27a Merge pull request #12372 from vjpai/armalarmadingdong by Vijay Pai · 7 years ago
  91. 66eaa32 Specify that ServerCompletionQueue must be drained. by Vijay Pai · 7 years ago
  92. ff952d2 Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  93. 58c33ba Decouple alarm construction from setting to avoid races in MT code by Vijay Pai · 7 years ago
  94. c64be96 Correct spelling of 'client'. by Blair Kutzman · 7 years ago
  95. 9bebf8b C++ API for write-through by Craig Tiller · 7 years ago
  96. 4754398 Clang_format by Ken Payson · 7 years ago
  97. 567e0f1 Have write ops take ownership over slices by Ken Payson · 7 years ago
  98. 7c62a35 Merge remote-tracking branch 'upstream/master' into stream_compression_config by Muxi Yan · 7 years ago
  99. 229125a Merge remote-tracking branch 'upstream/master' into stream_compression_config by Muxi Yan · 7 years ago
  100. b18ab3f Delete deprecated constructor and CallOpSetCollectionInterface by Vijay Pai · 7 years ago