aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel/deadline_filter.c
Commit message (Expand)AuthorAge
* s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
* Handle the case where the resolver returns after the call is initialized.Gravatar Mark D. Roth2016-10-05
* Use per-method wait_until_ready value.Gravatar Mark D. Roth2016-09-28
* Pass path into init_call_elem() for use in looking up method config.Gravatar Mark D. Roth2016-09-26
* Pass deadline into filters via grpc_call_element_args, so that we canGravatar Mark D. Roth2016-09-14
* 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
* Fix error refcounting.Gravatar Mark D. Roth2016-09-07
* Fix portability problems.Gravatar Mark D. Roth2016-09-06
* Move client-side deadline handling to client_channel filter.Gravatar Mark D. Roth2016-09-02
* Add locking. Add cancellation check. Use grpc_call_element_send_cancel().Gravatar Mark D. Roth2016-08-31
* Cancel deadline timer from on_complete instead of destroy_call_elem().Gravatar Mark D. Roth2016-08-26
* Initial code to move deadline timer into a filter. Timer cancellationGravatar Mark D. Roth2016-08-26