1. 6b7c1fb Distrib stuff by Craig Tiller · 7 years ago
  2. 2e37d00 Review feedback by Craig Tiller · 7 years ago
  3. 2039779 Linux compile fixes by Craig Tiller · 7 years ago
  4. 781e91a Add invalidate_now calls by Craig Tiller · 7 years ago
  5. e9cd8a8 Remove more custom debug defines by ncteisen · 7 years ago
  6. 1e0aae6 Fix musl by Noah Eisen · 7 years ago
  7. 264879f Overhaul the new pollers by Noah Eisen · 7 years ago
  8. 3ac64f8 Fix windows segfault by ncteisen · 7 years ago
  9. 973863d Fix some type warning by ncteisen · 7 years ago
  10. f8061e8 Fix compile. WIP probably by ncteisen · 7 years ago
  11. d39010e Add cq and fd tracer by ncteisen · 7 years ago
  12. a135485 Add workqueue tracer by ncteisen · 7 years ago
  13. 969b46e Add rich closure debug mode by ncteisen · 7 years ago
  14. dc16855 Merge pull request #11336 from ctiller/ALL-the-things by Craig Tiller · 7 years ago
  15. 8f3d021 Merge pull request #11237 from y-zeng/srv_record by Yuchen Zeng · 7 years ago
  16. b3899fd Merge github.com:grpc/grpc into ALL-the-things by Craig Tiller · 7 years ago
  17. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  18. 4ebace7 Fix windows build, no_logging tests, dns_resolver_test by Yuchen Zeng · 7 years ago
  19. f7c8c9f Merge remote-tracking branch 'origin/races' into thread_pool by Craig Tiller · 7 years ago
  20. 2d1e8cd Fix hpack_size test by Craig Tiller · 7 years ago
  21. 61f96c1 Update epollers by Craig Tiller · 7 years ago
  22. bc0ab08 clang-format by Craig Tiller · 7 years ago
  23. 924353a Finish merge, disable new pollers until they stabilize by Craig Tiller · 7 years ago
  24. cfaa046 Integrate new tracers by Craig Tiller · 7 years ago
  25. eda29c6 Merge branch 'epex4' into uberpoll by Craig Tiller · 7 years ago
  26. 7365ec9 Merge branch 'timer_pool' into uberpoll by Craig Tiller · 7 years ago
  27. c610985 Merge branch 'hiertune' into epex4+epoll1 by Craig Tiller · 7 years ago
  28. f8382b8 clang-format by Craig Tiller · 7 years ago
  29. 6f0af49 Allow specifying a default signal iff epollsig has been explicitly requested by Craig Tiller · 7 years ago
  30. 4509c47 Fixes by Craig Tiller · 7 years ago
  31. c67cc99 Initial fork for singleton epoll poller by Craig Tiller · 7 years ago[Renamed (99%) from src/core/lib/iomgr/ev_epoll_linux.c]
  32. e98cf24 Merge pull request #10475 from markdroth/closure_debug_schedule_check by Mark D. Roth · 7 years ago
  33. 6b99d80 Merge pull request #10501 from ctiller/epex2 by Craig Tiller · 7 years ago
  34. 975b510 Fix build on Alpine linux + add portability tests by Ken Payson · 7 years ago
  35. e16372b Cleanup to make compile by Craig Tiller · 7 years ago
  36. 7065214 Update function names by Craig Tiller · 7 years ago
  37. 376887d Split event notification out of ev_epoll_linux.c by Craig Tiller · 7 years ago
  38. 557c88c Change pollset rules by Craig Tiller · 7 years ago
  39. 43f774e Add check that we don't schedule the same closure twice at once. by Mark D. Roth · 7 years ago
  40. a51a6c2 Merge github.com:grpc/grpc into atomic-timers by Craig Tiller · 7 years ago
  41. c212e6c Fix barrier, comment by Craig Tiller · 7 years ago
  42. 39311f5 Fix comments by Craig Tiller · 7 years ago
  43. 21947d3 Merge github.com:grpc/grpc into bugscrub1-proposedfix1 by Craig Tiller · 7 years ago
  44. 799e7e8 Avoid re-evaluation by Craig Tiller · 7 years ago
  45. 8e2fd9c Avoid spin polling by Craig Tiller · 7 years ago
  46. c900063 Merge github.com:grpc/grpc into atomic-timers by Craig Tiller · 7 years ago
  47. b2d8e03 Weaken some barriers that were stronger than necessary by Craig Tiller · 7 years ago
  48. 2b4a040 Fix race? by Craig Tiller · 7 years ago
  49. cad47dd Compile fix by Craig Tiller · 7 years ago
  50. d216440 Switch to no-barrier loads + full barrier cas-s to solve ABA problem by Craig Tiller · 7 years ago
  51. 185f6c9 Fix rounding, reduce contention on global shared state by Craig Tiller · 7 years ago
  52. 3005ce8 Only use static on string literals by Noah Eisen · 7 years ago
  53. 4b36a3d Change error_create API to slice by ncteisen · 8 years ago
  54. 97e3ecc Comments and relaxed cas in some cases by Sree Kuchibhotla · 8 years ago
  55. 8214b87 Comments around acquire/release by Sree Kuchibhotla · 8 years ago
  56. 1392496 Merge branch 'master' into fd_rw_atm_closure by Sree Kuchibhotla · 8 years ago
  57. ff4b25d Distinguish between CLOSURE_READY and (GRPC_ERROR_NONE | FD_SHUTDOWN_BIT) by Sree Kuchibhotla · 8 years ago
  58. 6e5cbc2 Merge branch 'master' into fd_rw_atm_closure by Sree Kuchibhotla · 8 years ago
  59. 21f2f06 correct a few comments by Sree Kuchibhotla · 8 years ago
  60. fb7ced6 use correct memory barriers by Sree Kuchibhotla · 8 years ago
  61. 9e5ac1b Fix broken shutdown, and cascading exec_ctx usage bugs by Craig Tiller · 8 years ago
  62. 61fe094 address more code review comments by Sree Kuchibhotla · 8 years ago
  63. 2fc2b3e Remove GRPC_ERROR_INTERNAL type and simplify the code a bit by Sree Kuchibhotla · 8 years ago
  64. a70ccb6 code review comments by Sree Kuchibhotla · 8 years ago
  65. 4c60d0d fix comment style by Sree Kuchibhotla · 8 years ago
  66. 4db8c82 Fix comment style by Sree Kuchibhotla · 8 years ago
  67. 9998338 More comments by Sree Kuchibhotla · 8 years ago
  68. 91c4da3 Add shutdown-state by Sree Kuchibhotla · 8 years ago
  69. 07e8fb1 Eliminate CQ freelist by Craig Tiller · 8 years ago
  70. 8b8cbed remove fd->shutdown by Sree Kuchibhotla · 8 years ago
  71. 82d7341 closures -> atomics by Sree Kuchibhotla · 8 years ago
  72. cda759d Add an error to fd_shutdown (and recursively) by Craig Tiller · 8 years ago
  73. c63aaf1 Merge branch 'cp' into rollfwd by Craig Tiller · 8 years ago
  74. e49959d Consume the correct event fd by Craig Tiller · 8 years ago
  75. 0f2e2e4 Merge github.com:grpc/grpc into rollfwd by Craig Tiller · 8 years ago
  76. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  77. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  78. daa9f45 Fix workqueue_move_items_to_parent() invocation bug in polling_island_merge()[ev_epoll_linux.c]. by Harvey Tuch · 8 years ago
  79. 95beab2 Uncover the badness by Craig Tiller · 8 years ago
  80. 0b09341 Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closures by Craig Tiller · 8 years ago
  81. 801c6cc Fix some NULL usage by Craig Tiller · 8 years ago
  82. 061ef74 Some fixes by Craig Tiller · 8 years ago
  83. 91031da Changes to exec_ctx/closure/combiner/workqueue interfaces by Craig Tiller · 8 years ago
  84. b995e8b Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  85. e6f516e Remove PO_DEBUG from build.yaml and move it to ev_epoll_linux.c by Sree Kuchibhotla · 8 years ago
  86. e238b04 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  87. d50a068 Merge branch 'master' into pss_pi by Sree Kuchibhotla · 8 years ago
  88. 1fa9ddb Fix clang-format by Craig Tiller · 8 years ago
  89. b4b8e1e Fix mac build by Craig Tiller · 8 years ago
  90. a0749a6 Minor debug support by Sree Kuchibhotla · 8 years ago
  91. 6bed2d6 Delete commented out code by Sree Kuchibhotla · 8 years ago
  92. 2385fd7 Pollset_set reimplementation by Sree Kuchibhotla · 8 years ago
  93. 499b94b Replace pollset_add_fd with add_poll_obj by Sree Kuchibhotla · 8 years ago
  94. f6f33d7 Add poll_object struct (and related changes to fix compilation errors). No other functionality changes by Sree Kuchibhotla · 8 years ago
  95. f2752eb Fix build by Craig Tiller · 8 years ago
  96. b1f6bf2 Merge pull request #8086 from y-zeng/fix_gprc by Yuchen Zeng · 8 years ago
  97. 485a902 minor formatting fix by Sree Kuchibhotla · 8 years ago
  98. a129adf Remove fd from polling island before deleting it by Sree Kuchibhotla · 8 years ago
  99. 59f347e Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  100. 8c94df1 Merge github.com:grpc/grpc into direct-calls by Craig Tiller · 8 years ago