| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2 | -0/+8 |
|
|
* | Merge branch 'upstream-libuv' into update-libuv | Brad King | 2022-09-27 | 49 | -1402/+2502 |
|
|
* | 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 | 16 | -840/+157 |
|
|
* | 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 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 | 52 | -1245/+1955 |
|
|
* | 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 | 1 | -1/+1 |
|
|
* | 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 |
|/ |
|
* | 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 | 44 | -526/+1570 |
|
|
* | 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 | 29 | -368/+812 |
|
|
* | 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 | 62 | -1483/+3850 |
|
|
* | libuv: Add partial port to HP-UX | Earle Lowe | 2019-09-20 | 6 | -4/+48 |
|
|
* | 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 | 43 | -348/+1763 |
|
|
* | libuv: fix atomic ops compilation with xlclang | Brad King | 2019-02-25 | 1 | -2/+2 |
|
|
* | libuv: Update CMake-internal buildsystem | Brad King | 2019-01-17 | 1 | -0/+1 |
|
|
* | Merge branch 'upstream-libuv' into update-libuv | Brad King | 2019-01-17 | 77 | -2995/+3224 |
|
|
* | libuv: fix clang scan-build warning | Kyle Edwards | 2019-01-14 | 1 | -1/+1 |
|
|
* | libuv: do not require PATH_MAX to be defined | Brad King | 2018-10-01 | 1 | -8/+39 |
|
|
* | 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 | 56 | -681/+899 |
|
|
* | 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 | 2 | -0/+101 |
|
|
* | | libuv: misc: add function to get CPU affinity mask size | Brad King | 2018-03-05 | 2 | -0/+16 |
|/ |
|
* | Merge branch 'upstream-libuv' into update-libuv | Brad King | 2018-01-19 | 53 | -1012/+2597 |
|
|
* | libuv: unix: restart syscalls interrupted by our signal handler | Brad King | 2018-01-08 | 1 | -1/+6 |
|
|
* | bootstrap: Make libuv available during bootstrap | Brad King | 2017-09-17 | 7 | -9/+185 |
|
|
* | Merge branch 'upstream-libuv' into update-libuv | Brad King | 2017-05-26 | 17 | -96/+685 |
|
|
* | Merge branch 'upstream-libuv' into update-libuv | Brad King | 2017-05-15 | 45 | -698/+946 |
|
|
* | 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 | 28 | -254/+1516 |
|
|
* | Merge branch 'upstream-libuv' into update-libuv | Brad King | 2016-09-29 | 4 | -41/+84 |
|
|
* | libuv: Simplify variable initializations to satisfy Clang scan-build | Brad King | 2016-09-01 | 2 | -10/+4 |
|
|
* | libuv: Fix unused variable warning in uv_loop_close | Brad King | 2016-08-31 | 1 | -0/+2 |
|
|