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
Conflicts:
src/unix/sunos.c
fix #1078
703a9e601e976b74ce459e4db9e23fca107d3f4b authored almost 11 years ago by Fedor Indutny <[email protected]>
Conflicts:
build.mk
test/test-shutdown-twice.c
The event_handle field of unused accept requests was not being
initialized properly. As a result...
This reverts commit 7df24583e5ea77086e765a4bf0773407f0ec190d.
a03ea239db412f05f6f408dd187d6dfd80c7c8cb authored almost 11 years ago by Fedor Indutny <[email protected]>
The check to see if -G is needed for dtrace requires a bit more effort,
make a header, c file, a...
d7c8cffecb56b4a9e2cc2af331d0b70a92040b7e authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>
8010bf9dd2a649bbe1e65b59e7bbd0e6bedd80ba authored almost 11 years ago by Marc Schlaich <[email protected]>
This improves API consistency with uv_read and uv_write and may
improve efficiency for some uses...
d4c12adff648bc4ebd5038e8186069193b22a693 authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>
The unix implementation of uv_spawn always starts out with a
uv__handle_init, but the windows im...
The crtdbg.h header was added in c0716b3d, but MinGW does not have this
header present on the sy...
This is a backport of a284b90 for v0.10 branch
6e2021ca111a44449932792e0cb578e63705c2a2 authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>
Before this one of the requests was left as a ghost in the system.
See https://github.com/JuliaL...
107be2bed38afa6279aa53b13b946eb60c204969 authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>
c8e4db6e00186c7feb100027f518efb070431d80 authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>
Without this, running vcbuild repeatedly for some time will cause errors with msbuild saying the...
b738d315fbf634f6c571234b8f028e6384eb42ec authored almost 11 years ago by Brian White <[email protected]>Partial fix for #1093
66ab38918c911bcff025562cf06237d7fedaba0c authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>Fixes #1102
3901ec49767a5b66bebe0a46cf851579f5f040c0 authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>419c2ffae7b89b712637482b6375459ce87e2e6e authored almost 11 years ago by Saúl Ibarra Corretgé <[email protected]>
Signals don't exist on Windows, but libuv emulates the behaviour of
several Unix signals. This w...
451de61b72c57c8d10bcf1c91072018e865bd6a0 authored almost 11 years ago by Austin Foxley <[email protected]>
Use prefixed variable name for better control over dependencies.
7301d21e46135c0954abe937f6326c8a5fc36fe3 authored almost 11 years ago by Fedor Indutny <[email protected]>280469f4fe6fe9e971bcc50eadcc19bc9a4a102f authored almost 11 years ago by Fedor Indutny <[email protected]>
60d621c6072062cbb65458a1d9d721dac5d9b41f authored almost 11 years ago by Dylan Cali <[email protected]>
disable spawn_fs_open
cb1cc25430b3340f80172b8daca6f3d379889a01 authored almost 11 years ago by Fedor Indutny <[email protected]>
Every file descriptor opened using libuv should be automatically marked
as CLOEXEC to prevent it...
Add a single TEST_ENTRY_CUSTOM hook that can be used to override task
entry defaults. Different ...
getaddrinfo_fail can sometimes take slightly longer than the default
timeout of 5000. Set its ti...
Conflicts:
AUTHORS
ChangeLog
src/unix/stream.c
src/version.c
Changed the order of the member assignments since the thread
may start before the parameters are...
b0ec132aabced0173480c58b180a2b23c7dc9235 authored almost 11 years ago by Timothy J Fontaine <[email protected]>
Changes since version 0.11.18:
* linux: move sscanf() out of the assert() (Trevor Norris)
* li...
336a1825309744f920230ec3e427e78571772347 authored almost 11 years ago by Timothy J Fontaine <[email protected]>79ffe2fb9537a8b9f1db7a2f27a7cd5c3bfb3707 authored almost 11 years ago by Timothy J Fontaine <[email protected]>
Changes since version 0.10.23:
* linux: move sscanf() out of the assert() (Trevor Norris)
* li...
aecd296b6bce9b40f06a61c5c94e43d45ac7308a authored almost 11 years ago by Timothy J Fontaine <[email protected]>
Conflicts:
ChangeLog
src/unix/linux-core.c
src/version.c
3e2446d18db6ba2c16fa71530565a904aaca1fd2 authored almost 11 years ago by Fedor Indutny <[email protected]>
If asserts are turned off then the sscanf() wouldn't have run, being
placed directly in the asse...
666aa2f0683dc8b80954c01e5799d476e4068350 authored almost 11 years ago by Bert Belder <[email protected]>
Changes since version 0.11.17:
* osx: Fix a possible segfault in uv__io_poll (Alex Crichton)
*...
d47962e9d93d4a55a9984623feaf546406c9cdbb authored almost 11 years ago by Bert Belder <[email protected]>
Conflicts:
AUTHORS
src/version.c
a568ed627841d8b8d17d6a5e11e21b89b57a5e81 authored almost 11 years ago by Bert Belder <[email protected]>
If asserts are turned off then the sscanf() wouldn't have run, being
placed directly in the asse...
This reverts commit 5008f8de08019af46ee844489ee9eeb18e5c7dd7.
37e12bdafbb82e652f84f131b72779de769e4ccf authored almost 11 years ago by Fedor Indutny <[email protected]>
When building using gyp and BUILDTYPE=Release using clang 3.4 received
this warning:
../src/uni...
5008f8de08019af46ee844489ee9eeb18e5c7dd7 authored almost 11 years ago by Trevor Norris <[email protected]>b8b6588dbe800df727c5f17b762c9cfe5dcd86be authored almost 11 years ago by Bert Belder <[email protected]>
Changes since version 0.10.22:
* linux: relax assumption on /proc/stat parsing (Luca Bruno)
* ...
dbd218e699fec8be311d85e4788be9e28ae884f8 authored almost 11 years ago by Bert Belder <[email protected]>3a4ec61d46921406b094d6e4031ecca4dffab335 authored almost 11 years ago by Fedor Indutny <[email protected]>
Conflicts:
ChangeLog
src/unix/process.c
src/version.c
Thus allow passing the same file descriptor as the source of multiple
stdios.
Committed with th...
e403a2c486f46c0f5eda8814ff13d4ed4521e5a6 authored almost 11 years ago by Fedor Indutny <[email protected]>
`int which[]` should not be static here, as the function itself is
changing it
fix joyent/node#...
8bc29b6f5fff71c69987c44e3cfbb3b79b882398 authored almost 11 years ago by Fedor Indutny <[email protected]>
CPU entries in /proc/stat are not guaranteed to be monotonically
increasing, asserting on this a...
Explicitly disable/enable dualstack depending on presence of flag set by
uv_tcp_dualstack() func...
Changed uv_tcp_duplicate_socket to reveal any bind-time errors
before calling listen().
This fi...
d1e6be1460f555a1f8a4063d7642696aa7238769 authored almost 11 years ago by Alexis Campailla <[email protected]>
Adding further instructions about building for OS X, as recent versions
of xcodebuild will autom...
If passed and invalid FD, _get_osfhandle() sets an error code
through errno, not _doserrno. Henc...
97eda7fd6226be651216ec19ba6146807186bd36 authored about 11 years ago by Timothy J Fontaine <[email protected]>
Changes since version 0.10.21:
* windows: avoid assertion failure when pipe server is closed (B...
f526c90eeff271d9323a9107b9a64a4671fd3103 authored about 11 years ago by Timothy J Fontaine <[email protected]>4ce9c39dd86d80ef00476fd00bedb9d56172a86d authored about 11 years ago by Timothy J Fontaine <[email protected]>
Changes since version 0.11.16:
* stream: allow multiple buffers for uv_try_write (Fedor Indutny...
589c224d4c2e79fec65db01d361948f1e4976858 authored about 11 years ago by Timothy J Fontaine <[email protected]>
uv__stream_osx_interrupt_select was only defined on OS X, but is used
elsewhere on all platforms...
Relying on `readable`/`writable` when polling will lead to the select
thread spinning in the loo...
7d23c1d7b99d01fe005759689e6c203023efd223 authored about 11 years ago by Saúl Ibarra Corretgé <[email protected]>
20253414c393bf7569f53ff10c07316f22d8b660 authored about 11 years ago by Andrius Bentkus <[email protected]>
The commit is quite broken and must be refactored before going into.
This reverts commit 08aeaf...
8b6c19e21932df5d28f5761c31b7db203a305b21 authored about 11 years ago by Fedor Indutny <[email protected]>
If multiple handles arrive to the IPC pipe at the same time (happens on
some platforms), libuv w...
In our build infrastructure, I've seen a lot of segfaults recently that
were all only happening ...
In our build infrastructure, I've seen a lot of segfaults recently that
were all only happening ...
Conflicts:
build.mk
Makefile.am
test/test-ipc.c
When a server and a client are both part of the same event loop, and
the client connects to the ...
Add a regression test for the pipe server close issue on Windows, which
was reported in joyent/n...
562d7a49ac206dab2a830aad612d995a8c6fbd97 authored about 11 years ago by Bert Belder <[email protected]>
Conflicts:
AUTHORS
ChangeLog
src/version.c
When a pipe server is closed, all pending accept requests and their
associated HANDLEs are close...
Useful to know when the the event loop is empty, this can't be done with
uv_run() without possib...
9d60214b3aa837e3930e078983245f1e73cfbb39 authored about 11 years ago by Timothy J Fontaine <[email protected]>
Changes since version 0.10.20:
* unix: fix a possible memory leak in uv_fs_readdir (Alex Crichton)
375ebce068555f0ca8151b562edb5f1b263022db authored about 11 years ago by Timothy J Fontaine <[email protected]>
gyp currently doesn't support the --generator-output option for android,
this is the best way to...
Allow UV_EACCES as a successful return value when uv_spawn fails.
When the PATH environment var...
b44edf313c1a312e261932b36e3dc40790d48266 authored about 11 years ago by Joshua Neuheisel <[email protected]>
Some scandir implementations allocate the dirent struct even if the
directory is empty, so if `s...
a762934aa8c0947ed4d4e1dcbceaeaeb7e765329 authored about 11 years ago by Sean Farrell <[email protected]>
17d60e3f94f4b122f6412e78b10e40573637dfa1 authored about 11 years ago by Fedor Indutny <[email protected]>
7f65a74f8ef503cfca3dd874839b5c9b7a1169f4 authored about 11 years ago by Fedor Indutny <[email protected]>
333a5b730f794e9deb38912819266eb4e1e248a1 authored about 11 years ago by Timothy J Fontaine <[email protected]>
Changes since version 0.11.15:
* fsevents: remove kFSEventStreamCreateFlagNoDefer polyfill (ci-...
ae0ed8c49d0d313c935c22077511148b6e8408a4 authored about 11 years ago by Timothy J Fontaine <[email protected]>
`uv_try_write(stream, buf, size)` acts like `uv_write()`,
but without queueing actual write unti...
4ed6496b9ce416ac4bf1257b1eae06e0d4eb479c authored about 11 years ago by Yorkie <[email protected]>
Conflicts:
.mailmap
ChangeLog
src/version.c
b83caf86245cac10d915dc9010a758579b7afbcd authored about 11 years ago by Alexis Campailla <[email protected]>
We weren't always translating system errors for in uv_spawn.
This is half a fix for node's unit...
b65b74741ef81445e61495a2198c6674cb18a118 authored about 11 years ago by Alexis Campailla <[email protected]>f3d311edc447cfe0a95c6ca7cbe8301588f180c5 authored about 11 years ago by Timothy J Fontaine <[email protected]>
Changes since version 0.10.19:
* linux: fix up SO_REUSEPORT back-port (Ben Noordhuis)
* fs-eve...
04141464dd0fba90ace9aa6f7003ce139b888a40 authored about 11 years ago by Timothy J Fontaine <[email protected]>Fixes #846
15af49a7a0caa37516aa05c31fd84b0c1e952623 authored about 11 years ago by Saúl Ibarra Corretgé <[email protected]>
Also, don't check for a specific pkg-config version, since libuv doesn't
use pkg-config itself
When using configure, there are situations where libuv will attempt
to build uv-dtrace.h, even i...
6c063317b74b6ac163d751cdeb3b3d3c43a6cffd authored about 11 years ago by Andrej Manduch <[email protected]>
Kindly suggested by `cppcheck`.
646de34f5e83994f121892394776c60cb01a2706 authored about 11 years ago by Fedor Indutny <[email protected]>8094ac212931751360cfc409056626cee1bbe4d0 authored about 11 years ago by Maciej Małecki <[email protected]>
The link to nodejs.org in README.md was broken.
2e58ea8fd50c71a54bcb865b1cb1ea3840128f12 authored about 11 years ago by Tenor Biel <[email protected]>39db22594df13e8423af3e923ec15b8dc47a5234 authored about 11 years ago by Bert Belder <[email protected]>