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

doc: fix typo in README

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

f3216246a21e7e451e2ada29c934ed375da83cc3 authored about 9 years ago by Angel Leon <[email protected]>
win: fix comment

Fixes the following:
~~~~
src/win/tty.c: In function
'uv_tty_capture_initial_style':
src/win/tty...

010f0b96a37dbdce3b3216ebf8d6148be2bbe179 authored about 9 years ago by Miodrag Milanovic <[email protected]>
docs: clarify documentation of uv_tcp_init_ex

I think this makes it clear that the flags can't contain any other
information.

PR-URL: https:/...

e9b5a86aa68dde78972559a6fcfe91721b97b97d authored about 9 years ago by Andrius Bentkus <[email protected]>
test: use FQDN in getaddrinfo_fail test

For the getaddrinfo_fail test cases you want to use a fully qualified
domain name so that in net...

7d7400c87f04aa780257785672735a2708cc9339 authored about 9 years ago by Wink Saville <[email protected]>
unix: skip prohibited syscalls on tvOS and watchOS

fork and the exec functions are marked prohibited on tvOS and watchOS,
so referencing them cause...

bda29cf8083ceb33a9abda421da267e81030ff77 authored about 9 years ago by Nathan Corvino <[email protected]>
test: fix fs_event_watch_file_currentdir flakiness

In FreeBSD 10.2 the test sometimes times out because the "touch file"
timer fires before the "wa...

a0e30b551cd6d0d77f005db14d443b808997ea57 authored about 9 years ago by Santiago Gimeno <[email protected]>
unix: make work with Solaris Studio.

The atomics that are in place of a lack of x86 cmpxchg are a GCC
specific intrinsic. When compi...

ef47e8b2127c45ee58cae6b6f8ace5d6fde695b2 authored over 9 years ago by Adam Stylinski <[email protected]>
unix: fix uv__getiovmax return value

On some embedded devices (arm-linux-uclibc based ip camera),
sysconf(_SC_IOV_MAX) can not get th...

9fbcca048181b927cfcdb5c6c49e5bdff173aad5 authored over 9 years ago by HungMingWu <[email protected]>
unix: only undo fs req registration in async mode

Commit 0199955 ("fs: undo uv__req_init when uv__malloc failed")
mistakingly unregisters the requ...

bf52579f92c30cb6ebb65a007b4f0dab9f135695 authored over 9 years ago by Ben Noordhuis <[email protected]>
test: don't abort on setrlimit() failure

Valgrind blocks the setrlimit() system call. Print a warning and skip
the test, don't consider ...

822969ad2f530278348ac33c716f0c2a51ee5c3d authored over 9 years ago by Ben Noordhuis <[email protected]>
unix: squelch harmless valgrind warning

Valgrind complains that the msg_control pointer points to uninitialized
memory. While the memor...

1457496452f5e6dcae10abc125dfbd9b75e4eea1 authored over 9 years ago by Ben Noordhuis <[email protected]>
unix: use QUEUE_MOVE when iterating over lists

Replace uses of QUEUE_FOREACH when the list can get modified while
iterating over it, in particu...

442b8a5a848e1589520a4d4fd175d7e9aa084c44 authored over 9 years ago by Ben Noordhuis <[email protected]>
src: replace QUEUE_SPLIT with QUEUE_MOVE

All uses of QUEUE_SPLIT in libuv split the list at the head so introduce
a QUEUE_MOVE macro that...

1867a6c1ce015462db5038739e3d15b6b47e6a74 authored over 9 years ago by Ben Noordhuis <[email protected]>
unix: fix request handle leak in uv__udp_send

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

26917ddf7a5279c5d913c12121fe955ba4de91c0 authored over 9 years ago by Jianghua Yang <[email protected]>
stream: support empty uv_try_write on unix

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

5e761a5f812296aad8b44236f3363a9685c9c77e authored over 9 years ago by Fedor Indutny <[email protected]>
win: fix compilation with VS < 2012

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

764877fd9e4ea67c0cbe27bf81b2b294ed33b0f5 authored over 9 years ago by Ryan Johnston <[email protected]>
win, test: fix compilation warning

uv_os_fd_t is HANDLE on Windows, but closesocket needs a SOCKET.

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

037a8ab29fdb1f1e9793f3a3269ed8538cf84a1e authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
win: use the MSVC provided snprintf where possible

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

a59085e140d52076960fd2ee84875577378abc62 authored over 9 years ago by Peter Jas <[email protected]>
include: remove duplicate extern declaration

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

