422d2810 | 27-Feb-2014 |
Saúl Ibarra Corretgé |
unix, windows: make uv_cwd be consistent with uv_exepath Fixes #446 |
649dfc30 | 27-Feb-2014 |
Timothy J Fontaine |
Now working on v0.11.22 |
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 ...
|
2cfb96e9 | 27-Feb-2014 |
Timothy J Fontaine |
src: bump the version number There was a bug in the libuv release tool where it didn't properly update the proper version file. |
2611ef43 | 27-Feb-2014 |
Saúl Ibarra Corretgé |
unix, windows: add assertion in uv_loop_delete |
3a8767e3 | 26-Feb-2014 |
Saúl Ibarra Corretgé |
unix: fix uv_fs_write when using an empty buffer |
6d463bfe | 26-Feb-2014 |
Timothy J Fontaine |
Now working on v0.11.21 |
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 ...
|
2f6d4b4b | 11-Feb-2014 |
Marc Schlaich |
build, windows: do not fail on Windows SDK Prompt |
269ff0be | 26-Feb-2014 |
Brian White |
fs: use preadv on Linux if available |
515be339 | 26-Feb-2014 |
Saúl Ibarra Corretgé |
build: fix compilation warning if dtrace doesn't work Check if dtrace should instrument object files only if dtrace support is detected to work |
b2341e77 | 26-Feb-2014 |
Saúl Ibarra Corretgé |
windows: fix typo |
b055538d | 25-Feb-2014 |
Saúl Ibarra Corretgé |
unix, windows: clarify what uv_stream_set_blocking does Also replace the assert with an error on unix. |
7ad8f743 | 25-Feb-2014 |
Saúl Ibarra Corretgé |
unix, windows: set required size on UV_ENOBUFS When the supplied buffer is not big enough and UV_ENOBUFS is returned, hint the user about the required size by setting the len paramem
unix, windows: set required size on UV_ENOBUFS When the supplied buffer is not big enough and UV_ENOBUFS is returned, hint the user about the required size by setting the len paramemeter to the required value. Applies to: - uv_pipe_getsockname - uv_fs_event_getpath - uv_fs_poll_getpath
show more ...
|
6f98f4ef | 25-Feb-2014 |
Saúl Ibarra Corretgé |
unix, windows: map ERANGE errno This is a backport of 2f58bb6 from the master branch |
2f58bb60 | 25-Feb-2014 |
Saúl Ibarra Corretgé |
unix, windows: map ERANGE errno |
8c9d5dce | 24-Feb-2014 |
Saúl Ibarra Corretgé |
unix, windows: add uv_fs_poll_getpath |
a7ac2c46 | 23-Feb-2014 |
Saúl Ibarra Corretgé |
unix, windows: add uv_fs_event_getpath |
e5bdef9b | 23-Feb-2014 |
Saúl Ibarra Corretgé |
fsevent: rename filename field to path Also, it's now considered private. |
d3791bd4 | 24-Feb-2014 |
Saúl Ibarra Corretgé |
test: fix compilation warning on non-linux systems |
10f9120d | 24-Feb-2014 |
Saúl Ibarra Corretgé |
errno: map EFBIG, ENOPROTOOPT and ETXTBSY This is a backport of: https://github.com/joyent/libuv/commit/107be2bed38afa6279aa53b13b946eb60c204969 https://github.com/joyent/libuv/commi
errno: map EFBIG, ENOPROTOOPT and ETXTBSY This is a backport of: https://github.com/joyent/libuv/commit/107be2bed38afa6279aa53b13b946eb60c204969 https://github.com/joyent/libuv/commit/4a023fc0786780d254e1e4a34a983c36f59d99bf https://github.com/joyent/libuv/commit/aaaefe32cadcfb26d07d625d17d7a2b8cafb4f2d
show more ...
|
644337a3 | 24-Feb-2014 |
Fedor Indutny |
test: fix compiler warning |
aaaefe32 | 24-Feb-2014 |
Fedor Indutny |
errno: add ETXTBSY Add `ETXTBSY` which could be returned by file system reads on some unixes and emulate it with -148 (`ERROR_PATH_BUSY`) on windows. |
7677f62c | 24-Feb-2014 |
Saúl Ibarra Corretgé |
test: fix compilation warning |
4a023fc0 | 24-Feb-2014 |
Saúl Ibarra Corretgé |
unix, windows: map ENOPROTOOPT errno Fixes #1143 |