c61b38f4 | 21-Apr-2011 |
Bert Belder |
Test for not immediately calling oio_accept from accept_cb Closes #10. |
c19bbff4 | 21-Apr-2011 |
Ryan Dahl |
Update AUTHORS |
2fdf161e | 21-Apr-2011 |
Bert Belder |
Windows: better infrastructure for closing handles. |
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 |
183c1de1 | 20-Apr-2011 |
Bert Belder |
Windows: use new error handling API |
97f9404a | 20-Apr-2011 |
Bert Belder |
Define oio_err earlier |
989a9cf7 | 20-Apr-2011 |
Bert Belder |
Goodbye, solution items Closes #25 |
a4fb1710 | 20-Apr-2011 |
Bert Belder |
oio_errno -> oio_err_code `errno` can't be used as a struct member on windows. |
b6d4bf16 | 20-Apr-2011 |
Bert Belder |
Finalize error handling api. Breaks unix and windows. Closes #15 Closes #18 |
67a3fa24 | 19-Apr-2011 |
Bert Belder |
Revert "Remove oio_err - use ints" This reverts commit 111536c9e567a08530516b904c6d7f34d307538a. |
62a56d3f | 19-Apr-2011 |
Bert Belder |
Minor license update |
8a187171 | 19-Apr-2011 |
Bert Belder |
Remove oio_write2. Closes #20 |
64d27f26 | 19-Apr-2011 |
Bert Belder |
Add unix files and documentation as non-compile items to the solution |
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 |
59575604 | 19-Apr-2011 |
Ryan Dahl |
Linux passes test_connection_fail |
461f0a74 | 19-Apr-2011 |
Ryan Dahl |
Add test-connection-fail. Not yet passing linux. Feel free to modify. |
1a99dcc9 | 19-Apr-2011 |
Ryan Dahl |
Add ping-pong benchmark On Linux I'm getting ping_pongs: 22807 pings |
2cbcbdd1 | 19-Apr-2011 |
Ryan Dahl |
Update Makefile for benchmark runner. |
5275b036 | 19-Apr-2011 |
Bert Belder |
Benchmark runner |
e55a84de | 18-Apr-2011 |
Ryan Dahl |
put test/runner in gitignore |
61e1f5f3 | 18-Apr-2011 |
Ryan Dahl |
s/oio_tcp_handle_init/oio_tcp_init/ |
8f6a175e | 18-Apr-2011 |
Ryan Dahl |
s/oio_tcp_handle_accept/oio_accept/ |