cf4fbc09 | 18-Apr-2011 |
Ryan Dahl |
Add copyright headers, license file. closes #17. |
98161651 | 18-Apr-2011 |
Bert Belder |
More MinGW compatibility |
6250e986 | 18-Apr-2011 |
Ryan Dahl |
Readme |
50e3c5fa | 18-Apr-2011 |
Bert Belder |
Resolve MinGW compile errors |
a3be5339 | 18-Apr-2011 |
Bert Belder |
Rename test-runner to just runner And a minor fix to the VS solution. |
c3eda7a4 | 18-Apr-2011 |
Ryan Dahl |
oio_tcp_handle_accept() does not require initialization of client closes #13. |
fa439e7b | 18-Apr-2011 |
Ryan Dahl |
Style |
59f1ce0f | 18-Apr-2011 |
Ryan Dahl |
Macro styling for ASSERT and FATAL. closes #8. closes #6. |
d546a311 | 18-Apr-2011 |
Ryan Dahl |
API Change: Remove unnecessary params from oio_tcp_handle_accept() closes #13. |
0027dbd9 | 18-Apr-2011 |
Ryan Dahl |
Implement and add test for oio_now() |
f12299d6 | 18-Apr-2011 |
Ryan Dahl |
Linux passes timeout test |
2ba25c82 | 18-Apr-2011 |
Ryan Dahl |
API change: oio_tcp_handle_init() required before oio_accept() Fixes close_cb_stack on UNIX. |
d3ba74a6 | 18-Apr-2011 |
Ryan Dahl |
add version |
00a947e7 | 18-Apr-2011 |
Ryan Dahl |
Add note about oio_req initialization |
42cefd93 | 16-Apr-2011 |
Ryan Dahl |
linux: ping-pong test passes. |
c8bdf15f | 15-Apr-2011 |
Ryan Dahl |
Unix: fix build for timer test |
84ebdf84 | 15-Apr-2011 |
Ryan Dahl |
style fixes to close_cb_stack |
2414d7e7 | 15-Apr-2011 |
Ryan Dahl |
Fix close_cb_stack |
0ffc8b62 | 15-Apr-2011 |
Bert Belder |
Timeout test passes on windows |
1ce1f82c | 15-Apr-2011 |
Bert Belder |
Typo |
57cc0efd | 15-Apr-2011 |
Bert Belder |
Add timeout test to msvs project |
aec5eac8 | 15-Apr-2011 |
Bert Belder |
Add oio_timeout test |
a2c24c67 | 15-Apr-2011 |
Ryan Dahl |
unix: echo-server works |
93dd5f74 | 15-Apr-2011 |
Bert Belder |
Clean up test error handling Define FATAL and ASSERT macros. Dont use libc's assert as it might get optimized away. |
9f746952 | 14-Apr-2011 |
Bert Belder |
Un-break windows |