History log of /libuv/ (Results 2676 – 2700 of 5435)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
7d5ac7b903-Apr-2014 Fedor Indutny

Merge branch 'v0.10'

Conflicts:
include/uv.h
src/unix/error.c


295882ed18-Mar-2014 Fedor Indutny

error: add EMLINK mapping

fix joyent/node#7307

d1ac594412-Mar-2014 Saúl Ibarra Corretgé

mingw: fix build with autotools

e89740a901-Apr-2014 Saúl Ibarra Corretgé

bsd: support IPv6 qualified link-local addresses

7a4c42a028-Mar-2014 Saúl Ibarra Corretgé

unix: add UV_HANDLE_IPV6 flag to tcp and udp handles

3558d65d31-Mar-2014 Saúl Ibarra Corretgé

unix, windows: do not set SO_REUSEADDR by default on udp

Add UV_UDP_REUSEADDR flag instead, which can be passed to uv_udp_bind.
If the udp handle is unbound when uv_udp_set_memberhsip or

unix, windows: do not set SO_REUSEADDR by default on udp

Add UV_UDP_REUSEADDR flag instead, which can be passed to uv_udp_bind.
If the udp handle is unbound when uv_udp_set_memberhsip or
uv_udp_set_multicast_interface is called, the handle will be bound with
UV_UDP_REUSEADDR set.

show more ...

8722633101-Apr-2014 Maks Naumov

windows: fix check in uv_tty_endgame()

e7fdab1f28-Mar-2014 Saúl Ibarra Corretgé

test: remove debug statement

08327a7c27-Mar-2014 Saúl Ibarra Corretgé

unix, windows: add IPv6 support for uv_udp_multicast_interface

342e8c0d21-Mar-2014 Saúl Ibarra Corretgé

unix: fallback to blocking writes if reopening a tty fails

In case reopening the file descriptor fails, fallback to the old
behavior where we do blocking writes, to avoid disrupting othe

unix: fallback to blocking writes if reopening a tty fails

In case reopening the file descriptor fails, fallback to the old
behavior where we do blocking writes, to avoid disrupting other
processes potentially using the file descriptor.

show more ...

c84796ec26-Mar-2014 Fedor Indutny

Merge branch 'v0.10'

Conflicts:
src/unix/process.c


fd77a5d623-Mar-2014 Tonis Tiigi

process: don't close stdio fds during spawn

This is needed when closed stdio fd is reused for uv_spawn pipe.
Fixes #1211

cd6db8bb11-Feb-2014 Marc Schlaich

build, windows: do not fail on Windows SDK Prompt

Backported from master 2f6d4b4

aa2fbb3611-Feb-2014 Marc Schlaich

build, windows: fixed x64 configuration issue

Backported from master 8010bf9

8bbf469c20-Mar-2014 Saúl Ibarra Corretgé

test: fix multicast join test on OSX when using IPv6

When choosing an IPv6 interface all low level APIs use the interface
index which can be gathered with if_nametoindex. Passing a 0 mea

test: fix multicast join test on OSX when using IPv6

When choosing an IPv6 interface all low level APIs use the interface
index which can be gathered with if_nametoindex. Passing a 0 means to
use the default as per the documentation. On OSX, however, this is not
the case and when 0 is specified it gives EADDRNOTAVAIL error. So, we
workaround the test, by using the 'lo0' interface on OSX, which has an
index of 1.

show more ...

15140ceb20-Mar-2014 Saúl Ibarra Corretgé

unix: fix handling uv__open_cloexec failure

0ee3ce9819-Mar-2014 Saúl Ibarra Corretgé

osx: fix compilation warning

Remove leftover status argument uv_async_t callbacks

7c5ab1a717-Mar-2014 Saúl Ibarra Corretgé

unix, windows: add IPv6 support to uv_udp_set_membership

Reworked from initial version by @snoj

db2a907210-Mar-2014 Saúl Ibarra Corretgé

unix, windows: removed unused status parameter

async, timer, prepare, idle and check handles don't need the status
parameter.

a2506c9312-Mar-2014 Javier Hernández

android: add support of ifaddrs in android

Fixes https://github.com/joyent/node/issues/7291

4b1043d414-Mar-2014 Saúl Ibarra Corretgé

build: removed unused and old option on AIX

7233796612-Mar-2014 Saúl Ibarra Corretgé

build: fix SunOS and AIX build with autotools

bbcc0c9610-Mar-2014 Timothy J Fontaine

build: freebsd link with libelf if dtrace enabled

4ac8c42412-Mar-2014 Fedor Indutny

win: fix buffer leak on error in pipe.c

b597d15712-Mar-2014 Fedor Indutny

stream: do not leak `alloc_cb` buffers on error

Always pass previously allocated (if any) buffer, when calling
`read_cb()` on error.

1...<<101102103104105106107108109110>>...218