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

Now working on version 1.33.2

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

747a0f34d7ed62f78103a444ef657db866dff3fd authored about 5 years ago by cjihrig <[email protected]>
Add SHA to ChangeLog

278ae2fe001e8b2edeae4db07d99c291628606b1 authored about 5 years ago by cjihrig <[email protected]>
2019.10.20, Version 1.33.1 (Stable)

Changes since version 1.33.0:

* linux: fix arm64 SYS__sysctl build breakage (Ben Noordhuis)

07ad32138f4d2285ba2226b5e20462b27b091a59 authored about 5 years ago by cjihrig <[email protected]>
linux: fix arm64 SYS__sysctl build breakage

The arm64 architecture never had a _sysctl system call and therefore
doesn't have a SYS__sysctl ...

83f59ff1c121f3a872041f060dd6994aca4a279e authored about 5 years ago by Ben Noordhuis <[email protected]>
Now working on version 1.33.1

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

cb7e5a6aff1a82375dd38611491f1d6370964e3e authored about 5 years ago by cjihrig <[email protected]>
Add SHA to ChangeLog

146c13db14930586737b011d266aa52506946c4e authored about 5 years ago by cjihrig <[email protected]>
2019.10.17, Version 1.33.0 (Stable)

Changes since version 1.32.0:

