History log of /libuv/ (Results 4351 – 4375 of 5435)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d4bfcc2811-Nov-2011 Ben Noordhuis

bench: fix compiler warnings

e2a794e311-Nov-2011 Ben Noordhuis

test: remove dead code

9322dd1710-Nov-2011 Frank Denis

Use (void) for a function taking no arguments - fix gcc -Wstrict-prototypes

224584c510-Nov-2011 Ben Noordhuis

sunos: check that event ports supports fs watching

26806e2b10-Nov-2011 Ben Noordhuis

sunos: add getaddrinfo() compatibility hack

getaddrinfo() returns EAI_MEMORY if strlen(hostname) >= MAXHOSTNAMELEN

04dfd46310-Nov-2011 Ben Noordhuis

unix: remove unused uv__translate_lib_error() function

61ef8cc926-Sep-2011 Ben Noordhuis

freebsd: remove unused variables

4889644310-Nov-2011 Ben Noordhuis

Fix warning: comma at end of enumerator list

6d5ba42410-Nov-2011 Ryan Dahl

Remove unnecessary errno

808bb8ed10-Nov-2011 Ryan Dahl

Shared uv_strerror

fd2b04d710-Nov-2011 Ryan Dahl

Alternative errno strategy

f17d483709-Nov-2011 Igor Zinkovsky

windows: turn WSAECONNABORTED from WSARecv to UV_ECONNRESET

4794c12f09-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 ...

942c68b809-Nov-2011 Igor Zinkovsky

windows: fix utf16->utf8 conversion in uv_fs_readdir

196e145209-Nov-2011 Ryan Dahl

Map UV_ESRCH in uv_err_name

2b7774ae09-Nov-2011 Bert Belder

Windows: return UV_ESRCH from uv_kill

a378110f07-Nov-2011 Tj Holowaychuk

Add UV_ESRCH

Fixes #239.

b7da0a6908-Nov-2011 Ryan Dahl

Add uv__new_artificial_error()

f1859eb807-Nov-2011 Igor Zinkovsky

windows: convert WSAECONNABORTED to EOF

51df5e3b07-Nov-2011 Ben Noordhuis

unix: map EISDIR

16d48bef06-Nov-2011 Ben Noordhuis

win: add uv_loop_new() and uv_loop_delete() stubs

7b973eb406-Nov-2011 Ben Noordhuis

Fix uv_loop_new() and uv_default_loop() function prototypes.

c468e2ab05-Nov-2011 Ben Noordhuis

test: fix memory buffer comparison

9dc67f5e05-Nov-2011 Ben Noordhuis

test: don't use _O_RDWR, windows-ism

cee56c9605-Nov-2011 Ben Noordhuis

unix: unbreak linux build, broken in 1997e10

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