History log of /libuv/test/test-shutdown-eof.c (Results 26 – 31 of 31)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# b3863c80 09-Jun-2011 Ryan Dahl

nread should have type ssize_t

# 04b6aaeb 08-Jun-2011 Ryan Dahl

API Change: Move close_cb to uv_close from init functions

# 7db9629f 08-Jun-2011 Ryan Dahl

API Change: Remove data parameters from init functions

# 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 ...

12