d4bfcc28 | 11-Nov-2011 |
Ben Noordhuis |
bench: fix compiler warnings |
e2a794e3 | 11-Nov-2011 |
Ben Noordhuis |
test: remove dead code |
9322dd17 | 10-Nov-2011 |
Frank Denis |
Use (void) for a function taking no arguments - fix gcc -Wstrict-prototypes |
224584c5 | 10-Nov-2011 |
Ben Noordhuis |
sunos: check that event ports supports fs watching |
26806e2b | 10-Nov-2011 |
Ben Noordhuis |
sunos: add getaddrinfo() compatibility hack getaddrinfo() returns EAI_MEMORY if strlen(hostname) >= MAXHOSTNAMELEN |
04dfd463 | 10-Nov-2011 |
Ben Noordhuis |
unix: remove unused uv__translate_lib_error() function |
61ef8cc9 | 26-Sep-2011 |
Ben Noordhuis |
freebsd: remove unused variables |
48896443 | 10-Nov-2011 |
Ben Noordhuis |
Fix warning: comma at end of enumerator list |
6d5ba424 | 10-Nov-2011 |
Ryan Dahl |
Remove unnecessary errno |
808bb8ed | 10-Nov-2011 |
Ryan Dahl |
Shared uv_strerror |
fd2b04d7 | 10-Nov-2011 |
Ryan Dahl |
Alternative errno strategy |
f17d4837 | 09-Nov-2011 |
Igor Zinkovsky |
windows: turn WSAECONNABORTED from WSARecv to UV_ECONNRESET |
4794c12f | 09-Nov-2011 |
Ben Noordhuis |
linux: fall back to traditional syscalls if necessary libuv uses feature checks to determine if newer syscalls like pipe2() are available. This works fine until someone compiles libuv ag
linux: fall back to traditional syscalls if necessary libuv uses feature checks to determine if newer syscalls like pipe2() are available. This works fine until someone compiles libuv against kernel headers that are newer than the actual kernel our software runs on. Fall back to traditional (but race-y!) syscalls when the kernel reports ENOSYS or EINVAL.
show more ...
|
942c68b8 | 09-Nov-2011 |
Igor Zinkovsky |
windows: fix utf16->utf8 conversion in uv_fs_readdir |
196e1452 | 09-Nov-2011 |
Ryan Dahl |
Map UV_ESRCH in uv_err_name |
2b7774ae | 09-Nov-2011 |
Bert Belder |
Windows: return UV_ESRCH from uv_kill |
a378110f | 07-Nov-2011 |
Tj Holowaychuk |
Add UV_ESRCH Fixes #239. |
b7da0a69 | 08-Nov-2011 |
Ryan Dahl |
Add uv__new_artificial_error() |
f1859eb8 | 07-Nov-2011 |
Igor Zinkovsky |
windows: convert WSAECONNABORTED to EOF |
51df5e3b | 07-Nov-2011 |
Ben Noordhuis |
unix: map EISDIR |
16d48bef | 06-Nov-2011 |
Ben Noordhuis |
win: add uv_loop_new() and uv_loop_delete() stubs |
7b973eb4 | 06-Nov-2011 |
Ben Noordhuis |
Fix uv_loop_new() and uv_default_loop() function prototypes. |
c468e2ab | 05-Nov-2011 |
Ben Noordhuis |
test: fix memory buffer comparison |
9dc67f5e | 05-Nov-2011 |
Ben Noordhuis |
test: don't use _O_RDWR, windows-ism |
cee56c96 | 05-Nov-2011 |
Ben Noordhuis |
unix: unbreak linux build, broken in 1997e10 |