2e603589 | 01-Sep-2011 |
Ryan Dahl |
Add test for uv_fs_fstat, implement on unix. |
716e8eab | 01-Sep-2011 |
Igor Zinkovsky |
windows: fix issue with SetFileCompletionNotificationModes on 64bit xp |
22197ebf | 01-Sep-2011 |
Igor Zinkovsky |
windows: include _stat struct into uv_fs_t |
836cc204 | 31-Aug-2011 |
Ryan Dahl |
unix: Fix test-gethostbyname |
6fd340b8 | 31-Aug-2011 |
Ryan Dahl |
unix: split out stream into its own file |
38ce213b | 31-Aug-2011 |
Ryan Dahl |
unix: split out pipe |
510407c0 | 31-Aug-2011 |
Ryan Dahl |
unix: split out tcp module |
b9120d0b | 31-Aug-2011 |
Ryan Dahl |
Simplify Unix makefile |
e553f96f | 31-Aug-2011 |
Ryan Dahl |
unix: split out uv_spawn into src/unix/process.c |
490c83dd | 31-Aug-2011 |
Ryan Dahl |
move src/uv-unix.c to src/unix/core.c |
6144c93b | 31-Aug-2011 |
Ryan Dahl |
unix: split out error code into separate file |
e97958ac | 31-Aug-2011 |
Ryan Dahl |
unix: Split out c-ares integration into separate file |
58461d5a | 31-Aug-2011 |
Ryan Dahl |
split out unix's udp source |
cec94ee0 | 31-Aug-2011 |
Ryan Dahl |
docs for uv_fs methods |
9e657fa5 | 31-Aug-2011 |
Ben Noordhuis |
Update .mailmap |
c23f789f | 31-Aug-2011 |
Ben Noordhuis |
Update AUTHORS, add .mailmap |
ea4271fa | 31-Aug-2011 |
Ryan Dahl |
submit error to correct loop |
b47c474c | 31-Aug-2011 |
Ryan Dahl |
Move private headers into include/uv-private |
1408ac4c | 31-Aug-2011 |
Ryan Dahl |
Move src/ev to src/unix/ev |
5fd68a01 | 31-Aug-2011 |
Ryan Dahl |
Move unix platform files into src/unix |
231298a5 | 31-Aug-2011 |
Ryan Dahl |
move eio stuff into src/unix |
e3f910d0 | 31-Aug-2011 |
Ryan Dahl |
Multiplicity update on unix Does not yet support multithreaded use of the thread pool. |
b44ecf99 | 31-Aug-2011 |
Bert Belder |
multiplicity: update benchmarks |
8e3a8602 | 31-Aug-2011 |
Bert Belder |
update tests for multiplicity |
78debf9f | 31-Aug-2011 |
Bert Belder |
win: multiplicity |