aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel/deadline_filter.h
Commit message (Expand)AuthorAge
* Merge github.com:grpc/grpc into zallocGravatar Craig Tiller2017-02-23
|\
* | Add zalloc, convert a bunch of files to use itGravatar Craig Tiller2017-02-16
| * Better implementation, flip timer logic to make 0-init pre-triggeredGravatar Craig Tiller2017-02-16
| * Lock free deadline filterGravatar Craig Tiller2017-02-16
|/
* Use `grpc_closure`s in `grpc_timer`sGravatar Masood Malekghassemi2017-01-05
* Remove unnecessary include.Gravatar Mark D. Roth2016-10-06
* 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
* clang-formatGravatar Mark D. Roth2016-09-09
* Remove debugging code.Gravatar Mark D. Roth2016-09-09
* Move client-side deadline handling to client_channel filter.Gravatar Mark D. Roth2016-09-02
* Initial code to move deadline timer into a filter. Timer cancellationGravatar Mark D. Roth2016-08-26