1. 1acfaca Merge branch 'master' into gpr_review_host_port by Vijay Pai · 7 years ago
  2. d4d0a30 Privatize useful.h and avl.h by Vijay Pai · 7 years ago
  3. 4c0640e Merge branch 'master' into gpr_review3 by Vijay Pai · 7 years ago
  4. e5b0a50 Merge pull request #14015 from vjpai/alarm by Vijay Pai · 7 years ago
  5. a21ab2b Fix compression algorithm accessors by David Garcia Quintas · 7 years ago
  6. f25126c PR comments by David Garcia Quintas · 7 years ago
  7. 3ee68da PR Comments by David Garcia Quintas · 7 years ago
  8. 7896b62 DNS cooldown mechanism by David Garcia Quintas · 7 years ago
  9. bdb746e Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  10. 97209ae fix warning & typo by Jan Tattermusch · 7 years ago
  11. ae376bf Privatize host_port.h; was not used in any wrapped language implementation by Vijay Pai · 7 years ago
  12. b6cf123 Privatize thread-local storage headers by Vijay Pai · 7 years ago
  13. 8a99fdb Move cmdline and subprocess from public gpr to test/core/util by Vijay Pai · 7 years ago
  14. fd900e0 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  15. bd0c019 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  16. 62569dd Fix arena to return aligned memory. by Mark D. Roth · 7 years ago
  17. e1e7042 Restructure to simplify, harden, and avoid forward declaration by Vijay Pai · 7 years ago
  18. 2b226ad Remove alarm from core, implement in C++ layer only by Vijay Pai · 7 years ago
  19. fb061c3 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  20. 69d3e09 Merge pull request #13815 from vjpai/catcher by Vijay Pai · 7 years ago
  21. c9ec2c0 Revert "Stop using std::thread in C++ library since it can trigger exceptions" by Jan Tattermusch · 7 years ago
  22. 4db3b74 Merge pull request #13697 from vjpai/nostdthread by Vijay Pai · 7 years ago
  23. 1d91362 exec_ctx_fwd.h should never have been in public headers by Vijay Pai · 7 years ago
  24. b4b0ac7 Resolve leak by freeing request payload if resources exhausted by Vijay Pai · 7 years ago
  25. fd4884a Address review comments by Vijay Pai · 7 years ago
  26. b04efac Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  27. 7500577 Address review feedback; stop using result of 'what' by Vijay Pai · 7 years ago
  28. 32d077e Merge pull request #13922 from y-zeng/openssl_1_1_0 by Yuchen Zeng · 7 years ago
  29. ab00654 Tag new #else and #endif blocks with comments by Vijay Pai · 7 years ago
  30. 9809ce3 Use appropriate preprocessor guards to allow building without exceptions by Vijay Pai · 7 years ago
  31. 8fc3715 Catch exceptions from sync method handlers without crashing server by Vijay Pai · 7 years ago
  32. 5dd3226 Switch C++ sync server to use gpr_thd rather than std::thread and provide resource exhaustion mechanism by Vijay Pai · 7 years ago
  33. 91bab37 When building with bazel on a Mac, workaround bazelbuild/bazel#4341 by Vijay Pai · 7 years ago
  34. c6ae9b5 Silence openssl 1.1.0 warnings by Yuchen Zeng · 7 years ago
  35. 832bd00 Merge pull request #13874 from vjpai/allow_no_message by Vijay Pai · 7 years ago
  36. 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
  37. 7d9b635 Initial commit by ncteisen · 7 years ago
  38. d5730c6 Allow no message on sync unary call, just like async by Vijay Pai · 7 years ago
  39. 032e9b3 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  40. 934a3ce Allow forward declaration of log args by ncteisen · 7 years ago
  41. 30ced5d Add comments for AsyncGenericService by yang-g · 7 years ago
  42. 9c5d826 resolve comments by yang-g · 7 years ago
  43. 69aec17 Add dummy operator delete to make VS2015 not complain. by yang-g · 7 years ago
  44. 99024d6 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  45. 5b1a66c Merge pull request #13413 from ncteisen/surfacing-error-details-wrapped by Noah Eisen · 7 years ago
  46. 6193c63 Reviewer feedback by ncteisen · 7 years ago
  47. 9c02a3c Do not separate message/stream compression levels by Muxi Yan · 7 years ago
  48. 6043006 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  49. fc38142 Merge commit 'b0bad8f^' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  50. 38fcd0c clang-format by Muxi Yan · 7 years ago
  51. 4a117f0 Merge e759d2a^ by Muxi Yan · 7 years ago
  52. 8cf1470 Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" by Yash Tibrewal · 7 years ago
  53. ad4d2dd Revert "All instances of exec_ctx being passed around in src/core removed" by Yash Tibrewal · 7 years ago
  54. a3df36c Merge pull request #13058 from yashykt/execctx by Yash Tibrewal · 7 years ago
  55. 9dbb6e3 Merge pull request #13559 from dmaclach/threadnames by Vijay Pai · 7 years ago
  56. 73bb67d Merge master into execctx by Yash Tibrewal · 7 years ago
  57. 30ccc94 Update port_platform.h by Vijay Pai · 7 years ago
  58. 6fa206d Merge pull request #13336 from markdroth/server_connection_timeout by Mark D. Roth · 7 years ago
  59. 11f6780 Add comment with API by ncteisen · 7 years ago
  60. 64e0b10 Variable name consistency by ncteisen · 7 years ago
  61. b9cff78 Reviewer feedback by ncteisen · 7 years ago
  62. 0d7f5e7 No null string ctor by Noah Eisen · 7 years ago
  63. 74c106e Add error string to C++ by ncteisen · 7 years ago
  64. d9f6407 Merge master into execctx after removal of assert in tls_gcc by yashkt · 7 years ago
  65. 7d7babb Merge branch 'master' into threadnames by Vijay Pai · 7 years ago
  66. e1e7db0 Remove asserts from tls_gcc.h by Yash Tibrewal · 7 years ago
  67. e109ddf Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  68. 764ef8c Merge pull request #13575 from vjpai/dehist by Vijay Pai · 7 years ago
  69. 36522e9 Merge master after no Extern C changes by Yash Tibrewal · 7 years ago
  70. 195cf1e Move histogram to test/core/util by Vijay Pai · 7 years ago
  71. 10f2790 Merge branch 'master' into execctx by Yash Tibrewal · 7 years ago
  72. 43db249 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  73. 14b27b8 Merge commit 'aa358d5e43' into no-more-extern-c by ncteisen · 7 years ago
  74. 8a631a2 Remove unused BSD thread name macro by Dave MacLachlan · 7 years ago
  75. af5c54d Add thread naming support on platforms that support it. by Dave MacLachlan · 7 years ago
  76. 17a1431 Merge pull request #13466 from nicolasnoble/upmerge-from-v1.7 by Nicolas Noble · 7 years ago
  77. c49b24a Merge pull request #13549 from ncteisen/test-error-string-api by Noah Eisen · 7 years ago
  78. bf51c97 Merge pull request #13529 from ctiller/api-cleanup by Craig Tiller · 7 years ago
  79. 9b6283a Make API comment more specific: by ncteisen · 7 years ago
  80. c5d0df9 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  81. 361f810 Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7 by Nicolas "Pixel" Noble · 7 years ago
  82. e8c4703 Update comments by Craig Tiller · 7 years ago
  83. 3aeff22 Remove some dead code from a previous iteration of internal::Call by Vijay Pai · 7 years ago
  84. 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
  85. ba5f5ce ServerBuilder interface cleanup by Craig Tiller · 7 years ago
  86. aa358d5 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  87. 81fc8c9 Fix tests to call grpc_init and grpc_shutdown before using exec_ctx by Yash Tibrewal · 7 years ago
  88. 3285f4c Fix grpc_init by removing exec_ctx usage before init by Yash Tibrewal · 7 years ago
  89. 45b7ad5 GPR_TLS Macro fix, and windows resolve_address fix by Yash Tibrewal · 7 years ago
  90. 9898212a Merge remote-tracking branch 'upstream/master' into fix-objc-void-func by Muxi Yan · 7 years ago
  91. ba0689f tls macro changes and UV fix by Yash Tibrewal · 7 years ago
  92. 5491eb7 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  93. a13a8c0 A few src/core fixes due to missing exec_ctx_finish by Yash Tibrewal · 7 years ago
  94. 7486144 Merge master by Yash Tibrewal · 7 years ago
  95. e8bb874 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  96. dd010f2 Merge pull request #13364 from ncteisen/surfacing-error-details by Noah Eisen · 7 years ago
  97. 18a6837 Merge branch 'v1.7.x' of https://github.com/grpc/grpc by Nicolas "Pixel" Noble · 7 years ago
  98. da6b479 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  99. c567ceb Merge pull request #13173 from kwasimensah/patch-1 by Nicolas Noble · 7 years ago
  100. 01a7547 Re 89 the public headers by ncteisen · 7 years ago