6c8acb0e | 20-Jul-2011 |
Ben Noordhuis |
task: flush stderr after printing |
b38ba046 | 20-Jul-2011 |
Ryan Dahl |
Fix benchmark output for ares and getaddrinfo |
abf85459 | 20-Jul-2011 |
Ryan Dahl |
Don't output progress in 'make bench' Fixes #115. |
1fda135f | 20-Jul-2011 |
Ryan Dahl |
understand EBADF |
eadfb148 | 20-Jul-2011 |
Ryan Dahl |
unix: uv_write shouldn't assert fd >= 0 |
ce5eb6d8 | 20-Jul-2011 |
Ben Noordhuis |
config-unix: drop --std=c89 on cygwin, hides CLOCK_MONOTONIC. Fixes #112. |
e6075842 | 19-Jul-2011 |
Ben Noordhuis |
uv-unix: in uv_pipe_init: zero the _whole_ uv_pipe_t struct. |
a24d6e4b | 19-Jul-2011 |
Ryan Dahl |
new uv_req_t sizes in benchmark-sizes |
ca3cfbae | 19-Jul-2011 |
Bert Belder |
Windows: use low-res event loop clock. For much better performance. Closes #88. |
86f1ca90 | 19-Jul-2011 |
Bert Belder |
Windows: implement uv_hrtime() |
3d2d97db | 19-Jul-2011 |
Bert Belder |
Make test-hrtime a little better |
cd0dcce9 | 19-Jul-2011 |
Bert Belder |
Windows: use _strdup instead of strdup |
96f2ef6b | 19-Jul-2011 |
Bert Belder |
Make test-getsockname compile with msvc |
8c4a097b | 19-Jul-2011 |
Bert Belder |
Windows: make clean deletes object files in src/win |
c2ad51e3 | 19-Jul-2011 |
Ben Noordhuis |
test-bind-error: fix 'control reaches end of non-void function' |
7cc52799 | 19-Jul-2011 |
Ben Noordhuis |
uv-common: fix 'initialization discards qualifiers from pointer target type' |
3207f8ae | 19-Jul-2011 |
Ben Noordhuis |
uv-unix: fix 'passing argument 1 of ‘uv__stream_open’ from incompatible pointer type' |
c0d4669f | 19-Jul-2011 |
Ben Noordhuis |
uv-unix: fix 'implicit declaration of function ‘accept4’' |
d4563a19 | 19-Jul-2011 |
Ryan Dahl |
Allow and test for lazy uv_tcp_listen |
3a91232f | 19-Jul-2011 |
Bert Belder |
Split up uv-win.c |
e909b954 | 19-Jul-2011 |
Bert Belder |
Add MinGW makefiles to VS project |
1a1cd6d1 | 19-Jul-2011 |
Bert Belder |
Enable link-time code generation for msvc |
07b49ce5 | 18-Jul-2011 |
Ryan Dahl |
add uv_ip4_name and uv_ip6_name |
4eff34da | 18-Jul-2011 |
Ben Noordhuis |
uv-unix: pipes API implementation Based on UNIX sockets to avoid the vagaries of FIFOs in asynchronous mode. Currently unlinks stale sockets before binding and cleans them up again a
uv-unix: pipes API implementation Based on UNIX sockets to avoid the vagaries of FIFOs in asynchronous mode. Currently unlinks stale sockets before binding and cleans them up again after shutdown.
show more ...
|
4d31f838 | 18-Jul-2011 |
Igor Zinkovsky |
Windows: handle ERROR_PIPE_BUSY in uv_pipe_connect |