History log of /libuv/ (Results 4126 – 4150 of 5435)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
42095c8503-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.

396d138302-Apr-2012 Ben Noordhuis

Merge branch 'v0.6'


9c8f6dd402-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
9d3c000424-Feb-2012 Brian White

test: ensure valid uptime value

442aa1f424-Feb-2012 Brian White

win: use performance counter instead of GetTickCount for uptime

b309f2e201-Apr-2012 Vladimir Dronnikov

Add uv_is_closing()

Closes #367.

685b36ba31-Mar-2012 Ben Noordhuis

linux: tidy up syscall code

4632163123-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.

1ab8f5a330-Mar-2012 Ben Noordhuis

Conditionally define __unused.

Fixes compiler warning '"__unused" redefined' on OS X.

Reported by Saúl Ibarra Corretgé.

4360018730-Mar-2012 Igor Zinkovsky

add missing uv_tcp_close declaration

ab8c3b8530-Mar-2012 Igor Zinkovsky

export uv_is_readable & uv_is_writable

c3daa44c30-Mar-2012 Igor Zinkovsky

windows: explicitly disallow sending non-listening or non-connected
TCP sockets over IPC

70925c3b08-Mar-2012 Igor Zinkovsky

windows: Enable passing of TCP connections over IPC

31ff986328-Mar-2012 Bulat Shakirzyanov

unix: fix TARGET_OS_IPHONE conditional

6e0ca3aa27-Mar-2012 Bert Belder

Merge branch 'v0.6'

Conflicts:
src/unix/linux/inotify.c


1795427a27-Mar-2012 Bert Belder

Windows: never call fs event callbacks after closing the watcher

aff0783927-Mar-2012 Bert Belder

Test: verify that uv_close from an fs event callback works properly

732cf91d27-Mar-2012 Bert Belder

Test: verify that no callbacks are made after closing an fs event watcher

89303f3627-Mar-2012 Bert Belder

Fs event tests: don't fail if a previously failed test left stray files

7e8fe3ec27-Mar-2012 Bert Belder

test-fs-event.c: style

40e6373227-Mar-2012 Aaron Bieber

unix: fix compiler warning

Fix warning "for loop initial declaration used outside C99 mode" on openbsd.

2b3ba91e27-Mar-2012 Vladimir Dronnikov

build: make `make clean` really clean

e729a82e25-Mar-2012 saghul

build: don't link against the Carbon framework

Unused. The Makefile doesn't link against it either.

8409a67621-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 ...

c9c9d80521-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 ...

1...<<161162163164165166167168169170>>...218