aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport/chttp2
Commit message (Expand)AuthorAge
* Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
* Merge master into execctxGravatar Yash Tibrewal2017-12-05
|\
| * Pass a pollset_set to some client handshakers.Gravatar Dan Born2017-12-04
| * Merge pull request #13336 from markdroth/server_connection_timeoutGravatar Mark D. Roth2017-12-04
| |\
* | | Merge master into execctx after removal of assert in tls_gccGravatar yashkt2017-12-04
|\| |
| | * Move chttp2 cleanup code into close_transport_locked().Gravatar Mark D. Roth2017-12-04
| * | Initialize last sent ping timeGravatar Ken Payson2017-12-01
| | * Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-12-01
| | |\ | | |/ | |/|
* | | Merge master after no Extern C changesGravatar Yash Tibrewal2017-11-30
|\| |
* | | Remove _ prefixed variable namesGravatar Yash Tibrewal2017-11-29
| | * Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-11-27
| | |\
| | * | Fix handling of grpc shutdown in timer callback.Gravatar Mark D. Roth2017-11-27
| | * | clang-formatGravatar Mark D. Roth2017-11-27
* | | | Merge masterGravatar Yash Tibrewal2017-11-21
|\ \ \ \ | | |_|/ | |/| |
| | * | Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-21
| | |\ \ | | |/ / | |/| |
| * | | Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-coreGravatar Noah Eisen2017-11-21
| |\ \ \
| | * \ \ Merge pull request #13364 from ncteisen/surfacing-error-detailsGravatar Noah Eisen2017-11-21
| | |\ \ \
| | | | | * Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-11-20
| | | | | |\ | | | |_|_|/ | | |/| | |
| | | | * | Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-20
| | | | |\ \ | | | |_|/ / | | |/| | |
| | * | | | Merge branch 'master' of https://github.com/grpc/grpc into tracing++Gravatar ncteisen2017-11-17
| | |\ \ \ \
| | | | | * | clang fmtGravatar ncteisen2017-11-17
| | | | | * | Remove all extern CGravatar ncteisen2017-11-17
| | | | |/ / | | | |/| |
* | | | | | Merge masterGravatar Yash Tibrewal2017-11-16
|\ \ \ \ \ \
| | | | * | | Merge pull request #13388 from y-zeng/flow_controlGravatar Yuchen Zeng2017-11-16
| | |_|/| | | | |/| | | | |
| | | | * | | Add constant kMaxDtGravatar Yuchen Zeng2017-11-16
| | | | | * | Merge branch 'master' of https://github.com/grpc/grpc into surfacing-error-de...Gravatar ncteisen2017-11-15
| | | | | |\ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | Fix artifact buildsGravatar ncteisen2017-11-15
| |/ / / / /
| | | | | * Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-11-15
| | | | | |\ | | |_|_|_|/ | |/| | | |
* | | | | | Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ExecCt...Gravatar Yash Tibrewal2017-11-14
| | | * | | Limit the imput dt of PID to 100msGravatar Yuchen Zeng2017-11-14
| | * | | | clang tidyGravatar Noah Eisen2017-11-14
| | | * | | Handle negative remote_windowGravatar Yuchen Zeng2017-11-14
* | | | | | Address some PR commentsGravatar Yash Tibrewal2017-11-14
| | * | | | clang tidyGravatar Noah Eisen2017-11-13
| | * | | | Merge branch 'master' of https://github.com/grpc/grpc into tracing++Gravatar Noah Eisen2017-11-13
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | | | * | Merge branch 'master' of https://github.com/grpc/grpc into surfacing-error-de...Gravatar ncteisen2017-11-13
| | | | |\ \ | | | | |/ / | | | |/| |
| | | | * | Add error string to recv status APIGravatar ncteisen2017-11-13
| | * | | | clang fmtGravatar Noah Eisen2017-11-12
| | * | | | Make debug flags DebugOnlyGravatar ncteisen2017-11-10
| * | | | | clang-format after nullptr changesGravatar Craig Tiller2017-11-10
| * | | | | Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
| | * | | | Merge branch 'master' of https://github.com/grpc/grpc into tracing++Gravatar ncteisen2017-11-10
| | |\| | |
| * | | | | Merge github.com:grpc/grpc into lfe3Gravatar Craig Tiller2017-11-10
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | s/NULL/nullptrGravatar Craig Tiller2017-11-10
| | |_|/ / | |/| | |
* | | | | Merge masterGravatar Yash Tibrewal2017-11-09
|\ \ \ \ \ | | |/ / / | |/| | |
* | | | | Merge with masterGravatar Yash Tibrewal2017-11-09
|\ \ \ \ \ | | |/ / / | |/| | |
| | | | * Use notify_on_receive_settings to enforce server handshake deadline.Gravatar Mark D. Roth2017-11-09
| | * | | Merge pull request #13201 from wjackson/cancel-and-priorityGravatar Noah Eisen2017-11-09
| | |\ \ \
| | | | | * Add notify_on_receive_settings closure to chttp2 transport.Gravatar Mark D. Roth2017-11-09
| | | * | | Handle frame with priority flag for canceled streamGravatar Whitney Jackson2017-11-09
| | |/ / / | |/| | |