6cc241ac | 22-Aug-2011 |
Ben Noordhuis |
Fix 'incomplete prototype' compiler warnings on SunOS. |
062af9fe | 19-Aug-2011 |
Bert Belder |
win: fix buffer leak when using non-zero tcp reads |
beaa6761 | 19-Aug-2011 |
Bert Belder |
win: rename UV_HANDLE_TCP_ZERO_READ to UV_HANDLE_ZERO_READ |
e45284dd | 19-Aug-2011 |
Bert Belder |
win: prototype ordering |
d1a63c40 | 21-Aug-2011 |
Bert Belder |
win: move winsock intialization out of tcp.c |
48a8f195 | 21-Aug-2011 |
Bert Belder |
win: merge kernel32.h and ntdll.h; declare pointers in winapi.h |
cc0b0e62 | 18-Aug-2011 |
Bert Belder |
Remove trailing whitespace |
Revision tags: node-v0.5.4 |
|
8448ee4b | 11-Aug-2011 |
Igor Zinkovsky |
Windows: Do simultaneous pending AcceptEx calls. |
12311934 | 18-Aug-2011 |
Ryan Dahl |
pound: only display connect errors on DEBUG |
f6c25a17 | 18-Aug-2011 |
Igor Zinkovsky |
Fix pipe-pound and clean-up |
ac1ce29a | 14-Aug-2011 |
Ryan Dahl |
Improve pound benchmark by reconnecting in close_cb |
56b09db2 | 18-Aug-2011 |
Igor Zinkovsky |
windows: set accept socket to INVALID_SOCKET in case of accept failure |
d77e9795 | 18-Aug-2011 |
Ryan Dahl |
Fix spelling |
8ed2ffb2 | 18-Aug-2011 |
Bert Belder |
Windows: when searching path, look only for .com and .exe files |
422c1393 | 15-Aug-2011 |
Igor Zinkovsky |
Windows: Pre-allocate buffers for overlapped WSARecv if the number of active tcp streams is below 50. |
e5a938f1 | 18-Aug-2011 |
Ryan Dahl |
Add uv_buf_init() constructor |
cc5aa51f | 17-Aug-2011 |
Bert Belder |
Small correction to AUTHORS |
f71acf19 | 17-Aug-2011 |
Bert Belder |
Update AUTHORS |
6b27bf9a | 17-Aug-2011 |
Jeroen Janssen |
uv_process_pipe_shutdown_req call should match prototype |
a51f3766 | 17-Aug-2011 |
Jeroen Janssen |
added missing prototype for uv_process_pipe_shutdown_req |
507c4cce | 17-Aug-2011 |
Jeroen Janssen |
fixes for unsigned/signed comparison |
0883b3d5 | 17-Aug-2011 |
Jeroen Janssen |
remove unused variables |
ed118836 | 17-Aug-2011 |
Ryan Dahl |
Improve docs |
e67b9a37 | 15-Aug-2011 |
Igor Zinkovsky |
Skip IOCP for tcp operations that complete synchronously |
358d89aa | 15-Aug-2011 |
Ben Noordhuis |
build: fix build on systems where `ld --as-needed` is the default Fixes unresolved symbol linker errors from -lm and -lrt. |