aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/timer_uv.c
Commit message (Collapse)AuthorAge
* Stop gRPC timers from keeping the UV loop openGravatar murgatroid992017-03-10
|
* Better implementation, flip timer logic to make 0-init pre-triggeredGravatar Craig Tiller2017-02-16
|
* Use `grpc_closure`s in `grpc_timer`sGravatar Masood Malekghassemi2017-01-05
|
* clang-format codeGravatar Craig Tiller2017-01-03
|
* Changes to exec_ctx/closure/combiner/workqueue interfacesGravatar Craig Tiller2016-12-28
| | | | | | | | - make closures know where they should be executed (eg, on a workqueue, or a combiner, or on an exec_ctx) - this allows removal of a large number of trampoline functions that were appearing whenever we used combiners, and should allow for a much easier interface to combiner locks
* UV tests pass on linuxGravatar murgatroid992016-10-07
|
* Clang formatGravatar murgatroid992016-09-26
|
* Remove sockaddr type structs and socklen_t from internal core APIs, update ↵Gravatar murgatroid992016-09-23
| | | | POSIX tests
* Add a libuv endpoint to the C core, for use in the Node libraryGravatar murgatroid992016-09-16