aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport/chttp2/transport/writing.c
Commit message (Expand)AuthorAge
* Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
* Merge remote-tracking branch 'upstream/master' into fix-stream-compression-eosGravatar Muxi Yan2017-09-22
|\
| * Merge pull request #12399 from muxi/fix-stream-compression-transport-duplicateGravatar Muxi Yan2017-09-22
| |\
| | * Merge remote-tracking branch 'upstream/master' into fix-stream-compression-tr...Gravatar Muxi Yan2017-09-19
| | |\
| * | | Update writing.c with the trailers-only response changeGravatar Yuchen Zeng2017-09-18
| * | | Set the ping behavior as described in the proposalGravatar Yuchen Zeng2017-09-18
| * | | Set last_ping_sent_time to inf_past after receiving dataGravatar Yuchen Zeng2017-09-18
| * | | Fix ping policyGravatar Yuchen Zeng2017-09-18
| | |/ | |/|
| * | Collect stats on why writes are initiatedGravatar Craig Tiller2017-09-14
| | * Merge remote-tracking branch 'upstream/master' into fix-stream-compression-tr...Gravatar Muxi Yan2017-09-14
| | |\ | | |/ | |/|
| * | There is no need to remove fail_pending_writes from mark_stream_closed anymoreGravatar Yash Tibrewal2017-09-12
| * | Fix for max_concurrent_streams issue - Call mark_stream_closed before sending...Gravatar Yash Tibrewal2017-09-12
| | * Merge remote-tracking branch 'upstream/master' into fix-stream-compression-tr...Gravatar Muxi Yan2017-09-11
| | |\ | | |/ | |/|
| | * Merge remote-tracking branch 'upstream/master' into fix-stream-compression-tr...Gravatar Muxi Yan2017-09-11
| | |\
| * | | Measure batchinessGravatar Craig Tiller2017-09-08
| * | | Merge branch 'stats_histo' into write_completion_statsGravatar Craig Tiller2017-09-07
| |\ \ \ | | | |/ | | |/|
| | * | Merge github.com:grpc/grpc into stats_histoGravatar Craig Tiller2017-09-06
| | |\ \
| | | | * clang-formatGravatar Muxi Yan2017-09-05
| | | | * Remove duplicate sentences on send pathGravatar Muxi Yan2017-09-05
| | | | * Add interface abstraction and identity moduleGravatar Muxi Yan2017-09-05
| | | |/
| * | | Merge github.com:grpc/grpc into write_completionGravatar Craig Tiller2017-09-05
| |\ \ \ | | | |/ | | |/|
| | * | Use a separate table to determine which callouts are default.Gravatar Mark D. Roth2017-09-01
| | | * Expose more statsGravatar Craig Tiller2017-08-31
* | | | Guarantee that Z_FINISH is only applied at the end of streamGravatar Muxi Yan2017-08-31
| * | | Merge github.com:grpc/grpc into wcGravatar Craig Tiller2017-08-31
| |\ \ \ | | | |/ | | |/|
| | | * Detect default metadata using the callout list.Gravatar Mark D. Roth2017-08-25
| | |/
* | | Log error when stream compression failsGravatar Muxi Yan2017-08-23
* | | nit fixGravatar Muxi Yan2017-08-23
* | | Minor bug fixGravatar Muxi Yan2017-08-22
* | | clang-formatGravatar Muxi Yan2017-08-21
* | | Add Z_FINISH flush at end of streamGravatar Muxi Yan2017-08-21
| |/ |/|
* | clang fmtGravatar ncteisen2017-08-01
* | Merge branch 'master' of https://github.com/grpc/grpc into flow-control-v3Gravatar ncteisen2017-07-28
|\ \
| * | Bug fixGravatar Muxi Yan2017-07-21
| * | transport - Move slice buffer creation to stream compression enabling time (P...Gravatar Muxi Yan2017-07-21
| | * Track early resultsGravatar Craig Tiller2017-07-20
| | * Complete metadata writes inline now that thats safeGravatar Craig Tiller2017-07-20
| * | transport - Change ~(size_t)0 to macro MAX_SIZE_TGravatar Muxi Yan2017-07-19
* | | Add read only refs to transport and streamGravatar ncteisen2017-07-18
* | | Pull out flow control objectsGravatar ncteisen2017-07-18
* | | Pull flow control into one moduleGravatar ncteisen2017-07-18
| * | transport - Fix uninitialized variableGravatar Muxi Yan2017-07-17
| | * Look at correct counter during writeGravatar Craig Tiller2017-07-13
| * | Transport layer send (compression) pathGravatar Muxi Yan2017-07-12
|/ /
| * Better write start behavior - need to delegate writing thread if we complete ...Gravatar Craig Tiller2017-07-11
| * Merge github.com:grpc/grpc into write_completionGravatar Craig Tiller2017-07-11
| |\ | |/ |/|
* | Add support for Trailers-Only responses.Gravatar Mark D. Roth2017-06-22
* | Add rich closure debug modeGravatar ncteisen2017-06-08
* | Merge github.com:grpc/grpc into ALL-the-thingsGravatar Craig Tiller2017-06-08
|\ \
| * | auto-fix most of licensesGravatar Jan Tattermusch2017-06-08