Ryan Dahl
|
ce8ff3031c
|
src/ and include/ directories
Helps #71 but does not update the MSVC files.
|
2011-07-07 07:52:57 -07:00 |
|
Igor Zinkovsky
|
320057d588
|
uv_stream_t
|
2011-07-01 05:28:02 -07:00 |
|
Ryan Dahl
|
af15cbe6e9
|
Handle EAGAIN in some of the read_cb tests
|
2011-06-22 18:37:51 +02:00 |
|
Bert Belder
|
4eb06151bd
|
Split up uv_loop type
|
2011-06-17 23:00:39 +02:00 |
|
Ryan Dahl
|
b3863c8051
|
nread should have type ssize_t
|
2011-06-09 19:45:19 +02:00 |
|
Ryan Dahl
|
04b6aaeb44
|
API Change: Move close_cb to uv_close from init functions
|
2011-06-08 05:44:22 -07:00 |
|
Ryan Dahl
|
7db9629f87
|
API Change: Remove data parameters from init functions
|
2011-06-08 05:43:02 -07:00 |
|
Bert Belder
|
aa59c81d60
|
Declare variables first please
|
2011-06-07 00:35:18 +02:00 |
|
Bert Belder
|
3d9b965aee
|
Whitespace error
|
2011-06-07 00:34:34 +02:00 |
|
Ryan Dahl
|
acbd168069
|
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.
|
2011-06-03 02:54:50 -07:00 |
|