#
6e24ce23 |
| 01-May-2014 |
Timothy J Fontaine |
2014.05.02, Version 0.10.27 (Stable) Changes since version 0.10.26: * windows: fix console signal handler refcount (Saúl Ibarra Corretgé) * win: always leave crit section i
2014.05.02, Version 0.10.27 (Stable) Changes since version 0.10.26: * windows: fix console signal handler refcount (Saúl Ibarra Corretgé) * win: always leave crit section in get_proc_title (Fedor Indutny)
show more ...
|
#
b5548f18 |
| 01-May-2014 |
Timothy J Fontaine |
Now working on v0.11.26 |
Revision tags: v0.11.25 |
|
#
2acd544c |
| 01-May-2014 |
Timothy J Fontaine |
2014.05.02, Version 0.11.25 (Unstable) Changes since version 0.11.24: * osx: pass const handle pointer to uv___stream_fd (Chernyshev Viacheslav) * unix, windows: pass
2014.05.02, Version 0.11.25 (Unstable) Changes since version 0.11.24: * osx: pass const handle pointer to uv___stream_fd (Chernyshev Viacheslav) * unix, windows: pass const handle ptr to uv_tcp_get*name (Chernyshev Viacheslav) * common: pass const sockaddr ptr to uv_ip*_name (Chernyshev Viacheslav) * unix, windows: validate flags on uv_udp|tcp_bind (Saúl Ibarra Corretgé) * unix: handle case when addr is not initialized after recvmsg (Saúl Ibarra Corretgé) * unix, windows: uv_now constness (Rasmus Pedersen)
show more ...
|
#
1daff47a |
| 14-Apr-2014 |
Timothy J Fontaine |
Now working on v0.11.25 |
Revision tags: v0.11.24 |
|
#
ed948c29 |
| 14-Apr-2014 |
Timothy J Fontaine |
2014.04.15, Version 0.11.24 (Unstable) Changes since version 0.11.23: * linux: reduce file descriptor count of async pipe (Ben Noordhuis) * sunos: support IPv6 qualified li
2014.04.15, Version 0.11.24 (Unstable) Changes since version 0.11.23: * linux: reduce file descriptor count of async pipe (Ben Noordhuis) * sunos: support IPv6 qualified link-local addresses (Saúl Ibarra Corretgé) * windows: fix opening of read-only stdin pipes (Alexis Campailla) * windows: Fix an infinite loop in uv_spawn (Alex Crichton) * windows: fix console signal handler refcount (李港平) * inet: allow scopeid in uv_inet_pton (Fedor Indutny) * win: always leave crit section in get_proc_title (Fedor Indutny)
show more ...
|
Revision tags: v0.11.23 |
|
#
e54de537 |
| 07-Apr-2014 |
Fedor Indutny |
2014.04.07, Version 0.11.23 (Unstable) Changes since version 0.11.22: * fs: avoid using readv/writev where possible (Fedor Indutny) * mingw: fix build with autotools (Saúl
2014.04.07, Version 0.11.23 (Unstable) Changes since version 0.11.22: * fs: avoid using readv/writev where possible (Fedor Indutny) * mingw: fix build with autotools (Saúl Ibarra Corretgé) * bsd: support IPv6 qualified link-local addresses (Saúl Ibarra Corretgé) * unix: add UV_HANDLE_IPV6 flag to tcp and udp handles (Saúl Ibarra Corretgé) * unix, windows: do not set SO_REUSEADDR by default on udp (Saúl Ibarra Corretgé) * windows: fix check in uv_tty_endgame() (Maks Naumov) * unix, windows: add IPv6 support for uv_udp_multicast_interface (Saúl Ibarra Corretgé) * unix: fallback to blocking writes if reopening a tty fails (Saúl Ibarra Corretgé) * unix: fix handling uv__open_cloexec failure (Saúl Ibarra Corretgé) * unix, windows: add IPv6 support to uv_udp_set_membership (Saúl Ibarra Corretgé) * unix, windows: removed unused status parameter (Saúl Ibarra Corretgé) * android: add support of ifaddrs in android (Javier Hernández) * build: fix SunOS and AIX build with autotools (Saúl Ibarra Corretgé) * build: freebsd link with libelf if dtrace enabled (Saúl Ibarra Corretgé) * stream: do not leak `alloc_cb` buffers on error (Fedor Indutny) * unix: fix setting written size on uv_wd (Saúl Ibarra Corretgé) Signed-off-by: Fedor Indutny <fedor@indutny.com>
show more ...
|
#
7f9c11b9 |
| 07-Apr-2014 |
Fedor Indutny |
Merge branch 'v0.10' Conflicts: .mailmap AUTHORS ChangeLog src/version.c
|
#
6855205b |
| 07-Apr-2014 |
Fedor Indutny |
Now working on v0.10.27 Signed-off-by: Fedor Indutny <fedor@indutny.com> |
Revision tags: v0.10.26 |
|
#
d8649076 |
| 07-Apr-2014 |
Fedor Indutny |
2014.04.07, Version 0.10.26 (Stable) Changes since version 0.10.25: * process: don't close stdio fds during spawn (Tonis Tiigi) * build, windows: do not fail on Windows SDK
2014.04.07, Version 0.10.26 (Stable) Changes since version 0.10.25: * process: don't close stdio fds during spawn (Tonis Tiigi) * build, windows: do not fail on Windows SDK Prompt (Marc Schlaich) * build, windows: fix x64 configuration issue (Marc Schlaich) * win: fix buffer leak on error in pipe.c (Fedor Indutny) * kqueue: invalidate fd in uv_fs_event_t (Fedor Indutny) * linux: always deregister closing fds from epoll (Geoffry Song) * error: add ENXIO for O_NONBLOCK FIFO open() (Fedor Indutny) Signed-off-by: Fedor Indutny <fedor@indutny.com>
show more ...
|
#
1dc2709b |
| 10-Mar-2014 |
Timothy J Fontaine |
Now working on v0.11.23 |
Revision tags: v0.11.22 |
|
#
cd0c19b1 |
| 10-Mar-2014 |
Timothy J Fontaine |
2014.03.11, Version 0.11.22 (Unstable) Changes since version 0.11.21: * unix, windows: map ERANGE errno (Saúl Ibarra Corretgé) * unix, windows: make uv_cwd be consistent wi
2014.03.11, Version 0.11.22 (Unstable) Changes since version 0.11.21: * unix, windows: map ERANGE errno (Saúl Ibarra Corretgé) * unix, windows: make uv_cwd be consistent with uv_exepath (Saúl Ibarra Corretgé) * process: remove debug perror() prints (Fedor Indutny) * windows: fall back for volume info query (Isaiah Norton) * pipe: allow queueing pending handles (Fedor Indutny) * windows: fix winsock status codes for address errors (Raul Martins) * windows: Remove unused variable from uv__pipe_insert_pending_socket (David Capello) * unix: workaround broken pthread_sigmask on Android (Paul Tan) * error: add ENXIO for O_NONBLOCK FIFO open() (Fedor Indutny) * freebsd: use accept4, introduced in version 10 (Saúl Ibarra Corretgé) * windows: fix warnings of MinGW -Wall -O3 (StarWing) * openbsd, osx: fix compilation warning on scandir (Saúl Ibarra Corretgé) * linux: always deregister closing fds from epoll (Geoffry Song) * unix: reopen tty as /dev/tty (Saúl Ibarra Corretgé) * kqueue: invalidate fd in uv_fs_event_t (Fedor Indutny)
show more ...
|
#
9aa48312 |
| 06-Mar-2014 |
Fedor Indutny |
Merge remote-tracking branch 'origin/v0.10' Conflicts: AUTHORS ChangeLog include/uv.h src/unix/error.c src/unix/process.c
Merge remote-tracking branch 'origin/v0.10' Conflicts: AUTHORS ChangeLog include/uv.h src/unix/error.c src/unix/process.c src/version.c
show more ...
|
#
649dfc30 |
| 27-Feb-2014 |
Timothy J Fontaine |
Now working on v0.11.22 |
Revision tags: v0.11.21 |
|
#
3ef95815 |
| 27-Feb-2014 |
Timothy J Fontaine |
2014.02.28, Version 0.11.21 (Unstable) Changes since version 0.11.20: * unix: fix uv_fs_write when using an empty buffer (Saúl Ibarra Corretgé) * unix, windows: add a
2014.02.28, Version 0.11.21 (Unstable) Changes since version 0.11.20: * unix: fix uv_fs_write when using an empty buffer (Saúl Ibarra Corretgé) * unix, windows: add assertion in uv_loop_delete (Saúl Ibarra Corretgé)
show more ...
|
#
6d463bfe |
| 26-Feb-2014 |
Timothy J Fontaine |
Now working on v0.11.21 |
Revision tags: v0.11.20 |
|
#
88355e08 |
| 26-Feb-2014 |
Timothy J Fontaine |
2014.02.27, Version 0.11.20 (Unstable) Changes since version 0.11.19: * stream: start thread after assignments (Oguz Bastemur) * fs: `uv__cloexec()` opened fd (Fedor Indutn
2014.02.27, Version 0.11.20 (Unstable) Changes since version 0.11.19: * stream: start thread after assignments (Oguz Bastemur) * fs: `uv__cloexec()` opened fd (Fedor Indutny) * gyp: qualify `library` variable (Fedor Indutny) * unix, win: add uv_udp_set_multicast_interface() (Austin Foxley) * unix: fix uv_tcp_nodelay return value in case of error (Saúl Ibarra Corretgé) * unix: call setgoups before calling setuid/setgid (Saúl Ibarra Corretgé) * include: mark close_cb field as private (Saúl Ibarra Corretgé) * unix, windows: map EFBIG errno (Saúl Ibarra Corretgé) * unix: correct error when calling uv_shutdown twice (Keno Fischer) * windows: fix building on MinGW (Alex Crichton) * windows: always initialize uv_process_t (Alex Crichton) * include: expose libuv version in header files (Saúl Ibarra Corretgé) * fs: vectored IO API for filesystem read/write (Benjamin Saunders) * windows: freeze in uv_tcp_endgame (Alexis Campailla) * sunos: handle rearm errors (Fedor Indutny) * unix: use a heap for timers (Ben Noordhuis) * linux: always deregister closing fds from epoll (Geoffry Song) * linux: include grp.h for setgroups() (William Light) * unix, windows: add uv_loop_init and uv_loop_close (Saúl Ibarra Corretgé) * unix, windows: add uv_getrusage() function (Oleg Efimov) * win: minor error handle fix to uv_pipe_write_impl (Rasmus Pedersen) * heap: fix node removal (Keno Fischer) * win: fix C99/C++ comment (Rasmus Pedersen) * fs: vectored IO API for filesystem read/write (Benjamin Saunders) * unix, windows: add uv_pipe_getsockname (Saúl Ibarra Corretgé) * unix, windows: map ENOPROTOOPT errno (Saúl Ibarra Corretgé) * errno: add ETXTBSY (Fedor Indutny) * fsevent: rename filename field to path (Saúl Ibarra Corretgé) * unix, windows: add uv_fs_event_getpath (Saúl Ibarra Corretgé) * unix, windows: add uv_fs_poll_getpath (Saúl Ibarra Corretgé) * unix, windows: map ERANGE errno (Saúl Ibarra Corretgé) * unix, windows: set required size on UV_ENOBUFS (Saúl Ibarra Corretgé) * unix, windows: clarify what uv_stream_set_blocking does (Saúl Ibarra Corretgé) * fs: use preadv on Linux if available (Brian White)
show more ...
|
#
714bec14 |
| 18-Feb-2014 |
Timothy J Fontaine |
Now working on v0.10.26 |
Revision tags: v0.10.25 |
|
#
d778dc58 |
| 18-Feb-2014 |
Timothy J Fontaine |
2014.02.19, Version 0.10.25 (Stable) Changes since version 0.10.24: * stream: start thread after assignments (Oguz Bastemur) * unix: correct error when calling uv_shutdown
2014.02.19, Version 0.10.25 (Stable) Changes since version 0.10.24: * stream: start thread after assignments (Oguz Bastemur) * unix: correct error when calling uv_shutdown twice (Saúl Ibarra Corretgé) * windows: freeze in uv_tcp_endgame (Alexis Campailla) * sunos: handle rearm errors (Fedor Indutny)
show more ...
|
#
513ce625 |
| 31-Jan-2014 |
Fedor Indutny |
Merge branch 'v0.10' Conflicts: AUTHORS ChangeLog src/unix/stream.c src/version.c
|
Revision tags: v0.11.19 |
|
#
b0ec132a |
| 29-Jan-2014 |
Timothy J Fontaine |
Now working on v0.11.20 |
#
336a1825 |
| 29-Jan-2014 |
Timothy J Fontaine |
2014.01.30, Version 0.11.19 (Unstable) Changes since version 0.11.18: * linux: move sscanf() out of the assert() (Trevor Norris) * linux: fix C99/C++ comment (Fedor Indutny) |
#
79ffe2fb |
| 29-Jan-2014 |
Timothy J Fontaine |
Now working on v0.10.25 |
Revision tags: v0.10.24 |
|
#
aecd296b |
| 29-Jan-2014 |
Timothy J Fontaine |
2014.01.30, Version 0.10.24 (Stable) Changes since version 0.10.23: * linux: move sscanf() out of the assert() (Trevor Norris) * linux: fix C99/C++ comment (Fedor Indutny) |
#
666aa2f0 |
| 22-Jan-2014 |
Bert Belder |
Now working on v0.11.19 |
Revision tags: v0.11.18 |
|
#
d47962e9 |
| 22-Jan-2014 |
Bert Belder |
2014.01.23, Version 0.11.18 (Unstable) Changes since version 0.11.17: * osx: Fix a possible segfault in uv__io_poll (Alex Crichton) * windows: improved handling of invalid
2014.01.23, Version 0.11.18 (Unstable) Changes since version 0.11.17: * osx: Fix a possible segfault in uv__io_poll (Alex Crichton) * windows: improved handling of invalid FDs (Alexis Campailla) * doc: adding ARCHS flag to OS X build command (Nathan Sweet) * tcp: reveal bind-time errors before listen (Alexis Campailla) * tcp: uv_tcp_dualstack() (Fedor Indutny) * linux: relax assumption on /proc/stat parsing (Luca Bruno) * openbsd: fix obvious bug in uv_cpu_info (Fedor Indutny) * process: close stdio after dup2'ing it (Fedor Indutny) * linux: move sscanf() out of the assert() (Trevor Norris)
show more ...
|