|
|
|
2013.08.30, Version 0.11.11 (Unstable)
|
|
|
|
|
|
|
|
Changes since version 0.11.10:
|
|
|
|
|
|
|
|
* unix, windows: add thread-local storage API (Ben Noordhuis)
|
|
|
|
|
|
|
|
* linux: don't turn on SO_REUSEPORT socket option (Ben Noordhuis)
|
|
|
|
|
|
|
|
* darwin: fix 10.6 build error in fsevents.c (Ben Noordhuis)
|
|
|
|
|
|
|
|
* windows: make uv_shutdown() for write-only pipes work (Bert Belder)
|
|
|
|
|
|
|
|
* include: update uv_udp_open() / uv_udp_bind() docs (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix: req queue must be empty when destroying loop (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix: move loop functions from core.c to loop.c (Ben Noordhuis)
|
|
|
|
|
|
|
|
* darwin: remove CoreFoundation dependency (Ben Noordhuis)
|
|
|
|
|
|
|
|
* windows: make autotools build system work with mingw (Keno Fischer)
|
|
|
|
|
|
|
|
* windows: fix mingw build (Alex Crichton)
|
|
|
|
|
|
|
|
* windows: tweak Makefile.mingw for easier usage (Alex Crichton)
|
|
|
|
|
|
|
|
* build: remove _GNU_SOURCE macro definition (Ben Noordhuis)
|
|
|
|
|
|
|
|
|
|
|
|
2013.08.25, Version 0.11.10 (Unstable), 742dadcb7154cc7bb89c0c228a223b767a36cf0d
|
|
|
|
|
|
|
|
* windows: Re-implement uv_fs_stat. The st_ctime field now contains the change
|
|
|
|
time, not the creation time, like on unix systems. st_dev, st_ino, st_blocks
|
|
|
|
and st_blksize are now also filled out. (Bert Belder)
|
|
|
|
|
|
|
|
* linux: fix setsockopt(SO_REUSEPORT) error handling (Ben Noordhuis)
|
|
|
|
|
|
|
|
* windows: report uv_process_t exit code correctly (Bert Belder)
|
|
|
|
|
|
|
|
* windows: make uv_fs_chmod() report errors correctly (Bert Belder)
|
|
|
|
|
|
|
|
* windows: make some more NT apis available for libuv's internal use (Bert
|
|
|
|
Belder)
|
|
|
|
|
|
|
|
* windows: squelch some compiler warnings (Bert Belder)
|
|
|
|
|
|
|
|
|
|
|
|
2013.08.24, Version 0.11.9 (Unstable), a2d29b5b068cbac93dc16138fb30a74e2669daad
|
|
|
|
|
|
|
|
Changes since version 0.11.8:
|
|
|
|
|
|
|
|
* fsevents: share FSEventStream between multiple FS watchers, which removes a
|
|
|
|
limit on the maximum number of file watchers that can be created on OS X.
|
|
|
|
(Fedor Indutny)
|
|
|
|
|
|
|
|
* process: the `exit_status` parameter for a uv_process_t's exit callback now
|
|
|
|
is an int64_t, and no longer an int. (Bert Belder)
|
|
|
|
|
|
|
|
* process: make uv_spawn() return some types of errors immediately on windows,
|
|
|
|
instead of passing the error code the the exit callback. This brings it on
|
|
|
|
par with libuv's behavior on unix. (Bert Belder)
|
|
|
|
|
|
|
|
|
|
|
|
2013.08.22, Version 0.11.8 (Unstable), a5260462db80ab0deab6b9e6a8991dd8f5a9a2f8
|
|
|
|
|
|
|
|
Changes since version 0.11.7:
|
|
|
|
|
|
|
|
* unix: fix missing return value warning in stream.c (Ben Noordhuis)
|
|
|
|
|
|
|
|
* build: serial-tests was added in automake v1.12 (Ben Noordhuis)
|
|
|
|
|
|
|
|
* windows: fix uninitialized local variable warning (Ben Noordhuis)
|
|
|
|
|
|
|
|
* windows: fix missing return value warning (Ben Noordhuis)
|
|
|
|
|
|
|
|
* build: fix string comparisons in autogen.sh (Ben Noordhuis)
|
|
|
|
|
|
|
|
* windows: move INLINE macro, remove UNUSED (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix: clean up __attribute__((quux)) usage (Ben Noordhuis)
|
|
|
|
|
|
|
|
* sunos: remove futimes() macro (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix: fix uv__signal_unlock() prototype (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix, windows: allow NULL async callback (Ben Noordhuis)
|
|
|
|
|
|
|
|
* build: apply dtrace -G to all object files (Timothy J. Fontaine)
|
|
|
|
|
|
|
|
* darwin: fix indentation in uv__hrtime() (Ben Noordhuis)
|
|
|
|
|
|
|
|
* darwin: create fsevents thread on demand (Ben Noordhuis)
|
|
|
|
|
|
|
|
* darwin: reduce fsevents thread stack size (Ben Noordhuis)
|
|
|
|
|
|
|
|
* darwin: call pthread_setname_np() if available (Ben Noordhuis)
|
|
|
|
|
|
|
|
* build: fix automake serial-tests check again (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix: retry waitpid() on EINTR (Ben Noordhuis)
|
|
|
|
|
|
|
|
* darwin: fix ios build error (Ben Noordhuis)
|
|
|
|
|
|
|
|
* darwin: fix ios compiler warning (Ben Noordhuis)
|
|
|
|
|
|
|
|
* test: simplify test-ip6-addr.c (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix, windows: fix ipv6 link-local address parsing (Ben Noordhuis)
|
|
|
|
|
|
|
|
* fsevents: FSEvents is most likely not thread-safe (Fedor Indutny)
|
|
|
|
|
|
|
|
* windows: omit stdint.h, fix msvc 2008 build error (Ben Noordhuis)
|
|
|
|
|
|
|
|
|
|
|
|
2013.08.07, Version 0.11.7 (Unstable), 3cad361f8776f70941b39d65bd9426bcb1aa817b
|
|
|
|
|
|
|
|
Changes since version 0.11.6:
|
|
|
|
|
|
|
|
* unix, windows: fix uv_fs_chown() function prototype (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix, windows: remove unused variables (Brian White)
|
|
|
|
|
|
|
|
* test: fix signed/unsigned comparison warnings (Ben Noordhuis)
|
|
|
|
|
|
|
|
* build: dtrace shouldn't break out of tree builds (Timothy J. Fontaine)
|
|
|
|
|
|
|
|
* unix, windows: don't read/recv if buf.len==0 (Ben Noordhuis)
|
|
|
|
|
|
|
|
* build: add mingw makefile (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix, windows: add MAC to uv_interface_addresses() (Brian White)
|
|
|
|
|
|
|
|
* build: enable AM_INIT_AUTOMAKE([subdir-objects]) (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix, windows: make buf arg to uv_fs_write const (Ben Noordhuis)
|
|
|
|
|
|
|
|
* sunos: fix build breakage introduced in e3a657c (Ben Noordhuis)
|
|
|
|
|
|
|
|
* aix: fix build breakage introduced in 3ee4d3f (Ben Noordhuis)
|
|
|
|
|
|
|
|
* windows: fix mingw32 build, define JOB_OBJECT_XXX (Yasuhiro Matsumoto)
|
|
|
|
|
|
|
|
* windows: fix mingw32 build, include limits.h (Yasuhiro Matsumoto)
|
|
|
|
|
|
|
|
* test: replace sprintf() with snprintf() (Ben Noordhuis)
|
|
|
|
|
|
|
|
* test: replace strcpy() with strncpy() (Ben Noordhuis)
|
|
|
|
|
|
|
|
* openbsd: fix uv_ip6_addr() unused variable warnings (Ben Noordhuis)
|
|
|
|
|
|
|
|
* openbsd: fix dlerror() const correctness warning (Ben Noordhuis)
|
|
|
|
|
|
|
|
* openbsd: fix uv_fs_sendfile() unused variable warnings (Ben Noordhuis)
|
|
|
|
|
|
|
|
* build: disable parallel automake tests (Ben Noordhuis)
|
|
|
|
|
|
|
|
* test: add windows-only snprintf() function (Ben Noordhuis)
|
|
|
|
|
|
|
|
* build: add automake serial-tests version check (Ben Noordhuis)
|
|
|
|
|
|
|
|
|
|
|
|
2013.07.26, Version 0.10.13 (Stable), 381312e1fe6fecbabc943ccd56f0e7d114b3d064
|
|
|
|
|
|
|
|
Changes since version 0.10.12:
|
|
|
|
|
|
|
|
* unix, windows: fix uv_fs_chown() function prototype (Ben Noordhuis)
|
|
|
|
|
|
|
|
|
|
|
|
2013.07.21, Version 0.11.6 (Unstable), 6645b93273e0553d23823c576573b82b129bf28c
|
|
|
|
|
|
|
|
Changes since version 0.11.5:
|
|
|
|
|
|
|
|
* test: open stdout fd in write-only mode (Ben Noordhuis)
|
|
|
|
|
|
|
|
* windows: uv_spawn shouldn't reject reparse points (Bert Belder)
|
|
|
|
|
|
|
|
* windows: use WSAGetLastError(), not errno (Ben Noordhuis)
|
|
|
|
|
|
|
|
* build: darwin: disable -fstrict-aliasing warnings (Ben Noordhuis)
|
|
|
|
|
|
|
|
* test: fix signed/unsigned compiler warning (Ben Noordhuis)
|
|
|
|
|
|
|
|
* test: add 'start timer from check handle' test (Ben Noordhuis)
|
|
|
|
|
|
|
|
* build: `all` now builds static and dynamic lib (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix, windows: add extra fields to uv_stat_t (Saúl Ibarra Corretgé)
|
|
|
|
|
|
|
|
* build: add install target to the makefile (Navaneeth Kedaram Nambiathan)
|
|
|
|
|
|
|
|
* build: switch to autotools (Ben Noordhuis)
|
|
|
|
|
|
|
|
* build: use AM_PROG_AR conditionally (Ben Noordhuis)
|
|
|
|
|
|
|
|
* test: fix fs_fstat test on sunos (Ben Noordhuis)
|
|
|
|
|
|
|
|
* test: fix fs_chown when running as root (Ben Noordhuis)
|
|
|
|
|
|
|
|
* test: fix spawn_setgid_fails and spawn_setuid_fails (Ben Noordhuis)
|
|
|
|
|
|
|
|
* build: use AM_SILENT_RULES conditionally (Ben Noordhuis)
|
|
|
|
|
|
|
|
* build: add DTrace detection for autotools (Timothy J. Fontaine)
|
|
|
|
|
|
|
|
* linux,darwin,win: link-local IPv6 addresses (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* unix: fix build when !defined(PTHREAD_MUTEX_ERRORCHECK) (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix, windows: return error codes directly (Ben Noordhuis)
|
|
|
|
|
|
|
|
|
|
|
|
2013.07.10, Version 0.10.12 (Stable), 58a46221bba726746887a661a9f36fe9ff204209
|
|
|
|
|
|
|
|
Changes since version 0.10.11:
|
|
|
|
|
|
|
|
* linux: add support for MIPS (Andrei Sedoi)
|
|
|
|
|
|
|
|
* windows: uv_spawn shouldn't reject reparse points (Bert Belder)
|
|
|
|
|
|
|
|
* windows: use WSAGetLastError(), not errno (Ben Noordhuis)
|
|
|
|
|
|
|
|
* build: darwin: disable -fstrict-aliasing warnings (Ben Noordhuis)
|
|
|
|
|
|
|
|
* build: `all` now builds static and dynamic lib (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix: fix build when !defined(PTHREAD_MUTEX_ERRORCHECK) (Ben Noordhuis)
|
|
|
|
|
|
|
|
|
|
|
|
2013.06.27, Version 0.11.5 (Unstable), e3c63ff1627a14e96f54c1c62b0d68b446d8425b
|
|
|
|
|
|
|
|
Changes since version 0.11.4:
|
|
|
|
|
|
|
|
* build: remove CSTDFLAG, use only CFLAGS (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix: support for android builds (Linus Mårtensson)
|
|
|
|
|
|
|
|
* unix: avoid extra read, short-circuit on POLLHUP (Ben Noordhuis)
|
|
|
|
|
|
|
|
* uv: support android libuv standalone build (Linus Mårtensson)
|
|
|
|
|
|
|
|
* src: make queue.h c++ compatible (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix: s/ngx-queue.h/queue.h/ in checksparse.sh (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix: unconditionally stop handle on close (Ben Noordhuis)
|
|
|
|
|
|
|
|
* freebsd: don't enable dtrace if it's not available (Brian White)
|
|
|
|
|
|
|
|
* build: make HAVE_DTRACE=0 should disable dtrace (Timothy J. Fontaine)
|
|
|
|
|
|
|
|
* unix: remove overzealous assert (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix: remove unused function uv_fatal_error() (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix, windows: clean up uv_thread_create() (Ben Noordhuis)
|
|
|
|
|
|
|
|
* queue: fix pointer truncation on LLP64 platforms (Bert Belder)
|
|
|
|
|
|
|
|
* build: set OS=="android" for android builds (Linus Mårtensson)
|
|
|
|
|
|
|
|
* windows: don't use uppercase in include filename (Ben Noordhuis)
|
|
|
|
|
|
|
|
* stream: add an API to make streams do blocking writes (Henry Rawas)
|
|
|
|
|
|
|
|
* windows: use WSAGetLastError(), not errno (Ben Noordhuis)
|
|
|
|
|
|
|
|
|
|
|
|
2013.06.13, Version 0.10.11 (Stable), c3b75406a66a10222a589cb173e8f469e9665c7e
|
|
|
|
|
|
|
|
Changes since version 0.10.10:
|
|
|
|
|
|
|
|
* unix: unconditionally stop handle on close (Ben Noordhuis)
|
|
|
|
|
|
|
|
* freebsd: don't enable dtrace if it's not available (Brian White)
|
|
|
|
|
|
|
|
* build: make HAVE_DTRACE=0 should disable dtrace (Timothy J. Fontaine)
|
|
|
|
|
|
|
|
* unix: remove overzealous assert (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix: clear UV_STREAM_SHUTTING after shutdown() (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix: fix busy loop, write if POLLERR or POLLHUP (Ben Noordhuis)
|
|
|
|
|
|
|
|
|
|
|
|
2013.06.05, Version 0.10.10 (Stable), 0d95a88bd35fce93863c57a460be613aea34d2c5
|
|
|
|
|
|
|
|
Changes since version 0.10.9:
|
|
|
|
|
|
|
|
* include: document uv_update_time() and uv_now() (Ben Noordhuis)
|
|
|
|
|
|
|
|
* linux: fix cpu model parsing on newer arm kernels (Ben Noordhuis)
|
|
|
|
|
|
|
|
* linux: fix a memory leak in uv_cpu_info() error path (Ben Noordhuis)
|
|
|
|
|
|
|
|
* linux: don't ignore out-of-memory errors in uv_cpu_info() (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix, windows: move uv_now() to uv-common.c (Ben Noordhuis)
|
|
|
|
|
|
|
|
* test: fix a compilation problem in test-osx-select.c that was caused by the
|
|
|
|
use of c-style comments (Bert Belder)
|
|
|
|
|
|
|
|
* darwin: use uv_fs_sendfile() use the sendfile api correctly (Wynn Wilkes)
|
|
|
|
|
|
|
|
|
|
|
|
2013.05.30, Version 0.11.4 (Unstable), e43e5b3d954a0989db5588aa110e1fe4fe6e0219
|
|
|
|
|
|
|
|
Changes since version 0.11.3:
|
|
|
|
|
|
|
|
* windows: make uv_spawn not fail when the libuv embedding application is run
|
|
|
|
under external job control (Bert Belder)
|
|
|
|
|
|
|
|
* darwin: assume CFRunLoopStop() isn't thread-safe, fixing a race condition
|
|
|
|
when stopping the 'stdin select hack' thread (Fedor Indutny)
|
|
|
|
|
|
|
|
* win: fix UV_EALREADY not being reported correctly to the libuv user in some
|
|
|
|
cases (Bert Belder)
|
|
|
|
|
|
|
|
* darwin: make the uv__cf_loop_runner and uv__cf_loop_cb functions static (Ben
|
|
|
|
Noordhuis)
|
|
|
|
|
|
|
|
* darwin: task_info() cannot fail (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix: add error mapping for ENETDOWN (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix: implicitly signal write errors to the libuv user (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix: fix assertion error on signal pipe overflow (Bert Belder)
|
|
|
|
|
|
|
|
* unix: turn off POLLOUT after stream connect (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix: fix stream refcounting buglet (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix: remove assert statements that are no longer correct (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix: appease warning about non-standard `inline` (Sean Silva)
|
|
|
|
|
|
|
|
* unix: add uv__is_closing() macro (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix: stop stream POLLOUT watcher on write error (Ben Noordhuis)
|
|
|
|
|
|
|
|
* include: document uv_update_time() and uv_now() (Ben Noordhuis)
|
|
|
|
|
|
|
|
* linux: fix cpu model parsing on newer arm kernels (Ben Noordhuis)
|
|
|
|
|
|
|
|
* linux: fix a memory leak in uv_cpu_info() error path (Ben Noordhuis)
|
|
|
|
|
|
|
|
* linux: don't ignore out-of-memory errors in uv_cpu_info() (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix, windows: move uv_now() to uv-common.c (Ben Noordhuis)
|
|
|
|
|
|
|
|
* test: fix a compilation problem in test-osx-select.c that was caused by the
|
|
|
|
use of c-style comments (Bert Belder)
|
|
|
|
|
|
|
|
* darwin: use uv_fs_sendfile() use the sendfile api correctly (Wynn Wilkes)
|
|
|
|
|
|
|
|
* windows: call idle handles on every loop iteration, something the unix
|
|
|
|
implementation already did (Bert Belder)
|
|
|
|
|
|
|
|
* test: update the idle-starvation test to verify that idle handles are called
|
|
|
|
in every loop iteration (Bert Belder)
|
|
|
|
|
|
|
|
* unix, windows: ensure that uv_run() in RUN_ONCE mode calls timers that expire
|
|
|
|
after blocking (Ben Noordhuis)
|
|
|
|
|
|
|
|
|
|
|
|
2013.05.29, Version 0.10.9 (Stable), a195f9ace23d92345baf57582678bfc3017e6632
|
|
|
|
|
|
|
|
Changes since version 0.10.8:
|
|
|
|
|
|
|
|
* unix: fix stream refcounting buglet (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix: remove erroneous asserts (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix: add uv__is_closing() macro (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix: stop stream POLLOUT watcher on write error (Ben Noordhuis)
|
|
|
|
|
|
|
|
|
|
|
|
2013.05.25, Version 0.10.8 (Stable), 0f39be12926fe2d8766a9f025797a473003e6504
|
|
|
|
|
|
|
|
Changes since version 0.10.7:
|
|
|
|
|
|
|
|
* windows: make uv_spawn not fail under job control (Bert Belder)
|
|
|
|
|
|
|
|
* darwin: assume CFRunLoopStop() isn't thread-safe (Fedor Indutny)
|
|
|
|
|
|
|
|
* win: fix UV_EALREADY incorrectly set (Bert Belder)
|
|
|
|
|
|
|
|
* darwin: make two uv__cf_*() functions static (Ben Noordhuis)
|
|
|
|
|
|
|
|
* darwin: task_info() cannot fail (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix: add mapping for ENETDOWN (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix: implicitly signal write errors to libuv user (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix: fix assert on signal pipe overflow (Bert Belder)
|
|
|
|
|
|
|
|
* unix: turn off POLLOUT after stream connect (Ben Noordhuis)
|
|
|
|
|
|
|
|
|
|
|
|
2013.05.16, Version 0.11.3 (Unstable), 0a48c05b5988aea84c605751900926fa25443b34
|
|
|
|
|
|
|
|
Changes since version 0.11.2:
|
|
|
|
|
|
|
|
* unix: clean up uv_accept() (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix: remove errno preserving code (Ben Noordhuis)
|
|
|
|
|
|
|
|
* darwin: fix ios build, don't require ApplicationServices (Ben Noordhuis)
|
|
|
|
|
|
|
|
* windows: kill child processes when the parent dies (Bert Belder)
|
|
|
|
|
|
|
|
* build: set soname in shared library (Ben Noordhuis)
|
|
|
|
|
|
|
|
* build: make `make test` link against .a again (Ben Noordhuis)
|
|
|
|
|
|
|
|
* build: only set soname on shared object builds (Timothy J. Fontaine)
|
|
|
|
|
|
|
|
* build: convert predefined $PLATFORM to lower case (Elliot Saba)
|
|
|
|
|
|
|
|
* test: fix process_title failing on linux (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* test, sunos: disable process_title test (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* test: add error logging to tty unit test (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
|
|
|
|
2013.05.15, Version 0.10.7 (Stable), 028baaf0846b686a81e992cb2f2f5a9b8e841fcf
|
|
|
|
|
|
|
|
Changes since version 0.10.6:
|
|
|
|
|
|
|
|
* windows: kill child processes when the parent dies (Bert Belder)
|
|
|
|
|
|
|
|
|
|
|
|
2013.05.15, Version 0.10.6 (Stable), 11e6613e6260d95c8cf11bf89a2759c24649319a
|
|
|
|
|
|
|
|
Changes since version 0.10.5:
|
|
|
|
|
|
|
|
* stream: fix osx select hack (Fedor Indutny)
|
|
|
|
|
|
|
|
* stream: fix small nit in select hack, add test (Fedor Indutny)
|
|
|
|
|
|
|
|
* build: link with libkvm on openbsd (Ben Noordhuis)
|
|
|
|
|
|
|
|
* stream: use harder sync restrictions for osx-hack (Fedor Indutny)
|
|
|
|
|
|
|
|
* unix: fix EMFILE error handling (Ben Noordhuis)
|
|
|
|
|
|
|
|
* darwin: fix unnecessary include headers (Daisuke Murase)
|
|
|
|
|
|
|
|
* darwin: rename darwin-getproctitle.m (Ben Noordhuis)
|
|
|
|
|
|
|
|
* build: convert predefined $PLATFORM to lower case (Elliot Saba)
|
|
|
|
|
|
|
|
* build: set soname in shared library (Ben Noordhuis)
|
|
|
|
|
|
|
|
* build: make `make test` link against .a again (Ben Noordhuis)
|
|
|
|
|
|
|
|
* darwin: fix ios build, don't require ApplicationServices (Ben Noordhuis)
|
|
|
|
|
|
|
|
* build: only set soname on shared object builds (Timothy J. Fontaine)
|
|
|
|
|
|
|
|
|
|
|
|
2013.05.11, Version 0.11.2 (Unstable), 3fba0bf65f091b91a9760530c05c6339c658d88b
|
|
|
|
|
|
|
|
Changes since version 0.11.1:
|
|
|
|
|
|
|
|
* darwin: look up file path with F_GETPATH (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix, windows: add uv_has_ref() function (Saúl Ibarra Corretgé)
|
|
|
|
|
|
|
|
* build: avoid double / in paths for dtrace (Timothy J. Fontaine)
|
|
|
|
|
|
|
|
* unix: remove src/unix/cygwin.c (Ben Noordhuis)
|
|
|
|
|
|
|
|
* windows: deal with the fact that GetTickCount might lag (Bert Belder)
|
|
|
|
|
|
|
|
* unix: silence STATIC_ASSERT compiler warnings (Ben Noordhuis)
|
|
|
|
|
|
|
|
* linux: don't use fopen() in uv_resident_set_memory() (Ben Noordhuis)
|
|
|
|
|
|
|
|
|
|
|
|
2013.04.24, Version 0.10.5 (Stable), 6595a7732c52eb4f8e57c88655f72997a8567a67
|
|
|
|
|
|
|
|
Changes since version 0.10.4:
|
|
|
|
|
|
|
|
* unix: silence STATIC_ASSERT compiler warnings (Ben Noordhuis)
|
|
|
|
|
|
|
|
* windows: make timers handle large timeouts (Miroslav Bajtoš)
|
|
|
|
|
|
|
|
* windows: remove superfluous assert statement (Bert Belder)
|
|
|
|
|
|
|
|
* unix: silence STATIC_ASSERT compiler warnings (Ben Noordhuis)
|
|
|
|
|
|
|
|
* linux: don't use fopen() in uv_resident_set_memory() (Ben Noordhuis)
|
|
|
|
|
|
|
|
|
|
|
|
2013.04.12, Version 0.10.4 (Stable), 85827e26403ac6dfa331af8ec9916ea7e27bd833
|
|
|
|
|
|
|
|
Changes since version 0.10.3:
|
|
|
|
|
|
|
|
* include: update uv_backend_fd() documentation (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix: include uv.h in src/version.c (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix: don't write more than IOV_MAX iovecs (Fedor Indutny)
|
|
|
|
|
|
|
|
* mingw-w64: don't call _set_invalid_parameter_handler (Nils Maier)
|
|
|
|
|
|
|
|
* build: gyp disable thin archives (Timothy J. Fontaine)
|
|
|
|
|
|
|
|
* sunos: re-export entire library when static (Timothy J. Fontaine)
|
|
|
|
|
|
|
|
* unix: dtrace probes for tick-start and tick-stop (Timothy J. Fontaine)
|
|
|
|
|
|
|
|
* windows: fix memory leak in fs__sendfile (Shannen Saez)
|
|
|
|
|
|
|
|
* windows: remove double initialization in uv_tty_init (Shannen Saez)
|
|
|
|
|
|
|
|
* build: fix dtrace-enabled out of tree build (Ben Noordhuis)
|
|
|
|
|
|
|
|
* build: squelch -Wdollar-in-identifier-extension warnings (Ben Noordhuis)
|
|
|
|
|
|
|
|
* inet: snprintf returns int, not size_t (Brian White)
|
|
|
|
|
|
|
|
* win: refactor uv_cpu_info (Bert Belder)
|
|
|
|
|
|
|
|
* build: add support for Visual Studio 2012 (Nicholas Vavilov)
|
|
|
|
|
|
|
|
* build: -Wno-dollar-in-identifier-extension is clang only (Ben Noordhuis)
|
|
|
|
|
|
|
|
|
|
|
|
2013.04.11, Version 0.11.1 (Unstable), 5c10e82ae0bc99eff86d4b9baff1f1aa0bf84c0a
|
|
|
|
|
|
|
|
This is the first versioned release from the current unstable libuv branch.
|
|
|
|
|
|
|
|
Changes since Node.js v0.11.0:
|
|
|
|
|
|
|
|
* all platforms: nanosecond resolution support for uv_fs_[fl]stat (Timothy J.
|
|
|
|
Fontaine)
|
|
|
|
|
|
|
|
* all platforms: add netmask to uv_interface_address (Ben Kelly)
|
|
|
|
|
|
|
|
* unix: make sure the `status` parameter passed to the `uv_getaddrinfo` is 0 or
|
|
|
|
-1 (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix: limit the number of iovecs written in a single `writev` syscall to
|
|
|
|
IOV_MAX (Fedor Indutny)
|
|
|
|
|
|
|
|
* unix: add dtrace probes for tick-start and tick-stop (Timothy J. Fontaine)
|
|
|
|
|
|
|
|
* mingw-w64: don't call _set_invalid_parameter_handler (Nils Maier)
|
|
|
|
|
|
|
|
* windows: fix memory leak in fs__sendfile (Shannen Saez)
|
|
|
|
|
|
|
|
* windows: fix edge case bugs in uv_cpu_info (Bert Belder)
|
|
|
|
|
|
|
|
* include: no longer ship with / include ngx-queue.h (Ben Noordhuis)
|
|
|
|
|
|
|
|
* include: remove UV_VERSION_* macros from uv.h (Ben Noordhuis)
|
|
|
|
|
|
|
|
* documentation updates (Kristian Evensen, Ben Kelly, Ben Noordhuis)
|
|
|
|
|
|
|
|
* build: fix dtrace-enabled builds (Ben Noordhuis, Timothy J. Fontaine)
|
|
|
|
|
|
|
|
* build: gyp disable thin archives (Timothy J. Fontaine)
|
|
|
|
|
|
|
|
* build: add support for Visual Studio 2012 (Nicholas Vavilov)
|
|
|
|
|
|
|
|
|
|
|
|
2013.03.28, Version 0.10.3 (Stable), 31ebe23973dd98fd8a24c042b606f37a794e99d0
|
|
|
|
|
|
|
|
Changes since version 0.10.2:
|
|
|
|
|
|
|
|
* include: remove extraneous const from uv_version() (Ben Noordhuis)
|
|
|
|
|
|
|
|
* doc: update README, replace `OS` by `PLATFORM` (Ben Noordhuis)
|
|
|
|
|
|
|
|
* build: simplify .buildstamp rule (Ben Noordhuis)
|
|
|
|
|
|
|
|
* build: disable -Wstrict-aliasing on darwin (Ben Noordhuis)
|
|
|
|
|
|
|
|
* darwin: don't select(&exceptfds) in fallback path (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix: don't clear flags after closing UDP handle (Saúl Ibarra Corretgé)
|
|
|
|
|
|
|
|
|
|
|
|
2013.03.25, Version 0.10.2 (Stable), 0f36a00568f3e7608f97f6c6cdb081f4800a50c9
|
|
|
|
|
|
|
|
This is the first officially versioned release of libuv. Starting now
|
|
|
|
libuv will make releases independently of Node.js.
|
|
|
|
|
|
|
|
Changes since Node.js v0.10.0:
|
|
|
|
|
|
|
|
* test: add tap output for windows (Timothy J. Fontaine)
|
|
|
|
|
|
|
|
* unix: fix uv_tcp_simultaneous_accepts() logic (Ben Noordhuis)
|
|
|
|
|
|
|
|
* include: bump UV_VERSION_MINOR (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix: improve uv_guess_handle() implementation (Ben Noordhuis)
|
|
|
|
|
|
|
|
* stream: run try_select only for pipes and ttys (Fedor Indutny)
|
|
|
|
|
|
|
|
Changes since Node.js v0.10.1:
|
|
|
|
|
|
|
|
* build: rename OS to PLATFORM (Ben Noordhuis)
|
|
|
|
|
|
|
|
* unix: make uv_timer_init() initialize repeat (Brian Mazza)
|
|
|
|
|
|
|
|
* unix: make timers handle large timeouts (Ben Noordhuis)
|
|
|
|
|
|
|
|
* build: add OBJC makefile var (Ben Noordhuis)
|
|
|
|
|
|
|
|
* Add `uv_version()` and `uv_version_string()` APIs (Bert Belder)
|