153d3c7c | 30-Sep-2011 |
Ryan Dahl |
unix: allow tty raw mode to be turned off |
e53d125d | 29-Sep-2011 |
Ben Noordhuis |
Update AUTHORS and .mailmap |
b594dba2 | 28-Sep-2011 |
saghul |
unix: fix memcpy when copying hints on uv_getaddrinfo |
c9ae7a6f | 28-Sep-2011 |
Igor Zinkovsky |
windows: don't strip the trailing slash from filename if it follows a device name |
4fb120f6 | 28-Sep-2011 |
Igor Zinkovsky |
windows: fix error reporting for uv_fs_ functions |
e7a53aed | 28-Sep-2011 |
Igor Zinkovsky |
fix windows build |
23796d20 | 27-Sep-2011 |
Erick Tryzelaar |
Fixes #76. Unify OS error reporting As a nice fringe benefit, this also shaves a word off of a windows TCP handle by replacing "uv_err_t bind_error" with "int bind_error". |
1d7e61fa | 25-Sep-2011 |
Erick Tryzelaar |
unix,win: Check bind receives right socket type |
c260a396 | 25-Sep-2011 |
Erick Tryzelaar |
unix,win: Check connect receives right socket type |
17d4686b | 25-Sep-2011 |
Erick Tryzelaar |
win: Actually exit if uv_udp_bind only wants IPv6. |
efa720d1 | 25-Sep-2011 |
Erick Tryzelaar |
win: Removing uv_udp_connect6 This function isn't exposed or used internally. Nor is there a windows implementation for IPv4, or unix implementation for IPv4 or IPv6. Howeve
win: Removing uv_udp_connect6 This function isn't exposed or used internally. Nor is there a windows implementation for IPv4, or unix implementation for IPv4 or IPv6. However, sockets do support UDP connections (which just let you use send/recv instead of sendto/recvfrom), so as an alternative, we could add support for uv_udp_connect* for all OSs.
show more ...
|
14cdc80a | 28-Sep-2011 |
Bert Belder |
win tty: Fix typo |
1d3b880e | 28-Sep-2011 |
Bert Belder |
Add uv_tty_t size to benchmark-sizes |
9b5dfd1a | 27-Sep-2011 |
Igor Zinkovsky |
fix mingw build |
a1f98d55 | 27-Sep-2011 |
Igor Zinkovsky |
fix c-ares on windows |
2e4eca3b | 24-Sep-2011 |
Ben Noordhuis |
c-ares: upgrade to 1.7.5 |
99748250 | 27-Sep-2011 |
Ben Noordhuis |
unix: link to libkvm on freebsd Fixes 'undefined reference' linker errors to kvm_open(), kvm_close(), etc. |
c89a75f5 | 27-Sep-2011 |
Ben Noordhuis |
unix: fix compiler warning in kqueue.c, tcp.c, udp.c Include <unistd.h>, it contains the definition of close(). |
ceff85dc | 27-Sep-2011 |
Ben Noordhuis |
unix: fix compile error in freebsd.c Fixes joyent/node#2606. |
9db39bb7 | 27-Sep-2011 |
Ben Noordhuis |
unix: don't use C99 comments in C89 source |
1cca230d | 23-Jan-2012 |
Ben Noordhuis |
Merge remote-tracking branch 'origin/v0.6'
|
517bfc89 | 19-Jan-2012 |
Ben Noordhuis |
Merge branch 'v0.6'
|
454e0212 | 14-Jan-2012 |
Ben Noordhuis |
unix: clean up udp read/write watchers |
28b0867f | 18-Jan-2012 |
Ben Noordhuis |
unix: clean up udp shutdown sequence |
ee10cb77 | 18-Jan-2012 |
Ben Noordhuis |
unix: use container_of() instead of w->data |