aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport/chttp2
Commit message (Expand)AuthorAge
* Merge pull request #7833 from sreecha/fix_channel_from_fd_apiGravatar Nicolas Noble2016-09-29
|\
* \ Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-09-21
|\ \
| * \ Merge pull request #8049 from markdroth/grpclb_resolver_changes2Gravatar Mark D. Roth2016-09-21
| |\ \
| | * | Code review changes.Gravatar Mark D. Roth2016-09-20
* | | | Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-09-16
|\ \ \ \
| | * \ \ Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-16
| | |\ \ \ | | |/ / / | |/| | |
| | | * | Merge branch 'grpclb_resolver_changes' into grpclb_resolver_changes2Gravatar Mark D. Roth2016-09-16
| | | |\ \ | | |_|/ / | |/| | |
* | | | | Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-09-13
|\ \ \ \ \
| | | | * \ Merge branch 'grpclb_resolver_changes' into grpclb_resolver_changes2Gravatar Mark D. Roth2016-09-13
| | | | |\ \ | | |_|_|/ / | |/| | | |
| | * | | | Revert "Revert "Grand unified closures""Gravatar Craig Tiller2016-09-12
| |/ / / /
| * | | | Revert "Grand unified closures"Gravatar Craig Tiller2016-09-12
| * | | | Fix bad mergeGravatar Craig Tiller2016-09-09
| | | | * Merge branch 'master' into fix_channel_from_fd_apiGravatar Sree Kuchibhotla2016-09-09
| | | | |\
| | | * | | Avoid circular refcounting.Gravatar Mark D. Roth2016-09-09
| | | * | | Move LB policy instantiation from resolvers into client_channel.Gravatar Mark D. Roth2016-09-08
| * | | | | Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-09-08
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-08
| | | |\ \ \ | | | |/ / / | | |/| | |
* | | | | | Use http_proxy environment variable instead of URI query param.Gravatar Mark D. Roth2016-09-06
| | * | | | clang-formatGravatar Craig Tiller2016-09-02
| * | | | | Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-08-30
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | | | * | clang-formatGravatar Mark D. Roth2016-08-26
| | | | * | Add grpc_channel_arg_get_integer() utility function.Gravatar Mark D. Roth2016-08-26
| | | |/ / | | |/| |
| | | * | Support >16kib frame sizes in coreGravatar Craig Tiller2016-08-24
| | |/ /
| | | * Remove completion queue parameter from grpc_server_add_insecure_channel_from_...Gravatar Sree Kuchibhotla2016-08-22
| | |/
* | | Merge branch 'handshaker_api' into http_connectGravatar Mark D. Roth2016-08-11
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'upstream/master' into handshaker_apiGravatar Mark D. Roth2016-08-11
| |\ \
| | | * Fix refcounting errorGravatar Craig Tiller2016-08-09
| | | * Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-08-09
| | | |\ | | | |/ | | |/|
| | * | clang-formatGravatar Vijay Pai2016-08-08
| | * | Proxy for @ghemawat: Removed an unnecessary error allocation from chttp2 code.Gravatar Vijay Pai2016-08-09
* | | | clang-formatGravatar Mark D. Roth2016-08-04
| | | * Fix tsan bugGravatar Craig Tiller2016-08-04
* | | | Plumbed read_buffer through and fixed leftover bytes problem.Gravatar Mark D. Roth2016-08-04
| | | * clang-formatGravatar Craig Tiller2016-08-04
* | | | Merge branch 'handshaker_api' into http_connectGravatar Mark D. Roth2016-08-04
|\| | |
| * | | Change handshaker API to use a read buffer to pass leftover bytes readGravatar Mark D. Roth2016-08-04
| |/ /
| | * Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-08-04
| | |\ | | |/ | |/|
| * | Merge pull request #7370 from rjshade/move_timeout_encodingGravatar kpayson642016-08-02
| |\ \
* | | | Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-08-02
|\| | |
| * | | Merge branch 'master' of github.com:grpc/grpc into lr_july_16Gravatar David Garcia Quintas2016-08-01
| |\ \ \
* | \ \ \ Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-07-26
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #7517 from markdroth/handshake_apiGravatar kpayson642016-07-26
| |\ \ \ \
| | | | * \ Merge branch 'master' into move_timeout_encodingGravatar Robbie Shade2016-07-26
| | | | |\ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge pull request #7508 from murgatroid99/v1.0.x_merge_into_masterGravatar Nicolas Noble2016-07-25
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'handshake_api' into http_connectGravatar Mark D. Roth2016-07-25
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | clang-formatGravatar Mark D. Roth2016-07-25
* | | | | | | Update API from merge.Gravatar Mark D. Roth2016-07-25
* | | | | | | Merge branch 'handshake_api' into http_connectGravatar Mark D. Roth2016-07-25
|\| | | | | |
| * | | | | | Merge remote-tracking branch 'upstream/master' into handshake_api2Gravatar Mark D. Roth2016-07-25
| |\| | | | |
* | | | | | | Use URI query string instead of channel arg to indicate use of proxy.Gravatar Mark D. Roth2016-07-25