1. 533d118 Removing designated initializers, implicit string literal to char * by Yash Tibrewal · 7 years ago
  2. 0dbfde6 Restore no_barrier operations to some places where it is safe by Sree Kuchibhotla · 7 years ago
  3. 49d75e3 Address some review comments by Sree Kuchibhotla · 7 years ago
  4. 1b7be43 Merge branch 'master' into exp-cq-fix by Sree Kuchibhotla · 7 years ago
  5. 561f72f Merge pull request #12532 from yashykt/ctocc4 by Yash Tibrewal · 7 years ago
  6. c7cebe8 Consistent acq/rel semantics for pending_events atomic by Sree Kuchibhotla · 7 years ago
  7. f1dc9c3 Count api object creations by Craig Tiller · 7 years ago
  8. bc130da Adding more pointer conversions and type renaming by Yash Tibrewal · 7 years ago
  9. ca3c1c0 More explicit pointer type conversion by Yash Tibrewal · 7 years ago
  10. 2a1f129 Fix mismatched BEGIN/END by yang-g · 7 years ago
  11. cfce451 Fix tsan failures in cq-pluck and cleanup cq code by Sree Kuchibhotla · 7 years ago
  12. 097cbfc Resolve comments by yang-g · 7 years ago
  13. 7d6b914 Change return type to bool by yang-g · 7 years ago
  14. 533fbd3 Rebase with head and resolve conflicts by yang-g · 7 years ago
  15. 0eaf7de Allow adding events to cq after shutdown is called. by yang-g · 7 years ago
  16. a0bfba2 Fix use after free error in cq by Sree Kuchibhotla · 7 years ago
  17. 7712c7c clang format by ncteisen · 7 years ago
  18. 06bce6e Tracers know their name by ncteisen · 7 years ago
  19. 9c070bf Fix memory leak by Craig Tiller · 7 years ago
  20. 5694019 Fix compile by Craig Tiller · 7 years ago
  21. 39a7327 Merge github.com:grpc/grpc into cq-drop by Craig Tiller · 7 years ago
  22. e7183b7 Merge github.com:grpc/grpc into cq-drop by Craig Tiller · 7 years ago
  23. 3bc2558 clang fmt by ncteisen · 7 years ago
  24. 6a23105 Merge github.com:grpc/grpc into cq-drop by Craig Tiller · 7 years ago
  25. d39010e Add cq and fd tracer by ncteisen · 7 years ago
  26. 969b46e Add rich closure debug mode by ncteisen · 7 years ago
  27. 274bbbe Add rich closure debug mode by ncteisen · 7 years ago
  28. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  29. caf8ea9 Fix race condition by Craig Tiller · 7 years ago
  30. 38338e9 Publish struct size by Craig Tiller · 7 years ago
  31. be29085 Split cq_data into cq_next_data, cq_pluck_data by Craig Tiller · 7 years ago
  32. c019572 Add missing lock by Craig Tiller · 7 years ago
  33. 8e17000 Merge branch 'cq-drop' of github.com:ctiller/grpc into cq-drop by Craig Tiller · 7 years ago
  34. 3e87909 Fix code by Craig Tiller · 7 years ago
  35. f809ca3 Prevent shutdown kick-spam by Craig Tiller · 7 years ago
  36. 1e960fc Attempt to reduce locks by Craig Tiller · 7 years ago
  37. 6f0bd2c Change kicking strategy in cq by Craig Tiller · 7 years ago
  38. 67cda0a Unref pending events under cq lock by yang-g · 7 years ago
  39. a6429df fix last merge by Yuxuan Li · 7 years ago
  40. 37c2e6d fix merge by Yuxuan Li · 7 years ago
  41. 6ca796d merge master, resolve conflict by Yuxuan Li · 7 years ago
  42. 8ac5c6d Merge with master and fix a bad-merge by Sree Kuchibhotla · 7 years ago
  43. 0fb74c2 clang by Sree Kuchibhotla · 7 years ago
  44. 467ad20 Merge branch 'master' into cq_mpsc_based by Sree Kuchibhotla · 7 years ago
  45. 21322de Merge branch 'master' into poll_stat by lyuxuan · 7 years ago
  46. 85d3a53 change gpr_atm to int by Yuxuan Li · 7 years ago
  47. 87827e0 use lock instand of atomics, fix include position by Yuxuan Li · 7 years ago
  48. eda29c6 Merge branch 'epex4' into uberpoll by Craig Tiller · 7 years ago
  49. 3b65436 Add initializers for all tracers by Craig Tiller · 7 years ago
  50. f8365cd clean up, fix minor issue by Yuxuan Li · 7 years ago
  51. 999ac15 initial implementation. by Yuxuan Li · 7 years ago
  52. 84f75d4 Fix ASAN/TSAN failures by Craig Tiller · 7 years ago
  53. c357179 Isolate timer checking in its own thread by Craig Tiller · 7 years ago
  54. 1eabdab clang format by Sree Kuchibhotla · 7 years ago
  55. 736dd90 correctly use cq vtable for all functions by Sree Kuchibhotla · 7 years ago
  56. 8e36845 Fix Tsan failures by Sree Kuchibhotla · 7 years ago
  57. 60b282e Fix compilation issue (when GRPC_CQ_REF_COUNT_DEBUG is defined) by Sree Kuchibhotla · 7 years ago
  58. c2134c3 Create cq vtable by Sree Kuchibhotla · 7 years ago
  59. 399732f Merge with cq-hybrid poller changes by Sree Kuchibhotla · 7 years ago
  60. a72d79b Merge branch 'master' into cq_mpsc_based by Sree Kuchibhotla · 7 years ago
  61. 956920d clang-format by Craig Tiller · 7 years ago
  62. 890b584 Merge github.com:grpc/grpc into epex4 by Craig Tiller · 7 years ago
  63. fe5f235 change mutex to spinlock by Sree Kuchibhotla · 7 years ago
  64. f840110 Fixup tests by Craig Tiller · 7 years ago
  65. 428d707 fix windows portability error by Sree Kuchibhotla · 7 years ago
  66. 55d0b49 Prevent thread deadlock if cq-next timeout is infinity by Sree Kuchibhotla · 7 years ago
  67. 11c5832 Get rid of second api for marking non-listening cqs by Craig Tiller · 7 years ago
  68. 453c611 Fix extra error unref by Sree Kuchibhotla · 7 years ago
  69. 078a340 fix bugs and refactor code by Sree Kuchibhotla · 7 years ago
  70. b674604 Fix a bug in cq_is_next_finished by Sree Kuchibhotla · 7 years ago
  71. d7a1b8f Functionality complete by Sree Kuchibhotla · 7 years ago
  72. 75bfb97 Finish hybrid server stuff, ensure it gets tested by Craig Tiller · 7 years ago
  73. 2f40ff4 Support making hybrid cqs in core by Craig Tiller · 7 years ago
  74. e698a7e Comments by Sree Kuchibhotla · 7 years ago
  75. 94aff9e cq_next by Sree Kuchibhotla · 7 years ago
  76. 5461a8b cq_begin_op and cq_end_op by Sree Kuchibhotla · 7 years ago
  77. a6ff103 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  78. 557c88c Change pollset rules by Craig Tiller · 7 years ago
  79. 5bec133 clang format by Sree Kuchibhotla · 7 years ago
  80. 2abbf8a Changes to use the new API by Sree Kuchibhotla · 7 years ago
  81. 752be9c clang format code by Sree Kuchibhotla · 7 years ago
  82. 1dbd981 Prefix grpc_cq_polling_type enums with GRPC_CQ_ by Sree Kuchibhotla · 7 years ago
  83. 321881d Change Core to use the new completion_queue_create API by Sree Kuchibhotla · 7 years ago
  84. 7a4e5b4 Completion queue creation API change (JUST API change. No functionality change) by Sree Kuchibhotla · 7 years ago
  85. b4673fa Use zalloc in completion queue by Craig Tiller · 7 years ago
  86. 07e8fb1 Eliminate CQ freelist by Craig Tiller · 7 years ago
  87. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  88. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  89. 8cf88f1 Add a mechanism for tagging threads that might be owned by calls/channels by Craig Tiller · 8 years ago
  90. 76dca19 clang-format by Craig Tiller · 8 years ago
  91. bedb189 Fixes, remove grpc_error_free_string by Craig Tiller · 8 years ago
  92. d465456 clang-format code by Craig Tiller · 8 years ago
  93. 91031da Changes to exec_ctx/closure/combiner/workqueue interfaces by Craig Tiller · 8 years ago
  94. 99080d1 Fix TSAN failure when running DEBUG mode. by Robbie Shade · 8 years ago
  95. 2c4043b fixes by Craig Tiller · 8 years ago
  96. aef3a79 Remove extraneous locks on cq checks by Craig Tiller · 8 years ago
  97. 49c644c Fix bugs, make it easier to find them by Craig Tiller · 8 years ago
  98. 4e41e36 Add tracer for pending tags by Craig Tiller · 8 years ago
  99. ca04562 Timing nuances by Craig Tiller · 8 years ago
  100. 5f70fc6 Fixup compilation by Craig Tiller · 8 years ago