Lines Matching refs:on

7 * Revert "linux: eliminate a read on eventfd per wakeup" (Ben Noordhuis)
33 * win,fs: uv_fs_rmdir() to return ENOENT on file (Santiago Gimeno)
41 * unix: workaround gcc bug on armv7 (Santiago Gimeno)
47 * unix: fix uv_getrusage ru_maxrss on solaris (Poul T Lomholt)
54 * test: fix -Wpointer-to-int-cast on 32 bits systems (Ben Noordhuis)
91 * unix,win: error on zero delay tcp keepalive (Saúl Ibarra Corretgé)
124 * bsd: support pipe2() on *BSD (Andy Pan)
154 * darwin: fix crash on iOS(arm64) (郑苏波 (Super Zheng))
182 * linux: eliminate a read on eventfd per wakeup (Andy Pan)
228 * win: fix uv_available_parallelism on win32 (Ben Noordhuis)
234 * unix: restore tty attributes on handle close (Ben Noordhuis)
240 * test: run android tests on ci (Edigleysson Silva (Edy))
274 * linux: disable io_uring on hppa below kernel 6.1.51 (matoro)
286 * test_fs.c: Fix issue on 32-bit systems using btrfs (Stephen Gallagher)
296 * test: skip tcp-write-in-a-row on IBM i (Abdirahim Musse)
298 * build,win: work around missing uuid.dll on MinGW (Anton Bachin)
312 * unix: support full TCP keep-alive on Solaris (Andy Pan)
318 * freebsd: fix build on non-intel archs (David Carlier)
322 * linux: disable io_uring on ppc64 and ppc64le (Brad King)
326 * build: re-enable msvc-asan job on CI (Jameson Nash)
332 * unix,win: reset the timer queue on stop (Santiago Gimeno)
353 * linux: don't use io_uring on pre-5.10.186 kernels (Ben Noordhuis)
389 * unix: disable io_uring close on selected kernels (Santiago Gimeno)
411 * test: fix get_passwd2 on IBM i (Abdirahim Musse)
413 * unix: don't malloc on sync uv_fs_read (Ben Noordhuis)
439 * linux: disable io_uring on 32 bits arm systems (Ben Noordhuis)
441 * build: run sanitizers on macos ci (Ben Noordhuis)
468 * fs: use WTF-8 on Windows (Stefan Karpinski)
504 * unix: skip prohibited syscalls on tvOS and watchOS (小明)
575 * build: support AddressSanitizer on MSVC (Jameson Nash)
611 * build: don't use ifaddrs.h on solaris 10 (Edward Humes)
645 * build: enable platform_output test on qemu (Ben Noordhuis)
663 * docs: update Sphinx version on RTD (Jameson Nash)
705 * unix: abort on clock_gettime() error (Ben Noordhuis)
737 * unix,sunos: SO_REUSEPORT not valid on all sockets (Stacey Marshall)
852 * win: fix unexpected ECONNRESET error on TCP socket (twosee)
916 * unix: retry tcgetattr/tcsetattr() on EINTR (Ben Noordhuis)
969 * process: monitor for exit with kqueue on BSDs (Jeremy Rose)
1001 * build: fix error C4146 on MSVC (UMU)
1027 * hurd: unbreak build on GNU/Hurd (Vittore F. Scolari)
1169 * doc: add instructions for building on z/OS (Shuowang (Wayne) Zhang)
1179 * test: remove string + int warning on udp-pummel (Juan José Arboleda)
1189 * darwin: abort on pthread_attr_init fail (Brandon Cheng)
1232 * Re-merge "unix,stream: clear read/write states on close/eof" (Jameson Nash)
1250 * cleanup,win: Remove _WIN32 guards on threadpool (James M Snell)
1263 * unix: implement cpu_relax() on ppc64 (Ben Noordhuis)
1281 * linux: read CPU model information on ppc (Richard Lau)
1291 * unix: strnlen is not available on Solaris 10 (Claes Nästén)
1326 * build: turn on -fno-strict-aliasing (Ben Noordhuis)
1352 * unix,fs: on DVS fs, statx returns EOPNOTSUPP (Mark Klein)
1358 * unix: fix uv_uptime() on linux (schamberg97)
1424 * build,cmake: Change installation location on MinGW (erw7)
1473 * fs: clobber req->path on uv_fs_mkstemp() error (tjarlama)
1475 * cmake: fix compile error C2001 on Chinese Windows (司徒玟琅)
1496 * test: skip signal_multiple_loops test on QEMU (gengjiawen)
1502 * build: link libkvm on netbsd only (Alexander Tokmakov)
1522 * udp: fix write_queue cleanup on sendmmsg error (Santiago Gimeno)
1531 * test: skip poll_duplex and poll_unidirectional on PASE (Xu Meng)
1541 * unix: yield cpu when spinlocking on async handle (Ben Noordhuis)
1543 * win: remove dep on GetQueuedCompletionStatusEx (Colin Finck)
1553 * build,cmake: fix compilation on old MinGW (erw7)
1595 * test: support common user profile on IBMi (Xu Meng)
1597 * build: test on more platforms via QEMU in CI (gengjiawen)
1633 * zos: fix return value on expired nanosleep() call (Richard Lau)
1661 * doc: add note to README on cross-compiling (Ben Noordhuis)
1675 * unix: fix compilation on macOS 32-bit architectures (Brad King)
1686 * build: make code compilable for iOS on Xcode (ssrlive)
1696 * pipe: disallow listening on an IPC pipe (Witold Kręcicki)
1750 * test: skip some UDP tests on IBMi (Xu Meng)
1752 * test: skip some spawn test cases on IBMi (Xu Meng)
1758 * unix: fix uv_cpu_info always returning UV_ENOTDIR on OpenBSD (Ben Davies)
1760 * test: skip the pwd_shell test on IBMi (Xu Meng)
1776 * zos: return on realloc failure in scandir() (Milad Farazmand)
1820 * ibmi: fix the false isatty() issue on IBMi (Xu Meng)
1824 * test: skip some test cases on IBMi (Xu Meng)
1826 * test: skip uv_(get|set)_process_title on IBMi (Xu Meng)
1848 * unix: squelch fchmod() EPERM on CIFS share (Ben Noordhuis)
1864 * build: turn on -fno-common to catch regressions (Ben Noordhuis)
1903 * unix: retry on EINTR in uv_sleep() (Ben Noordhuis)
1947 * build: fix build warning on cygwin (MaYuming)
1957 * android: enable getentropy on Android >= 28 (David Carlier)
1971 * build: install files on windows via cmake (Carl Lei)
2020 * timer: fix uv_timer_start on closing timer (seny)
2058 * unix: fix UV_FS_O_DIRECT definition on Linux (Joran Dirk Greef)
2103 * unix: fix unused-function warning on BSD (Nhan Khong)
2105 * test: fix test runner on MinGW (Crunkle)
2109 * win: fix uv_spawn() ENOMEM on empty env (Ben Noordhuis)
2197 * unix: don't assert on UV_PROCESS_WINDOWS_* flags (Ben Noordhuis)
2209 * unix: don't make statx system call on Android (George Zhao)
2213 * unix: fall back to kqueue on older macOS systems (ken-cunningham-webuse)
2285 * win,udp: allow to use uv_udp_open on bound sockets (Santiago Gimeno)
2324 * openbsd,tcp: special handling of EINVAL on connect (ptlomholt)
2353 * unix: don't send handle twice on partial write (Ben Noordhuis)
2359 * fsevents: really watch files with fsevents on macos 10.7+ (Jameson Nash)
2369 * unix: enable IPv6 tests on OpenBSD (ptlomholt)
2385 * ibmi: return EISDIR on read from directory fd (Kevin Adler)
2394 * test: fix platform_output test on cygwin (damon-kwok)
2402 * doc: replace deprecated build command on macOS (Rick)
2420 * build: don't link against -lpthread on Android (Michael Meier)
2431 * unix: add missing link dependency on kFreeBSD (Svante Signell)
2469 * win, dl: proper error messages on some systems (Bartosz Sosnowski)
2484 * unix: return 0 retrieving rss on cygwin (cjihrig)
2499 * doc: remove extraneous "on" (Ben Noordhuis)
2515 * aix: don't EISDIR on read from directory fd (Ben Noordhuis)
2536 * doc: notes on running tests, benchmarks, tools (Jamie Davis)
2575 * unix: loop starvation on successful write complete (jBarz)
2602 * zos: clear poll events on every iteration (jBarz)
2651 * test: add test for IPC deadlock on Windows (
2665 * unix: close signal pipe fds on unload (Ben Noordhuis)
2669 * unix: return UV_ENOTSUP on FICLONE_FORCE failure (cjihrig)
2677 * test: speedup process-title-threadsafe on macOS (cjihrig)
2732 * linux: don't use uv__nonblock_ioctl() on sparc (Ben Noordhuis)
2758 * unix: fix uv_pipe_chmod() on macOS (zzzjim)
2790 * doc: README: add note on installing gyp (Jamie Davis)
2812 * unix: use __PASE__ on IBM i platforms (Jesse Gorzinski)
2849 * doc: document uv_timer_start() on an active timer (Vladimír Čunát)
2855 * osx,stream: retry sending handle on EMSGSIZE error (Santiago Gimeno)
2905 * test: remove custom timeout for thread test on ppc (Ben Noordhuis)
2924 * unix: fix uv_cpu_info() error on FreeBSD (elephantp)
2935 * doc: remove note about SIGWINCH on Windows (Bartosz Sosnowski)
2956 * win: fix build on case-sensitive file systems (Ben Noordhuis)
3057 * netbsd: correct uv_exepath() on NetBSD (Kamil Rytarowski)
3085 * netbsd: disable poll_bad_fdtype on NetBSD (Kamil Rytarowski)
3089 * test: fix udp_multicast_join6 on NetBSD (Kamil Rytarowski)
3095 * fsevents: watch files with fsevents on macos 10.7+ (Ben Noordhuis)
3097 * unix: retry on ENOBUFS in sendmsg(2) (Kamil Rytarowski)
3122 * android: fix uv_cond_timedwait on API level < 21 (Gergely Nagy)
3128 * unix,windows: return UV_EINVAL on NULL fs reqs (cjihrig)
3181 * doc: update instructions for building on Android (Saúl Ibarra Corretgé)
3219 * Now working on version 1.13.1 (cjihrig)
3228 * Now working on version 1.12.1 (cjihrig)
3236 * unix,stream: return error on closed handle passing (Santiago Gimeno)
3252 * unix: fix POLLIN assertion on server read (jBarz)
3266 * doc: add instructions for building on Windows (Refael Ackermann)
3275 * Now working on version 1.11.1 (cjihrig)
3277 * test: fix tests on OpenBSD (Santiago Gimeno)
3315 * win,sunos: stop handle on uv_fs_event_start() err (cjihrig)
3345 * udp: fix fast path in uv_udp_send() on unix (Fedor Indutny)
3393 * unix: do not close udp sockets on bind error (Marc Schlaich)
3427 * cygwin: recognize EOF on named pipe closure (Brad King)
3433 * test: skip self-connecting tests on cygwin (Brad King)
3450 * Now working on version 1.10.3 (cjihrig)
3470 * zos: use gyp OS label "os390" on z/OS (John Barboza)
3489 * Now working on version 1.10.2 (cjihrig)
3504 * win, tty: fix crash on restarting with pending data (Nicholas Vavilov)
3506 * fs: fix uv__to_stat on BSD platforms (Santiago Gimeno)
3510 * win: fix free() on bad input in uv_getaddrinfo() (Ben Noordhuis)
3517 * Now working on version 1.10.1 (cjihrig)
3538 * Now working on version 1.9.2 (Saúl Ibarra Corretgé)
3542 * win,build: fix compilation on old Windows / MSVC (Saúl Ibarra Corretgé)
3551 * test: fix test_close_accept flakiness on Centos5 (Santiago Gimeno)
3573 * linux-core: fix uv_get_total/free_memory on uclibc (Nicolas Cavallari)
3575 * build: fix build on DragonFly (Michael Neumann)
3577 * unix: correctly detect named pipes on DragonFly (Michael Neumann)
3607 * doc: add a note on safe reuse of uv_write_t (neevek)
3623 * win: return UV_EINVAL on bad uv_tty_mode mode arg (Ben Noordhuis)
3627 * win: fix compilation on mingw (Bartosz Sosnowski)
3665 * test: improve tap output on test failures (Santiago Gimeno)
3689 * test: fix building pty test on Android (Saúl Ibarra Corretgé)
3693 * doc: improve documentation on uv_alloc_cb (Saúl Ibarra Corretgé)
3695 * fs: fix uv_fs_fstat on platforms using musl libc (Santiago Gimeno)
3699 * test: fix test-tcp-writealot flakiness on arm (Santiago Gimeno)
3701 * test: fix fs_event_watch_dir flakiness on arm (Santiago Gimeno)
3707 * build,osx: fix warnings on tests compilation with gyp (Santiago Gimeno)
3713 * test: fix fs_fstat on Android (Vit Gottwald)
3725 * doc: add reference to uv_update_time on uv_timer_start (Alex Hultman)
3737 * unix: don't include CoreServices globally on macOS (Brad King)
3772 * linux: don't abort on malformed /proc/stat (Ben Noordhuis)
3790 * test: skip fs_event_close_in_callback on AIX (Imran Iqbal)
3796 * unix: error on realpath if PATH_MAX is undefined (Myles Borins)
3826 * test: skip emfile on AIX (Imran Iqbal)
3853 * fs: don't nullify req->bufs on EINTR (Dave)
3891 * doc: describe how to make release builds on Unix (Saúl Ibarra Corretgé)
3903 * build: compile with -D_THREAD_SAFE on AIX (Imran Iqbal)
3905 * test: fix threadpool_multiple_event_loops on PPC (Imran Iqbal)
3911 * unix, win: count null byte on UV_ENOBUFS (Saúl Ibarra Corretgé)
3949 * unix: retry ioctl(TIOCGWINSZ) on EINTR (Ben Noordhuis)
3957 * unix: use open(2) with O_CLOEXEC on OS X (Kári Tristan Helgason)
4000 * stream: support empty uv_try_write on unix (Fedor Indutny)
4010 * test: don't abort on setrlimit() failure (Ben Noordhuis)
4020 * unix: skip prohibited syscalls on tvOS and watchOS (Nathan Corvino)
4032 * pipe: enable inprocess uv_write2 on Windows (Louis DeJardin)
4046 * linux: don't retry dup2/dup3 on EINTR (Ben Noordhuis)
4048 * unix: don't retry dup2/dup3 on EINTR (Ben Noordhuis)
4058 * fsevents: fix race on simultaneous init+close (Fedor Indutny)
4083 * unix: Support atomic compare & swap xlC on AIX (nmushell)
4085 * unix: Fix including uv-aix.h on AIX (nmushell)
4142 * unix, win: make uv_loop_init return on error (Willem Thiart)
4171 * unix,win: return EINVAL on nullptr args in uv_fs_{read,write} (Karl Skomski)
4183 * unix,windows: don't assert on unknown error code (Ben Noordhuis)
4185 * stream: retry write on EPROTOTYPE on OSX (Brian White)
4187 * common: fix use of snprintf on Windows (Saúl Ibarra Corretgé)
4220 * win,fs: Fixes align(8) directive on mingw (Stefano Cristiano)
4229 * test: retry select() on EINTR, honor milliseconds (Ben Noordhuis)
4375 * unix: reap child on execvp() failure (Ryan Phillips)
4377 * windows: fix handle leak on EMFILE (Brian Green)
4390 * linux: fix epoll_pwait() fallback on arm64 (Ben Noordhuis)
4404 * win: fix uv_fs_access on directories (Saúl Ibarra Corretgé)
4437 * stream: ignore EINVAL for SO_OOBINLINE on OS X (Fedor Indutny)
4446 * windows: fix setting dirent types on uv_fs_scandir_next (Saúl Ibarra
4457 * stream: use SO_OOBINLINE on OS X (Fedor Indutny)
4496 * build: compile -D_GNU_SOURCE on linux (Ben Noordhuis)
4504 * test: fix test-spawn on MinGW32 (Luis Martinez de Bartolome)
4541 * test: enable test-tcp-try-write on windows (Bert Belder)
4564 * unix: fix ttl, multicast ttl and loop options on IPv6 (Saúl Ibarra Corretgé)
4586 * unix: don't unlink unix socket on bind error (Ben Noordhuis)
4622 * test: fix test-fs-file-loop on Windows (Bert Belder)
4626 * doc: indicate what version uv_loop_configure was added on (Saúl Ibarra
4654 * test: fix cwd_and_chdir test on Unix (Saúl Ibarra Corretgé)
4816 * fs: fix readdir on empty directory (Fedor Indutny)
4887 * test: don't close connection on write error (Trevor Norris)
4895 * unix, windows: don't allow a NULL callback on timers (Saúl Ibarra Corretgé)
4899 * test: use less requests on tcp-write-queue-order (Saúl Ibarra Corretgé)
4911 * windows: make sure sockets and handles are reset on close (Saúl Ibarra Corretgé)
4919 * test: fix watcher_cross_stop on Windows (Saúl Ibarra Corretgé)
4941 * windows: add support for UNC paths on uv_spawn (Paul Goldsmith)
4955 * unix: read on stream even when UV__POLLHUP set. (Julien Gilli)
4973 * windows: fix buffer overflow on uv__getnameinfo_work() (lilohuang)
4977 * test: disable tcp_close_accept on Windows (Saúl Ibarra Corretgé)
5011 * windows: disable CRT debug handler on MinGW32 (Saúl Ibarra Corretgé)
5054 * unix: return system error on EAI_SYSTEM (Saúl Ibarra Corretgé)
5069 * unix: fix handling error on UDP socket creation (Saúl Ibarra Corretgé)
5084 * unix, windows: return system error on EAI_SYSTEM (Saúl Ibarra Corretgé)
5109 * unix, windows: validate flags on uv_udp|tcp_bind (Saúl Ibarra Corretgé)
5146 * unix, windows: do not set SO_REUSEADDR by default on udp (Saúl Ibarra
5170 * stream: do not leak `alloc_cb` buffers on error (Fedor Indutny)
5172 * unix: fix setting written size on uv_wd (Saúl Ibarra Corretgé)
5195 * unix: workaround broken pthread_sigmask on Android (Paul Tan)
5203 * openbsd, osx: fix compilation warning on scandir (Saúl Ibarra Corretgé)
5243 * windows: fix building on MinGW (Alex Crichton)
5287 * unix, windows: set required size on UV_ENOBUFS (Saúl Ibarra Corretgé)
5292 * fs: use preadv on Linux if available (Brian White)
5319 * build, windows: do not fail on Windows SDK Prompt (Marc Schlaich)
5323 * win: fix buffer leak on error in pipe.c (Fedor Indutny)
5363 * linux: relax assumption on /proc/stat parsing (Luca Bruno)
5376 * linux: relax assumption on /proc/stat parsing (Luca Bruno)
5463 * linux: don't turn on SO_REUSEPORT socket option (Ben Noordhuis)
5485 * unix: set close-on-exec flag on received fds (Ben Noordhuis)
5504 * linux: don't turn on SO_REUSEPORT socket option (Ben Noordhuis)
5519 * darwin: create fsevents thread on demand (Ben Noordhuis)
5567 * build: use -pthread on sunos (Timothy J. Fontaine)
5575 * unix: fix uv_spawn() NULL pointer deref on ENOMEM (Ben Noordhuis)
5577 * unix: don't close inherited fds on uv_spawn() fail (Ben Noordhuis)
5628 * unix: fix uv_spawn() NULL pointer deref on ENOMEM (Ben Noordhuis)
5630 * unix: don't close inherited fds on uv_spawn() fail (Ben Noordhuis)
5721 * linux: don't turn on SO_REUSEPORT socket option (Ben Noordhuis)
5747 time, not the creation time, like on unix systems. st_dev, st_ino, st_blocks
5767 limit on the maximum number of file watchers that can be created on OS X.
5773 * process: make uv_spawn() return some types of errors immediately on windows,
5774 instead of passing the error code the exit callback. This brings it on
5775 par with libuv's behavior on unix. (Bert Belder)
5782 * fsevents: create FSEvents thread on demand (Ben Noordhuis)
5788 limit on the maximum number of file watchers that can be created on OS X.
5820 * darwin: create fsevents thread on demand (Ben Noordhuis)
5828 * unix: retry waitpid() on EINTR (Ben Noordhuis)
5847 * unix: retry waitpid() on EINTR (Ben Noordhuis)
5930 * test: fix fs_fstat test on sunos (Ben Noordhuis)
5972 * unix: avoid extra read, short-circuit on POLLHUP (Ben Noordhuis)
5980 * unix: unconditionally stop handle on close (Ben Noordhuis)
5992 * queue: fix pointer truncation on LLP64 platforms (Bert Belder)
6007 * unix: unconditionally stop handle on close (Ben Noordhuis)
6026 * linux: fix cpu model parsing on newer arm kernels (Ben Noordhuis)
6062 * unix: fix assertion error on signal pipe overflow (Bert Belder)
6074 * unix: stop stream POLLOUT watcher on write error (Ben Noordhuis)
6078 * linux: fix cpu model parsing on newer arm kernels (Ben Noordhuis)
6091 * windows: call idle handles on every loop iteration, something the unix
6111 * unix: stop stream POLLOUT watcher on write error (Ben Noordhuis)
6132 * unix: fix assert on signal pipe overflow (Bert Belder)
6153 * build: only set soname on shared object builds (Timothy J. Fontaine)
6157 * test: fix process_title failing on linux (Miroslav Bajtoš)
6179 * build: link with libkvm on openbsd (Ben Noordhuis)
6197 * build: only set soname on shared object builds (Timothy J. Fontaine)
6317 * build: disable -Wstrict-aliasing on darwin (Ben Noordhuis)