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
Fixes: https://github.com/libuv/libuv/issues/2525
747a0f34d7ed62f78103a444ef657db866dff3fd authored about 5 years ago by cjihrig <[email protected]>278ae2fe001e8b2edeae4db07d99c291628606b1 authored about 5 years ago by cjihrig <[email protected]>
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]>
The arm64 architecture never had a _sysctl system call and therefore
doesn't have a SYS__sysctl ...
Fixes: https://github.com/libuv/libuv/issues/2491
cb7e5a6aff1a82375dd38611491f1d6370964e3e authored about 5 years ago by cjihrig <[email protected]>146c13db14930586737b011d266aa52506946c4e authored about 5 years ago by cjihrig <[email protected]>
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]>
Fixes: https://github.com/libuv/libuv/issues/2519
PR-URL: https://github.com/libuv/libuv/pull/25...
This commit fixes uv_fs_copyfile() in cases where an unknown error
occurs when copy-on-write is ...
xlc reportedly doesn't support the `-Wno-long-long` flag. Detect that
at configure time instead ...
PR-URL: https://github.com/libuv/libuv/pull/2508
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail...
PR-URL: https://github.com/libuv/libuv/pull/2509
Reviewed-By: Colin Ihrig <[email protected]>
Re...
Otherwise we run the risk of running the timer before the fsevent
callback since the timer due t...
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]>
PR-URL: https://github.com/libuv/libuv/pull/2443
Reviewed-By: Ben Noordhuis <[email protected]>...
PR-URL: https://github.com/libuv/libuv/pull/2505
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail...
PR-URL: https://github.com/libuv/libuv/pull/2501
Reviewed-By: Ben Noordhuis <[email protected]>...
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]>
Stop dlsym-ing the symbol name at run-time, that was only necessary to
support macOS and iOS ver...
Libuv loaded and unloaded the Core Services and Application Services for
every call to uv_set_pr...
PR-URL: https://github.com/libuv/libuv/pull/2486
Reviewed-By: Ben Noordhuis <[email protected]>...
PR-URL: https://github.com/libuv/libuv/pull/2486
Reviewed-By: Ben Noordhuis <[email protected]>...
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]>
When cleaning up after uv_fs_readdir(), it is important to
call uv_fs_req_cleanup() on the readd...
In the fs_readdir_empty_dir test, the uv_fs_readdir() request is
cleaned up after calling uv_fs_...
FreeBSD defines `sin_len` and `sin6_len` inside `sockaddr_in` and
`sockaddr_in6`. `sockaddr`s co...
Signed-off-by: MaYuming <[email protected]>
PR-URL: https://github.com/libuv/libuv/pull/248...
- Bump CMake version to 3.4 so we can eventually use all the
cool things like better generator e...
This case got lost by accident in
https://github.com/libuv/libuv/pull/2082,
preventing the realp...
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]>
PR-URL: https://github.com/libuv/libuv/pull/2477
Reviewed-By: Ben Noordhuis <[email protected]>...
Test `test-fs.c` fails when built in a relocated directory because
the build does link the requi...
Fixes: https://github.com/libuv/libuv/issues/2464
Refs: https://github.com/libuv/libuv/pull/2471...
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]>
Fix an issue where WINDOWS_BUFFER_SIZE_EVENT occurs and unexpected
SIGWINCH is received before c...
Using raw copies in place of sphinx literalinclude
directives as the API of v1.x is now stable.
...
Use our builtin getrandom helper instead of the more verbose CryptoAPI
functions, which also hap...
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]>
There are some special environment variables on Windows that
start with a '=' sign, e.g. per-dri...
This reverts commit f43c66343316878da09949daf49b515249f71bdf.
3bff0d38784782d8f236929f698877be7a905e1d authored over 5 years ago by Yang Yu <[email protected]>
Fix the following undefined symbols error with __ANDROID_API__ < 21:
- epoll_create1
- epoll_pwa...
Update to 1.32.0
d5ff3004d26b9bb863b76247399a9c72a0ff184c authored over 5 years ago by Daniel Hahler <[email protected]>d97fd5984b968cecbafc5ccf15944f7b084b1514 authored over 5 years ago by erw7 <[email protected]>
e3954a97cc4a1a762556fa125e784836917e2d38 authored over 5 years ago by Crunkle <[email protected]>
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]>Fixes: https://github.com/libuv/libuv/issues/2457
549f52c4672a4d8198f096efa513a96b20e2f843 authored over 5 years ago by cjihrig <[email protected]>cd8f9315b6e3e2c804ac3712dfe735d9e19e6a36 authored over 5 years ago by cjihrig <[email protected]>
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]>
This commit contains a suggestion to hopefully improve the
documentation of uv_handle_t's member...
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]>
According to http://man7.org/linux/man-pages/man2/open.2.html, the
O_DIRECT flag is Linux-specif...
Platforms that support O_CLOEXEC have supported it for a long time
and don't need feature detect...
PR-URL: https://github.com/libuv/libuv/pull/2451
Reviewed-By: Colin Ihrig <[email protected]>
Re...
The preprocessor was used to select a special implementation when
building on AIX using XL C++ (...
The lower minimum version makes it possible to build neovim but it
should be understood that lib...
Build the shared library with `BUILDING_UV_SHARED=1` and export
`USING_UV_SHARED=1` to dependent...
Fixes: https://github.com/libuv/libuv/issues/1938
PR-URL: https://github.com/libuv/libuv/pull/24...
This mimics the behavior of the automake build, using
libuv.so.${UV_VERSION_MAJOR}.0.0 as the ou...
PR-URL: https://github.com/libuv/libuv/pull/2447
Reviewed-By: Ben Noordhuis <[email protected]>...
`_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]>Continuing improvement of SIGWINCH from PR #2308.
Running SetWinEventHook without filtering for...
7d950c0d104e3324a2550344415267632c5cebf3 authored over 5 years ago by Bartosz Sosnowski <[email protected]>
PR-URL: https://github.com/libuv/libuv/pull/2440
Reviewed-By: Santiago Gimeno <santiago.gimeno@g...
PR-URL: https://github.com/libuv/libuv/pull/2202
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail...
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]>
PR-URL: https://github.com/libuv/libuv/pull/2202
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail...
Use the correct socket options: `MCAST_JOIN_SOURCE_GROUP` and
`MCAST_LEAVE_SOURCE_GROUP`.
Set mr...
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]>
PR-URL: https://github.com/libuv/libuv/pull/2202
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail...
PR-URL: https://github.com/libuv/libuv/pull/2202
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail...
Return `UV_EINVAL` in this case.
Fixes: https://github.com/libuv/libuv/issues/2416
PR-URL: http...
PR-URL: https://github.com/libuv/libuv/pull/2434
Reviewed-By: Ben Noordhuis <[email protected]>...
Clarify the uv_buf_t isn't reused and the user is responsible for
freeing it in the recv/read ca...
The f_files value can equal 0, making the current assertion
incorrect. Including 0 in the assert...
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]>
It resets a TCP connection by sending a RST packet. Due to some platform
inconsistencies, mixing...
PR-URL: https://github.com/libuv/libuv/pull/2433
Reviewed-By: Anna Henningsen <[email protected]...
Make sure the `uv_cpu_info_t` array is fully freed in case of error.
Also, make it more robust b...
Keep the signal handler active after being closed until all the caught
signals have been deliver...
It looks like I managed to introduce a typo between two incarnations
of the pull request, causin...
PR-URL: https://github.com/libuv/libuv/pull/2427
Reviewed-By: Anna Henningsen <[email protected]...
This commit adds Windows support for retrieving empty
environment variables via uv_os_getenv().
...
uv__convert_utf8_to_utf16() always null terminates its
UTF-16 output. This commit updates the co...
Fixes: https://github.com/libuv/libuv/issues/2413
PR-URL: https://github.com/libuv/libuv/pull/24...
PR-URL: https://github.com/libuv/libuv/pull/2410
Reviewed-By: Anna Henningsen <[email protected]...
Fixes: https://github.com/libuv/libuv/issues/2403
6f776765c718cc9a051b3f34204ef07ffdb0db42 authored over 5 years ago by cjihrig <[email protected]>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]>3072edfdcc4c086313cead63e656024079af92b2 authored over 5 years ago by cjihrig <[email protected]>
Commit ba780231 ("unix,win: handle zero-sized allocations uniformly")
makes `uv__malloc()` retur...
Fixes: https://github.com/libuv/libuv/issues/2407
PR-URL: https://github.com/libuv/libuv/pull/24...
MinGW does not export the _set_fmode function via its
libmsvcrt.a import library unless on an AR...
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]>
The UV_HANDLE_READING stream flag should be removed before
stopping the IO watcher and calling t...
IBM i defines both of the __PASE__ and _AIX macros.
Commit 693b534 includes the wrong header fil...
In test-ipc.c, remove unnecessarily casting uv_stream_s to
uv_pipe_s that makes gcc complain abo...
Newer computers may have some cores offline because of the
Meltdown/Spectre patches from a while...
libuv can only be compiled using node-gyp on IBM i.
This commit allows it compiled with autoconf...
PR-URL: https://github.com/libuv/libuv/pull/2366
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail...
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]>This reverts commit 00c6b1649d13fdd94bedbfe7ad26c9269c80b32c.
It's been reported (and I can con...
97e86dde84198208984b4ed107adb76b8632409f authored over 5 years ago by Ben Noordhuis <[email protected]>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]>