ec37d05d | 01-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 ...
|
fadfd0f5 | 01-Dec-2011 |
Ben Noordhuis |
Update AUTHORS and .mailmap |
c69ccfab | 01-Dec-2011 |
Bruce Mitchener |
Remove incorrect documentation comment. The callback for uv_close does not have a status parameter. |
b684deb4 | 25-Nov-2011 |
Bruce Mitchener |
Note that uv_is_active works on timers. |
d513d9bb | 30-Nov-2011 |
Bruce Mitchener |
Fix typos. |
fce90652 | 28-Nov-2011 |
Bert Belder |
Windows: avoid the loop starvation bug. Closes GH-154 |
01f64f66 | 25-Nov-2011 |
Bert Belder |
Win: get rid of UV_EAINONAME, use UV_ENOENT instead |
b4698d41 | 25-Nov-2011 |
Bert Belder |
Strip trailing whitespace |
cfa41129 | 24-Nov-2011 |
Igor Zinkovsky |
windows: make uv_fs_stat use open + fstat to support long paths |
3a50f8fc | 25-Nov-2011 |
Bert Belder |
Win: fix uv_getaddrinfo error reporting |
45b976ab | 24-Nov-2011 |
Bert Belder |
Win: add mapping for ERROR_ACCESS_DENIED |
ea63f069 | 24-Nov-2011 |
Bert Belder |
Win: ignore ECONNRESET when receiving udp packets |
261d792a | 24-Nov-2011 |
Bert Belder |
Win: map STATUS_HOPLIMIT_EXCEEDED status to WSAECONNRESET error |
0ded5d29 | 24-Nov-2011 |
Bert Belder |
Win: fix improper treatment of real ntstatus codes as mapped win32 errors |
96c23034 | 23-Nov-2011 |
Ben Noordhuis |
linux: fix build when compiling with -std=c89 -pedantic |
92c9e957 | 21-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. |
1b9d00fb | 20-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 |
01fbe7bf | 18-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 |
|
2bd181a8 | 27-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." |
08a55467 | 17-Nov-2011 |
Igor Zinkovsky |
windows: return UV_FILE for non-console FILE_TYPE_CHAR |
2007eb81 | 16-Nov-2011 |
Ryan Dahl |
Set uv_write_t errno correctly Fixes #206. |
4ae40b6a | 15-Nov-2011 |
Ryan Dahl |
Bump version to v0.6 |
62d15a1e | 13-Nov-2011 |
Ben Noordhuis |
Update AUTHORS and .mailmap |
89ea3be6 | 12-Nov-2011 |
Frank Denis |
Add support for DragonFly BSD by sharing code for FreeBSD. |
93faeb21 | 12-Nov-2011 |
Frank Denis |
Fix typo that broke libuv on NetBSD: psysconf() -> sysconf() |