8a074291 | 07-Jun-2011 |
Ryan Dahl |
accept_cb -> connection_cb |
a7494416 | 07-Jun-2011 |
Ryan Dahl |
Add -Wno-variadic-macros as it's apparently okay in MSVC |
a1b9be16 | 07-Jun-2011 |
Ryan Dahl |
Use -pedantic flag to avoid breaking Windows build |
ed623b3a | 06-Jun-2011 |
Bert Belder |
Add test-shutdown-eof to msvc project |
aa59c81d | 06-Jun-2011 |
Bert Belder |
Declare variables first please |
3d9b965a | 06-Jun-2011 |
Bert Belder |
Whitespace error |
acbd1680 | 02-Jun-2011 |
Ryan Dahl |
Add test to assert behavior of uv_tcp_t after shutdown Handles should *never* call the close callback without the user having first issued a uv_close() command. This test is bro
Add test to assert behavior of uv_tcp_t after shutdown Handles should *never* call the close callback without the user having first issued a uv_close() command. This test is broken on windows. See #52.
show more ...
|
903c07bf | 02-Jun-2011 |
Ryan Dahl |
API Change: uv_close only called by user - never automatically Add test that failing on_connect callback does not trigger on_close. |
7770b1a1 | 02-Jun-2011 |
Ryan Dahl |
API change: alloc_cb moved to uv_read_start() Fixes #47. |
6b077915 | 02-Jun-2011 |
Ryan Dahl |
API Change: Pass sockaddr_in by value instead of reference |
11a4ad50 | 02-Jun-2011 |
Ryan Dahl |
Separate out uv_handle_t into different types Fixes #4 |
fb5262ab | 03-Jun-2011 |
Vanilla Hsu |
Support FreeBSD |
ee712eba | 29-May-2011 |
Ryan Dahl |
more desired api |
5be0fe21 | 28-May-2011 |
Ryan Dahl |
more desired api |
55de5e32 | 28-May-2011 |
Ryan Dahl |
improve design doc |
18f54bef | 28-May-2011 |
Ryan Dahl |
Add doc on desired-api |
be1bfe6c | 27-May-2011 |
Bert Belder |
Revert AUTHORS update This reverts commit 9467a923903be1cce2e60bfb95192cf3fa93dc51. |
d5b3ae0f | 27-May-2011 |
Bert Belder |
usleep -> uv_sleep |
982a620f | 27-May-2011 |
Ryan Dahl |
Echo server gracefully dies on 'Q' Allows for better clean up during tests. |
e28c0bb6 | 27-May-2011 |
Ryan Dahl |
unix: Use fork instead of vfork in runner. |
7e34b7bd | 27-May-2011 |
Ryan Dahl |
runner: insert little delay after starting helpers |
f0ebf0c7 | 27-May-2011 |
Ryan Dahl |
Split pump bench into two processes. And add a pump test with 1 client. |
e3923b76 | 27-May-2011 |
Ryan Dahl |
UNIX: Bad was_active check in uv_check_start() |
143a09a3 | 26-May-2011 |
Bert Belder |
Move variable declarations to top |
9467a923 | 24-May-2011 |
Bert Belder |
Add Igor to AUTHORS |