Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/neovim/libuv

[DEPRECATED] Nvim 0.6+ uses upstream libuv, not this fork.
https://github.com/neovim/libuv

test: skip signal_multiple_loops test on QEMU

Fixes: https://github.com/libuv/libuv/issues/2859
PR-URL: https://github.com/libuv/libuv/pull/28...

91a38b18c61643f31f2ec1d98baa15ed009641a7 authored over 4 years ago by gengjiawen <[email protected]>
win, util: rearrange uv_hrtime

Rearrange math operations in uv_hrtime. This is a workaround for a
probable compiler bug in VS20...

796744869669842bd5405a71de8ba60b1556fc24 authored over 4 years ago by Bartosz Sosnowski <[email protected]>
test: use last matching qemu version

The QEMU CI broke recently. The calculation to determine the QEMU
version to install now returns...

0356c65f04029d96870dff1f46483f9f8941f038 authored over 4 years ago by cjihrig <[email protected]>
Now working on version 1.38.1

Fixes: https://github.com/libuv/libuv/issues/2844

cc51217a317e96510fbb284721d5e6bc2af31e33 authored over 4 years ago by cjihrig <[email protected]>
2020.05.18, Version 1.38.0 (Stable)

Changes since version 1.37.0:

* test: skip poll_duplex and poll_unidirectional on PASE (Xu Meng...

1ab9ea3790378f9f25c4e78e9e2b511c75f9c9ed authored over 4 years ago by cjihrig <[email protected]>
Add SHA to ChangeLog

a580ae867dad85c85812744dfbfa1e970f6a0794 authored over 4 years ago by cjihrig <[email protected]>
build: test on more platforms via QEMU in CI

This commit runs the test suite via QEMU on GitHub Actions on
a variety of platforms.

Fixes: ht...

1c976110d507cfe7b300bff700134ae9967cba3a authored over 4 years ago by gengjiawen <[email protected]>
test: support common user profile on IBMi

Previously libuv was tested under the user class QSECOFR on IBM i.
But most IBM i users does not...

fcedadcacb73a4897fda600d517e6dbc44878416 authored over 4 years ago by Xu Meng <[email protected]>
unix: don't abort when getrlimit() fails

It was reported that `getrlimit(RLIMIT_STACK)` fails on some aarch64
systems due to a glibc bug,...

18c7530a75d813801f819caae4dff47fc4a1d4a1 authored over 4 years ago by Ben Noordhuis <[email protected]>
doc: fix the order of arguments to calloc()

PR-URL: https://github.com/libuv/libuv/pull/2835
Reviewed-By: Colin Ihrig <[email protected]>

5a0779ba32eeffde8452c37a2cf29edef9b47247 authored over 4 years ago by MasterDuke17 <[email protected]>
build: check for libraries not provided by libc

Using AC_CHECK_LIB ignores symbols already provided by
other libraries, or in other words it lin...

b4fe4f6ad91d380c6af2b4ab2a1c624e58947608 authored over 4 years ago by Jeroen Roovers <[email protected]>
unix,win: fix wrong sizeof argument to memcpy()

Libuv was copying `sizeof(struct sockaddr_storage)` bytes from source to
destination but the sou...

36549815eed297c74448ff580b5c84713245ec5d authored over 4 years ago by Ben Noordhuis <[email protected]>
unix: shrink uv_udp_set_source_membership() stack

Replace two biggish `struct sockaddr_storage` instances with a union
of `struct sockaddr_in` and...

78c65d0f10b1c6613df38c74ecc1cab1482af2a6 authored over 4 years ago by Ben Noordhuis <[email protected]>
unix: fix memory leak when uv_loop_init() fails

`uv_signal_init()` leads to the allocation of an IO watcher,
so if the loop initialization fails...

55dede5b6f730882d79f994138f0f23a7b28b119 authored over 4 years ago by Anna Henningsen <[email protected]>
doc: fix formatting

Fixes: https://github.com/libuv/libuv/issues/2831
PR-URL: https://github.com/libuv/libuv/pull/28...

7ccea60b1f576de2e65e8891b76165b8048aaac8 authored over 4 years ago by Ben Noordhuis <[email protected]>
win, fs: add IO_REPARSE_TAG_APPEXECLINK support

Adds support for IO_REPARSE_TAG_APPEXECLINK reparse points, used by
Windows Store.

Ref: https:/...

e7ebae26247d2fee0a04547eb7f9aa8f78d4a642 authored over 4 years ago by Bartosz Sosnowski <[email protected]>
fs: report original error

Exposes the original system error of the filesystem syscalls. Adds a new
uv_fs_get_system_error ...

457285827cfcc6bbe33abe9bd211e7cee332b3c5 authored over 4 years ago by Bartosz Sosnowski <[email protected]>
unix: fix int overflow when copying large files

I was getting some weird results when copying a 5GB file on Alpine
Linux on Raspberry Pi. Out of...

2bbf7d5c8cd070cc8541698fe72136328bc18eae authored over 4 years ago by Michal Artazov <[email protected]>
doc: add uv_replace_allocator thread safety warning

PR-URL: https://github.com/libuv/libuv/pull/2815/
Reviewed-By: Anna Henningsen <[email protected]...

06b2f13bad0db043a10952f2a16258c236ff451f authored over 4 years ago by twosee <[email protected]>
unix: fully initialize struct msghdr

Commit 3d713663 ("freebsd,linux: add recvmmsg() + sendmmsg() udp
implementation") forgot to zero...

43b456dcb375319ad0e45931ddddd88fd3dd7ee1 authored over 4 years ago by Ben Noordhuis <[email protected]>
win: support environment variables > 32767 chars

The Windows documentation states these should not be possible
but several people have reported t...

db96a61c26a88e18fd09a45d78e78add7c25a6f9 authored over 4 years ago by Ben Noordhuis <[email protected]>
darwin: fix build with non-apple compilers

The header files for ApplicationServices and CoreFoundation contain
C language extensions that A...

75c8850c91ffa93fded1c8e2a8e725e00124e4be authored over 4 years ago by Ben Noordhuis <[email protected]>
doc: check/idle/prepare functions always succeed

Make the documentation reflect that the init/start/stop functions
for check/idle/prepare handles...

25368e2db1debb5ffa99041ac543e6d8539e461e authored over 4 years ago by Ben Noordhuis <[email protected]>
build, win: add long path aware manifest

Adds manifest file that makes the test runner work with long filenames
when those are enabled in...

be0e957f1802064cb7eca850f6a39900289b4da3 authored over 4 years ago by Bartosz Sosnowski <[email protected]>
win: remove MAX_PATH limitations

Since Windows 10 1607 some WinApi functions no longer have a MAX_PATH
limit on the filenames len...

da7e50bbd843a9278c57fc1f90cb4cbbd5fba169 authored over 4 years ago by Bartosz Sosnowski <[email protected]>
unix: simplify uv__udp_init_ex()

PR-URL: https://github.com/libuv/libuv/pull/2809
Reviewed-By: Bartosz Sosnowski <bartosz@janeasy...

4d3779c08c54b142680c9394f19346735b696c99 authored over 4 years ago by Ben Noordhuis <[email protected]>
win: make uv_udp_init_ex() accept UV_UDP_RECVMMSG

Commit 5736658b ("udp: add flag to enable recvmmsg(2) explicitly") added
the flag but didn't upd...

aa7b62efd976eacf9c55150631a08ceec91a5cd1 authored over 4 years ago by Ben Noordhuis <[email protected]>
build: remove unnessesary MSVC warnings

Removes warnings W4100, W4127, W4201, W4206, W4210, W4232, W4456, W4457,
W4459, W4706 and W4996 ...

e1180a641730e1306f71b8e4919e62a01edd1fe9 authored over 4 years ago by Bartosz Sosnowski <[email protected]>
build,cmake: fix compilation on old MinGW

_WIN32_WINNT specifies the minimum version of the operating system
supported by the code, so cha...

6b3df0577daa496361ac5ff00c63a749071e7a75 authored over 4 years ago by erw7 <[email protected]>
doc: fix unescaped character

This was causing a warning during the documentation build.

PR-URL: https://github.com/libuv/lib...

002fe6e5f2d084fc12fee3d6e5a3fdffe491b7e8 authored over 4 years ago by Philip Chimento <[email protected]>
doc: uv_cancel() handles uv_random_t requests

This seems to be the case from reading the code of uv_cancel().

Also fixes a broken link due to...

a87bb3c5f609504f6e6741d40f24ed2a67af24db authored over 4 years ago by Philip Chimento <[email protected]>
build,android: fix typo

PR-URL: https://github.com/libuv/libuv/pull/2798
Reviewed-By: Ben Noordhuis <[email protected]>...

13886c52930ad8b14d594ad4ac9c90da7e084cb5 authored over 4 years ago by twosee <[email protected]>
doc: correct source lines

PR-URL: https://github.com/libuv/libuv/pull/2802
Reviewed-By: Ben Noordhuis <[email protected]>

99f8ffcc4e66fe089fbeba372dadd5940632c060 authored over 4 years ago by Shohei YOSHIDA <[email protected]>
win: remove dep on GetQueuedCompletionStatusEx

Libuv already works without that API since commit 153ea114ff but still
had it as a hard requirem...

aa93eb25839d662dc2503c164bb93756c238f660 authored over 4 years ago by Colin Finck <[email protected]>
unix: yield cpu when spinlocking on async handle

Fixes: https://github.com/libuv/libuv/issues/2769
PR-URL: https://github.com/libuv/libuv/pull/27...

a9d9d4ea1b628368170fea18b042483f850e48a1 authored over 4 years ago by Ben Noordhuis <[email protected]>
unix,win: add uv_library_shutdown()

Make it possible to explicitly tell libuv to release any resources
it's still holding onto (memo...

72fe3543feb23ae555e08628b70a3fae4da5706c authored over 4 years ago by Ben Noordhuis <[email protected]>
win: DRY uv_poll_close()

PR-URL: https://github.com/libuv/libuv/pull/2746
Reviewed-By: Bartosz Sosnowski <bartosz@janeasy...

b29612fe59f664d9b370dceda1060b1dc1deaff0 authored over 4 years ago by Ben Noordhuis <[email protected]>
win: DRY uv_poll_start() and uv_poll_stop()

PR-URL: https://github.com/libuv/libuv/pull/2746
Reviewed-By: Bartosz Sosnowski <bartosz@janeasy...

887cf62c32c3ec2a2f2fc4787a4c17c77a0c6295 authored over 4 years ago by Ben Noordhuis <[email protected]>
linux: make cpu_times consistently be milliseconds

On Linux, cpu_times have been calculated differently to all other
platforms for a while. Other p...

37a8affbd319209fd0d0d96ee4e3002c8ecc5076 authored over 4 years ago by James Ross <[email protected]>
test: skip poll_duplex and poll_unidirectional on PASE

Issuing a shutdown() on IBM i PASE with parameter SHUT_WR
also sends a normal close sequence to ...

f52786b4badf82e1bfad06b52ade0397b61cd14e authored over 4 years ago by Xu Meng <[email protected]>
Now working on version 1.37.1

Fixes: https://github.com/libuv/libuv/issues/2801

0e00e14003b2c0f36eb3d3a90767355717309df9 authored over 4 years ago by cjihrig <[email protected]>
2020.04.20, Version 1.37.0 (Stable)

Changes since version 1.36.0:

* timer: remove redundant check in heap compare (Yash Ladha)

* u...

02a9e1be252b623ee032a3137c0b0c94afbe6809 authored over 4 years ago by cjihrig <[email protected]>
Add SHA to ChangeLog

87af8359056d3d15fc57197f2baf5733f80ef204 authored over 4 years ago by cjihrig <[email protected]>
udp: add flag to enable recvmmsg(2) explicitly

Instead of implicitly enabling it by checking the supplied buffer size
to alloc_cb, have a dedic...

5736658bee0eede05caa55d66b9ad337e3b77266 authored over 4 years ago by Saúl Ibarra Corretgé <[email protected]>
timer: remove redundant check in heap compare

`timer_less_than()` function is basically a comparator function
that returns true or false. In t...

0fd993195f7fea121d8d9d75c2d9d802435b3110 authored over 4 years ago by Yash Ladha <[email protected]>
Now working on version 1.36.1

Fixes: https://github.com/libuv/libuv/issues/2787

80c18ffaf555716119210d5e66dfa8a58f2f846d authored over 4 years ago by cjihrig <[email protected]>
Add SHA to ChangeLog

40e8804287b9f97322f5faeea76fbb06aeb0229d authored over 4 years ago by cjihrig <[email protected]>
2020.04.16, Version 1.36.0 (Stable)

Changes since version 1.35.0:

* build: add aix-common.c for AIX cmake build (Jesse Gorzinski)

...

533b738838ad8407032e14b6772b29ef9af63cfa authored over 4 years ago by cjihrig <[email protected]>
win: replace alloca() with stack-based array

`required_vars_value_len` has a fixed number of elements. There is no
need to use alloca() to al...

3e5d26144085bd709a0de24dd744bee8142bae5f authored over 4 years ago by Ben Noordhuis <[email protected]>
unix: fix compilation on macOS 32-bit architectures

In commit 2475296c (build: make code compilable for iOS on Xcode,
2020-01-18, v1.35.0~47) we add...

815b0766eddf1ef6ebc9481c432b59d0477eb74d authored over 4 years ago by Brad King <[email protected]>
win: fix uv_os_environ() null pointer check

Check the pointer to the allocated memory, not the pointer to the
pointer of the allocated memor...

cd11c2b1ea2e5103a779040d7ffa40f6a3008e6b authored over 4 years ago by Rikard Falkeborn <[email protected]>
unix: fix uv_os_environ() null pointer check

Check the pointer to the allocated memory, not the pointer to the
pointer of the allocated memor...

b44d5ee1b418420243793289c17308c658ce1458 authored over 4 years ago by Rikard Falkeborn <[email protected]>
win: handle file paths in uv_fs_statfs()

GetDiskFreeSpaceW() doesn't handle regular file paths well.
This commit switches to using GetFul...

ad618647b996f1dc73e15632e81925b03bd19190 authored over 4 years ago by erw7 <[email protected]>
linux: fix uv__accept4()

Refs: https://github.com/libuv/libuv/pull/2665
PR-URL: https://github.com/libuv/libuv/pull/2786
...

fbafdbf71ab27ee3c55ffeba1540062cb6d47729 authored over 4 years ago by twosee <[email protected]>
unix: implement cpu_relax() for arm

Emits yield instruction in ARM mode (mainly needs to pass -march=...).

PR-URL: https://github.c...

a2689ab2500ceb44ead14de554303dd209d42898 authored over 4 years ago by David Carlier <[email protected]>
fs: add uv_fs_lutime()

PR-URL: https://github.com/libuv/libuv/pull/2723
Reviewed-By: Bartosz Sosnowski <bartosz@janeasy...

bd4292385f5b0a1be85d6c7dd7b51d4b22a4289c authored over 4 years ago by Sk Sajidul Kadir <[email protected]>
doc: add note to README on cross-compiling

PR-URL: https://github.com/libuv/libuv/pull/2682
Reviewed-By: Colin Ihrig <[email protected]>
Re...

dc7c874660526e4ed70c7c7579b974283c9ad6e0 authored over 4 years ago by Ben Noordhuis <[email protected]>
build: remove support for gyp

Upstream GYP has been unmaintained for some time now. The only big
downstream user is Node.js an...

53f3c687fc288708721a5a3d9563febda1b9d2c1 authored over 4 years ago by Ben Noordhuis <[email protected]>
ibmi: set the highest process priority to -10

On IBMi PASE, the highest process priority is -10.

PR-URL: https://github.com/libuv/libuv/pull/...

d21f5aeab0a4b6193f13640471cde405579f9c69 authored over 4 years ago by Xu Meng <[email protected]>
test: pass test when hostname is single character

PR-URL: https://github.com/libuv/libuv/pull/2741
Reviewed-By: Anna Henningsen <[email protected]...

0e8ff951f3ed85039c67024733bc3dded84010e6 authored over 4 years ago by 毛毛 <[email protected]>
android: fix OOB write in uv_interface_addresses()

PR-URL: https://github.com/libuv/libuv/pull/2767
Reviewed-By: Ben Noordhuis <[email protected]>...

7656e981b6633635e72bacc447bc6d3ab88ce0cd authored over 4 years ago by Lin Zhang <[email protected]>
win: use RtlGenRandom from advapi32.dll directly

At least two people have reported that `LoadLibrary("advapi32.dll")`
fails in some configuration...

335e8a6d128646e5a19d39dfc677f5a5a555f7cc authored over 4 years ago by Ben Noordhuis <[email protected]>
build: make cmake build benchmarks

PR-URL: https://github.com/libuv/libuv/pull/2771
Reviewed-By: Anna Henningsen <[email protected]...

e15a3c45d86af05b8cfc2f7d984df3536df3d3f0 authored over 4 years ago by Ben Noordhuis <[email protected]>
test: Test EBADF tty handling

PR-URL: https://github.com/libuv/libuv/pull/2753
Reviewed-By: Ben Noordhuis <[email protected]>...

4878e8284f5f983968de188d6d740bd3f6ac0e2f authored over 4 years ago by Kevin Adler <[email protected]>
ibmi: Fix isatty EBADF handling and refactor

In e14c56b, support was added to implement true isatty() support when
running in the IBM i PASE ...

5f1ac8ee360813e91821adfe845123e27e2c43e2 authored over 4 years ago by Kevin Adler <[email protected]>
test: simplify platform_init()

PR-URL: https://github.com/libuv/libuv/pull/2755
Reviewed-By: Richard Lau <[email protected]>

0ed9692a80b2f310ad52060a8cb400f2a963d09c authored over 4 years ago by Ben Noordhuis <[email protected]>
test: canonicalize argv[0] in exepath test

Commit ff29322b ("test: canonicalize test runner path") from 2014
changed the test runner to cal...

fa1da1854946bf9517ca8c0e76dff8e41bb35963 authored over 4 years ago by Ben Noordhuis <[email protected]>
test: remove unused extern declaration

PR-URL: https://github.com/libuv/libuv/pull/2755
Reviewed-By: Richard Lau <[email protected]>

87cbf546d8d4db769e7524304713af39322c83fd authored over 4 years ago by Ben Noordhuis <[email protected]>
test: add a bunch of ASSERT macros

To make the debugging of test issues easier.

The following integer macros are added:

`ASSERT_E...

53caf044e39476c4888f21a79e425391027cdd58 authored over 4 years ago by Santiago Gimeno <[email protected]>
build: fix z/OS cmake build

- Correct CMAKE_SYSTEM_NAME.
- Exclude pthread lib on z/OS.
- Remove deleted src/unix/pthread-ba...

c10431165abf0752525dfcb6172bf11a74b9ae62 authored almost 5 years ago by Richard Lau <[email protected]>
zos: fix return value on expired nanosleep() call

In the emulated nanosleep() function on z/OS an EAGAIN error from
BPX1CTW/BPX4CTW indicates that...

875a4fe653f93073c14b6eb1a1f8d363583a54b9 authored almost 5 years ago by Richard Lau <[email protected]>
zos: fix non-Release builds

z/OS doesn't support POSIX semaphores. On Release builds the code
paths that reference POSIX sem...

a9c58e72a34e957fbff6b5020e1a29e32d269115 authored almost 5 years ago by Richard Lau <[email protected]>
zos,test: fix spawn_empty_env for shared library build

z/OS uses LIBPATH instead of LD_LIBRARY_PATH for the search path
for shared libraries.

PR-URL: ...

1099d298d424546b74db11bf6fb7a51b7954fab6 authored almost 5 years ago by Richard Lau <[email protected]>
udp: return recvmmsg-ed datagrams in order

When recvmmsg support was added it returned the datagrams in reverse
received order, which may i...

d9cd7d437d6bcea56355b6e0ef215aa64687d7a1 authored almost 5 years ago by Saúl Ibarra Corretgé <[email protected]>
build: fix gyp build for Android API >= 28

PR-URL: https://github.com/libuv/libuv/pull/2749
Reviewed-By: Ben Noordhuis <[email protected]>

055e89f637fcd767096a3b258243c08fc5c93ddf authored almost 5 years ago by Lin Zhang <[email protected]>
build: ibmi support for cmake

PR-URL: https://github.com/libuv/libuv/pull/2729
Reviewed-By: Ben Noordhuis <[email protected]>...

104255f5af57153a9c590a002f53cfb6c15d4dd0 authored almost 5 years ago by Jesse Gorzinski <[email protected]>
src: add uv__reallocf()

Modeled after FreeBSD's `reallocf(3)`: a version of `realloc(3)` that
frees the memory when real...

1bcfbfd00380c63b5d163b4b70c6469f53df80c0 authored almost 5 years ago by Ben Noordhuis <[email protected]>
zos: add checks to ensure behavior of epoll_wait

PR-URL: https://github.com/libuv/libuv/pull/2013
Reviewed-By: Ben Noordhuis <[email protected]>...

506e4bee7bb1da3a35d8f4ce877549a84b8c5f7b authored almost 5 years ago by Irek Fakhrutdinov <[email protected]>
zos: move mq check out of loop to save cpu cycles

PR-URL: https://github.com/libuv/libuv/pull/2013
Reviewed-By: Ben Noordhuis <[email protected]>...

7d988e0763cfe20dc37ac6f33d5fa92d7a397877 authored almost 5 years ago by Irek Fakhrutdinov <[email protected]>
zos: explicitly mark message queue events

The os390 epoll_wait implementation uses poll() to detect events in
both file descriptors and th...

f06734057b81eaffb35ebe25d5740e3942daf129 authored almost 5 years ago by Irek Fakhrutdinov <[email protected]>
build: add aix-common.c for AIX cmake build

PR-URL: https://github.com/libuv/libuv/pull/2731
Reviewed-By: Ben Noordhuis <[email protected]>...

742e0ba7dfba344484bba2493a8c5ddf164a8c30 authored almost 5 years ago by Jesse Gorzinski <[email protected]>
Now working on version 1.35.1

Fixes: https://github.com/libuv/libuv/issues/2709

584ba94885619d75968a7c083914fd8b75442813 authored almost 5 years ago by cjihrig <[email protected]>
Add SHA to ChangeLog

87ee20d5128402e0f826941370954d302119d085 authored almost 5 years ago by cjihrig <[email protected]>
2020.03.12, Version 1.35.0 (Stable)

Changes since version 1.34.2:

* src: android build fix (David Carlier)

* build: make code comp...

e45f1ec38db882f8dc17b51f51a6684027034609 authored almost 5 years ago by cjihrig <[email protected]>
zos: fix scandir() error path NULL pointer deref

Commit b5155dd2 ("zos: return on realloc failure in scandir()")
introduced a bug where `nl` is d...

a9974da019b5942a2f38bb6a170a42645afd966a authored almost 5 years ago by Ben Noordhuis <[email protected]>
zos: return on realloc failure in scandir()

Fixes: https://github.com/libuv/libuv/issues/2692
PR-URL: https://github.com/libuv/libuv/pull/26...

b5155dd2accad94c86dc89ad43d79d30dd9c971a authored almost 5 years ago by Milad Farazmand <[email protected]>
ibmi: set the amount of memory in use to zero

On IBMi PASE, the amount of memory in use includes storage used for
memory and disks. So we hard...

af7143b6f28ad60243cfa04d240deeec5d242e0f authored almost 5 years ago by Xu Meng <[email protected]>
unix: fix signal handle closing deferral

The way libuv handled closing of `uv_signal_t` handles with pending
events introduced an infidel...

70469dcaa65bc4608e896b4df1ad13fcf58ad984 authored almost 5 years ago by Ben Noordhuis <[email protected]>
doc: fix header file location

PR-URL: https://github.com/libuv/libuv/pull/2720
Reviewed-By: Colin Ihrig <[email protected]>
Re...

e8644693ea2449360e2f06c8b5792e923ab4aeef authored almost 5 years ago by TK-one <[email protected]>
unix: use socklen_t instead of size_t

It has been reported that it generates (otherwise harmless)
`-Wshorten-64-to-32` compiler warnin...

4e38e2a5bcaf8cc98b8848daa7faad8b100dca2d authored almost 5 years ago by Ben Noordhuis <[email protected]>
test: handle EINTR, fix EOF check in poll test

The test had two bugs:

1. It didn't handle EINTR when calling send() and recv().

2. It checked...

af3330b723f5760b66cee319d1967f2ced6f6efb authored almost 5 years ago by Ben Noordhuis <[email protected]>
win,tty: Added set cursor style to CSI sequences

PR-URL: https://github.com/libuv/libuv/pull/1884
Refs: https://github.com/libuv/libuv/issues/187...

288a06727b7ef74283369606d2002947d62d4ed0 authored almost 5 years ago by erw7 <[email protected]>
win,tty: Change to restore cursor shape with uv_tty_reset()

PR-URL: https://github.com/libuv/libuv/pull/1884
Co-authored-by: Bert Belder <[email protected]...

73ca4ac0d1e8eec74da2015f6f3072c980166d63 authored almost 5 years ago by erw7 <[email protected]>
test: skip the pwd_shell test on IBMi

On IBMi PASE, the value of pw_shell is always an empty string.

PR-URL: https://github.com/libuv...

174a6edf0dbe12aca0cdacd1d1ef605f5c11e6b1 authored almost 5 years ago by Xu Meng <[email protected]>
unix: fix uv_cpu_info always returning UV_ENOTDIR on OpenBSD

The wrong names and name sizes were being used with `sysctl(2)`, which
in particular made the ca...

7611294da945aab758e0895b4901a6eab46c2e76 authored almost 5 years ago by Ben Davies <[email protected]>
test: add UV_TIMEOUT_MULTIPLIER environment var

Add an environment variable that lets people running the test suite
specify a timeout multiplier...

0f37283dae83f576f04c114ce673f54ddd8a740f authored almost 5 years ago by Ben Noordhuis <[email protected]>
src: fix wrong method name in comment

PR-URL: https://github.com/libuv/libuv/pull/2689
Reviewed-By: Colin Ihrig <[email protected]>
Re...

92808aeab51d4e55047720c6acabf2b7030b765e authored almost 5 years ago by TK-one <[email protected]>
test: skip some spawn test cases on IBMi

On IBMi PASE, there is no root user or nobody user.
User may grant root-like privileges, includi...

2abfa11a2cbee02281b5eed1a19c32e7f4bcc3f6 authored almost 5 years ago by Xu Meng <[email protected]>
test: skip some UDP tests on IBMi

The watcher_cross_stop test timeout with too many AF_INET sockets
on IBMi PASE. In the udp_conne...

a9a371e4cf55264b67f2c53f1a253e660c8ad9fc authored almost 5 years ago by Xu Meng <[email protected]>
build: fix android cmake build, build missing file

Commit f261d04d ("android: enable getentropy on Android >= 28") didn't
add random-getentropy.c t...

c07a7c6cfa072a4c47296cbec8407abe0def7365 authored almost 5 years ago by Ben Noordhuis <[email protected]>