aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | Minor cleanup.Gravatar Mark D. Roth2016-09-13
| * | | | | | | | | | Fix build problem from merge.Gravatar Mark D. Roth2016-09-13
| | | | | * | | | | | Merge branch 'master' of github.com:grpc/grpc into lb_add_mdGravatar David Garcia Quintas2016-09-12
| | | | | |\ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | | | | |
| | | | | * | | | | | Moved LB token changes solely into grpclb.cGravatar David Garcia Quintas2016-09-12
| * | | | | | | | | | Merge remote-tracking branch 'upstream/master' into deadline_filterGravatar Mark D. Roth2016-09-12
| |\| | | | | | | | |
| | | | | | * | | | | Revert "Revert "Grand unified closures""Gravatar Craig Tiller2016-09-12
| | | |_|_|/ / / / / | | |/| | | | | | |
| | * | | | | | | | Revert "Grand unified closures"Gravatar Craig Tiller2016-09-12
| * | | | | | | | | Merge remote-tracking branch 'upstream/master' into deadline_filterGravatar Mark D. Roth2016-09-12
| |\| | | | | | | |
| * | | | | | | | | Propagate error through grpc_lb_policy_cancel_picks(). Also fix errorGravatar Mark D. Roth2016-09-09
| | | | | | | | * | Merge branch 'master' into fix_channel_from_fd_apiGravatar Sree Kuchibhotla2016-09-09
| | | | | | | | |\ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| | | | | | | | * | Merge branch 'master' into fix_channel_from_fd_apiGravatar Sree Kuchibhotla2016-09-09
| | | | | | | | |\ \
| | | | | | | * | | | Fix Windows no_logging test failure.Gravatar Mark D. Roth2016-09-09
| * | | | | | | | | | Fix build problem on Windows.Gravatar Mark D. Roth2016-09-09
| * | | | | | | | | | clang-formatGravatar Mark D. Roth2016-09-09
| * | | | | | | | | | Remove debugging code.Gravatar Mark D. Roth2016-09-09
| * | | | | | | | | | Fix close vs. cancel confusion in transport helper functions.Gravatar Mark D. Roth2016-09-09
| * | | | | | | | | | Merge remote-tracking branch 'upstream/master' into deadline_filterGravatar Mark D. Roth2016-09-09
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| | * | | | | | | | | 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
| | | | | | |\ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| * | | | | | | | | | Remove unused code for chaining on_complete closures in call.c.Gravatar Mark D. Roth2016-09-07
| * | | | | | | | | | Fix error refcounting.Gravatar Mark D. Roth2016-09-07
* | | | | | | | | | | Merge pull request #7987 from ctiller/fuzz-failsGravatar Craig Tiller2016-09-07
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| | * | | | | | | | | Merge remote-tracking branch 'upstream/master' into deadline_filterGravatar Mark D. Roth2016-09-07
| | |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| | | | | | | | * | | Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-09-07
| | | | | | | | |\ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| | | * | | | | | | | Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-09-07
| | | |\ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #7774 from ctiller/percent-encoderGravatar Craig Tiller2016-09-06
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| | | | | | | | * | | Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-09-06
| | | | | | | | |\ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| | | * | | | | | | | Fix portability problems.Gravatar Mark D. Roth2016-09-06
| | | | | | | * | | | Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-06
| | | | | | | |\ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| | * | | | | | | | | Fix fuzzing detected failureGravatar Craig Tiller2016-09-05
| |/ / / / / / / / / |/| | | | | | | | |
| | | | | * | | | | fix type convertGravatar thinkerou2016-09-04
| |_|_|_|/ / / / / |/| | | | | | | |
| | | * | | | | | Revert barrier change to restore TSAN passingGravatar Craig Tiller2016-09-02
| | * | | | | | | Set status from the grpc_error or whichever of its children has the data.Gravatar Mark D. Roth2016-09-02
| | * | | | | | | Start cancellations at the current filter instead of the next one.Gravatar Mark D. Roth2016-09-02
| | * | | | | | | Move client-side deadline handling to client_channel filter.Gravatar Mark D. Roth2016-09-02
| | | * | | | | | Fix typoGravatar Craig Tiller2016-09-02
| | | * | | | | | Address review commentsGravatar Craig Tiller2016-09-02
| | | * | | | | | Improve commentGravatar Craig Tiller2016-09-02
| | | * | | | | | Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-09-02
| | | |\ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| | * | | | | | | Merge remote-tracking branch 'upstream/master' into deadline_filterGravatar Mark D. Roth2016-09-01
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| | | | * | | | | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanseGravatar David Garcia Quintas2016-09-01
| | | | |\ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #7862 from makdharma/grpc_cachingGravatar makdharma2016-09-01
|\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge branch 'client_channel_cleanup' into deadline_filterGravatar Mark D. Roth2016-09-01
| | | |\ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | moved kMaxPayloadSizeForGet definition to C fileGravatar Makarand Dharmapurikar2016-08-31
| * | | | | | | | | addressed review feedback.Gravatar Makarand Dharmapurikar2016-08-31
| | | | | | * | | | Change error messages to include actual values and limits.Gravatar Mark D. Roth2016-08-31
| * | | | | | | | | one more clang-format fixGravatar Makarand Dharmapurikar2016-08-31
| | | | | | * | | | Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-08-31
| | | | | | |\ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| | | | | | | * | | Merge remote-tracking branch 'upstream/master' into http_connectGravatar Mark D. Roth2016-08-31
| | | | | | | |\ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #7842 from jboeuf/security_context_extensionGravatar Mark D. Roth2016-08-31
|\ \ \ \ \ \ \ \ \ \