e5c03aed6bee3c73817d69dcaafef3ee5e7a8296 authored over 9 years ago by Jianghua Yang <[email protected]>
build: remove unused 'component' GYP option

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

2a98e76b4560db3954510ea34b286e14705a590c authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
fs: undo uv__req_init when uv__malloc failed

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

01999559cfb7b8794da4c4796f5e44f4339d335e authored over 9 years ago by Jianghua Yang <[email protected]>
unix: make uv_guess_handle work properly for AIX

On AIX, the getsockname API does not operate on the UNIX domain sockets
Please see: https://www-...

25506bb33156f15e27a837979773264dfe8d06be authored over 9 years ago by Gireesh Punathil <[email protected]>
unix: fix memory leak in uv_interface_addresses

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

25c369d4cfe7b4be546b4504a71105aeeda989f3 authored over 9 years ago by Jianghua Yang <[email protected]>
Now working on version 1.7.6

455c4035d40cc60390cddff0b920da43c4b55cd4 authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
Add SHA to ChangeLog

7a1996ae9042ce1af3b887b904c9dbad2ff11d6d authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
2015.09.23, Version 1.7.5 (Stable)

Changes since version 1.7.4:

* unix: Support atomic compare & swap xlC on AIX (nmushell)

* uni...

a8c1136de2cabf25b143021488cbaab05834daa8 authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
win: don't fetch function pointers to SRWLock APIs

They're no longer needed, since the Windows-native SRWLock functions are
no longer used.

PR-URL...

98239224c3c4580abb5b8395fbb4827bac01ab5e authored over 9 years ago by Bert Belder <[email protected]>
win: redo/fix the uv_rwlock APIs

Previously, on Windows Vista and later, we'd use the Windows native
SRWLock APIs. However they t...

9a4fd2689de8d40aad8e7ad3fb3108431167dd88 authored over 9 years ago by Bert Belder <[email protected]>
test: add tests for the uv_rwlock implementation

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

1ad6ad7ada4a01749cecdf82c56ccdc98a499262 authored over 9 years ago by Bert Belder <[email protected]>
darwin: fix memory leak in uv_cpu_info

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

9c307cc630b4b952c5ddd8d6396092326bcfa032 authored over 9 years ago by Jianghua Yang <[email protected]>
unix, win: consolidate mutex trylock errors

Fold EAGAIN into EBUSY, and make it the only acceptable error.

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

bd1777fd53d74c91bc8d3908dc1a2e0f996e3c8e authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
unix: consolidate rwlock tryrdlock trywrlock errors

Fold EAGAIN and EBUSY into EBUSY. This makes it consistent across all
Unix platforms and Windows...

85adf43e03c65ee72786b9143921a6782c8b2b23 authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
unix: Fix including uv-aix.h on AIX

On AIX, it is correct to include AIX specific include files.
This is similar to all other platfo...

029a43997d60c3a3d2ec15fdc12cfad8b949cbf7 authored over 9 years ago by nmushell <[email protected]>
unix: Support atomic compare & swap xlC on AIX

On AIX with the native xlC compiler, the compiler supports sync
compare swap and compare in two ...

cf0e5b4db2f2b2651300d1598f14690f87762f10 authored over 9 years ago by nmushell <[email protected]>
Working on the next version

e2db9240db78ba30f02fd130b170d08e0d9d6e62 authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
Add SHA to ChangeLog

05284402af1f3b3431b54179dff886477631ba63 authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
2015.09.12, Version 1.7.4 (Stable)

Changes since version 1.7.3:

* doc: uv_read_start and uv_read_cb clarifications (Ben Trask)

* ...

a7ad4f52189d89cfcba35f78bfc5ff3b1f4105c4 authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
doc: clarify repeat timer behavior

Signed-off-by: Eli Skeggs <[email protected]>

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

36b79057c53639112a4eccd4bb83840fd08b96c1 authored over 9 years ago by Eli Skeggs <[email protected]>
win: fix unsavory rwlock fallback implementation

Before this patch an uv_mutex_t (backed by a critical section) could be
released by a tread diff...

3eb6764acd2d708f6873c177a77f9bef3b266fa9 authored over 9 years ago by Bert Belder <[email protected]>
test,freebsd: fix ipc_listen_xx_write tests

In FreeBSD if connect is called and the queue of pending connections(backlog)
is full, the call ...

