d4289f47 | 03-May-2011 |
Ryan Dahl |
Update unix backend to read_start/read_stop API |
d553776f | 03-May-2011 |
Bert Belder |
Fix echo-server and test-ping-pong |
6accf285 | 03-May-2011 |
Bert Belder |
Fixed tests |
61c91120 | 03-May-2011 |
Bert Belder |
Reorganize some stuff in oio.h |
1a76881c | 02-May-2011 |
Bert Belder |
Yet another oio_read api. Hopefully this one sticks. |
210bcdd4 | 30-Apr-2011 |
Ryan Dahl |
New oio_read API |
5dbe9d62 | 29-Apr-2011 |
Ryan Dahl |
Fix headers for ssize_t |
c1c57f3d | 29-Apr-2011 |
Ryan Dahl |
Fix missing stddup def on unix |
8c6c4859 | 28-Apr-2011 |
Ryan Dahl |
Make test runner better. Probably screws up windows. Fixes #30. |
9b92e137 | 27-Apr-2011 |
Joshua Peek |
Use _NSGetExecutablePath on darwin Closes #26. |
40bb272a | 26-Apr-2011 |
Ryan Dahl |
style |
95394439 | 26-Apr-2011 |
Ryan Dahl |
Partial implementation of buffer writes on unix. Hitting callstack overflow problem in echo-server. |
b4836377 | 26-Apr-2011 |
Ryan Dahl |
unix runner: implement timeout on process_wait |
1d9e1850 | 26-Apr-2011 |
Ryan Dahl |
Linux passes bind tests |
a6430f41 | 26-Apr-2011 |
Bert Belder |
More bind error tests |
20474134 | 26-Apr-2011 |
Bert Belder |
Revert "Don't use SO_REUSEADDR on Windows." This reverts commit c1a04b6dfd20344852be85c758552668fbda54df. |
0a7c19e1 | 26-Apr-2011 |
Ryan Dahl |
unix: implement errnos |
c1a04b6d | 26-Apr-2011 |
Bert Belder |
Don't use SO_REUSEADDR on Windows. It's semantics suck. See http://bugs.python.org/issue2550 |
1d7d70ba | 26-Apr-2011 |
Bert Belder |
Add some error code mappings to oio-win |
c3cd1ae9 | 25-Apr-2011 |
Bert Belder |
Add test for EADDRINUSE |
7e9e0e5e | 25-Apr-2011 |
Bert Belder |
Test-ping-pong: don't bind client address |
89da632a | 25-Apr-2011 |
Bert Belder |
Make test-tcp-writealot faster |
c48e753d | 25-Apr-2011 |
Bert Belder |
Fix bug in test-timeout |
a5bf3988 | 22-Apr-2011 |
Bert Belder |
Write-a-lot test |
c18d6649 | 22-Apr-2011 |
Bert Belder |
Style |