1. dd010f2 Merge pull request #13364 from ncteisen/surfacing-error-details by Noah Eisen · 7 years ago
  2. c567ceb Merge pull request #13173 from kwasimensah/patch-1 by Nicolas Noble · 7 years ago
  3. 14c60f1 Fix segfault by ncteisen · 7 years ago
  4. 0354c22 Save C++ for follow up PR by ncteisen · 7 years ago
  5. 8c1f338 Add comment by ncteisen · 7 years ago
  6. df817f3 Merge branch 'master' of https://github.com/grpc/grpc into surfacing-error-details by ncteisen · 7 years ago
  7. 2cb57e5 Avalanching operations on completion queue should be private, not API by Vijay Pai · 7 years ago
  8. 1037216 Merge branch 'master' of https://github.com/grpc/grpc into surfacing-error-details by ncteisen · 7 years ago
  9. 40737d6 Add error string to recv status API by ncteisen · 7 years ago
  10. 33652d3 Merge pull request #2 from grpc/master by kwasimensah · 7 years ago
  11. 5d7cb43 Merge pull request #13315 from yang-g/proto_utils by Yang Gao · 7 years ago
  12. fcfa440 Default to 1 cq per sync server by Ken Payson · 7 years ago
  13. b90f0e6 relax for inlined bytes to avoid allocation by yang-g · 7 years ago
  14. c881859 handle 0 byte size message... by yang-g · 7 years ago
  15. 272eebb Only allocate what we need in the last slice for proto serialization by yang-g · 7 years ago
  16. d9da738 Merge pull request #13147 from yashykt/testc++ize by Yash Tibrewal · 7 years ago
  17. c03867f Merge pull request #12648 from kpayson64/attempt_2 by kpayson64 · 7 years ago
  18. 9ad6068 Merge pull request #13199 from ncteisen/zero-copy by Noah Eisen · 7 years ago
  19. e153357 Add back mpscq request matcher by Ken Payson · 7 years ago
  20. 5e42211 Merge branch 'master' into testc++ize by Yash Tibrewal · 7 years ago
  21. f97d2f5 Add init/shutdown to codegen interface by ncteisen · 7 years ago
  22. 40422d5 Merge master by Yash Tibrewal · 7 years ago
  23. 0f2cfdc Merge pull request #13271 from vjpai/semi by Vijay Pai · 7 years ago
  24. 35e14cf Function shouldn't have semicolon afterward by Vijay Pai · 7 years ago
  25. a64b2b1 Merge github.com:grpc/grpc into 50 by Craig Tiller · 7 years ago
  26. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  27. 2f921a3 Remove grpc_slice_buf_cmp and change public_headers_must_be_c89 to print the addresses of public api functions to check if they can be linked to by Yash Tibrewal · 7 years ago
  28. 27a6713 Use protected, remove uneeded member variable by ncteisen · 7 years ago
  29. ac29972 Making clang format happy by kwasimensah · 7 years ago
  30. 685b5d4 Fixing port_platform by kwasimensah · 7 years ago
  31. 1a671de Simplify macro logic here by kwasimensah · 7 years ago
  32. 0237262 Refactor SerializationTraits by ncteisen · 7 years ago
  33. 8886913 Merge branch 'master' into testc++ize by Yash Tibrewal · 7 years ago
  34. 3e07699 Merge pull request #13106 from Vizerai/census_update by Jim King · 7 years ago
  35. 268685b Merge branch 'master' into testc++ize by Yash Tibrewal · 7 years ago
  36. 662ec97 Merge pull request #12878 from markdroth/pick_first_subchannel_list by Mark D. Roth · 7 years ago
  37. c589526 Got cpu_posix.cc to work without tls by kwasimensah · 7 years ago
  38. d5b66f1 Merge pull request #13107 from vjpai/reinternalize by Vijay Pai · 7 years ago
  39. c1d354d Support SSL server certificate reloading. by Justin Burke · 7 years ago
  40. 7a64885 Adopt the static factory pattern (#10) by Vijay Pai · 7 years ago
  41. 51c7bf8 Update port_platform.h by kwasimensah · 7 years ago
  42. 6e5ce72 Assume that subchannels start in state IDLE. by Mark D. Roth · 7 years ago
  43. 1194782 Add logic to work around buggy Android NDKs by kwasimensah · 7 years ago
  44. 06e174a Separate public and internal C++ interfaces by Vijay Pai · 7 years ago
  45. 52620b6 Merge branch 'master' into census_update by Jim King · 7 years ago
  46. 589e583 Missing extern C in public API by Yash Tibrewal · 7 years ago
  47. 3318979 Merge branch 'master' into testc++ize by Yash Tibrewal · 7 years ago
  48. 34a57d0 rename all test core files to cc and a lot of C++ style conversions by Yash Tibrewal · 7 years ago
  49. 1bf7207 Merge pull request #13084 from kpayson64/cq_lambda by kpayson64 · 7 years ago
  50. 42bd87e Adds gRPC Experimental CQ DoThenAsyncNext lambda API by Ken Payson · 7 years ago
  51. bb7d088 Cleaning up census code. by Vizerai · 7 years ago
  52. 1bc3f8a Merge github.com:grpc/grpc into epexinf by Craig Tiller · 7 years ago
  53. d582cdf fix typo by thinkerou · 7 years ago
  54. d3f1f43 Merge branch 'epexinf' of github.com:ctiller/grpc into epexinf by Craig Tiller · 7 years ago
  55. 1406f9c Merge branch 'bs2' into epexinf by Craig Tiller · 7 years ago
  56. 953afec Add an explicit void 2nd parameter to invocation of SerializationTraits by Vijay Pai · 7 years ago
  57. 1e8c2ab clang-format by Craig Tiller · 7 years ago
  58. ad059f7 Fix threading by Craig Tiller · 7 years ago
  59. fbf8128 Add OpenBSD support by Frank Groeneveld · 7 years ago
  60. 1e91362 Fix param annotation for AddListeningPort() by Anna Sapek · 7 years ago
  61. cd97297 Make platform-specific headers textual by Muxi Yan · 7 years ago
  62. 5291023 Merge github.com:grpc/grpc into flowctl+millis by Craig Tiller · 7 years ago
  63. 76eab73 Merge github.com:grpc/grpc into flowctl+millis by Craig Tiller · 7 years ago
  64. ec3c138 Merge branch 'master' into externC by Yash Tibrewal · 7 years ago
  65. d6aca04 Force define __STDC_FORMAT_MACROS for PRIdxx types by Yash Tibrewal · 7 years ago
  66. 53a47f0 Changes for C to C++. Adding extern C to header files for compatibility. by Yash Tibrewal · 7 years ago
  67. 89cf5a4 Eliminate gRPC-Core umbrella header warning by tweaking module.modulemap and excluding some files for other build systems by Muxi Yan · 7 years ago
  68. 1e868f0 Merge github.com:grpc/grpc into flowctl+millis by Craig Tiller · 7 years ago
  69. 11aa678 Merge pull request #12702 from endobson/call-ref by Mehrdad Afshari · 7 years ago
  70. ede8ed2 Merge pull request #12374 from markdroth/plugin_credentials_api_fix by Mark D. Roth · 7 years ago
  71. 73144f9 Merge pull request #12759 from kpayson64/no_more_xp by kpayson64 · 7 years ago
  72. 6456e49 Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix by Mark D. Roth · 7 years ago
  73. 30f1d0f Specify min windows version as Vista for Python by Ken Payson · 7 years ago
  74. 61b26f9 Code review changes. by Mark D. Roth · 7 years ago
  75. fe40815 Readd grpclb fallback by Juanli Shen · 7 years ago
  76. 873b55c Merge pull request #12340 from muxi/fix-objc-unreachable-code by Muxi Yan · 7 years ago
  77. b4c01f9 Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix by Mark D. Roth · 7 years ago
  78. 60092b0 Fix docs on grpc_call_ref by Eric Dobson · 7 years ago
  79. cfb2da4 Merge github.com:grpc/grpc into flowctl+millis by Craig Tiller · 7 years ago
  80. 2046d0b Add unary call mode to GenericStub to allow generic RPC with 1 CQ trip by Vijay Pai · 7 years ago
  81. a44cffa Base the new SerializationTraits API on implicit type conversion rather than SFINAE by Vijay Pai · 7 years ago
  82. efce6e1 Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer"" by Vijay Pai · 7 years ago
  83. c65c877 Remove the entire line by Muxi Yan · 7 years ago
  84. 0d958d2 Merge github.com:grpc/grpc into grpc_millis by Craig Tiller · 7 years ago
  85. 18c77cc Fix pings by Craig Tiller · 7 years ago
  86. 6712c7d Merging master into yashykt:ctocc6 by Yash Tibrewal · 7 years ago
  87. 0aedb81 Merge pull request #11587 from y-zeng/pure_ping by Yuchen Zeng · 7 years ago
  88. 06312bd Minor formatting, commenting and clang format for C to C++ conversion by Yash Tibrewal · 7 years ago
  89. 6b56c4d Redefine GRPC_SLICE_MALLOC to use grpc_slice_malloc function instead of by Yash Tibrewal · 7 years ago
  90. ad32075 Set last_ping_sent_time to inf_past after receiving data by Yuchen Zeng · 7 years ago
  91. 9eb8672 Removing deprecated string to char * conversions by Yash Tibrewal · 7 years ago
  92. 4b047a3 Construction of streams shouldn't require triggering async ops by Vijay Pai · 7 years ago
  93. 01e83b5 Revert "Add fallback (use backends from resolver if can't reach balancer) to grpclb." by Ken Payson · 7 years ago
  94. 3bf7b71 Merge pull request #12187 from AspirinSJL/lb_fallback by Juanli Shen · 7 years ago
  95. a6721a0 Comment that IPv6 Any accepts both IPv4 and IPv6 connections. by K.K. Yap · 7 years ago
  96. aba0a0a Add fallback (use backends from resolver if can't reach balancer) to grpclb. by Juanli Shen · 7 years ago
  97. 55863ff Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  98. 0aee498 Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix by Mark D. Roth · 7 years ago
  99. 7f6a27a Merge pull request #12372 from vjpai/armalarmadingdong by Vijay Pai · 7 years ago
  100. 66eaa32 Specify that ServerCompletionQueue must be drained. by Vijay Pai · 7 years ago