7cafd8b1 | 15-Aug-2011 |
Igor Zinkovsky |
update vcbuild.bat with correct sln file |
fc263218 | 12-Aug-2011 |
Igor Zinkovsky |
use GetQueuedCompletionStatusEx if the OS supports it |
38c23223 | 15-Aug-2011 |
Bert Belder |
Windows: ipv6 "any address" is ::0, not ::1 |
c6c3d15d | 15-Aug-2011 |
Bert Belder |
Windows: slightly improve error reporting |
50201345 | 15-Aug-2011 |
Ben Noordhuis |
uv-unix: remove unused variable 'iov' |
e89f54ec | 14-Aug-2011 |
Ryan Dahl |
Add forgotten gyp files |
2942f5a8 | 14-Aug-2011 |
Peter Bright |
GYP upates |
035fd5be | 14-Aug-2011 |
Ben Noordhuis |
eio: future-proof glibc version detection |
58991928 | 14-Aug-2011 |
Ben Noordhuis |
eio: fix HAVE_SYNC_FILE_RANGE heuristic on linux |
da4e8646 | 13-Aug-2011 |
Igor Zinkovsky |
vcbuild.bat for building libuv with msbuild |
f1df74dd | 12-Aug-2011 |
Ben Noordhuis |
Add Peter Bright to AUTHORS |
7f82995f | 12-Aug-2011 |
Augusto Henrique Hentz |
uv-unix: fix typo in definition of HAVE_PIPE2 The define HAVE_PIPE2 was always being set, even when the requisites were not met. |
65f71a20 | 12-Aug-2011 |
Ryan Dahl |
Temp disable pipe2 on linux |
20074288 | 12-Aug-2011 |
Ben Noordhuis |
build: add BSDmakefile Warns user to run `gmake` instead. |
1485c479 | 12-Aug-2011 |
Ben Noordhuis |
eio: define HAVE_UTIMES 1 on freebsd, fixes build |
23e9ecb6 | 12-Aug-2011 |
Igor Zinkovsky |
fix memory leak in echo server |
7b5d28e4 | 12-Aug-2011 |
Ben Noordhuis |
build: use -pthreads on sunos, -pthread everywhere else |
4c63f554 | 12-Aug-2011 |
Bert Belder |
Windows: much better pipe_pound_1000 results |
89aa4078 | 12-Aug-2011 |
Bert Belder |
Windows: try to avoid using the thread pool for pipe shutdown |
a2ee4854 | 12-Aug-2011 |
Bert Belder |
Windows: dynamically load some ntdll functions |
2d40e35b | 12-Aug-2011 |
Bert Belder |
Style |
b13f46f6 | 12-Aug-2011 |
Bert Belder |
Add msvs build products to .gitignore |
d3587389 | 11-Aug-2011 |
Ben Noordhuis |
bench: #undef NANOSEC, defined in time.h on solaris |
c952352f | 11-Aug-2011 |
Ben Noordhuis |
build: use -pthreads, older gccs don't recognize -pthread |
b44f9d75 | 11-Aug-2011 |
Ryan Dahl |
unix: cloexec stdio streams |