2c7e8bb1 | 21-Oct-2011 |
Ryan Dahl |
Map EAI_NONAME to ENOENT |
28234d73 | 20-Oct-2011 |
Igor Zinkovsky |
windows: ref pipe writes to keep the event loop alive |
54982a23 | 19-Oct-2011 |
Igor Zinkovsky |
windows: stdio over non-overlapped pipes |
cb474b24 | 20-Oct-2011 |
Bert Belder |
Ignore rogue DNS servers reported by windows |
c0e5db2d | 20-Oct-2011 |
Ben Noordhuis |
linux: fix events after close bug |
51e9dbc2 | 20-Oct-2011 |
Bert Belder |
Work around windows udp bug, allow zero reads |
e8a418e9 | 17-Oct-2011 |
Frank Denis |
Fix pasto: uv_udp_recv_start() receives a UDP datagram, it doesn't send data. |
2069a24e | 15-Oct-2011 |
Ben Noordhuis |
unix: fix file descriptor leak |
cdb36017 | 15-Oct-2011 |
Ben Noordhuis |
Update AUTHORS and .mailmap |
456f8313 | 14-Oct-2011 |
Igor Zinkovsky |
windows: ensure that the ipc frame header is properly initialized |
1e0d25a3 | 14-Oct-2011 |
Ben Noordhuis |
build: fix gyp script, broken in 4ab1990 |
4ab19900 | 13-Oct-2011 |
Frank DENIS |
unix: add support for OpenBSD |
fd9dbb12 | 13-Oct-2011 |
Igor Zinkovsky |
fix mingw build |
72b5976e | 12-Oct-2011 |
Igor Zinkovsky |
windows: support utf8 in uv_fs functions fixes #201 |
c903bc3f | 12-Oct-2011 |
Ryan Dahl |
unix: fix a few compiler warnings |
81303a72 | 12-Oct-2011 |
Igor Zinkovsky |
fix fs_readdir_file on windows |
2216d38c | 12-Oct-2011 |
Igor Zinkovsky |
windows: enable uv_fs_open to open directories |
25a177a2 | 12-Oct-2011 |
Ben Noordhuis |
test: assert that readdir on file raises UV_ENOTDIR |
197f591e | 12-Oct-2011 |
Ben Noordhuis |
common: add UV_ENOTDIR error code |
721ad8c7 | 12-Oct-2011 |
Ben Noordhuis |
sunos: implement uv_fs_futime() |
014394df | 12-Oct-2011 |
Ben Noordhuis |
build: compile all targets with large file support |
72fb469a | 12-Oct-2011 |
Igor Zinkovsky |
windows: check for fd==-1 in uv_fs functions |
e0a4e726 | 12-Oct-2011 |
Ben Noordhuis |
sunos: look up free memory with sysconf(_SC_AVPHYS_PAGES) |
7b01ad16 | 11-Oct-2011 |
Ben Noordhuis |
test: don't assert that total_mem > free_mem Assertion fails when running in a resource container, like a Solaris zone. The total reported is the container's hard limit, the free memory
test: don't assert that total_mem > free_mem Assertion fails when running in a resource container, like a Solaris zone. The total reported is the container's hard limit, the free memory that of the whole system.
show more ...
|
04daabd5 | 11-Oct-2011 |
Ben Noordhuis |
win: unbreak build, use UV_ENOSYS |