aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport
Commit message (Expand)AuthorAge
...
| | * | 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 fmtGravatar Noah Eisen2017-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
| | |/ / / | |/| | |
| | | | * Bool-ify is_client param.Gravatar Mark D. Roth2017-11-09
| | | | * Add channel arg for server handshake timeout.Gravatar Mark D. Roth2017-11-09
| | |_|/ | |/| |
| | * | clang formatGravatar Sree Kuchibhotla2017-11-08
| | * | Merge branch 'master' into resource-quota-fixGravatar Sree Kuchibhotla2017-11-08
| | |\ \ | | |/ / | |/| |
| | * | Review comment: merge seen_goaway and goaway_error fields on transportGravatar Sree Kuchibhotla2017-11-06
| | * | Fix resource_quota_server bugGravatar Sree Kuchibhotla2017-11-04
| * | | Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| |/ /
| * | clang-fmtGravatar Vijay Pai2017-10-30
| * | GPR_ATTRIBUTE_NO_TSAN doesn't reach through function calls, so use a friendGravatar Vijay Pai2017-10-30
| * | Merge pull request #13094 from muxi/fix-objc-cpp-buildGravatar Muxi Yan2017-10-24
| |\ \