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
Signed-off-by: Fedor Indutny <[email protected]>
842c70c5c58266c9673fcc9061cb1da943a63d3b authored almost 11 years ago by Fedor Indutny <[email protected]>Changes since version 0.11.22:
* fs: avoid using readv/writev where possible (Fedor Indutny)
*...
e54de537efcacd593f36fcaaf8b4cb9e64313275 authored almost 11 years ago by Fedor Indutny <[email protected]>
Conflicts:
.mailmap
AUTHORS
ChangeLog
src/version.c
Signed-off-by: Fedor Indutny <[email protected]>
6855205ba5c46023cdc2ea53c960bc903f9b0b7a authored almost 11 years ago by Fedor Indutny <[email protected]>Changes since version 0.10.25:
* process: don't close stdio fds during spawn (Tonis Tiigi)
* b...
d864907611c25ec986c5e77d4d6d6dee88f26926 authored almost 11 years ago by Fedor Indutny <[email protected]>
The VirtualBox shared file system doesn't seem to be capable of
`readv()` syscall. Since we don'...
This reverts commit f75bb7c3379d4398de8ed588a110aa7ab8708a91.
We need to figure out all those w...
1d42b3ce7c184696960a96f129ac586749b76a84 authored almost 11 years ago by Fedor Indutny <[email protected]>f75bb7c3379d4398de8ed588a110aa7ab8708a91 authored almost 11 years ago by Ben Noordhuis <[email protected]>
Conflicts:
include/uv.h
src/unix/error.c
fix joyent/node#7307
295882ed3238d6bfda61f5a91e1b43eb210fc485 authored almost 11 years ago by Fedor Indutny <[email protected]>d1ac59448088320e923c1e2d845b63bb77379105 authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>
e89740a957fe29e5a0b3e33108d684601c853add authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>
7a4c42a0548b2a62de220f6063ebe349a8fb30b3 authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>
Add UV_UDP_REUSEADDR flag instead, which can be passed to uv_udp_bind.
If the udp handle is unbo...
872263314eff8efa72bdccfbda89f9029425f4b0 authored almost 11 years ago by Maks Naumov <[email protected]>
e7fdab1fd946cb76d5db5fb3bc34077fff137cd7 authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>
08327a7cbd214ae0cb3f3d87eeead2d9ce829904 authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>
In case reopening the file descriptor fails, fallback to the old
behavior where we do blocking w...
Conflicts:
src/unix/process.c
This is needed when closed stdio fd is reused for uv_spawn pipe.
Fixes #1211
Backported from master 2f6d4b4
cd6db8bbefb11a780977052f1a561920d6d60bbe authored almost 11 years ago by Marc Schlaich <[email protected]>Backported from master 8010bf9
aa2fbb364a2fdd5c90cb9e4ca938787b249ae809 authored almost 11 years ago by Marc Schlaich <[email protected]>
When choosing an IPv6 interface all low level APIs use the interface
index which can be gathered...
15140cebe1b2221ede19d6a31150e9597edc6ee7 authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>
Remove leftover status argument uv_async_t callbacks
0ee3ce98e49d9a674305a70b169ee44ec134ecc9 authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>Reworked from initial version by @snoj
7c5ab1a73e69c4cec0b1536f9de471843c11f827 authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>
async, timer, prepare, idle and check handles don't need the status
parameter.
Fixes https://github.com/joyent/node/issues/7291
a2506c936296006abe7b8a7517c3f37691191858 authored almost 11 years ago by Javier Hernández <[email protected]>4b1043d43279ba13de92cef5da56c32d60616204 authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>
72337966d4a7cdd32b990b9618c4b2349c18042b authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>
bbcc0c963c4f2255c24ee9bf84c182f19b32b3a1 authored almost 11 years ago by Timothy J Fontaine <[email protected]>
Conflicts:
src/win/pipe.c
4ac8c424ea36b069c76e91fde3eb2f42e0e292f9 authored almost 11 years ago by Fedor Indutny <[email protected]>
Always pass previously allocated (if any) buffer, when calling
`read_cb()` on error.
a057466c723b2b01579092f939196b9c38f0a62d authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>
1dc2709b999a84520ab1b3c56c0e082bf8617c1f authored almost 11 years ago by Timothy J Fontaine <[email protected]>
Changes since version 0.11.21:
* unix, windows: map ERANGE errno (Saúl Ibarra Corretgé)
* unix...
cd0c19b1d3c56acf0ade7687006e12e75fbda36d authored almost 11 years ago by Timothy J Fontaine <[email protected]>
Conflicts:
test/test-spawn.c
Invalidate file descriptor when closing `uv_fs_event_t` handle. Note
that `uv__io_stop` is just ...
Reopen the file descriptor when it refers to a tty. This lets us put the
tty in non-blocking mod...
If the same file description is open in two different processes, then
closing the file descripto...
The select function takes a const struct on newer OSX versions but it
doesn't on OSX <= 10.7 or ...
1ec4c234388c0548db149772b2b8fd510a6dd843 authored almost 11 years ago by StarWing <[email protected]>
e525b89b036ec768ce30b32497d4a6bdccf81b11 authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>
1fbecefa70479eb9a621e575f3c16621b500136f authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>
4c47fcd787fe3c5672b553001beb56b2ffc97f64 authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>
Conflicts:
AUTHORS
ChangeLog
include/uv.h
src/unix/error.c
src/unix/process.c
src/version.c
When opening FIFO with `O_NONBLOCK` flag, `ENXIO` could be returned if
the readable side hasn't ...
On android, if a call to `pthread_sigmask` fails with EINVAL, fallback
to `sigprocmask`. This wo...
97fc348716fdd520d6ad067eafe03e93237c9728 authored almost 11 years ago by David Capello <[email protected]>
- STATUS_TOO_MANY_ADDRESSES now returns WSAEADDRINUSE
- STATUS_CONFLICTING_ADDRESSES now returns...
-Wunused-function would kick in because of the close_loop function,
but there tests and benchmar...
Introduce `int uv_pipe_pending_count(uv_pipe_t*)` and
`uv_handle_type uv_pipe_pending_type(uv_pi...
Wine does not currently support FileFsVolumeInformation:
https://github.com/mirrors/wine/blob/0...
2930d04e5b2d47f889290ed82bbb27c99f2dd430 authored almost 11 years ago by Isaiah Norton <[email protected]>fix #1128
c0c9480e02ec36e9b792a12e2f8a162f2bbcab68 authored almost 11 years ago by Fedor Indutny <[email protected]>409c7b37c123627604f719c489d1cf2def312942 authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>
If you define the environment variable PKG_CONFIG and assign it to
pkgconf (or pkg-config), conf...
e4f28adce4f63013c8a55b09bfaf16dbcfd6c242 authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>
29ed404138e1b351cbed1add1781a218fefc3b01 authored almost 11 years ago by StarWing <[email protected]>
Fixes #446
422d2810b37d1ec8a12f967089d04039800c2b44 authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>649dfc30378440f516a58cd0464288b3b0d60ce7 authored almost 11 years ago by Timothy J Fontaine <[email protected]>
Changes since version 0.11.20:
* unix: fix uv_fs_write when using an empty buffer (Saúl Ibarra
...
There was a bug in the libuv release tool where it didn't properly
update the proper version file.
2611ef43b15dc083ac2ffd5f16901a4ff076be03 authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>
3a8767e35eb7901ecb2a8ec2bde5c4dba69a0e7a authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>
6d463bfe37e095c5dde471ae4d2109f49c3f37e0 authored almost 11 years ago by Timothy J Fontaine <[email protected]>
Changes since version 0.11.19:
* stream: start thread after assignments (Oguz Bastemur)
* fs: ...
88355e081b51c69ee1e2b6b0015a4e3d38bd0579 authored almost 11 years ago by Timothy J Fontaine <[email protected]>2f6d4b4b58ea290961dc983117d31b19e198403a authored almost 11 years ago by Marc Schlaich <[email protected]>
269ff0beaeb8560dc6156ef34aa5dcf9b574540d authored almost 11 years ago by Brian White <[email protected]>
Check if dtrace should instrument object files only if dtrace
support is detected to work
b2341e77099393bbdb6a00dc92598c5efb0c3545 authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>
Also replace the assert with an error on unix.
b055538d09f54d43bf0d26a478bc5085cd52e143 authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>
When the supplied buffer is not big enough and UV_ENOBUFS is
returned, hint the user about the r...
This is a backport of 2f58bb6 from the master branch
6f98f4efd112b21414ed92a048cda9f6f5978eb7 authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>2f58bb6018812878101f73ca1add309214705379 authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>
8c9d5dce57056805d1842741ecd9d32cc8b97e0e authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>
a7ac2c462a2ce78f86f991ca1482b61a37fd6b8d authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>
Also, it's now considered private.
e5bdef9b598c5f5cccebace42ee78c9d819ba277 authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>d3791bd4c3c3105f895926beb1a1019d8ddce68e authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>
This is a backport of:
https://github.com/joyent/libuv/commit/107be2bed38afa6279aa53b13b946eb60c...
644337a33794c1ebedb601d61141cb0f12a40557 authored almost 11 years ago by Fedor Indutny <[email protected]>
Add `ETXTBSY` which could be returned by file system reads on some
unixes and emulate it with -1...
7677f62c5252b2c398f0d22fbe6c936b234e6847 authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>
Fixes #1143
4a023fc0786780d254e1e4a34a983c36f59d99bf authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>5ac214c712b99a94bc0e37e6544a53b7329d3ab1 authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>
a442aa7643702f12b7037a89922838f9131d2424 authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>
This improves API consistency with uv_read and uv_write and may
improve efficiency for some uses...
This commit converts C++ style comment to C style comment
616167e149be17f459e6a08fec0e3170802eb595 authored almost 11 years ago by Rasmus Pedersen <[email protected]>d4f904b0e784d9e2cbd55415faae1180cfa0f298 authored almost 11 years ago by Keno Fischer <[email protected]>
This commit ensures a proper win32 error code is returned
from uv_pipe_write_impl in case of fai...
S_IREAD and S_IWRITE are obsolete in GNU libs and
not included in the Android NDK's libc. See
ht...
gcc-4.7 has been removed in revision r9c. More info:
http://developer.android.com/tools/sdk/ndk/...
da9a2b1d3d86eeeeaea6380620c7ab315e8c142d authored almost 11 years ago by Oleg Efimov <[email protected]>
These functions supersede uv_loop_new and uv_loop_delete.
uv_loop_init initialized a user alloca...
bfba45d2855688145fe1bba23cb4bb02f0beb29c authored almost 11 years ago by William Light <[email protected]>
fd35e7a0bddf9efaef8137cc54e1b6ab6e78cc65 authored almost 11 years ago by Rasmus Pedersen <[email protected]>
If the same file description is open in two different processes, then
closing the file descripto...
Replace the red-black tree with a heap. The most common operation that
libuv performs on timers...
714bec14f601fdf0ff4394f7eeb596935f19ca2e authored almost 11 years ago by Timothy J Fontaine <[email protected]>
Changes since version 0.10.24:
* stream: start thread after assignments (Oguz Bastemur)
* unix...
d778dc588507588b12b9f9d2905078db542ed751 authored almost 11 years ago by Timothy J Fontaine <[email protected]>