ed2b5e60 | 28-Oct-2011 |
Ben Noordhuis |
linux: use ioctl(FIONBIO) to set O_NONBLOCK, saves a syscall |
e4d65092 | 28-Oct-2011 |
Ben Noordhuis |
build: compile in dl.c on unix |
90e15f11 | 28-Oct-2011 |
Bert Belder |
Implement uv_dlopen and friends |
c985ea4b | 28-Oct-2011 |
Bert Belder |
Add uv__new_sys_error |
e9472fe0 | 28-Oct-2011 |
Bert Belder |
Prepare libuv for shared library build |
04b3c65e | 28-Oct-2011 |
Bert Belder |
Add common.gypi to gyp-generated projects |
f2c6b410 | 27-Oct-2011 |
Ben Noordhuis |
unix: have uv_strerror() handle getaddrinfo() errors |
314d0ee4 | 26-Oct-2011 |
Igor Zinkovsky |
windows: don't fail uv_listen with UV_EALREADY if already listening. fixes #227. |
339a1ad2 | 26-Oct-2011 |
Ben Noordhuis |
test: fix warning: implicit declaration of function ‘memcmp’ |
3e4af533 | 26-Oct-2011 |
Ben Noordhuis |
sunos: implement file watcher API |
3ecb3191 | 25-Oct-2011 |
Ben Noordhuis |
build: sunos expects -pthreads, not -pthread |
cb6cd923 | 25-Oct-2011 |
Ben Noordhuis |
build: fix gcc 3.x build Detect gcc version, -fvisibility is a gcc 4.x switch. |
d15b88a9 | 25-Oct-2011 |
Igor Zinkovsky |
windows: implement uv_tcp_nodelay and uv_tcp_keepalive |
0cb2213d | 25-Oct-2011 |
Igor Zinkovsky |
windows: when sharing a server socket, only call listen in the parent process |
b5d69f9a | 24-Oct-2011 |
Ryan Dahl |
Map EHOSTUNREACH on Unix |
179f475b | 22-Oct-2011 |
Bert Belder |
win: fix fs__readdir buffer overflow bug Thanks Runner Mei for pointing this out. Closes GH-224. |
66f39250 | 22-Oct-2011 |
Bert Belder |
Fix MinGW build |
45882e0b | 22-Oct-2011 |
Bert Belder |
win: flush output buffer before doing a console reset |
2dd02829 | 22-Oct-2011 |
Ben Noordhuis |
win: fix function prototype Mea culpa. |
ec825ffc | 21-Oct-2011 |
Ben Noordhuis |
unix: add TCP keepalive and no-delay control knobs |
9da53df4 | 21-Oct-2011 |
Ben Noordhuis |
unix: fix uv_freeaddrinfo() segfault on sunos The system freeaddrinfo() on SunOS does not handle NULL values graciously. |
77383060 | 21-Oct-2011 |
Igor Zinkovsky |
windows: fixes queued_bytes for ipc pipes |
d3967992 | 21-Oct-2011 |
Ben Noordhuis |
Change return type of uv_get_*_memory() functions ... from double to uint64_t. Limit use of floating point in public API as much as possible. |
9757a43a | 21-Oct-2011 |
Ben Noordhuis |
unix: remove unused variable |
fb713861 | 21-Oct-2011 |
Bert Belder |
Improve ansi escape code support on windows |