02ca3080 | 09-Aug-2011 |
Ryan Dahl |
EIO_CONFIG_H not used on MinGW |
831b15a4 | 09-Aug-2011 |
Bert Belder |
Windows: fix WaitNamedPipe thread bug |
65ed582c | 09-Aug-2011 |
Ben Noordhuis |
bench: run pound benchmark for at least 5 seconds, track connect failures |
648baa38 | 09-Aug-2011 |
Peter Bright |
Fix missing prototype warnings. |
cee3cc69 | 08-Aug-2011 |
Ben Noordhuis |
bench: use high-res timer in pound benchmark |
f9eda88f | 08-Aug-2011 |
Igor Zinkovsky |
fix for pound benchmark |
75c10905 | 08-Aug-2011 |
Ryan Dahl |
Bring back standalone makefiles for a better transition |
58dd01ab | 08-Aug-2011 |
Ben Noordhuis |
build: add debug target to Makefile |
1493dcf3 | 07-Aug-2011 |
Ryan Dahl |
Peter Bright's MSVS fixes |
42c76f72 | 07-Aug-2011 |
Ryan Dahl |
Add pthread-win32 temporarily Until Node does not rely on libeio interfaces. |
7dda1113 | 06-Aug-2011 |
Ben Noordhuis |
test, bench: add --list option to runners, prints available tests |
6c320555 | 06-Aug-2011 |
Andrea Lattuada |
Remove uv_flag_* functions in favor of manual bit twiddling Fixes #121 Fixes #129 |
d9b0534a | 06-Aug-2011 |
Jeroen Janssen |
gyp: enable debug symbols with MSVC Fixes #130. |
62d1c575 | 06-Aug-2011 |
Ben Noordhuis |
uv-unix: fix warning: passing argument 1 of ‘eio_custom’ from incompatible pointer type |
351a332e | 06-Aug-2011 |
Ben Noordhuis |
build: don't assume python lives at /usr/bin/python |
8abce89e | 06-Aug-2011 |
Ben Noordhuis |
build: fix libeio build on linux Define HAVE_UTIMES so libeio includes <utime.h> |
48877edf | 06-Aug-2011 |
Ryan Dahl |
Work around GYP bug - use absolute paths |
60e97317 | 06-Aug-2011 |
Ryan Dahl |
Add pound benchmark. |
a30a7336 | 03-Aug-2011 |
Ryan Dahl |
Build with gyp |
52e1a9e9 | 06-Aug-2011 |
Ryan Dahl |
Upgrade eio (it has better msvs support) |
a706a66d | 06-Aug-2011 |
Igor Zinkovsky |
accept benchmark |
cc143317 | 06-Aug-2011 |
Igor Zinkovsky |
windows: fix req refcount for uv_pipe_connect |
4ca89308 | 06-Aug-2011 |
Ryan Dahl |
Remove assert that is broken on darwin |
76338f79 | 27-Jul-2011 |
Tom Hughes |
ares_parse_a_reply: fix memleak |
787ef5da | 05-Aug-2011 |
Ryan Dahl |
uv-unix: Fix missing symbols on FreeBSD7 systems. thanks Lenny |