| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'upstream-libuv' into update-libuv | Brad King | 2022-09-27 | 52 | -1409/+2516 |
|
|
* | Utilities: Suppress warnings in third-party code with IBMClang | Aaron Liu | 2022-01-27 | 1 | -1/+1 |
|
|
* | libuv: add cast to pass sockaddr_storage as sockaddr on windows | Brad King | 2022-01-13 | 1 | -1/+1 |
|
|
* | Merge branch 'upstream-libuv' into update-libuv | Brad King | 2022-01-13 | 21 | -914/+169 |
|
|
* | libuv: Fix clang-analyzer deadcode.DeadStores warning on Linux | Brad King | 2021-11-17 | 1 | -1/+2 |
|
|
* | libuv: Convert C++-style comment to C-style | Brad King | 2021-11-17 | 1 | -1/+1 |
|
|
* | libuv: Update CMake-internal buildsystem | Brad King | 2021-11-17 | 1 | -0/+1 |
|
|
* | libuv: Update uv__fs_copy_file_range signature in cmake-bootstrap.c | Brad King | 2021-11-17 | 1 | -2/+2 |
|
|
* | Merge branch 'upstream-libuv' into update-libuv | Brad King | 2021-11-17 | 58 | -1256/+2005 |
|
|
* | libuv: Build unix tcp support during CMake bootstrap | Brad King | 2021-11-17 | 1 | -17/+0 |
|
|
* | LCC: Add dedicated support for MCST LCC compiler | makise-homura | 2021-10-15 | 2 | -2/+2 |
|
|
* | libuv: Include BSD sys/cpuset.h only on platforms where we use it | Brad King | 2021-09-29 | 1 | -2/+5 |
|
|
* | Merge topic 'libuv-mingw-arm' | Brad King | 2021-07-19 | 1 | -2/+6 |
|\ |
|
| * | libuv: Fix building with mingw toolchains for ARM/AArch64 | Martin Storsjö | 2021-07-15 | 1 | -2/+6 |
|
|
* | | libuv: Allow windows UNC path with forward slashes | earnal | 2021-07-12 | 1 | -1/+4 |
|/ |
|
* | MSYS: Add support for running under MSYS runtime environment | Orgad Shaneh | 2021-04-26 | 1 | -1/+1 |
|
|
* | Utilities: Suppress warnings in third-party code with NVHPC | Brad King | 2021-04-20 | 1 | -1/+1 |
|
|
* | Utilities: Suppress warnings in third-party code when using IntelLLVM | Brad King | 2021-01-28 | 1 | -1/+1 |
|
|
* | libuv: Add support for building for QNX within CMake | Elad Lahav | 2020-09-25 | 1 | -0/+18 |
|
|
* | libuv: Suppress conversion warning on Windows | Brad King | 2020-09-23 | 1 | -1/+1 |
|
|
* | libuv: Add fs_copy stub to cmake-bootstrap.c | Brad King | 2020-09-23 | 1 | -0/+8 |
|
|
* | Merge branch 'upstream-libuv' into update-libuv | Brad King | 2020-09-23 | 48 | -536/+1594 |
|
|
* | bootstrap: Fix libuv target platform conditions on macOS | Brad King | 2020-07-22 | 1 | -0/+3 |
|
|
* | libuv: Add proctitle and threadpool cleanup stubs to cmake-bootstrap.c | Brad King | 2020-04-29 | 1 | -0/+6 |
|
|
* | Merge branch 'upstream-libuv' into update-libuv | Brad King | 2020-04-29 | 31 | -377/+836 |
|
|
* | libuv: Restore compilation on Apple i386 architecture | Brad King | 2020-04-07 | 1 | -1/+1 |
|
|
* | libuv: Restore compilation with XLClang 16.1 on AIX | Brad King | 2020-04-07 | 1 | -0/+6 |
|
|
* | Merge branch 'upstream-libuv' into update-libuv | Brad King | 2020-04-06 | 67 | -1497/+3984 |
|
|
* | libuv: Add support for building on IBM i (OS400) | Jesse Gorzinski | 2020-03-06 | 1 | -0/+19 |
|
|
* | libuv: Add partial port to HP-UX | Earle Lowe | 2019-09-20 | 8 | -4/+67 |
|
|
* | libuv: fix compilation with macOS 10.10 SDK | Brad King | 2019-06-19 | 1 | -1/+1 |
|
|
* | libuv: Add uv__statx() stub to cmake-bootstrap.c | Kyle Edwards | 2019-06-18 | 1 | -0/+9 |
|
|
* | Merge branch 'upstream-libuv' into update-libuv | Brad King | 2019-06-18 | 47 | -356/+1847 |
|
|
* | libuv: fix atomic ops compilation with xlclang | Brad King | 2019-02-25 | 1 | -2/+2 |
|
|
* | Utilities: Suppress warnings in third-party code when using XLClang | Brad King | 2019-02-25 | 1 | -1/+1 |
|
|
* | Remove now-unused code once used for MIPSpro on IRIX | Brad King | 2019-02-21 | 1 | -1/+1 |
|
|
* | libuv: Update CMake-internal buildsystem | Brad King | 2019-01-17 | 2 | -18/+24 |
|
|
* | libuv: Include uv/ headers from each other without any path | Brad King | 2019-01-17 | 2 | -14/+14 |
|
|
* | Merge branch 'upstream-libuv' into update-libuv | Brad King | 2019-01-17 | 94 | -3123/+3371 |
|
|
* | libuv: fix clang scan-build warning | Kyle Edwards | 2019-01-14 | 1 | -1/+1 |
|
|
* | Merge topic 'libuv-gnu-hurd' | Brad King | 2018-10-03 | 1 | -8/+39 |
|\ |
|
| * | libuv: do not require PATH_MAX to be defined | Brad King | 2018-10-01 | 1 | -8/+39 |
|
|
* | | libuv: Add kFreeBSD platform-specific files | Gregor Jasny | 2018-09-18 | 1 | -0/+16 |
|/ |
|
* | libuv: Revert local linux/sparc64 fix now that we have upstream fix | Brad King | 2018-05-07 | 1 | -1/+1 |
|
|
* | Merge branch 'upstream-libuv' into update-libuv | Brad King | 2018-05-07 | 61 | -751/+990 |
|
|
* | Merge topic 'ctest-libuv-linux-sparc64' | Brad King | 2018-05-03 | 1 | -1/+1 |
|\ |
|
| * | libuv: linux/sparc64: use fcntl to set and clear O_NONBLOCK | Brad King | 2018-05-02 | 1 | -1/+1 |
|
|
* | | libuv: disable process affinity during CMake bootstrap | Brad King | 2018-03-05 | 1 | -0/+10 |
|
|
* | | libuv: unix,win: add uv_spawn option to set child CPU affinity mask | Brad King | 2018-03-05 | 3 | -0/+114 |
|
|
* | | libuv: misc: add function to get CPU affinity mask size | Brad King | 2018-03-05 | 3 | -0/+17 |
|/ |
|