1. b1f5d59 Merge pull request #14272 from ncteisen/bug-chasing by Jan Tattermusch · 7 years ago
  2. 35367cc fix typo by Shohei Kamimori · 7 years ago
  3. d934602 Merge pull request #14275 from sreecha/enable-epollex by Sree Kuchibhotla · 7 years ago
  4. af66bed Mark poll FD shutdown as UNAVAILABLE by ncteisen · 7 years ago
  5. e5b0a50 Merge pull request #14015 from vjpai/alarm by Vijay Pai · 7 years ago
  6. 12a6c1e Batch size to 1 since it is better for latency (this is similar to what by Sree Kuchibhotla · 7 years ago
  7. ffa4fbd enable epollex by default by Sree Kuchibhotla · 7 years ago
  8. f4a94b6 Merge pull request #14264 from yang-g/to_scope by Yang Gao · 7 years ago
  9. 3d63a67 Merge pull request #14244 from sreecha/polling-api-trace by Sree Kuchibhotla · 7 years ago
  10. ce1cfea Deprecate GPR_TIMER_BEGIN/END and replace with GPR_TIMER_SCOPE. by yang-g · 7 years ago
  11. 74f50aa Merge branch 'master' into polling-api-trace by Sree Kuchibhotla · 7 years ago
  12. 8f65906 Shutdown timer manager first and then executor by yang-g · 7 years ago
  13. 132c7d1 Fix format specifier for gpr_millis by Sree Kuchibhotla · 7 years ago
  14. 394daf8 Update ev_posix.cc by Sree Kuchibhotla · 7 years ago
  15. 546e739 Debug statements for polling api by Sree Kuchibhotla · 7 years ago
  16. 27909dc Merge pull request #14215 from jtattermusch/fix_bad_merge_magic_number by Jan Tattermusch · 7 years ago
  17. ef4df60 Merge pull request #14217 from sreecha/epollex-fix by Sree Kuchibhotla · 7 years ago
  18. 041c3ed Add timer trace annotations to epollex by yang-g · 7 years ago
  19. 9f91136 Update ev_epollex_linux.cc by Sree Kuchibhotla · 7 years ago
  20. 53853d5 Fix an issue in epollex that was causing some workers to get indefinitely stuck in pollset_work() by Sree Kuchibhotla · 7 years ago
  21. 219c512 magic number 13 probably a typo in manual merge by Jan Tattermusch · 7 years ago
  22. 75c190d Merge pull request #14177 from jtattermusch/fix_epollex_shutdown by Jan Tattermusch · 7 years ago
  23. 0a6d900 explicitly initialize all grpc_pollset fields (epollex) by Jan Tattermusch · 7 years ago
  24. 6fe6509 fix: avoid doing a poll when already shutdown by Jan Tattermusch · 7 years ago
  25. 8ddc6b2 Merge pull request #14146 from markdroth/inlined_vector_clear by Mark D. Roth · 7 years ago
  26. 965b11b Merge pull request #14171 from yang-g/cork_all by Yang Gao · 7 years ago
  27. fd900e0 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  28. 69b4e4c Use DEBUG level for polling engine trace logs. by yang-g · 7 years ago
  29. 10f38f5 Initialize data members in a single place. by Mark D. Roth · 7 years ago
  30. 9ab4d0c Add const version of operator[]. by Mark D. Roth · 7 years ago
  31. 19688bf Add clear() method for InlinedVector<>. by Mark D. Roth · 7 years ago
  32. ac0808b Merge pull request #14093 from markdroth/arena_alignment by Mark D. Roth · 7 years ago
  33. a958664 Merge pull request #14079 from kpayson64/disable_fork_support by kpayson64 · 7 years ago
  34. 62569dd Fix arena to return aligned memory. by Mark D. Roth · 7 years ago
  35. 392e213 Removing grpc_alarm from core requires a major version bump for core by Vijay Pai · 7 years ago
  36. 2b226ad Remove alarm from core, implement in C++ layer only by Vijay Pai · 7 years ago
  37. fb309a9 Merge pull request #14092 from mehrdada/bump1-10 by Mehrdad Afshari · 7 years ago
  38. cbb4f78 Merge pull request #14089 from markdroth/no_plus_in_directory_names by Mark D. Roth · 7 years ago
  39. 4388404 Regenerate projects by Mehrdad Afshari · 7 years ago
  40. 4f2b0fd Rename 'gpr++' directories to 'gprpp'. by Mark D. Roth · 7 years ago
  41. 9585746 PR feedback changes by Ken Payson · 7 years ago
  42. fb061c3 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  43. 9813858 Merge pull request #14070 from markdroth/backoff_api_cleanup by Mark D. Roth · 7 years ago
  44. 83251bb Merge pull request #14076 from grpc/execctx_remfinish by Yash Tibrewal · 7 years ago
  45. 51f5125 Merge remote-tracking branch 'upstream/master' into disable_fork_support by Ken Payson · 7 years ago
  46. f91d4ef Merge remote-tracking branch 'upstream/master' into disable_fork_support by Ken Payson · 7 years ago
  47. e2e41ff Allow turning off fork support with env variable by Ken Payson · 7 years ago
  48. 9db1691 Merge pull request #14051 from markdroth/reorganize_support by Mark D. Roth · 7 years ago
  49. 9cd22de Remove extraneous Finish in ExecCtx by Yash Tibrewal · 7 years ago
  50. dbdf495 Split lib/support into lib/gpr and lib/gpr++. by Mark D. Roth · 7 years ago
  51. 44fe6e2 Combine BackOff Begin() and Step() methods. by Mark D. Roth · 7 years ago
  52. 41723fa Fixed typo in documentation. by Carlos O'Ryan · 7 years ago
  53. fb66900 Eliminate GRPC_LINUX_LEGACY_EPOLL by Mehrdad Afshari · 7 years ago
  54. 8b0e9fb Explicitly enable epoll on manylinux1 by Mehrdad Afshari · 7 years ago
  55. c24630f Merge pull request #14041 from mehrdada/enable-epoll by Mehrdad Afshari · 7 years ago
  56. 8afe8d3 Merge pull request #13984 from markdroth/ref_counting by Mark D. Roth · 7 years ago
  57. 1957fd0 Enable epoll on Python manylinux1 by Mehrdad Afshari · 7 years ago
  58. 2b19f49 Code review changes. by Mark D. Roth · 7 years ago
  59. e5b7ddd Merge pull request #13363 from grpc/revert-13346-revert-13322-oauth_failure by Jan Tattermusch · 7 years ago
  60. f512c0d Merge remote-tracking branch 'upstream/master' into ref_counting by Mark D. Roth · 7 years ago
  61. 69c539f clang-format by Mark D. Roth · 7 years ago
  62. a01e040 Merge pull request #13975 from danzh2010/adjustrcvbuf by Yang Gao · 7 years ago
  63. 94dad60 Add equality operators to RefCountedPtr. by Mark D. Roth · 7 years ago
  64. b353297 Revert "Revert "Set error status correctly on server side"" by Ken Payson · 7 years ago
  65. 951f84a Revert "Set error status correctly on server side" by David G. Quintas · 7 years ago
  66. a06720b format by Dan Zhang · 7 years ago
  67. e2a6ca8 %zd->%d by Dan Zhang · 7 years ago
  68. 3742b72 change to int type by Dan Zhang · 7 years ago
  69. a6efb9c fix portability errors by Dan Zhang · 7 years ago
  70. 324703d Fix existing ref counting classes and add new ones. by Mark D. Roth · 7 years ago
  71. 5343053 Merge pull request #13676 from markdroth/inlined_vector by Mark D. Roth · 7 years ago
  72. 1d91362 exec_ctx_fwd.h should never have been in public headers by Vijay Pai · 7 years ago
  73. 9ee9c92 change to pass in value by Dan Zhang · 7 years ago
  74. c6406f3 Implement InlinedVector independently of absl. by Mark D. Roth · 7 years ago
  75. 0e50b94 Adjust receiv buffer via setsockopt for udp_server's listening socket. by Dan Zhang · 7 years ago
  76. 0ea629c Merge pull request #13912 from ncteisen/nullptr by David G. Quintas · 7 years ago
  77. b5f7e27 Merge pull request #13933 from kpayson64/avoid_stall by kpayson64 · 7 years ago
  78. a3bfddd Fix bug with pollhup workaround by Ken Payson · 7 years ago
  79. 9870797 Merge pull request #13931 from apolcyn/merge_18x by apolcyn · 7 years ago
  80. f407949 Manual merge conflict resolve: remove exec_ctx param from tcp_free by Alexander Polcyn · 7 years ago
  81. 77ad62e Fix a Python spinlock bug by Ken Payson · 7 years ago
  82. def31f9 Merge pull request #13900 from vjpai/odr by Vijay Pai · 7 years ago
  83. ce1be0c Merge remote-tracking branch 'upstream/v1.8.x' into merge_18x by Alexander Polcyn · 7 years ago
  84. 6535cfd Set error status correctly on server side by Ken Payson · 7 years ago
  85. 91b56b8 Mark tcp errors as UNAVAILABLE in UV tcp code by murgatroid99 · 7 years ago
  86. 5219f3f Missing s/NULL/nullptr by ncteisen · 7 years ago
  87. ae3e857 Revert unneeded changes by Vijay Pai · 7 years ago
  88. 849bd73 Wrap duplicated-name definitions in anonymous namespace by Vijay Pai · 7 years ago
  89. 6dc1c50 Revert "Fix a Python spinlock bug" by Mehrdad Afshari · 7 years ago
  90. b78df7a Fix struct names by Vijay Pai · 7 years ago
  91. c71c6a7 Merge branch v1.8.x into master by Mehrdad Afshari · 7 years ago
  92. 98efefc Relax log-level when polling engines are undefined by Mehrdad Afshari · 7 years ago
  93. 64f6d3c Merge branch 'master' into startcb by Dan Zhang · 7 years ago
  94. ffc0205 Merge pull request #13834 from dgquintas/debug_location_namespace by David G. Quintas · 7 years ago
  95. 0d18814 Add a start_cb to grpc_udp_listener to be called when listener is created. by Dan Zhang · 7 years ago
  96. 13a3e8c Add namespace to macro expansion by David Garcia Quintas · 7 years ago
  97. 1a2109a Merge pull request #13811 from ita9naiwa/master by Noah Eisen · 7 years ago
  98. e7515e4 Merge pull request #13831 from dgquintas/fix_wrong_slice_unref by David G. Quintas · 7 years ago
  99. 2ec7567 Merge pull request #13833 from ncteisen/comments by Noah Eisen · 7 years ago
  100. 958649e Merge pull request #13665 from kpayson64/poll_spin_bug by kpayson64 · 7 years ago