- Apr 07, 2014
-
-
Fedor Indutny authored
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>
-
- Feb 18, 2014
-
-
Timothy J. Fontaine authored
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)
-
- Jan 29, 2014
-
-
Timothy J. Fontaine authored
Changes since version 0.10.23: * linux: move sscanf() out of the assert() (Trevor Norris) * linux: fix C99/C++ comment (Fedor Indutny)
-
- Jan 22, 2014
-
-
Bert Belder authored
Changes since version 0.10.22: * 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)
-
- Dec 18, 2013
-
-
Timothy J. Fontaine authored
Changes since version 0.10.20: * unix: fix a possible memory leak in uv_fs_readdir (Alex Crichton)
-
- Dec 12, 2013
-
-
Timothy J. Fontaine authored
Changes since version 0.10.19: * linux: fix up SO_REUSEPORT back-port (Ben Noordhuis) * fs-event: fix invalid memory access (huxingyi)
-
- Nov 12, 2013
-
-
Timothy J. Fontaine authored
Changes since version 0.10.18: * darwin: avoid calling GetCurrentProcess (Fedor Indutny) * unix: update events from pevents between polls (Fedor Indutny) * fsevents: support japaneese characters in path (Chris Bank) * linux: don't turn on SO_REUSEPORT socket option (Ben Noordhuis) * build: fix windows smp build with gyp (Geert Jansen) * linux: handle EPOLLHUP without EPOLLIN/EPOLLOUT (Ben Noordhuis) * unix: fix reopened fd bug (Fedor Indutny) * core: fix fake watcher list and count preservation (Fedor Indutny)
-
- Jul 09, 2013
-
-
Isaac Z. Schlueter authored
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)
-
- Jun 04, 2013
-
-
Isaac Z. Schlueter authored
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 memory leak in uv_cpu_info() error path (Ben Noordhuis) * linux: don't ignore OOM errors in uv_cpu_info() (Ben Noordhuis) * unix, windows: move uv_now() to uv-common.c (Ben Noordhuis) * darwin: make uv_fs_sendfile() respect length param (Wynn Wilkes)
-
- May 14, 2013
-
-
Isaac Z. Schlueter authored
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)
-
- Apr 23, 2013
-
-
Isaac Z. Schlueter authored
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)
-
- Apr 11, 2013
-
-
Isaac Z. Schlueter authored
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)
-
- Mar 25, 2013
-
-
Bert Belder authored
-
- Jun 25, 2012
-
-
Ben Noordhuis authored
-
- Feb 01, 2012
-
-
Isaac Z. Schlueter authored
-
- Dec 12, 2011
-
-
Ben Noordhuis authored
-
- Dec 01, 2011
-
-
Ben Noordhuis authored
-
- Nov 13, 2011
-
-
Ben Noordhuis authored
-
- Oct 15, 2011
-
-
Ben Noordhuis authored
-
- Oct 06, 2011
-
-
Ben Noordhuis authored
-
- Sep 29, 2011
-
-
Ben Noordhuis authored
-
- Dec 20, 2011
-
-
Ben Noordhuis authored
-
Daisuke Murase authored
replace AbsoluteToNanoseconds to alternate implementation in uv_hrtime when target OS is iOS which does not have CoreServices.framework Fixes #243
-
- Dec 14, 2011
-
-
Ben Noordhuis authored
-
- Sep 20, 2011
-
-
Ben Noordhuis authored
-
- Sep 08, 2011
-
-
Ben Noordhuis authored
-
- Aug 31, 2011
-
-
Ben Noordhuis authored
-
Ben Noordhuis authored
-
- Aug 17, 2011
-
-
Bert Belder authored
-
Bert Belder authored
-
- Aug 12, 2011
-
-
Ben Noordhuis authored
-
- Jun 28, 2011
-
-
Ryan Dahl authored
-
- Jun 27, 2011
-
-
Ryan Dahl authored
-
- Jun 25, 2011
-
-
Bert Belder authored
-
- Jun 22, 2011
-
-
Henry Rawas authored
-
- Jun 13, 2011
-
-
Bert Belder authored
-
- Jun 03, 2011
-
-
San-Tai Hsu authored
-
- May 27, 2011
-
-
Bert Belder authored
This reverts commit 9467a923.
-
- May 24, 2011
-
-
Bert Belder authored
-
- Apr 21, 2011
-
-
Ryan Dahl authored
-