summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibuv/src/unix/pipe.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'upstream-libuv' into update-libuvBrad King2022-09-271-3/+5
| | | | | * upstream-libuv: libuv 2022-07-12 (0c1fa696)
* Merge branch 'upstream-libuv' into update-libuvBrad King2021-11-171-0/+54
| | | | | * upstream-libuv: libuv 2021-11-09 (0f696da5)
* Merge branch 'upstream-libuv' into update-libuvBrad King2020-04-061-2/+6
| | | | | * upstream-libuv: libuv 2020-04-06 (d21f5aea)
* Merge branch 'upstream-libuv' into update-libuvBrad King2019-06-181-6/+6
| | | | | * upstream-libuv: libuv 2019-06-10 (ee24ce90)
* Merge branch 'upstream-libuv' into update-libuvBrad King2019-01-171-8/+23
| | | | | * upstream-libuv: libuv 2019-01-15 (f84c5e69)
* Merge branch 'upstream-libuv' into update-libuvBrad King2018-05-071-29/+34
| | | | | * upstream-libuv: libuv 2018-05-06 (bf605bd7)
* Merge branch 'upstream-libuv' into update-libuvBrad King2018-01-191-0/+53
| | | | | * upstream-libuv: libuv 2018-01-19 (63de1eca)
* bootstrap: Make libuv available during bootstrapBrad King2017-09-171-1/+1
| | | | | | | 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/+8
| | | | | * upstream-libuv: libuv 2017-05-25 (dc596109)
* Merge branch 'upstream-libuv' into update-libuvBrad King2017-05-151-4/+3
| | | | | | | * upstream-libuv: libuv 2017-05-09 (e11dcd43) Fixes: #16878
* libuv: Simplify variable initializations to satisfy Clang scan-buildBrad King2016-09-011-5/+2
| | | | | The Clang scan-build tool warns about assignments whose values are never used, so initialize local variables at declaration instead.
* Merge branch 'upstream-libuv' into import-libuvBrad King2016-08-311-0/+298
* upstream-libuv: libuv 2016-08-30 (897738b1)