a9838a1c | 07-Jun-2011 |
Henry Rawas |
Land c-ares in libuv |
0a73e714 | 14-Jun-2011 |
Bert Belder |
Correct ssize_t detection |
2ec77b36 | 14-Jun-2011 |
Ryan Dahl |
Add docs about calling uv_accept |
ff8485ac | 13-Jun-2011 |
Bert Belder |
Add Ben to AUTHORS |
043d3860 | 13-Jun-2011 |
Ben Noordhuis |
Silence g++ warning `type qualifiers ignored on function return type`. Closes #54 |
2b5707d8 | 10-Jun-2011 |
Ryan Dahl |
Correct uv_counter API |
3b3df303 | 12-Jun-2011 |
Bert Belder |
Windows: uv_tcp_init before uv_accept |
ebc73022 | 12-Jun-2011 |
Bert Belder |
Define ssize_t if necessary |
aabe56b6 | 09-Jun-2011 |
Ryan Dahl |
uv_tcp_init() must be called before uv_accept() Windows broken. |
9400c3ff | 09-Jun-2011 |
Ryan Dahl |
Add some counters for testing |
6d07c0d5 | 09-Jun-2011 |
Ryan Dahl |
benchmarks should print helper output too |
b3863c80 | 09-Jun-2011 |
Ryan Dahl |
nread should have type ssize_t |
b168bd1f | 08-Jun-2011 |
Bert Belder |
Windows: do not report read/listen errors after uv_close |
4809de9c | 08-Jun-2011 |
Bert Belder |
Misc. cleanups |
9b1123b2 | 08-Jun-2011 |
Bert Belder |
Use proper types instead of void pointers to store loop callbacks |
cd6ceb0e | 08-Jun-2011 |
Bert Belder |
Spaces, no tabs please |
b2df6d9a | 08-Jun-2011 |
Ryan Dahl |
Increase racy sleep to make some tests pass |
e04cc71e | 08-Jun-2011 |
Ryan Dahl |
Remove EV_MULTIPLICITY=0 for ease of use |
2323b318 | 08-Jun-2011 |
Ryan Dahl |
Remove -pedantic flag for now (too annoying) |
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 |
e58a1abf | 07-Jun-2011 |
Bert Belder |
Refactor request handling on Windows - keep a list of completed reqs to be returned. - do not implicitly close a socket after error or eof+shutdown. |
cfca3043 | 07-Jun-2011 |
Bert Belder |
API change: report accept errors to connection_cb |
fbd2d7a1 | 07-Jun-2011 |
Bert Belder |
Misc. cleanups |
3ee60b73 | 07-Jun-2011 |
Ryan Dahl |
test runner separator should be paired with progress bar |