42095c85 | 03-Apr-2012 |
Ben Noordhuis |
Remove UV_ARES_TASK_PRIVATE_FIELDS. It's only used internally, it doesn't have to be part of a public header file. |
396d1383 | 02-Apr-2012 |
Ben Noordhuis |
Merge branch 'v0.6'
|
9c8f6dd4 | 02-Apr-2012 |
Ben Noordhuis |
build: define _DARWIN_USE_64_BIT_INODE=1 on OS X Fixes a segmentation fault on some OS X systems due to sizeof(struct stat) mismatches. |
Revision tags: node-v0.6.14, node-v0.6.13, node-v0.7.6, node-v0.6.12 |
|
9d3c0004 | 24-Feb-2012 |
Brian White |
test: ensure valid uptime value |
442aa1f4 | 24-Feb-2012 |
Brian White |
win: use performance counter instead of GetTickCount for uptime |
b309f2e2 | 01-Apr-2012 |
Vladimir Dronnikov |
Add uv_is_closing() Closes #367. |
685b36ba | 31-Mar-2012 |
Ben Noordhuis |
linux: tidy up syscall code |
46321631 | 23-Mar-2012 |
Ben Noordhuis |
sunos: don't use fopen() FILE uses an unsigned char to store the file descriptor so it cannot handle situations where there are more than 256 open file descriptors. |
1ab8f5a3 | 30-Mar-2012 |
Ben Noordhuis |
Conditionally define __unused. Fixes compiler warning '"__unused" redefined' on OS X. Reported by Saúl Ibarra Corretgé. |
43600187 | 30-Mar-2012 |
Igor Zinkovsky |
add missing uv_tcp_close declaration |
ab8c3b85 | 30-Mar-2012 |
Igor Zinkovsky |
export uv_is_readable & uv_is_writable |
c3daa44c | 30-Mar-2012 |
Igor Zinkovsky |
windows: explicitly disallow sending non-listening or non-connected TCP sockets over IPC |
70925c3b | 08-Mar-2012 |
Igor Zinkovsky |
windows: Enable passing of TCP connections over IPC |
31ff9863 | 28-Mar-2012 |
Bulat Shakirzyanov |
unix: fix TARGET_OS_IPHONE conditional |
6e0ca3aa | 27-Mar-2012 |
Bert Belder |
Merge branch 'v0.6' Conflicts: src/unix/linux/inotify.c
|
1795427a | 27-Mar-2012 |
Bert Belder |
Windows: never call fs event callbacks after closing the watcher |
aff07839 | 27-Mar-2012 |
Bert Belder |
Test: verify that uv_close from an fs event callback works properly |
732cf91d | 27-Mar-2012 |
Bert Belder |
Test: verify that no callbacks are made after closing an fs event watcher |
89303f36 | 27-Mar-2012 |
Bert Belder |
Fs event tests: don't fail if a previously failed test left stray files |
7e8fe3ec | 27-Mar-2012 |
Bert Belder |
test-fs-event.c: style |
40e63732 | 27-Mar-2012 |
Aaron Bieber |
unix: fix compiler warning Fix warning "for loop initial declaration used outside C99 mode" on openbsd. |
2b3ba91e | 27-Mar-2012 |
Vladimir Dronnikov |
build: make `make clean` really clean |
e729a82e | 25-Mar-2012 |
saghul |
build: don't link against the Carbon framework Unused. The Makefile doesn't link against it either. |
8409a676 | 21-Mar-2012 |
Ben Noordhuis |
unix: ignore ECONNABORTED errors from accept() ECONNABORTED means that the connection was torn down by the peer before the TCP handshake completed. Ignore it, there's nothing we can do a
unix: ignore ECONNABORTED errors from accept() ECONNABORTED means that the connection was torn down by the peer before the TCP handshake completed. Ignore it, there's nothing we can do and it simplifies error handling for libuv users.
show more ...
|
c9c9d805 | 21-Mar-2012 |
Ben Noordhuis |
unix: ignore ECONNABORTED errors from accept() ECONNABORTED means that the connection was torn down by the peer before the TCP handshake completed. Ignore it, there's nothing we can do a
unix: ignore ECONNABORTED errors from accept() ECONNABORTED means that the connection was torn down by the peer before the TCP handshake completed. Ignore it, there's nothing we can do and it simplifies error handling for libuv users.
show more ...
|