57b0a6da42e0218418cc139a8e7b30977053167f authored over 9 years ago by Santiago Gimeno <[email protected]>
unix: fix error check when closing process pipe fd

uv__close() does not set errno, it returns the error. It also never
returns EINTR, it always ma...

e95960cc68be7875ac2f9fb0b0cd0f309567ff99 authored over 9 years ago by Ben Noordhuis <[email protected]>
doc: fix uv-unix.h location

uv-unix.h is in include directory, not in src.

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

daa466275ea2d6291b514409c06e25cc63f04752 authored over 9 years ago by Sakthipriyan Vairamani <[email protected]>
doc: fix typo

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

eddff0a675fc8604ef46bef288dbc04fbe5323e3 authored over 9 years ago by Devchandra Meetei L <[email protected]>
tests: fix fs tests run w/o full getdents support

fs_access, fs_async_dir and fs_symlink_dir could fail when the
filesystem where the tests are ru...

30fc36256057b9790118b79e7cfed9f42a579f7f authored over 9 years ago by Jeremy Whitlock <[email protected]>
doc: add uv_dlsym() return type

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

866dc3f98bdf58357b0053e6de90cdcbd59f7efc authored over 9 years ago by Brian White <[email protected]>
fs: fix bug in sendfile for DragonFly

The code made an implicit assumption that the 'len` variable passed
to the sendfile(2) syscall i...

8b90faff6c55cc4bfbc19f0aec655b89fa7283be authored over 9 years ago by Michael Neumann <[email protected]>
build,gyp: add DragonFly to the list of OSes

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

d58e94408fb433fc8138131a9732e6c48510a5be authored over 9 years ago by Michael Neumann <[email protected]>
win, tty: do not convert \r to \r\n

\r is a single carriage return without line feed on all platforms,
including Windows.

PR-URL: h...

7cd0cd8a401b366193e28c92f6c0820676b9e9d5 authored over 9 years ago by Colin Snover <[email protected]>
freebsd: obtain true uptime through clock_gettime()

Obtain true uptime through clock_gettime() instead of subtracting
'bootime' from 'now'.

PR-URL:...

030b6e1a402a4bb7699eb2b52998ee9c55bfa8e9 authored over 9 years ago by Jianghua Yang <[email protected]>
doc: uv_read_start and uv_read_cb clarifications

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

9ef523e281f5ac0ac5de34b85d8b45e782e0320d authored over 9 years ago by Ben Trask <[email protected]>
Add SHA to ChangeLog

368f427c2ffb9d2828643ce7eb3909d3603e2aa6 authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
2015.08.28, Version 1.7.3 (Stable)

Changes since version 1.7.2:

* threadpool: fix thread starvation bug (Ben Noordhuis)

93877b11c8b86e0a6befcda83a54555c1e36e4f0 authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
threadpool: fix thread starvation bug

Commit 0f1bdb6 ("threadpool: send signal only when queue is empty")
introduces a regression wher...

da42780223bae35d38b6d4d920caa1563e884470 authored over 9 years ago by Ben Noordhuis <[email protected]>
Add SHA to ChangeLog

137d6af70aa4ef79cf1bb79348d748e654ed80dc authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
2015.08.25, Version 1.7.2 (Stable)

Changes since version 1.7.1:

* unix, win: make uv_loop_init return on error (Willem Thiart)

* ...

4d13a013fcfa72311f0102751fdc7951873f466c authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
win: fix setting pipe pending instances after bind

It's an error to do so, so just ignore it. The test would cause an
invalid memory access if the ...

4f4e956497b9edbd7c1ceeda31531b200aa7770a authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
win: fix replacing pipe handle for pipe servers

On Windows we create multiple pipe handles (system handles) which are
attached to pending accept...

34768a76f57713c9ee3f842a9e868ed4aab60d5b authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
win: reset pipe handle for pipe servers

On pipe servers handle->handle takes turns between the different server
handles, so after closin...

9152b1bda4cac21631b696639bc18e9931d29ab2 authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
unix, win: make uv_loop_init return on error

Makes uv_loop_init return an error code instead of aborting.

Currently uv_loop_init aborts if t...

2a51b61e460b43b6813425c239db1e5db6931fc9 authored over 9 years ago by Willem Thiart <[email protected]>
Add SHA to ChangeLog

2bc0e0400c9b88df8a042f3d037704ebd6952c70 authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
2015.08.20, Version 1.7.1 (Stable)

Changes since version 1.7.0:

