| Commit message (Expand) | Author | Age | Files | Lines |
* | libuv: macos: use posix poll instead of kqueue | Brad King | 2024-04-01 | 3 | -2/+9 |
|
|
* | libuv: darwin: group kqueue-specific definitions together | Brad King | 2024-04-01 | 1 | -2/+2 |
|
|
* | libuv: process: de-duplicate conditions for using kqueue | Brad King | 2024-04-01 | 1 | -5/+1 |
|
|
* | libuv: Avoid posix_spawn on macOS < 10.8 | Brad King | 2024-03-25 | 1 | -3/+7 |
|
|
* | libuv: win/spawn: optionally run executable paths with no file extension | Brad King | 2024-02-08 | 3 | -6/+18 |
|
|
* | libuv: Revert "win/spawn: run executables with no file extension" | Brad King | 2024-02-08 | 1 | -6/+2 |
|
|
* | libuv: win/spawn: run executables with no file extension | Kyle Edwards | 2023-12-04 | 1 | -2/+6 |
|
|
* | libuv: Revert "win/spawn: run executables with no file extension" | Brad King | 2023-12-04 | 1 | -12/+25 |
|
|
* | libuv: win: honor NoDefaultCurrentDirectoryInExePath env var | Kyle Edwards | 2023-12-01 | 1 | -4/+6 |
|
|
* | libuv: win/spawn: run executables with no file extension | Kyle Edwards | 2023-11-30 | 1 | -25/+12 |
|
|
* | libuv: win,process: avoid kernel bug with starting Windows Store apps | Brad King | 2023-09-28 | 1 | -12/+29 |
|
|
* | libuv: Use SIGCHLD in bootstrap mode | Kyle Edwards | 2023-08-21 | 1 | -1/+3 |
|
|
* | libuv: Compile as C11 on all Solaris versions | Brad King | 2023-08-18 | 1 | -11/+5 |
|
|
* | libuv: Remove unused compatibility code for CMake < 3.9 | Brad King | 2023-08-18 | 1 | -8/+0 |
|
|
* | libuv: win,spawn: allow %PATH% to be unset | Kyle Edwards | 2023-08-18 | 1 | -16/+13 |
|
|
* | libuv: Precompile common expensive headers | Clemens Wasser | 2023-06-22 | 1 | -0/+4 |
|
|
* | libuv: Suppress clang-analyzer warnings | Brad King | 2023-05-22 | 2 | -0/+10 |
|
|
* | libuv: Update CMake-internal buildsystem for 1.44.2 | Brad King | 2022-09-27 | 3 | -0/+10 |
|
|
* | 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 |
|
|