History log of /libuv/ (Results 4401 – 4425 of 5435)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ed2b5e6028-Oct-2011 Ben Noordhuis

linux: use ioctl(FIONBIO) to set O_NONBLOCK, saves a syscall

e4d6509228-Oct-2011 Ben Noordhuis

build: compile in dl.c on unix

90e15f1128-Oct-2011 Bert Belder

Implement uv_dlopen and friends

c985ea4b28-Oct-2011 Bert Belder

Add uv__new_sys_error

e9472fe028-Oct-2011 Bert Belder

Prepare libuv for shared library build

04b3c65e28-Oct-2011 Bert Belder

Add common.gypi to gyp-generated projects

f2c6b41027-Oct-2011 Ben Noordhuis

unix: have uv_strerror() handle getaddrinfo() errors

314d0ee426-Oct-2011 Igor Zinkovsky

windows: don't fail uv_listen with UV_EALREADY if already listening. fixes #227.

339a1ad226-Oct-2011 Ben Noordhuis

test: fix warning: implicit declaration of function ‘memcmp’

3e4af53326-Oct-2011 Ben Noordhuis

sunos: implement file watcher API

3ecb319125-Oct-2011 Ben Noordhuis

build: sunos expects -pthreads, not -pthread

cb6cd92325-Oct-2011 Ben Noordhuis

build: fix gcc 3.x build

Detect gcc version, -fvisibility is a gcc 4.x switch.

d15b88a925-Oct-2011 Igor Zinkovsky

windows: implement uv_tcp_nodelay and uv_tcp_keepalive

0cb2213d25-Oct-2011 Igor Zinkovsky

windows: when sharing a server socket, only call listen in the parent process

b5d69f9a24-Oct-2011 Ryan Dahl

Map EHOSTUNREACH on Unix

179f475b22-Oct-2011 Bert Belder

win: fix fs__readdir buffer overflow bug

Thanks Runner Mei for pointing this out. Closes GH-224.

66f3925022-Oct-2011 Bert Belder

Fix MinGW build

45882e0b22-Oct-2011 Bert Belder

win: flush output buffer before doing a console reset

2dd0282922-Oct-2011 Ben Noordhuis

win: fix function prototype

Mea culpa.

ec825ffc21-Oct-2011 Ben Noordhuis

unix: add TCP keepalive and no-delay control knobs

9da53df421-Oct-2011 Ben Noordhuis

unix: fix uv_freeaddrinfo() segfault on sunos

The system freeaddrinfo() on SunOS does not handle NULL values graciously.

7738306021-Oct-2011 Igor Zinkovsky

windows: fixes queued_bytes for ipc pipes

d396799221-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.

9757a43a21-Oct-2011 Ben Noordhuis

unix: remove unused variable

fb71386121-Oct-2011 Bert Belder

Improve ansi escape code support on windows

1...<<171172173174175176177178179180>>...218