aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel
Commit message (Expand)AuthorAge
...
| * | | | | 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
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| | | | * | Fix error refcounting.Gravatar Mark D. Roth2016-09-07
| | | | * | 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
| |/ / / / /
| | | | * | 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
| | * | | | 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
|\| | | | | |
| | | | | * | 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 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
| | * | | | | | surface cacheable flag to the callGravatar Makarand Dharmapurikar2016-08-29
| * | | | | | | Specify the "g" in gRPCGravatar Craig Tiller2016-08-29
| | |_|_|/ / / | |/| | | | |
| | * | | | | fixed bug exposed by h2_proxy* test.Gravatar Makdharma2016-08-26
* | | | | | | Switch back to C-style comment to appease check_include_guards.py.Gravatar Mark D. Roth2016-08-26
| | * | | | | clang-formatGravatar Makdharma2016-08-26
| | * | | | | correctly free up memory for payload_binGravatar Makdharma2016-08-26
| | | | | * | Cancel deadline timer from on_complete instead of destroy_call_elem().Gravatar Mark D. Roth2016-08-26
| | * | | | | working with send_message with multiple slicesGravatar Makdharma2016-08-26
* | | | | | | Add grpc_channel_arg_get_integer() utility function.Gravatar Mark D. Roth2016-08-26
| | | | | * | Initial code to move deadline timer into a filter. Timer cancellationGravatar Mark D. Roth2016-08-26
| | |_|_|/ / | |/| | | |
* | | | | | Fix crash caused by invoking receive callback with recv_message=NULL.Gravatar Mark D. Roth2016-08-25
| | * | | | prep work for enabling cachingGravatar Makdharma2016-08-24
| |/ / / /
* | | | | Set the right default max message sizes.Gravatar Mark D. Roth2016-08-24
* | | | | Fix portability problem.Gravatar Mark D. Roth2016-08-23
* | | | | Add channel arg for max send message size and add message size filter.Gravatar Mark D. Roth2016-08-23
|/ / / /
* | | | Merge remote-tracking branch 'upstream/master' into handshaker_apiGravatar Mark D. Roth2016-08-11
|\ \ \ \
| | * \ \ Merge github.com:grpc/grpc into grand-unified-closuresGravatar Craig Tiller2016-08-09
| | |\ \ \ | | |/ / / | |/| | |
| | | | * Add error log for invalid http2 headersGravatar Robbie Shade2016-08-05
* | | | | clang-formatGravatar 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 branch 'master' of github.com:grpc/grpc into codegen_cleanseGravatar David Garcia Quintas2016-08-02
| | | |\
| * | | \ Merge branch 'filter_call_init_failure' into filter_apiGravatar Mark D. Roth2016-08-02
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge remote-tracking branch 'upstream/master' into filter_call_init_failureGravatar Mark D. Roth2016-08-02
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'master' of github.com:grpc/grpc into lr_july_16Gravatar David Garcia Quintas2016-08-01
| |\ \ \ \
| * | | | | clang-formatGravatar David Garcia Quintas2016-07-28