History log of /libuv/test/test-connection-fail.c (Results 26 – 43 of 43)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 4eb06151 17-Jun-2011 Bert Belder

Split up uv_loop type

# 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

# 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

# 2b8812ff 13-May-2011 Ryan Dahl

uv_buf -> uv_buf_t

# 2ef3c6c6 12-May-2011 Ryan Dahl

oio -> uv

# ba31e8d0 08-May-2011 Ryan Dahl

Add _t to typedef structs

# 6accf285 03-May-2011 Bert Belder

Fixed tests

# 9468c657 21-Apr-2011 Alan Gutierrez

Check oio_err in connection_fail test.

* Renamed test_connection_fail to connection_fail following the conventions.
* Mapped Windows error ERROR_CONNECTION_REFUSED to OIO_ECONNREFUSED.

Check oio_err in connection_fail test.

* Renamed test_connection_fail to connection_fail following the conventions.
* Mapped Windows error ERROR_CONNECTION_REFUSED to OIO_ECONNREFUSED.
* Asserting that the oio_err in connection_fail is OIO_ECONNREFUSED.

show more ...

# 5bcbc319 20-Apr-2011 Bert Belder

Tests / benchmarks use new error handling api

# 67a3fa24 19-Apr-2011 Bert Belder

Revert "Remove oio_err - use ints"

This reverts commit 111536c9e567a08530516b904c6d7f34d307538a.

# 53f9d5a8 19-Apr-2011 Bert Belder

Allow tests and benchmarks to use the same helpers.

Closes #21.

# 2f1150e6 19-Apr-2011 Bert Belder

Fix windows build. Test-connection-fails still fails.

# 111536c9 19-Apr-2011 Ryan Dahl

Remove oio_err - use ints

# 461f0a74 19-Apr-2011 Ryan Dahl

Add test-connection-fail. Not yet passing linux.

Feel free to modify.

12