1. da4f087 Fix minor build issue by Muxi Yan · 7 years ago
  2. d37411e Some missing parts by Muxi Yan · 7 years ago
  3. 713597f Master version bump to 1.7.x by David Garcia Quintas · 7 years ago
  4. e40e259 Add more comments for the atomic operations by Yuchen Zeng · 7 years ago
  5. 0ce19a2 Use atm load instead of atm cas by Yuchen Zeng · 7 years ago
  6. 04b5803 Fix comment format by Muxi Yan · 7 years ago
  7. 229125a Merge remote-tracking branch 'upstream/master' into stream_compression_config by Muxi Yan · 7 years ago
  8. 370051b Simplify bctlp atomic operations by Yuchen Zeng · 7 years ago
  9. 873bb70 Fix data race in call.c by Yuchen Zeng · 7 years ago
  10. fe71c75 Merge pull request #12054 from sreecha/cq_cleanup by Sree Kuchibhotla · 7 years ago
  11. cfce451 Fix tsan failures in cq-pluck and cleanup cq code by Sree Kuchibhotla · 7 years ago
  12. 69b8fe0 Merge branch 'master' into stream_compression_config by Muxi Yan · 7 years ago
  13. e70f3b2 Merge branch 'master' into fix_alarm by Sree Kuchibhotla · 7 years ago
  14. c073e43 Merge pull request #12008 from ncteisen/fuzz-direct-leak-in-malloc by Noah Eisen · 7 years ago
  15. b667f12 Merge pull request #11979 from apolcyn/ensure_cancel_with_status_memory_api by apolcyn · 7 years ago
  16. e6432bf Fix leak if duplicated static md by Noah Eisen · 7 years ago
  17. 088e85c add comment and test for memory api of grpc_call_cancel_with_status by Alexander Polcyn · 7 years ago
  18. 097cbfc Resolve comments by yang-g · 7 years ago
  19. 7d6b914 Change return type to bool by yang-g · 7 years ago
  20. 533fbd3 Rebase with head and resolve conflicts by yang-g · 7 years ago
  21. 0eaf7de Allow adding events to cq after shutdown is called. by yang-g · 7 years ago
  22. a0bfba2 Fix use after free error in cq by Sree Kuchibhotla · 7 years ago
  23. 0603895 Merge remote-tracking branch 'upstream/master' into stream_compression_config by Muxi Yan · 7 years ago
  24. df174cc bug fix by Muxi Yan · 7 years ago
  25. 68a0fd5 Separate stream compression from message-wise compression by Muxi Yan · 7 years ago
  26. 59beeff Merge branch 'master' into fix_alarm by Sree Kuchibhotla · 7 years ago
  27. c97fc14 Revert "Stream compression configuration" by Muxi Yan · 7 years ago
  28. 9a8c3f3 Explicitly call out round up vs round down by Craig Tiller · 7 years ago
  29. 89c1428 Propagate grpc_millis further by Craig Tiller · 7 years ago
  30. 2e37d00 Review feedback by Craig Tiller · 7 years ago
  31. 1ab56d8 Add debug, fix isolation bug in executor by Craig Tiller · 7 years ago
  32. 2808668 Add a simple stats framework to gRPC C core by Craig Tiller · 7 years ago
  33. 7a82afd Introduce long/short jobs to executor (not used yet) by Craig Tiller · 7 years ago
  34. af723b0 Debug aids by Craig Tiller · 7 years ago
  35. c0df1c0 Compiling again by Craig Tiller · 7 years ago
  36. fa5c621 Merge github.com:grpc/grpc into grpc_millis by Craig Tiller · 7 years ago
  37. 7712c7c clang format by ncteisen · 7 years ago
  38. 06bce6e Tracers know their name by ncteisen · 7 years ago
  39. a4dc077 Stream compression configuration by Muxi Yan · 7 years ago
  40. 37691e7 Merge pull request #11317 from ctiller/cq-drop by Craig Tiller · 7 years ago
  41. 102efba Merge pull request #11186 from ctiller/hps by Craig Tiller · 7 years ago
  42. b84a489 Revert "Reduce server memory usage" by Ken Payson · 7 years ago
  43. b633a86 Merge branch 'master' into fix_alarm by Sree Kuchibhotla · 7 years ago
  44. 9c070bf Fix memory leak by Craig Tiller · 7 years ago
  45. 5694019 Fix compile by Craig Tiller · 7 years ago
  46. 39a7327 Merge github.com:grpc/grpc into cq-drop by Craig Tiller · 7 years ago
  47. 07c016b Merge github.com:grpc/grpc into hps by Craig Tiller · 7 years ago
  48. 2b8b748 Destroy byte buffer to avoid leak in zombied calls by yang-g · 7 years ago
  49. ad9dd52 Sanity tests (header guard format by Sree Kuchibhotla · 7 years ago
  50. 6b9a4c0 clang format by Sree Kuchibhotla · 7 years ago
  51. a8cf05c Refcount grpc_alarm object so that grpc_alarm_destroy can safely be called before the alarm event is dequeued from the completion queue by Sree Kuchibhotla · 7 years ago
  52. 2024353 Merge pull request #11499 from markdroth/trailers_only by Mark D. Roth · 7 years ago
  53. bd3b93b Add support for Trailers-Only responses. by Mark D. Roth · 7 years ago
  54. e7183b7 Merge github.com:grpc/grpc into cq-drop by Craig Tiller · 7 years ago
  55. f8061e8 Fix compile. WIP probably by ncteisen · 7 years ago
  56. 3bc2558 clang fmt by ncteisen · 7 years ago
  57. 6a23105 Merge github.com:grpc/grpc into cq-drop by Craig Tiller · 7 years ago
  58. d39010e Add cq and fd tracer by ncteisen · 7 years ago
  59. 4b58405 Add metadata, secendp, sec conn tracers by ncteisen · 7 years ago
  60. 9c43fc0 Add refcount tracers for resolver, lb_policy, stream by ncteisen · 7 years ago
  61. f0c46e3 Rework error and closure tracing by ncteisen · 7 years ago
  62. 969b46e Add rich closure debug mode by ncteisen · 7 years ago
  63. 274bbbe Add rich closure debug mode by ncteisen · 7 years ago
  64. b3899fd Merge github.com:grpc/grpc into ALL-the-things by Craig Tiller · 7 years ago
  65. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  66. caf8ea9 Fix race condition by Craig Tiller · 7 years ago
  67. 38338e9 Publish struct size by Craig Tiller · 7 years ago
  68. be29085 Split cq_data into cq_next_data, cq_pluck_data by Craig Tiller · 7 years ago
  69. c019572 Add missing lock by Craig Tiller · 7 years ago
  70. 8e17000 Merge branch 'cq-drop' of github.com:ctiller/grpc into cq-drop by Craig Tiller · 7 years ago
  71. 3e87909 Fix code by Craig Tiller · 7 years ago
  72. f809ca3 Prevent shutdown kick-spam by Craig Tiller · 7 years ago
  73. 1e960fc Attempt to reduce locks by Craig Tiller · 7 years ago
  74. 6f0bd2c Change kicking strategy in cq by Craig Tiller · 7 years ago
  75. d3ec4aa Merge github.com:grpc/grpc into thread_pool by Craig Tiller · 7 years ago
  76. 67cda0a Unref pending events under cq lock by yang-g · 7 years ago
  77. 095a220 Stop setting deadline on server requests, assert so that this never happens again by Craig Tiller · 7 years ago
  78. 5e56f00 Fixes to new executor by Craig Tiller · 7 years ago
  79. 321b7d8 Merge github.com:grpc/grpc into thread_pool by Craig Tiller · 7 years ago
  80. bcb65f0 Merge pull request #10897 from ctiller/serve_fries by Craig Tiller · 7 years ago
  81. 8698f2b fix extern c location by Yuxuan Li · 7 years ago
  82. a6429df fix last merge by Yuxuan Li · 7 years ago
  83. 37c2e6d fix merge by Yuxuan Li · 7 years ago
  84. 6ca796d merge master, resolve conflict by Yuxuan Li · 7 years ago
  85. b9b01ce Fix shutdown path by Craig Tiller · 7 years ago
  86. ee4b145 Remove workqueue, covered_by_poller as concepts, get Mac build up by Craig Tiller · 7 years ago
  87. dc3998e Converting code by Craig Tiller · 7 years ago
  88. 8ac5c6d Merge with master and fix a bad-merge by Sree Kuchibhotla · 7 years ago
  89. 0fb74c2 clang by Sree Kuchibhotla · 7 years ago
  90. 467ad20 Merge branch 'master' into cq_mpsc_based by Sree Kuchibhotla · 7 years ago
  91. 54773cf Merge github.com:grpc/grpc into serve_fries by Craig Tiller · 7 years ago
  92. 21322de Merge branch 'master' into poll_stat by lyuxuan · 7 years ago
  93. 85d3a53 change gpr_atm to int by Yuxuan Li · 7 years ago
  94. 87827e0 use lock instand of atomics, fix include position by Yuxuan Li · 7 years ago
  95. bc0ab08 clang-format by Craig Tiller · 7 years ago
  96. eda29c6 Merge branch 'epex4' into uberpoll by Craig Tiller · 7 years ago
  97. 3b65436 Add initializers for all tracers by Craig Tiller · 7 years ago
  98. f8365cd clean up, fix minor issue by Yuxuan Li · 7 years ago
  99. 999ac15 initial implementation. by Yuxuan Li · 7 years ago
  100. 9f276e1 Fix mac build by Craig Tiller · 7 years ago