summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibuv/include/uv-unix.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'upstream-libuv' into update-libuvBrad King2018-05-071-1/+1
| | | | | * upstream-libuv: libuv 2018-05-06 (bf605bd7)
* Merge branch 'upstream-libuv' into update-libuvBrad King2018-01-191-0/+96
| | | | | * upstream-libuv: libuv 2018-01-19 (63de1eca)
* bootstrap: Make libuv available during bootstrapBrad King2017-09-171-1/+15
| | | | | | | On UNIX, build only the parts of libuv we need for the filesystem, process, and poll abstractions using the POSIX poll() backend. This avoids many platform-specific conditions. On Windows, build all of libuv; there are no conditional alternatives anyway.
* Merge branch 'upstream-libuv' into update-libuvBrad King2017-05-261-0/+2
| | | | | * upstream-libuv: libuv 2017-05-25 (dc596109)
* Merge branch 'upstream-libuv' into update-libuvBrad King2017-05-151-12/+3
| | | | | | | * upstream-libuv: libuv 2017-05-09 (e11dcd43) Fixes: #16878
* Merge branch 'upstream-libuv' into update-libuvBrad King2017-02-221-0/+4
| | | | | * upstream-libuv: libuv 2017-02-21 (52ae8264)
* Merge branch 'upstream-libuv' into import-libuvBrad King2016-08-311-0/+371
* upstream-libuv: libuv 2016-08-30 (897738b1)