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