aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/pollset_uv.c
Commit message (Collapse)AuthorAge
* Add uv resolver fallback for named ports, fix portability testsGravatar murgatroid992017-03-09
|
* Merge pull request #9888 from murgatroid99/electron_uv_fixGravatar Michael Lumish2017-03-01
|\ | | | | Fix missing wakeups when using the libuv iomgr under Electron
| * Clang formatGravatar murgatroid992017-02-27
| |
| * Fix missing wakeups when using the libuv iomgr under ElectronGravatar murgatroid992017-02-27
| |
* | Add zalloc, convert a bunch of files to use itGravatar Craig Tiller2017-02-16
| |
* | Eliminate CQ freelistGravatar Craig Tiller2017-02-09
|/
* 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
* Clean up code after merge with masterGravatar murgatroid992016-10-10
|
* UV tests pass on linuxGravatar murgatroid992016-10-07
|
* Clang formatGravatar murgatroid992016-09-26
|
* Add a libuv endpoint to the C core, for use in the Node libraryGravatar murgatroid992016-09-16