1. 1d91362 exec_ctx_fwd.h should never have been in public headers by Vijay Pai · 7 years ago
  2. 32d077e Merge pull request #13922 from y-zeng/openssl_1_1_0 by Yuchen Zeng · 7 years ago
  3. 91bab37 When building with bazel on a Mac, workaround bazelbuild/bazel#4341 by Vijay Pai · 7 years ago
  4. c6ae9b5 Silence openssl 1.1.0 warnings by Yuchen Zeng · 7 years ago
  5. 832bd00 Merge pull request #13874 from vjpai/allow_no_message by Vijay Pai · 7 years ago
  6. 11d1ac4 Add an exception in TLS to use pthread library instead of __thread for Android NDK with GCC as the compiler by Yash Tibrewal · 7 years ago
  7. d5730c6 Allow no message on sync unary call, just like async by Vijay Pai · 7 years ago
  8. 934a3ce Allow forward declaration of log args by ncteisen · 7 years ago
  9. 30ced5d Add comments for AsyncGenericService by yang-g · 7 years ago
  10. 9c5d826 resolve comments by yang-g · 7 years ago
  11. 69aec17 Add dummy operator delete to make VS2015 not complain. by yang-g · 7 years ago
  12. 5b1a66c Merge pull request #13413 from ncteisen/surfacing-error-details-wrapped by Noah Eisen · 7 years ago
  13. 6193c63 Reviewer feedback by ncteisen · 7 years ago
  14. 8cf1470 Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" by Yash Tibrewal · 7 years ago
  15. ad4d2dd Revert "All instances of exec_ctx being passed around in src/core removed" by Yash Tibrewal · 7 years ago
  16. a3df36c Merge pull request #13058 from yashykt/execctx by Yash Tibrewal · 7 years ago
  17. 9dbb6e3 Merge pull request #13559 from dmaclach/threadnames by Vijay Pai · 7 years ago
  18. 73bb67d Merge master into execctx by Yash Tibrewal · 7 years ago
  19. 30ccc94 Update port_platform.h by Vijay Pai · 7 years ago
  20. 6fa206d Merge pull request #13336 from markdroth/server_connection_timeout by Mark D. Roth · 7 years ago
  21. 11f6780 Add comment with API by ncteisen · 7 years ago
  22. 64e0b10 Variable name consistency by ncteisen · 7 years ago
  23. b9cff78 Reviewer feedback by ncteisen · 7 years ago
  24. 0d7f5e7 No null string ctor by Noah Eisen · 7 years ago
  25. 74c106e Add error string to C++ by ncteisen · 7 years ago
  26. d9f6407 Merge master into execctx after removal of assert in tls_gcc by yashkt · 7 years ago
  27. 7d7babb Merge branch 'master' into threadnames by Vijay Pai · 7 years ago
  28. e1e7db0 Remove asserts from tls_gcc.h by Yash Tibrewal · 7 years ago
  29. e109ddf Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  30. 764ef8c Merge pull request #13575 from vjpai/dehist by Vijay Pai · 7 years ago
  31. 36522e9 Merge master after no Extern C changes by Yash Tibrewal · 7 years ago
  32. 195cf1e Move histogram to test/core/util by Vijay Pai · 7 years ago
  33. 10f2790 Merge branch 'master' into execctx by Yash Tibrewal · 7 years ago
  34. 43db249 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  35. 14b27b8 Merge commit 'aa358d5e43' into no-more-extern-c by ncteisen · 7 years ago
  36. 8a631a2 Remove unused BSD thread name macro by Dave MacLachlan · 7 years ago
  37. af5c54d Add thread naming support on platforms that support it. by Dave MacLachlan · 7 years ago
  38. 17a1431 Merge pull request #13466 from nicolasnoble/upmerge-from-v1.7 by Nicolas Noble · 7 years ago
  39. c49b24a Merge pull request #13549 from ncteisen/test-error-string-api by Noah Eisen · 7 years ago
  40. bf51c97 Merge pull request #13529 from ctiller/api-cleanup by Craig Tiller · 7 years ago
  41. 9b6283a Make API comment more specific: by ncteisen · 7 years ago
  42. c5d0df9 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  43. 361f810 Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7 by Nicolas "Pixel" Noble · 7 years ago
  44. e8c4703 Update comments by Craig Tiller · 7 years ago
  45. 3aeff22 Remove some dead code from a previous iteration of internal::Call by Vijay Pai · 7 years ago
  46. 03412ee Remove TLS_NO_SUPPORT and always use GPR_TLS. Reorder statements in grpc_init and grpc_shutdown. Add grpc_init and grpc_shutdown in failing test/cpp tests by Yash Tibrewal · 7 years ago
  47. ba5f5ce ServerBuilder interface cleanup by Craig Tiller · 7 years ago
  48. aa358d5 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  49. 81fc8c9 Fix tests to call grpc_init and grpc_shutdown before using exec_ctx by Yash Tibrewal · 7 years ago
  50. 3285f4c Fix grpc_init by removing exec_ctx usage before init by Yash Tibrewal · 7 years ago
  51. 45b7ad5 GPR_TLS Macro fix, and windows resolve_address fix by Yash Tibrewal · 7 years ago
  52. 9898212a Merge remote-tracking branch 'upstream/master' into fix-objc-void-func by Muxi Yan · 7 years ago
  53. ba0689f tls macro changes and UV fix by Yash Tibrewal · 7 years ago
  54. 5491eb7 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  55. a13a8c0 A few src/core fixes due to missing exec_ctx_finish by Yash Tibrewal · 7 years ago
  56. 7486144 Merge master by Yash Tibrewal · 7 years ago
  57. e8bb874 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  58. dd010f2 Merge pull request #13364 from ncteisen/surfacing-error-details by Noah Eisen · 7 years ago
  59. 18a6837 Merge branch 'v1.7.x' of https://github.com/grpc/grpc by Nicolas "Pixel" Noble · 7 years ago
  60. da6b479 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  61. c567ceb Merge pull request #13173 from kwasimensah/patch-1 by Nicolas Noble · 7 years ago
  62. 01a7547 Re 89 the public headers by ncteisen · 7 years ago
  63. adbfbd5 Remove all extern C by ncteisen · 7 years ago
  64. 177039b Merge master by Yash Tibrewal · 7 years ago
  65. 14c60f1 Fix segfault by ncteisen · 7 years ago
  66. 0354c22 Save C++ for follow up PR by ncteisen · 7 years ago
  67. 8c1f338 Add comment by ncteisen · 7 years ago
  68. df817f3 Merge branch 'master' of https://github.com/grpc/grpc into surfacing-error-details by ncteisen · 7 years ago
  69. 03610f6 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  70. 2cb57e5 Avalanching operations on completion queue should be private, not API by Vijay Pai · 7 years ago
  71. 1037216 Merge branch 'master' of https://github.com/grpc/grpc into surfacing-error-details by ncteisen · 7 years ago
  72. 40737d6 Add error string to recv status API by ncteisen · 7 years ago
  73. 33652d3 Merge pull request #2 from grpc/master by kwasimensah · 7 years ago
  74. 36cd68f Merge master by Yash Tibrewal · 7 years ago
  75. 5d7cb43 Merge pull request #13315 from yang-g/proto_utils by Yang Gao · 7 years ago
  76. fcfa440 Default to 1 cq per sync server by Ken Payson · 7 years ago
  77. 4e9265c Merge with master by Yash Tibrewal · 7 years ago
  78. b90f0e6 relax for inlined bytes to avoid allocation by yang-g · 7 years ago
  79. c881859 handle 0 byte size message... by yang-g · 7 years ago
  80. 272eebb Only allocate what we need in the last slice for proto serialization by yang-g · 7 years ago
  81. fbc3f04 Add channel arg for server handshake timeout. by Mark D. Roth · 7 years ago
  82. d9da738 Merge pull request #13147 from yashykt/testc++ize by Yash Tibrewal · 7 years ago
  83. c03867f Merge pull request #12648 from kpayson64/attempt_2 by kpayson64 · 7 years ago
  84. 9ad6068 Merge pull request #13199 from ncteisen/zero-copy by Noah Eisen · 7 years ago
  85. e153357 Add back mpscq request matcher by Ken Payson · 7 years ago
  86. 5e42211 Merge branch 'master' into testc++ize by Yash Tibrewal · 7 years ago
  87. f97d2f5 Add init/shutdown to codegen interface by ncteisen · 7 years ago
  88. 40422d5 Merge master by Yash Tibrewal · 7 years ago
  89. 0f2cfdc Merge pull request #13271 from vjpai/semi by Vijay Pai · 7 years ago
  90. 35e14cf Function shouldn't have semicolon afterward by Vijay Pai · 7 years ago
  91. a64b2b1 Merge github.com:grpc/grpc into 50 by Craig Tiller · 7 years ago
  92. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  93. 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
  94. 27a6713 Use protected, remove uneeded member variable by ncteisen · 7 years ago
  95. ac29972 Making clang format happy by kwasimensah · 7 years ago
  96. 685b5d4 Fixing port_platform by kwasimensah · 7 years ago
  97. 1a671de Simplify macro logic here by kwasimensah · 7 years ago
  98. 0237262 Refactor SerializationTraits by ncteisen · 7 years ago
  99. 8886913 Merge branch 'master' into testc++ize by Yash Tibrewal · 7 years ago
  100. 3e07699 Merge pull request #13106 from Vizerai/census_update by Jim King · 7 years ago