27c52a60 | 26-Aug-2011 |
Bert Belder |
win: stop reading on tcp receive error |
6490c6a3 | 25-Aug-2011 |
Ben Noordhuis |
unix: improve accept4 syscall feature check |
738e2da0 | 25-Aug-2011 |
Ben Noordhuis |
test: add udp getsockname test |
40efa9c7 | 25-Aug-2011 |
Ryan Dahl |
win: Fix uv_getsockname for UDP |
80e54918 | 24-Aug-2011 |
Ryan Dahl |
Simplify UDP docs |
1f28f812 | 24-Aug-2011 |
Bert Belder |
Fix mingw missing IPV6_V6ONLY |
d135122e | 24-Aug-2011 |
Ryan Dahl |
Remove iocp-links - out of date, wrong info |
58fab076 | 24-Aug-2011 |
Ryan Dahl |
Remove BSDmakefile |
b09411a8 | 24-Aug-2011 |
Ryan Dahl |
Update build instructions |
36c9b791 | 24-Aug-2011 |
Bert Belder |
Fix bugs in test-udp-send-and-recv and benchmark-udp-packet-storm |
1870c18f | 24-Aug-2011 |
Bert Belder |
win: change uv_getsockname signature to support udp |
5c9d749a | 24-Aug-2011 |
Bert Belder |
win: udp support |
36ce74f2 | 19-Aug-2011 |
Ben Noordhuis |
Add UDP support to libuv. |
52024061 | 23-Aug-2011 |
Ben Noordhuis |
Make uv_getsockname() operate on uv_handle_t handles. |
5cae6e4e | 23-Aug-2011 |
Bert Belder |
win: use uv_req_t.overlapped.Internal field to propagate request errors |
81182871 | 23-Aug-2011 |
Bert Belder |
win: store the tcp deferred bind error in uv_tcp_t.bind_error, remove uv_handle_t.error |
b931e93c | 23-Aug-2011 |
Bert Belder |
win: get rid of deferring bind errors for uv_pipe_t It doesn't work anyway |
a8d2613b | 23-Aug-2011 |
Bert Belder |
win: integrate uv_close_error into uv_close |
6622c35b | 23-Aug-2011 |
Bert Belder |
win: add ntstatus-to-winsock-error mapping |
301d9283 | 23-Aug-2011 |
Bert Belder |
trailing whitespace |
ce9171d4 | 23-Aug-2011 |
Ryan Dahl |
unix: uv_read_start should fail if UV_CLOSING set |
bdd880e7 | 23-Aug-2011 |
Ryan Dahl |
unix: add a few asserts, cosmetic touch ups |
4e9edceb | 22-Aug-2011 |
Igor Zinkovsky |
windows: temporarily disable non-zero reads |
ce207917 | 21-Aug-2011 |
Jeroen Janssen |
remove unused variable Fixes #151 |
d01676fc | 22-Aug-2011 |
Ben Noordhuis |
build: define _XOPEN_SOURCE=500 on SunOS Exposes msghdr.msg_flags, required for UDP support. |