aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
Commit message (Expand)AuthorAge
...
| | | | | | * 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
| |\ \ \ \ \ \ \
| | | | | | | | * Add locking. Add cancellation check. Use grpc_call_element_send_cancel().Gravatar Mark D. Roth2016-08-31
* | | | | | | | | Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-08-30
|\| | | | | | | |
| | | * | | | | | addressed comments from reviewGravatar Makarand Dharmapurikar2016-08-30
| | | | | * | | | Merge branch 'master' of github.com:grpc/grpc into codegen_cleanseGravatar David Garcia Quintas2016-08-31
| | | | | |\ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #7795 from dgquintas/errors_docGravatar David G. Quintas2016-08-30
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge pull request #7912 from ctiller/g_stands_forGravatar Craig Tiller2016-08-30
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge pull request #7645 from y-zeng/fix_ev_epoll_linuxGravatar kpayson642016-08-30
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ Merge branch 'master' of github.com:grpc/grpc into codegen_cleanseGravatar David Garcia Quintas2016-08-30
| | | | | | | | |\ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
| | | | | | * | | | | | fixes for asan leak, and proxy testGravatar Makarand Dharmapurikar2016-08-29
| | | | | | | | | * | | Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-08-29
| | | | | | | | | |\ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
| | | | | | * | | | | | surface cacheable flag to the callGravatar Makarand Dharmapurikar2016-08-29
| | | * | | | | | | | | Specify the "g" in gRPCGravatar Craig Tiller2016-08-29
| | |/ / / / / / / / / | |/| | | | | | | | |
| | | | | | | | | | * Fix build problems when refcount debugging is enabled.Gravatar Mark D. Roth2016-08-29