Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bootstrap: Make libuv available during bootstrap | Brad King | 2017-09-17 | 6 | -9/+183 |
| | | | | | | | 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-libuv | Brad King | 2017-05-26 | 16 | -96/+651 |
| | | | | | * upstream-libuv: libuv 2017-05-25 (dc596109) | ||||
* | Merge branch 'upstream-libuv' into update-libuv | Brad King | 2017-05-15 | 21 | -578/+611 |
| | | | | | | | * upstream-libuv: libuv 2017-05-09 (e11dcd43) Fixes: #16878 | ||||
* | libuv: Implement mkdtemp on Solaris 10 | Brad King | 2017-02-26 | 1 | -1/+11 |
| | |||||
* | libuv: automatically skip ifaddrs on Solaris 10 | Brad King | 2017-02-26 | 1 | -0/+4 |
| | |||||
* | Merge branch 'upstream-libuv' into update-libuv | Brad King | 2017-02-22 | 17 | -96/+1431 |
| | | | | | * upstream-libuv: libuv 2017-02-21 (52ae8264) | ||||
* | Merge branch 'upstream-libuv' into update-libuv | Brad King | 2016-09-29 | 1 | -4/+13 |
| | | | | | * upstream-libuv: libuv 2016-09-27 (8221f9b3) | ||||
* | libuv: Simplify variable initializations to satisfy Clang scan-build | Brad King | 2016-09-01 | 2 | -10/+4 |
| | | | | | The Clang scan-build tool warns about assignments whose values are never used, so initialize local variables at declaration instead. | ||||
* | libuv: Avoid including macOS CoreServices header globally | Brad King | 2016-08-31 | 1 | -4/+1 |
| | | | | | We only need the availability macros in `unix/internal.h`. We already include CoreServices where needed in implementation files. | ||||
* | libuv: Always include our own header first | Brad King | 2016-08-31 | 1 | -3/+3 |
| | |||||
* | Merge branch 'upstream-libuv' into import-libuv | Brad King | 2016-08-31 | 39 | -0/+17514 |
* upstream-libuv: libuv 2016-08-30 (897738b1) |