* Revert "linux: drop code path for epoll_pwait-less kernels" (Ya...

e56e42e9310e4437e1886dbd6771792c14c0a5f3 authored about 5 years ago by cjihrig <[email protected]>
win: cast setsockopt struct to const char*

Fixes: https://github.com/libuv/libuv/issues/2519
PR-URL: https://github.com/libuv/libuv/pull/25...

68818b621a5de09f88de927fb90803fabfed34d3 authored about 5 years ago by Shelley Vohr <[email protected]>
unix: update uv_fs_copyfile() fallback logic

This commit fixes uv_fs_copyfile() in cases where an unknown error
occurs when copy-on-write is ...

ddcaff9a10a84ed34353dbafd65e3c0693dd0b35 authored about 5 years ago by Stefan Bender <[email protected]>
build: move -Wno-long-long check to configure time

xlc reportedly doesn't support the `-Wno-long-long` flag. Detect that
at configure time instead ...

f9c35197e64202099b691d53df7ea7db480b390c authored about 5 years ago by Ben Noordhuis <[email protected]>
doc: improve uv_{send,recv}_buffer_size() docs

PR-URL: https://github.com/libuv/libuv/pull/2508
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail...

e668e10acbd7db9fa82be7ace1320caa5a0def93 authored about 5 years ago by Ryan Liptak <[email protected]>
doc: remove old FreeBSD 9 related note

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

65f142a9a60fb161b54d952b1739591320df0dd4 authored about 5 years ago by Saúl Ibarra Corretgé <[email protected]>
darwin,test: update loop time after sleeping

Otherwise we run the risk of running the timer before the fsevent
callback since the timer due t...

1df44df0571f22c4221e783c13ccd6208db274d2 authored about 5 years ago by Saúl Ibarra Corretgé <[email protected]>
darwin,test: include AvailabilityMacros.h

It's necessary for MAC_OS_X_VERSION_10_12 to be defined.

Refs: https://github.com/libuv/libuv/i...

39a801d66d39b5315392b34fbc33cfa8acfe69c5 authored about 5 years ago by Saúl Ibarra Corretgé <[email protected]>
build: install files on windows via cmake

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

e797163e754c871eceeda4a277fe8d819c06f03c authored about 5 years ago by Carl Lei <[email protected]>
win: fix uv_statfs_t leak in uv_fs_statfs()

PR-URL: https://github.com/libuv/libuv/pull/2505
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail...

076df64dbbda4320f93375913a728efc40e12d37 authored about 5 years ago by Ryan Liptak <[email protected]>
win,tty: add uv_tty_{get,set}_vterm_state

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

fd2ce38dd6ebfbeeb4bb205317774909e679afdf authored about 5 years ago by erw7 <[email protected]>
unix,udp: ensure addr is non-null

Update this code to be more in line with the Windows version.

Previously, callers (such as node...

fdef604a1e25ac4a6df4abfff0f01b68a3a423b9 authored about 5 years ago by Jameson Nash <[email protected]>
darwin: assume pthread_setname_np() is available

Stop dlsym-ing the symbol name at run-time, that was only necessary to
support macOS and iOS ver...

bee1bf5dd7de8da316821c32411425f7cf7ab49c authored about 5 years ago by Ben Noordhuis <[email protected]>
darwin: speed up uv_set_process_title()

Libuv loaded and unloaded the Core Services and Application Services for
every call to uv_set_pr...

038eacfbf466f0b51e80b6f5fa9026c7ed767dfb authored about 5 years ago by Ben Noordhuis <[email protected]>
android: fix build

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

e83dba7f936b541bd37ac549d89502ec466c5ccf authored about 5 years ago by David Carlier <[email protected]>
android: enable getentropy on Android >= 28

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

f261d04d0a36df7c8ab041a45399c1fcba0a3c04 authored about 5 years ago by David Carlier <[email protected]>
build: remove duplicated test in build files

Remove duplicated test-ip6-addr.c in cmake build file
and gyp file.

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

8b1e352ffa66c20c8c9765ef168f09800a2d14e2 authored about 5 years ago by ZYSzys <[email protected]>
doc: improve uv_fs_readdir() cleanup docs

When cleaning up after uv_fs_readdir(), it is important to
call uv_fs_req_cleanup() on the readd...

d6b79ffb1ba38665865ce74d63d4b80a0cb2fda4 authored about 5 years ago by cjihrig <[email protected]>
test: fix order of operations in test

In the fs_readdir_empty_dir test, the uv_fs_readdir() request is
cleaned up after calling uv_fs_...

f47f01b57c806f7bcb99e5c7df569a69dd480595 authored about 5 years ago by cjihrig <[email protected]>
unix: set sin_len and sin6_len

FreeBSD defines `sin_len` and `sin6_len` inside `sockaddr_in` and
`sockaddr_in6`. `sockaddr`s co...

645be48a804e1538d6058fa147d8786c49baf94b authored about 5 years ago by Ouyang Yadong <[email protected]>
build: fix build warning on cygwin

Signed-off-by: MaYuming <[email protected]>
PR-URL: https://github.com/libuv/libuv/pull/248...

0ff717e39c8e82d68fb170b7afed32e843bf1740 authored about 5 years ago by MaYuming <[email protected]>
build,cmake: don't try to detect a C++ compiler

- Bump CMake version to 3.4 so we can eventually use all the
cool things like better generator e...

edbf293479a793090e4c62b2e1c408a24dccf449 authored about 5 years ago by Isabella Muerte <[email protected]>
fsevents: regression in watching /

This case got lost by accident in
https://github.com/libuv/libuv/pull/2082,
preventing the realp...

ae12376dbb56fa080b699f00840c7b9c5230a85f authored about 5 years ago by Jameson Nash <[email protected]>
fsevents: stop using fsevents to watch files

Goes back to just using it to watch folders,
but keeps the other logic changes around.

Refs: ht...

97b85e8b75b8f3df774b6e008dbaa143daa412b7 authored about 5 years ago by Jameson Nash <[email protected]>
fs: use statvfs in uv__fs_statfs() for Haiku

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

501b5cc53e1b74ddb7ea52589eacdd6c64e09ddd authored about 5 years ago by Calvin Hill <[email protected]>
build: Add link for test/fixtures/lorem_ipsum.txt

Test `test-fs.c` fails when built in a relocated directory because
the build does link the requi...

123e3bd7a701f7846b25d6823cf140b69b4a60ee authored about 5 years ago by Andrew Paprocki <[email protected]>
win,mingw: Fix undefined MCAST_* constants

Fixes: https://github.com/libuv/libuv/issues/2464
Refs: https://github.com/libuv/libuv/pull/2471...

2140e2c08cb1137d43da5b1be8999c5509f2b609 authored about 5 years ago by Crunkle <[email protected]>
unix: fix {Net,Open}BSD build

Mainly disabling source membership for udp feature, unsupported.

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

59146f2f4bea7b692238103a8a8e82c4bdc1fc2b authored about 5 years ago by David Carlier <[email protected]>
win, tty: fix problem of receiving unexpected SIGWINCH

Fix an issue where WINDOWS_BUFFER_SIZE_EVENT occurs and unexpected
SIGWINCH is received before c...

501304225e9b6e131a36e4e0bd7deb81e7cee352 authored about 5 years ago by erw7 <[email protected]>
docs: fix literal-includes in User Guide

Using raw copies in place of sphinx literalinclude
directives as the API of v1.x is now stable.
...

75075d6cdbd79e83a27a3047cb7b86cbb5026aa0 authored about 5 years ago by Nhan Khong <[email protected]>
win: simplify mkdtemp

Use our builtin getrandom helper instead of the more verbose CryptoAPI
functions, which also hap...

9b2c9b6c1f457be5015f6f651730c93c63c06fe7 authored about 5 years ago by Saúl Ibarra Corretgé <[email protected]>
unix,win: add uv_random()

Add an API for obtaining cryptographically strong random data from the
system PRNG.

Co-authored...

4ed2a78f0eb1c9d2a0c98ea4a88c6824e5958dc6 authored over 5 years ago by Ben Noordhuis <[email protected]>
win: fix reading hidden env vars

There are some special environment variables on Windows that
start with a '=' sign, e.g. per-dri...

fd1502f5630591bf8ce79502df9b5d76868dfd3b authored over 5 years ago by Anna Henningsen <[email protected]>
Revert "linux: drop code path for epoll_pwait-less kernels"

This reverts commit f43c66343316878da09949daf49b515249f71bdf.

3bff0d38784782d8f236929f698877be7a905e1d authored over 5 years ago by Yang Yu <[email protected]>
build: fix build error with __ANDROID_API__ < 21

Fix the following undefined symbols error with __ANDROID_API__ < 21:
- epoll_create1
- epoll_pwa...

e2c0f60c10119d10f03701752f568f1df731e85e authored over 5 years ago by Yang Yu <[email protected]>
Merge pull request #10 from erw7/libuv-v1.32.0

Update to 1.32.0

d5ff3004d26b9bb863b76247399a9c72a0ff184c authored over 5 years ago by Daniel Hahler <[email protected]>
Fix problem of receiving unexpected SIGWINCH

d97fd5984b968cecbafc5ccf15944f7b084b1514 authored over 5 years ago by erw7 <[email protected]>
Fix undefined MCAST_* under MinGW

e3954a97cc4a1a762556fa125e784836917e2d38 authored over 5 years ago by Crunkle <[email protected]>
Merge tag 'v1.32.0' into libuv-v1.32.0-work

2019.09.10, Version 1.32.0 (Stable)

Changes since version 1.31.0:

* misc: enable stalebot (Saú...

7db593f40ef6c601533d92af7be6430dd68b7d19 authored over 5 years ago by erw7 <[email protected]>
Now working on version 1.32.1

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

549f52c4672a4d8198f096efa513a96b20e2f843 authored over 5 years ago by cjihrig <[email protected]>
Add SHA to ChangeLog

cd8f9315b6e3e2c804ac3712dfe735d9e19e6a36 authored over 5 years ago by cjihrig <[email protected]>
2019.09.10, Version 1.32.0 (Stable)

Changes since version 1.31.0:

* misc: enable stalebot (Saúl Ibarra Corretgé)

* win: map ERROR_...

697bea87b3a0b0e9b4e5ff86b39d1dedb70ee46d authored over 5 years ago by cjihrig <[email protected]>
doc: uv_handle_t documentation suggestion

This commit contains a suggestion to hopefully improve the
documentation of uv_handle_t's member...

25682fafeb978b2d28827763fe47ea706f92f19b authored over 5 years ago by Daniel Bevenius <[email protected]>
Merge tag 'v1.31.0' into nvim

2019.08.10, Version 1.31.0 (Stable)

Changes since version 1.30.1:

* win,fs: don't modify globa...

228d48003a8037b572b11ba05ccbc014d626f98e authored over 5 years ago by Daniel Hahler <[email protected]>
unix: fix UV_FS_O_DIRECT definition on Linux

According to http://man7.org/linux/man-pages/man2/open.2.html, the
O_DIRECT flag is Linux-specif...

9b12e023ab1e4e9a9f976d0980f4aa0b351c4be6 authored over 5 years ago by Joran Dirk Greef <[email protected]>
unix: simplify open(O_CLOEXEC) feature detection

Platforms that support O_CLOEXEC have supported it for a long time
and don't need feature detect...

1f63e287b62c340deba23a0ec23560db0813242e authored over 5 years ago by Ben Noordhuis <[email protected]>
test: fix -Wsign-compare warning

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

c898f2e838bc087364e7a30b74fe1b864b226738 authored over 5 years ago by Ben Noordhuis <[email protected]>
aix: Fix broken cmpxchgi() XL C++ specialization.

The preprocessor was used to select a special implementation when
building on AIX using XL C++ (...

4a972bf0e52064e341960691d0b27bd58bfaacfa authored over 5 years ago by Andrew Paprocki <[email protected]>
build: cmake_minimum_required(VERSION 2.8.12)

The lower minimum version makes it possible to build neovim but it
should be understood that lib...

1f1f1126b3a7d1b329ea1b658cad21a59289103b authored over 5 years ago by Daniel Hahler <[email protected]>
build: export USING_UV_SHARED=1 to cmake deps

Build the shared library with `BUILDING_UV_SHARED=1` and export
`USING_UV_SHARED=1` to dependent...

6325a7c840b9ce7b3d95be91c94a9e38b910418c authored over 5 years ago by Ben Noordhuis <[email protected]>
build: make include/ public in CMakeLists.txt

Fixes: https://github.com/libuv/libuv/issues/1938
PR-URL: https://github.com/libuv/libuv/pull/24...

be449a19794b1b56d85cbacee97697c1bdaef3e9 authored over 5 years ago by Ben Noordhuis <[email protected]>
build: add cmake library VERSION, SOVERSION

This mimics the behavior of the automake build, using
libuv.so.${UV_VERSION_MAJOR}.0.0 as the ou...

ba1a770bdbeecff0312c3a0ecc9a70649b989c9d authored over 5 years ago by Eneas U de Queiroz <[email protected]>
aix: replace ECONNRESET with EOF if already closed

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

ca08b48252230db27592248aef10c2d1779bccce authored over 5 years ago by Milad Farazmand <[email protected]>
build: fix ios build error

`_NSGetEnviron()` is not available on that platform.

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

5ba93edef629974b7728e637ddffd904d2d4ebd5 authored over 5 years ago by MaYuming <[email protected]>
win, tty: improve SIGWINCH performance

Continuing improvement of SIGWINCH from PR #2308.

Running SetWinEventHook without filtering for...

7d950c0d104e3324a2550344415267632c5cebf3 authored over 5 years ago by Bartosz Sosnowski <[email protected]>
include: map EILSEQ error code

PR-URL: https://github.com/libuv/libuv/pull/2440
Reviewed-By: Santiago Gimeno <santiago.gimeno@g...

43c74a6ee92a8e646201eef1fd056799cdccbfde authored over 5 years ago by cjihrig <[email protected]>
test: add specific source multicast tests

PR-URL: https://github.com/libuv/libuv/pull/2202
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail...

24e65f776d3c405b7594ec7117848238195233cb authored over 5 years ago by Santiago Gimeno <[email protected]>
build,zos: add _OPEN_SYS_SOCK_EXT3 flag

To support source specific multicast operations.

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

80e931b38ca9ed227f3ef272908f97ca65a4bf11 authored over 5 years ago by Santiago Gimeno <[email protected]>
udp: use sockaddr_storage instead of union

PR-URL: https://github.com/libuv/libuv/pull/2202
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail...

7452507f7d1cfe4feaf9589fe53125ef73709a9f authored over 5 years ago by Santiago Gimeno <[email protected]>
udp: fix uv__udp_set_source_membership6

Use the correct socket options: `MCAST_JOIN_SOURCE_GROUP` and
`MCAST_LEAVE_SOURCE_GROUP`.
Set mr...

f91702a470ffc12af2f8d0c4a5b806f5c6907049 authored over 5 years ago by Santiago Gimeno <[email protected]>
udp: drop IPV6_SSM_SUPPORT macro

All the supported platforms support specific source multicast.

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

9efc1961fef9dd77cfeaadaef5e505d5c1984ed8 authored over 5 years ago by Santiago Gimeno <[email protected]>
udp: fix error return values

PR-URL: https://github.com/libuv/libuv/pull/2202
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail...

288ec700e4d06a9889d3c345dfaf627e75f0d04c authored over 5 years ago by Santiago Gimeno <[email protected]>
udp: add source-specific multicast support

PR-URL: https://github.com/libuv/libuv/pull/2202
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail...

91d95f8ceb13e52cfcbc759434831c16d067503e authored over 5 years ago by Vladimir Karnushin <[email protected]>
timer: fix uv_timer_start on closing timer

Return `UV_EINVAL` in this case.

Fixes: https://github.com/libuv/libuv/issues/2416
PR-URL: http...

2ee2d4622a6f00133f2a46f5cf5956ea1485c5ba authored over 5 years ago by seny <[email protected]>
win: fix typo in preprocessor expression

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

fa41f13444d7573156d474485cc30151892dd6b0 authored over 5 years ago by Konstantin Podsvirov <[email protected]>
doc: clarify uv_buf_t usage in uv_alloc_cb

Clarify the uv_buf_t isn't reused and the user is responsible for
freeing it in the recv/read ca...

641ec772650ec6860bdb09705f66415b414a7e27 authored over 5 years ago by Tomas Krizek <[email protected]>
test: remove assertion in fs_statfs test

The f_files value can equal 0, making the current assertion
incorrect. Including 0 in the assert...

1bd7cc5ce99367d159f4025ab8cb548e75c5a8c8 authored over 5 years ago by cjihrig <[email protected]>
test: fix udp-multicast-join tests

The messages must be actually sent to the multicast address.

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

b571851e6e3040d009a971f0bebe010426bfcf87 authored over 5 years ago by Santiago Gimeno <[email protected]>
tcp: add uv_tcp_close_reset method

It resets a TCP connection by sending a RST packet. Due to some platform
inconsistencies, mixing...

958e85fbd842be06da8484305996f42149ba5039 authored over 5 years ago by Santiago Gimeno <[email protected]>
src: move uv_free_cpu_info to uv-common.c

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

040543eebf4983b1459a1e0e0e26dae68b80cc28 authored over 5 years ago by Santiago Gimeno <[email protected]>
openbsd: fix uv_cpu_info

Make sure the `uv_cpu_info_t` array is fully freed in case of error.
Also, make it more robust b...

d6fd0a529a3cdd24814cea7fafddb9472961ef18 authored over 5 years ago by Santiago Gimeno <[email protected]>
unix,signal: keep handle active if pending signal

Keep the signal handler active after being closed until all the caught
signals have been deliver...

1de151700d30629090d6a06e47cb92d538601577 authored over 5 years ago by Santiago Gimeno <[email protected]>
test: fix typo in DYLD_LIBRARY_PATH

It looks like I managed to introduce a typo between two incarnations
of the pull request, causin...

54a5e9262fedeaf0579e04aa848c97e766f6d50e authored over 5 years ago by Ben Noordhuis <[email protected]>
unix,stream: fix returned error codes

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

66132c66e475c381d7ab2d127852310bfb3069a8 authored over 5 years ago by Santiago Gimeno <[email protected]>
win: support retrieving empty env variables

This commit adds Windows support for retrieving empty
environment variables via uv_os_getenv().
...

9e800570516115d7fa52bd3cbc34c4466f5fc709 authored over 5 years ago by cjihrig <[email protected]>
win: use L'\0' as UTF-16 null terminator

uv__convert_utf8_to_utf16() always null terminates its
UTF-16 output. This commit updates the co...

6c9c4fe9918a41d8d907c2b409d3a08992f6f543 authored over 5 years ago by cjihrig <[email protected]>
win: map ERROR_ENVVAR_NOT_FOUND to UV_ENOENT

Fixes: https://github.com/libuv/libuv/issues/2413
PR-URL: https://github.com/libuv/libuv/pull/24...

b0fd17193e02f9752a6bc7c635fb4c7fe7ed1e70 authored over 5 years ago by cjihrig <[email protected]>
misc: enable stalebot

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

8ed9112f50cfa1cb857070460f842a93dfd6753e authored over 5 years ago by Saúl Ibarra Corretgé <[email protected]>
Now working on version 1.31.1

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

6f776765c718cc9a051b3f34204ef07ffdb0db42 authored over 5 years ago by cjihrig <[email protected]>
2019.08.10, Version 1.31.0 (Stable)

Changes since version 1.30.1:

* win,fs: don't modify global file translation mode (Javier Blazq...

0a6771cee4c15184c924bfe9d397bdd0c3b206ba authored over 5 years ago by cjihrig <[email protected]>
Add SHA to ChangeLog

3072edfdcc4c086313cead63e656024079af92b2 authored over 5 years ago by cjihrig <[email protected]>
win: fix uv_spawn() ENOMEM on empty env

Commit ba780231 ("unix,win: handle zero-sized allocations uniformly")
makes `uv__malloc()` retur...

1fc72276f91c7d378f14dfd0bb6b0ca8667e4bc5 authored over 5 years ago by Ben Noordhuis <[email protected]>
win: remove try-except outside MSVC

Fixes: https://github.com/libuv/libuv/issues/2407
PR-URL: https://github.com/libuv/libuv/pull/24...

813264add0c3b5fba782e4bb849bffad4701ecf6 authored over 5 years ago by Crunkle <[email protected]>
test: fix test runner on MinGW

MinGW does not export the _set_fmode function via its
libmsvcrt.a import library unless on an AR...

be1e71916dc370d5804291cf845f42388b175222 authored over 5 years ago by Crunkle <[email protected]>
unix: fix unused-function warning on BSD

This commit fixes a warning about uv__fs_preadv() being
unused on BSD.

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

b144695014a33c871ad100c2b9545c10460f2458 authored over 5 years ago by Nhan Khong <[email protected]>
unix: clear UV_HANDLE_READING flag before callback

The UV_HANDLE_READING stream flag should be removed before
stopping the IO watcher and calling t...

be8b3513d3e696ba183cbfc7c4f4e1788afe867c authored over 5 years ago by zyxwvu Shi <[email protected]>
ibmi: use correct header files

IBM i defines both of the __PASE__ and _AIX macros.
Commit 693b534 includes the wrong header fil...

1bd72eb51f179054cf0d4f791eed2c3a872f694e authored over 5 years ago by Xu Meng <[email protected]>
test: fix gcc 8 warnings for tests

In test-ipc.c, remove unnecessarily casting uv_stream_s to
uv_pipe_s that makes gcc complain abo...

faa800605e4008e94743dd98195ac085c7a54507 authored over 5 years ago by Nhan Khong <[email protected]>
OpenBSD: only get active CPU core count

Newer computers may have some cores offline because of the
Meltdown/Spectre patches from a while...

64ab7cc7405744060ab4ac396944c007646fe3e6 authored over 5 years ago by Ben Davies <[email protected]>
ibmi: support Makefile build for IBM i

libuv can only be compiled using node-gyp on IBM i.
This commit allows it compiled with autoconf...

8ff0cd70c6b9f9a20628fccbe7e1492070f9a8b2 authored over 5 years ago by Xu Meng <[email protected]>
doc: fix typo in basics.rst

PR-URL: https://github.com/libuv/libuv/pull/2366
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail...

f5ca3e868c7fa5c37e97f5f75b18d003c1cdfbba authored over 5 years ago by Nan Xiao <[email protected]>
doc: add %p to valgrind log-file arg

Since the tests fork processes, a single log file
is largely unreadable.

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

ed128ef3978562e668737095f2b9439257a67325 authored over 5 years ago by Zach Bjornson <[email protected]>
Revert "darwin: speed up uv_set_process_title()"

This reverts commit 00c6b1649d13fdd94bedbfe7ad26c9269c80b32c.

It's been reported (and I can con...

97e86dde84198208984b4ed107adb76b8632409f authored over 5 years ago by Ben Noordhuis <[email protected]>
unix,win: add ability to retrieve all env variables

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

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

2480b6158a3a21da564bdb565c4db827df176a4e authored over 5 years ago by Saúl Ibarra Corretgé <[email protected]>