History log of /libuv/ (Results 4326 – 4350 of 5435)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ec37d05d01-Dec-2011 Ben Noordhuis

Revert "build: compile with -D__DARWIN_64_BIT_INO_T on OS X"

This reverts commit 01fbe7bf37909736b4ba99d30c34378f561d6761.

__DARWIN_64_BIT_INO_T is a no-op in most cases and might b

Revert "build: compile with -D__DARWIN_64_BIT_INO_T on OS X"

This reverts commit 01fbe7bf37909736b4ba99d30c34378f561d6761.

__DARWIN_64_BIT_INO_T is a no-op in most cases and might be actively harmful in
some others.

show more ...

fadfd0f501-Dec-2011 Ben Noordhuis

Update AUTHORS and .mailmap

c69ccfab01-Dec-2011 Bruce Mitchener

Remove incorrect documentation comment.

The callback for uv_close does not have a status parameter.

b684deb425-Nov-2011 Bruce Mitchener

Note that uv_is_active works on timers.

d513d9bb30-Nov-2011 Bruce Mitchener

Fix typos.

fce9065228-Nov-2011 Bert Belder

Windows: avoid the loop starvation bug. Closes GH-154

01f64f6625-Nov-2011 Bert Belder

Win: get rid of UV_EAINONAME, use UV_ENOENT instead

b4698d4125-Nov-2011 Bert Belder

Strip trailing whitespace

cfa4112924-Nov-2011 Igor Zinkovsky

windows: make uv_fs_stat use open + fstat to support long paths

3a50f8fc25-Nov-2011 Bert Belder

Win: fix uv_getaddrinfo error reporting

45b976ab24-Nov-2011 Bert Belder

Win: add mapping for ERROR_ACCESS_DENIED

ea63f06924-Nov-2011 Bert Belder

Win: ignore ECONNRESET when receiving udp packets

261d792a24-Nov-2011 Bert Belder

Win: map STATUS_HOPLIMIT_EXCEEDED status to WSAECONNRESET error

0ded5d2924-Nov-2011 Bert Belder

Win: fix improper treatment of real ntstatus codes as mapped win32 errors

96c2303423-Nov-2011 Ben Noordhuis

linux: fix build when compiling with -std=c89 -pedantic

92c9e95721-Nov-2011 Ben Noordhuis

unix: fix stray pointer free() when HAVE_FUTIMES=0

uv_fs_futime() failed to initialize req.path when HAVE_FUTIMES=0.
uv_fs_req_cleanup() later on tried to free the bogus pointer.

1b9d00fb20-Nov-2011 Shimon Doodkin

cygwin: fix undefined _SC_PAGESIZE

unistd.h was not included, when tried to build node 0.5.9 had an error of:
_SC_PAGESIZE undefined

01fbe7bf18-Nov-2011 Ben Noordhuis

build: compile with -D__DARWIN_64_BIT_INO_T on OS X

Fixes a struct stat size mismatch on 64 bits machines that made Node crash with
a EXC_BAD_ACCESS on startup.

Solution propose

build: compile with -D__DARWIN_64_BIT_INO_T on OS X

Fixes a struct stat size mismatch on 64 bits machines that made Node crash with
a EXC_BAD_ACCESS on startup.

Solution proposed by Paddy Byers.

show more ...

Revision tags: node-v0.5.9, node-v0.5.8
2bd181a827-Sep-2011 Ben Noordhuis

unix: properly disarm kqueue fs watcher

Fixes "Assertion failed: (revents == EV_LIBUV_KQUEUE_HACK),
function uv__fs_event, file ../src/unix/kqueue.c, line 58."

08a5546717-Nov-2011 Igor Zinkovsky

windows: return UV_FILE for non-console FILE_TYPE_CHAR

2007eb8116-Nov-2011 Ryan Dahl

Set uv_write_t errno correctly

Fixes #206.

4ae40b6a15-Nov-2011 Ryan Dahl

Bump version to v0.6

62d15a1e13-Nov-2011 Ben Noordhuis

Update AUTHORS and .mailmap

89ea3be612-Nov-2011 Frank Denis

Add support for DragonFly BSD by sharing code for FreeBSD.

93faeb2112-Nov-2011 Frank Denis

Fix typo that broke libuv on NetBSD: psysconf() -> sysconf()

1...<<171172173174175176177178179180>>...218