1. e374b88 Add more control flow logging by Ken Payson · 7 years ago
  2. 77ad62e Fix a Python spinlock bug by Ken Payson · 7 years ago
  3. d6c292f Merge master by Yash Tibrewal · 7 years ago
  4. 8cf1470 Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" by Yash Tibrewal · 7 years ago
  5. ad4d2dd Revert "All instances of exec_ctx being passed around in src/core removed" by Yash Tibrewal · 7 years ago
  6. d742f28 Bug fix, use the last_sent ping time for next send by yang-g · 7 years ago
  7. d9f6407 Merge master into execctx after removal of assert in tls_gcc by yashkt · 7 years ago
  8. df86101 Initialize last sent ping time by Ken Payson · 7 years ago
  9. 7486144 Merge master by Yash Tibrewal · 7 years ago
  10. 0392f8a Merge branch 'master' of https://github.com/grpc/grpc into tracing++ by ncteisen · 7 years ago
  11. 177039b Merge master by Yash Tibrewal · 7 years ago
  12. 6d66369 Merge pull request #13388 from y-zeng/flow_control by Yuchen Zeng · 7 years ago
  13. 6c26b16 Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ExecCtx and some minor changes by Yash Tibrewal · 7 years ago
  14. abfb4f8 Handle negative remote_window by Yuchen Zeng · 7 years ago
  15. 75122c2 Address some PR comments by Yash Tibrewal · 7 years ago
  16. 68bb1bf Merge branch 'master' of https://github.com/grpc/grpc into tracing++ by Noah Eisen · 7 years ago
  17. be98d24 clang-format after nullptr changes by Craig Tiller · 7 years ago
  18. 4ac2b8e Enable clang-tidy as a sanity check, fix up all known failures by Craig Tiller · 7 years ago
  19. 72afb76 Merge branch 'master' of https://github.com/grpc/grpc into tracing++ by ncteisen · 7 years ago
  20. 4782d92 s/NULL/nullptr by Craig Tiller · 7 years ago
  21. 4e9265c Merge with master by Yash Tibrewal · 7 years ago
  22. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  23. 0ee7574 Removing instances of exec_ctx being passed around in functions in by Yash Tibrewal · 7 years ago
  24. d3d709a Merge github.com:grpc/grpc into tracer by Craig Tiller · 7 years ago
  25. cdaf6d8 clang-format by Craig Tiller · 7 years ago
  26. 6014e8a C++ize tracing by Craig Tiller · 7 years ago
  27. 26a0c98 Merge branch 'pid++' into flow++ by Craig Tiller · 7 years ago
  28. 85516af Fix tests by Craig Tiller · 7 years ago
  29. 0578154 Fixes by Craig Tiller · 7 years ago
  30. fca7307 Cleanup suggested by code review by Craig Tiller · 7 years ago
  31. a69912c Fixes by Craig Tiller · 7 years ago
  32. 527253f Merge branch 'flowctl+millis' into qps_failya by Craig Tiller · 7 years ago
  33. 40928b6 Cleanup write path, fix some bugs by Craig Tiller · 7 years ago
  34. 5291023 Merge github.com:grpc/grpc into flowctl+millis by Craig Tiller · 7 years ago
  35. 37fdb73 More build errors by Yash Tibrewal · 7 years ago
  36. d8b84a2 Removing few more build errors by Yash Tibrewal · 7 years ago
  37. 8306284 Changes for C to C++. Adding extern C to header files for compatibility. by Yash Tibrewal · 7 years ago[Renamed from src/core/ext/transport/chttp2/transport/writing.c]
  38. f7d8860 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-eos by Muxi Yan · 7 years ago
  39. 31c66c5 Merge pull request #12399 from muxi/fix-stream-compression-transport-duplicate by Muxi Yan · 7 years ago
  40. 3f583b7 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-transport-duplicate by Muxi Yan · 7 years ago
  41. 18ea66f Update writing.c with the trailers-only response change by Yuchen Zeng · 7 years ago
  42. 1ecbebc Set the ping behavior as described in the proposal by Yuchen Zeng · 7 years ago
  43. ad32075 Set last_ping_sent_time to inf_past after receiving data by Yuchen Zeng · 7 years ago
  44. 6a8c0ac Fix ping policy by Yuchen Zeng · 7 years ago
  45. 3ff1fa6 Collect stats on why writes are initiated by Craig Tiller · 7 years ago
  46. 3cdc6fb Merge remote-tracking branch 'upstream/master' into fix-stream-compression-transport-duplicate by Muxi Yan · 7 years ago
  47. 6988dbb There is no need to remove fail_pending_writes from mark_stream_closed anymore by Yash Tibrewal · 7 years ago
  48. 49119a4 Fix for max_concurrent_streams issue - Call mark_stream_closed before sending trailing metadata by Yash Tibrewal · 7 years ago
  49. 2bdd045 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-transport-duplicate by Muxi Yan · 7 years ago
  50. adf6c81 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-transport-duplicate by Muxi Yan · 7 years ago
  51. 50fec6a Measure batchiness by Craig Tiller · 7 years ago
  52. 022ad3a Merge branch 'stats_histo' into write_completion_stats by Craig Tiller · 7 years ago
  53. 3749a6d Merge github.com:grpc/grpc into stats_histo by Craig Tiller · 7 years ago
  54. 03600fc clang-format by Muxi Yan · 7 years ago
  55. 8e14acc Remove duplicate sentences on send path by Muxi Yan · 7 years ago
  56. 130e070 Add interface abstraction and identity module by Muxi Yan · 7 years ago
  57. a82b6db Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  58. 9e3a19e Use a separate table to determine which callouts are default. by Mark D. Roth · 7 years ago
  59. 57bb9a9 Expose more stats by Craig Tiller · 7 years ago
  60. 76e0c1d Guarantee that Z_FINISH is only applied at the end of stream by Muxi Yan · 7 years ago
  61. 8fd40d5 Merge github.com:grpc/grpc into wc by Craig Tiller · 7 years ago
  62. 8ecb4ed Detect default metadata using the callout list. by Mark D. Roth · 7 years ago
  63. c353643 Log error when stream compression fails by Muxi Yan · 7 years ago
  64. 103fc3e nit fix by Muxi Yan · 7 years ago
  65. b02f1bf Minor bug fix by Muxi Yan · 7 years ago
  66. 1e95aa1 clang-format by Muxi Yan · 7 years ago
  67. 7225408 Add Z_FINISH flush at end of stream by Muxi Yan · 7 years ago
  68. 8a46ba5 clang fmt by ncteisen · 7 years ago
  69. fb193a1 Merge branch 'master' of https://github.com/grpc/grpc into flow-control-v3 by ncteisen · 7 years ago
  70. c7a94c5 Bug fix by Muxi Yan · 7 years ago
  71. 9469ac4 transport - Move slice buffer creation to stream compression enabling time (PR 3) for performance by Muxi Yan · 7 years ago
  72. 3415997 Track early results by Craig Tiller · 7 years ago
  73. 4f16582 Complete metadata writes inline now that thats safe by Craig Tiller · 7 years ago
  74. ab0d2d4 transport - Change ~(size_t)0 to macro MAX_SIZE_T by Muxi Yan · 7 years ago
  75. 00f74a9 Add read only refs to transport and stream by ncteisen · 7 years ago
  76. 3c909d5 Pull out flow control objects by ncteisen · 7 years ago
  77. 268a823 Pull flow control into one module by ncteisen · 7 years ago
  78. dfda37f transport - Fix uninitialized variable by Muxi Yan · 7 years ago
  79. 12ab529 Look at correct counter during write by Craig Tiller · 7 years ago
  80. e89c83a Transport layer send (compression) path by Muxi Yan · 7 years ago
  81. 7561b82 Better write start behavior - need to delegate writing thread if we complete flow control by Craig Tiller · 7 years ago
  82. a6ca571 Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  83. bd3b93b Add support for Trailers-Only responses. by Mark D. Roth · 7 years ago
  84. 274bbbe Add rich closure debug mode by ncteisen · 7 years ago
  85. b3899fd Merge github.com:grpc/grpc into ALL-the-things by Craig Tiller · 7 years ago
  86. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  87. e9a7665 Progress by Craig Tiller · 7 years ago
  88. ee4b145 Remove workqueue, covered_by_poller as concepts, get Mac build up by Craig Tiller · 7 years ago
  89. d868a07 Merge github.com:grpc/grpc into uberpoll by Craig Tiller · 7 years ago
  90. 84f75d4 Fix ASAN/TSAN failures by Craig Tiller · 7 years ago
  91. 0f4168a Expose extensibility point for flow control by Craig Tiller · 7 years ago
  92. 02cc83b Cap writes at 1 meg - consider autotuning later by Craig Tiller · 7 years ago
  93. 456c6ce Clamp write size to (hopefully) limit buffer bloat by Craig Tiller · 7 years ago
  94. 81f92c8 Tighten BDP increase conditions, better fix target transport window sizing by Craig Tiller · 7 years ago
  95. addd333 Merge branch 'flow' into trickle_stall by Craig Tiller · 7 years ago
  96. 6814d07 In all cases when writing, respect what the peer has asked for (not what the peer has acknowledged we asked for) by Craig Tiller · 7 years ago
  97. edfce58 Merge github.com:grpc/grpc into truebin by Craig Tiller · 7 years ago
  98. cb1d47e Fix bug causing connection window to be stuck at 2gigs by Craig Tiller · 7 years ago
  99. 83f7b95 Starting the encode path by Craig Tiller · 7 years ago
  100. 0937fc1 Client-side keepalive pings server enforcement by Yuchen Zeng · 7 years ago