* doc: document the procedure for verifying releases (Saúl Ibarra
...

44f4b6bd82d8ae4583ccc4768a83af778ef69f85 authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
tests: refactored fs watch_dir tests for stability

fs_event_watch_dir and fs_event_watch_dir_recursive could fail randomly
due to the way in which ...

83264701a7e7b7ad82eec6c601a208dfd71df74d authored over 9 years ago by Jeremy Whitlock <[email protected]>
common: fix use of snprintf on Windows

Refs: https://github.com/libuv/libuv/pull/467
PR-URL: https://github.com/libuv/libuv/pull/487
Re...

4c81d05112782094e80ee01acabebfaca3f96d54 authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
stream: retry write on EPROTOTYPE on OSX

At least on OS X 10.10 "Yosemite", an EPROTOTYPE can occur
when trying to write to a socket that...

406961385d3560aa6ceba771e36c0ed11b6a57a0 authored over 9 years ago by Brian White <[email protected]>
unix,windows: don't assert on unknown error code

Make uv_err_name() and uv_strerror() return a dynamically allocated
string when the error code i...

96fc77d5d998d7a70c4a1c705900432a7a4f828d authored over 9 years ago by Ben Noordhuis <[email protected]>
unix,windows: allow NULL loop for sync fs requests

Synchronous file operations don't need an event loop. Permit NULL as
the event loop parameter.
...

df62b54aa2b3d916ca442ee84f0678129a848c4f authored over 9 years ago by Ben Noordhuis <[email protected]>
test: plug small memory leak in unix test runner

Join the watchdog thread unconditionally on exit. Fixes the following
harmless but noisy memory...

54eecf32a981cb4584a362688bf778f06562dfa6 authored over 9 years ago by Ben Noordhuis <[email protected]>
unix: don't copy arguments for sync fs requests

For synchronous file operation requests (ones without a callback), there
is no need to make a co...

e19764f75a2f938e85a1667eccbfc09038ec1b11 authored over 9 years ago by Ben Noordhuis <[email protected]>
unix: remove superfluous parentheses in fs macros

The parentheses are unnecessary because what they wrap are not macro
arguments but function argu...

3ed7fcee5b5bf66fe6b520bbe6e77f1c67f03795 authored over 9 years ago by Ben Noordhuis <[email protected]>
win: set accepted TCP sockets as non-inheritable

This piece of code was incorrectly removed by yours truly in 2dddd56.
It triggered a rather obsc...

64f5c93fb12b4ff7f5eee5b978c89d6c22b76c1d authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
unix,win: return EINVAL on nullptr args in uv_fs_{read,write}

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

939ea06f458af6863734c5ebc2fd10a869cc7e5b authored over 9 years ago by Karl Skomski <[email protected]>
test: Fix two memory leaks

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

c2e6f3bad1d1e508fa4ce09ba460b398557593d4 authored over 9 years ago by Karl Skomski <[email protected]>
unix: OpenBSD's setsockopt needs an unsigned char for multicast

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

3869f2a8c07f031190733136a81dad0354e0d6a2 authored over 9 years ago by Zachary Hamm <[email protected]>
doc: clarify uv_read_stop() is idempotent

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

fc556acbb48c5bbedc928f1e8e2af89bc5681334 authored over 9 years ago by Corbin Simpson <[email protected]>
Revert "stream: squelch ECONNRESET error if already closed"

This reverts commit 05a003a3f78d07185b7137601fe8e93561855a8d.

This commit triggerd "test-tls-he...

01544d861b9e11f844d482a80bc557dd9b803c8c authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
doc: use long GPG IDs in MAINTAINERS.md

9daef1c16d4086b3e2a80ad6b3d25185722bcb88 authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
doc: add note about Windows binaries to the README

4bfaaff864e0b3a43c87fa37612633ac9dcbcbb8 authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
doc: document the procedure for verifying releases

Refs: https://github.com/libuv/libuv/issues/409

dbca917bad2fdeede10f0e46b7d458c1fc422b9d authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
Add SHA to ChangeLog

fbd61f628450b7d9c30fdbed4bb81c18dfaa48c9 authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
2015.08.06, Version 1.7.0 (Stable)

Changes since version 1.6.1:

* win,stream: add slot to remember CRT fd (Bert Belder)

* win,pip...

415a865d6365ba58d02b92b89d46ba5d7744ec8b authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
build: fix version syntax in AppVeyor file

Use vLIBUV_VERSION.buildNUMBER syntax. This allows for easier parsing of
pre-releases:

v1.6.0.b...

0b4f4889f19663ef0fc3357315712e42303a34da authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
unix: allow nbufs > IOV_MAX in uv_fs_{read,write}

This allows writing and reading any amount of buffers,
regardless of what IOV_MAX may be defined...

2bf782777fc5908b7cf13ecb61f117af8c45b9f9 authored over 9 years ago by ronkorving <[email protected]>
aix: fix uv_exepath with relative paths

uv_exepath() was not behaving correctly on AIX when the process was
invoked with a relative path...

ab9776098e008d0f3a0bd554ac5c1cd7a049d907 authored over 9 years ago by Richard Lau <[email protected]>
threadpool: send signal only when queue is empty

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

0f1bdb6b131fffc27baa570b9e8cbc985c4b46f4 authored over 9 years ago by chenttuuvv <[email protected]>
build: add experimental Windows installer

Uses AppVeyor. Buidlds will be manually triggered when a tag is created
and uploaded to dist.lib...

350b2b446ae136168361adf530ca25f59eaacee6 authored over 9 years ago by Roger A. Light <[email protected]>
test: fix compilation warning

file_prefix_in_subdir is only used in Windows and OSX. Fixes the
following warning, which shows ...

e18848059fab99e0bae220c1c48cd3a6d2a1ad58 authored over 9 years ago by Santiago Gimeno <[email protected]>
win,test: fix shared library build

Ifdef out the tests that rely on internal symbols when making a shared build.

PR-URL: https://g...

01bbf6fb1ccba74575fa232ff69bf1a00431c37b authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
doc: add a note about uv_dirent_t.type

On Linux getting the type is only supported by some filesystems, check
getdents(2).

b3fde348e4345866fb18b350bc86aec71bbd4336 authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
test: fix compilation warning

fs_event_cb_dir_multi_file_in_subdir is only used in
fs_event_watch_dir_recursive test, which is...

085b877ccbc5ccfc1416c5aadfd9d845f1cef5cf authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
android: add missing include to pthread-fixes.c

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

3b0f85fd2347d30923c0c94c59a6b2019fb87055 authored over 9 years ago by RossBencina <[email protected]>
build: proper support for android cross compilation

The build script needs to properly specify the target as android
so the gyp build scripts can pr...

d57c7e685f9ef2f00aa0cd5661194e8059e84d00 authored over 9 years ago by guworks <[email protected]>
tests: skip some tests when network is unreachable

Do not hard-fail network tests when libuv is built on
an isolated host/container.

Signed-off-by...

5df06b3f2e756dfe3b06a9d8ba11a7d77f10b0dd authored over 9 years ago by Luca Bruno <[email protected]>
build: remove ancient condition from common.gypi

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

44485ce682e4111fdd5d538ee20ed294563a3df9 authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
stream: squelch ECONNRESET error if already closed

Add new UV__POLLRDHUP event to be emitted when EPOLLRDHUP(in Linux) or
EV_EOF(in BSD / OSX) is d...

05a003a3f78d07185b7137601fe8e93561855a8d authored over 9 years ago by Santiago Gimeno <[email protected]>
doc: add missing variable name

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

e110c46b8100d53af1fea75c98225c4d1a84564f authored over 9 years ago by Yosuke Furukawa <[email protected]>
win,tty: support consoles with non-default colors

Use the console text color set by the user rather than assuming the
Windows default (white foreg...

517ade8ab219be2cfd24fa3c3e858528a2345769 authored over 9 years ago by John McNamee <[email protected]>
win: add support for recursive file watching

Original patch by @ghostoy, modified by @bpasero and yours truly.

Refs: https://github.com/joye...

188e0e94ac8374a5e177e1407052ed1b26c528a6 authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
doc: add note about uv_fs_scandir

The '.' and '..' entries are always skipped on Unix systems.

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

c48950ed04e7fe3b5a1108265a8caf2ab759cfe2 authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>
test,unix: reduce stack size of watchdog threads

Some 32 bits architectures, linux/mips and linux/mipsel in particular,
suffer from address space...

f3613e508241920890285c5b7bbaecbaa6b6b09e authored over 9 years ago by Ben Noordhuis <[email protected]>
docs: add Windows specific note for uv_fs_open

ac89bb4d30d079a3ba88f90b983b7c230e3fbce3 authored over 9 years ago by Saúl Ibarra Corretgé <[email protected]>