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
If pending I/O callbacks were ran before polling, do a zero timeout
poll.
PR-URL: https://githu...
e58dc269683df5b6e748aec7a5c614ed2c98b948 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
The modes are not meant to be combined, and doing so may hide problems
in the future.
PR-URL: h...
e37a2a0d53b40c753ad8f040c40f72ff6f7a291f authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>The clang and gcc_version defines were used to:
1. Conditionally enable -fvisibility=hidden, a ...
fcb2223da8af5fefd6b0010a89f684c2578158e8 authored about 10 years ago by Ben Noordhuis <[email protected]>
Conflicts:
config-unix.mk
PR-URL: https://github.com/libuv/libuv/pull/75/files
Reviewed-By: Bert Belder <bertbelder@gmail....
Please see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=773341 for
more information. Libuv...
Fixes multiple definition linker errors due to what seems to be multiple
inclusions of src/unix/...
PR-URL: https://github.com/libuv/libuv/pull/63
Reviewed-By: Bert Belder <[email protected]>
R...
There is no need to check for a trailing slash, uv_cwd ensures it.
PR-URL: https://github.com/l...
37daffaccbe4e2f02682e4a3e6e598574a845675 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>This aligns the behavior with the Windows implementation.
PR-URL: https://github.com/libuv/libu...
d4d1f328583bcadfdc652ec1cab32adef38f0465 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>eb986397c1d07e691aa850d5374c45d572024992 authored about 10 years ago by Bert Belder <[email protected]>
PR-URL: https://github.com/libuv/libuv/pull/59
Reviewed-By: Bert Belder <[email protected]>
R...
Check uv_dlerror() doesn't return "no_error", in order to make the test
less dependent on the ex...
PR-URL: https://github.com/libuv/libuv/pull/59
Reviewed-By: Bert Belder <[email protected]>
R...
FormatMessage can fail, e.g. with ERROR_MUI_FILE_NOT_FOUND. In this case
no error message was se...
PR-URL: https://github.com/libuv/libuv/pull/59
Reviewed-By: Bert Belder <[email protected]>
R...
Add missing test file to match GYP definition and solve undefined
reference.
PR-URL: https://gi...
4203ef202cf492bf5e8c071b02c333626ec9a6ab authored about 10 years ago by Luis Lavena <[email protected]>warning: ISO C90 forbids mixing declarations and code [-Wdeclaration-after-statement]
PR-URL: h...
9c8e971443063b0c1fd0116e4759176e972ae492 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
1502 is not enough, since there are other fds which are in use
internally.
PR-URL: https://gith...
5a8f7931b72ed775936f265cee9c38aba74f05f7 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>They only show up on OSX for some reason, though.
PR-URL: https://github.com/libuv/libuv/pull/6...
96f164e52b8f13d11a56c6dd0ad393e0e956f156 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
More often than not, users run the test suite from /root, which means
the 'nobody' user won't be...
460907279e9beac73f0cca5a6e4d4d317ebbd42e authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
PR-URL: https://github.com/libuv/libuv/pull/60
Reviewed-By: Ben Noordhuis <[email protected]>
The test used to call uv_cwd() twice, in this fashion:
char buf[PATH_MAX];
size_t size = si...
* Check whether uv_fs_symlink() succeeds.
* Bail out early if we're on an old version of windows...
Conflicts:
src/win/poll.c
test/test-poll-close-doesnt-corrupt-stack.c
The offending patch doesn't completely fix the issue, it just trades
stack corruption for heap c...
When the user closes an uv_poll_t handle, there may still be an
outstanding AFD_POLL request. Li...
PR-URL: https://github.com/libuv/libuv/pull/51
Reviewed-By: Ben Noordhuis <[email protected]>
PR-URL: https://github.com/libuv/libuv/pull/51
Reviewed-By: Ben Noordhuis <[email protected]>
This is a regression test for an issue that was originally reported
in https://github.com/libuv/...
This is a regression test for an issue that was originally reported
in https://github.com/libuv/...
413dbd89ec33f3cba3e339fd2bf86444b6a59d66 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
Changes since version 1.0.1:
* linux: fix sigmask size arg in epoll_pwait() call (Ben Noordhuis...
d42630dd9b0146e001dbfc058a0d51ac36791547 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
Conflicts:
AUTHORS
ChangeLog
src/version.c
src/win/poll.c
20fe7f9bc749b249ce41cdce124ccdedbb17d76e authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
Changes since version 0.10.29:
* linux: fix sigmask size arg in epoll_pwait() call (Ben Noordhu...
5a63f5e9546dca482eeebc3054139b21f509f21f authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>As pointed out by clang-analyzer.
PR-URL: https://github.com/libuv/libuv/pull/13
Reviewed-By: B...
This was pointed out as possible undefined allocation of 0 bytes by
clang-analyzer. `malloc` of ...
As pointed out by clang-analyzer.
PR-URL: https://github.com/libuv/libuv/pull/13
Reviewed-By: B...
This aligns the behavior with Windows, where users don't need to
call `uv_read_stop` or `uv_clos...
PR-URL: https://github.com/libuv/libuv/pull/47
Reviewed-By: Ben Noordhuis <[email protected]>
Also make it a noop if we weren't reading at all.
PR-URL: https://github.com/libuv/libuv/pull/4...
db6ba5b28ce6b10a64a06cf286e6de5de480688a authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>Fixes #42
PR-URL: https://github.com/libuv/libuv/pull/46
Reviewed-By: Ben Noordhuis <info@bnoor...
cd894521dd9e1e648fde803950f2dcb3a8529a3b authored about 10 years ago by schlamar <[email protected]>
Move the comments from commit 9da5fd4 from the v0.10 branch into docs/.
d3b1ccd6fbd46da9d5f4e466f574138ab605482d authored about 10 years ago by Ben Noordhuis <[email protected]>
Conflicts:
AUTHORS
ChangeLog
README.md
config-unix.mk
include/uv.h
src/unix/internal.h
sr...
The only supported option right now is UV_LOOP_BLOCK_SIGNAL, which only
supports the SIGPROF sig...
Add a per-event loop flag for blocking SIGPROF signals when polling for
events.
The motivation ...
2daf9448b127f2849de735a76ff4f9a95184d64f authored about 10 years ago by Ben Noordhuis <[email protected]>
PR-URL: https://github.com/libuv/libuv/pull/31
Reviewed-By: Ben Noordhuis <[email protected]>
This reverts commit 0f25560c8aed4fb9f40120750d0832ac415ce092.
This change was introduced to mak...
484a3a92a865b738ff12f9355a65fccaf238caa5 authored about 10 years ago by Ben Noordhuis <[email protected]>PR-URL: https://github.com/libuv/libuv/pull/26
e7895debead62cb4f364b3092f360657e8d3875c authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
This happens in certain build environments such as Jenkins if
some tweaking is not performed in ...
PR-URL: https://github.com/libuv/libuv/pull/23
b5442510c56bb0ed15325054b2235ad820c1eb1c authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
The get_currentexe test requires a canonicalized argv[0] to check
against. Before this commit, ...
Fix various typos and spelling mistakes in comments.
Does not affect any code, just changes comm...
Fix various typos and spelling mistakes in the documentation
PR-URL: https://github.com/libuv/l...
45c7ccce2105ad3650125592f9c7b6d4ce7133d4 authored about 10 years ago by Joey Geralnik <[email protected]>6ffe2a9dec6941d2679f3bb8a0e72d45d118ae75 authored about 10 years ago by Bert Belder <[email protected]>
Changes since version 1.0.0:
* readme: remove Rust from users (Elijah Andrews)
* doc,build,inc...
0a8e81374e861d425b56c45c8599595d848911d2 authored about 10 years ago by Bert Belder <[email protected]>Closes: joyent/libuv#1581
030666385c898f191808bd107299b2ac3220fc58 authored about 10 years ago by Bert Belder <[email protected]>
Make sure we initialize it after the handle was removed from the pending
queue so that QUEUE_REM...
Signed-off-by: Michael Ira Krufky <[email protected]>
06b78e1ead97f113868a016fe93073182ab31b14 authored about 10 years ago by Michael Ira Krufky <[email protected]>0bcac64512d937d8fe8dbb7c51f7ce0e230c6898 authored about 10 years ago by schlamar <[email protected]>
This is like commit 7ce1113 from the v1.x branch but for the v0.10
branch. The project home has...
linux-syscalls.h assumes that on all Linux platforms the value
of O_NONBLOCK is the same as SOCK...
The project home has moved from https://github.com/joyent/libuv to
https://github.com/libuv/libu...
sizeof(sigset_t) = 128 whereas the kernel expects 8, the size of a long.
It made the system cal...
b705b53edd1b1e166391861cf9a0460b11a188a6 authored about 10 years ago by Ben Noordhuis <[email protected]>Closes #1572
156069130f822e139023460e2c33793a65ac3113 authored about 10 years ago by Elijah Andrews <[email protected]>Changes since version 1.0.0-rc2:
* doc: fix git/svn url for gyp repo in README (Emmanuel Odeke)...
feb2a9e6947d892f449b2770c4090f7d8c88381b authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>a07e0779682b11bb7e3bfe58ca82ab4d45b274c4 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
fe0b3ed1998696debdb16b6e4db774b5209278c2 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
0fc24f6f74cda97895d56f708866791dd411b00b authored about 10 years ago by Manos Nikolaidis <[email protected]>
The existing probes, all two of them, cause a great deal of pain for
people trying to build libu...
This commit adds x32 support to the gyp build. Configure with:
$ ./gyp_uv.py -Dtarget_arch...
f914721c240eba73be89b9b40b6d227ad98a0425 authored about 10 years ago by Ben Noordhuis <[email protected]>
59658a8de7cc05a58327a164fd2ed4b050f8b4f4 changed uv_thread_self()
to return uv_thread_t, but uv_...
0f25560c8aed4fb9f40120750d0832ac415ce092 authored about 10 years ago by Yuri D'Elia <[email protected]>
Closes #1560
e03c0c73834ec98f4dcf96fefe74d6d37597073c authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>3f585626a4df283c6bf122cb1c060b7736c10a7b authored about 10 years ago by Thorsten Lorenz <[email protected]>
41ddd1f2672ab3ad6b41d5967af460bd38f17cb6 authored about 10 years ago by Mikhail Mukovnikov <[email protected]>
97bb41f35cb95a51269c169c3bf6e165e75b1ff2 authored about 10 years ago by huxingyi <[email protected]>
ReadFile() does not seem to update the offset at all.
5ac921bb6a81875b1913227a22e960629461dbac authored about 10 years ago by Unknown W. Brackets <[email protected]>b174a84e390471ca89a1eb61122eac9a759e543d authored about 10 years ago by Emmanuel Odeke <[email protected]>
39a5728dd9457e44e3582a999d07e6549790825c authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
Changes since version 0.10.28:
* darwin: allocate enough space for select() hack (Fedor Indutny...
2d728542d3790183417f8f122a110693cd85db14 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>Backport c44f264641bd60bdc53b6e3f2e56d82ba43011d8 for v0.10 branch.
5e507159c93e2f3f2102552dc56ae8530aec6e49 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
It seems that epoll_wait is implemented in glibc in terms of epoll_pwait and
new architectures (...
f277e80707e3c5a818e4c6cfae04dc17438b20b4 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
Changes since version 1.0.0-rc1:
* build: add missing fixtures to distribution tarball (Rob Ada...
e3ea6c1179cc8b42d6bc48df3d359a2149ebbab5 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
When multiple bufs are specified, overlapped needs to be advanced
manually between each write. ...
59658a8de7cc05a58327a164fd2ed4b050f8b4f4 authored about 10 years ago by Tomasz Kołodziejski <[email protected]>
Make it consistent with uv_exepath
8a8cff4b34c6dbaf6d31a2c9dda8afa3b1509cf0 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
uv_interface_addresses was using the linked list pointed to by
the FirstPrefix member of IP_ADAP...
c18205a1c588b5cfb7ea74c67b5e2974ebeff7ab authored over 10 years ago by cjihrig <[email protected]>
Closes #1518
416b7335fcc089b15eec6221b3d2f8c7108c6ce7 authored over 10 years ago by cjihrig <[email protected]>471e8447932a2832c1bccb32880b1b9020852036 authored over 10 years ago by Jeff Widman <[email protected]>
* uv_process_kill, uv_kill
* uv_fs_poll_init
* uv_timespec_t
Fixes #1503
00df3ec75bd30a98226dc5758a142e49f7c434f8 authored over 10 years ago by Saúl Ibarra Corretgé <[email protected]>uv_connect_t, uv_write_t and uv_shutdown_t.
Closes #1507
9486e462fce7754c72933118166602c938e344a7 authored over 10 years ago by Saúl Ibarra Corretgé <[email protected]>3193b67ff0c9b1e2a237534eff04aeb54a37ccf4 authored over 10 years ago by Robin Hahling <[email protected]>
958009bb04e117f29d29c8e2d9b2b79b9215cc77 authored over 10 years ago by Saúl Ibarra Corretgé <[email protected]>