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 |
61343ecf | 11-Oct-2011 |
Ben Noordhuis |
common: add UV_ENOSYS error code |
a3d495c0 | 10-Oct-2011 |
Ben Noordhuis |
win: make uv_process_kill(proc, 0) report process status |
acc98ca9 | 11-Oct-2011 |
Ben Noordhuis |
test: uv_process_kill(proc, 0) should not kill the process |
a3d1f6fd | 29-Sep-2011 |
Roman Shtylman |
add uv_udp_set_membership for unix multicast support - test-udp-multicast-join tests that multicast packets can be received - stub src/win/udp.c until support added |
40b64a81 | 11-Oct-2011 |
Igor Zinkovsky |
windows: don't alloc readdir buffer for empty dirs |
4ac13090 | 11-Oct-2011 |
Igor Zinkovsky |
fix mingw build |
6936d60c | 11-Oct-2011 |
Ben Noordhuis |
build: don't set CC and AR Allows user to override compiler and archiver through the CC and AR environment variables. Note that this already worked as expected with `make CC=clang`. |
47d22acf | 11-Oct-2011 |
Ben Noordhuis |
unix: stub kqueue support functions on old platforms |
f7f518aa | 10-Oct-2011 |
Ben Noordhuis |
sunos: fix uv_spawn() SunOS does not set POLLHUP when the read end of a pipe is closed. |
73216956 | 10-Oct-2011 |
Ben Noordhuis |
sunos: link against libkstat |
5656e3c8 | 10-Oct-2011 |
Ryan Dahl |
Prepare for writable TTY to be blocking |
41e85749 | 10-Oct-2011 |
Ben Noordhuis |
unix: don't alloc memory for readdir on empty dir |
04b356ab | 10-Oct-2011 |
Ben Noordhuis |
test: fix compiler warnings |
e4a27d1c | 10-Oct-2011 |
Ryan Dahl |
Update features |
9f6024a6 | 07-Oct-2011 |
Igor Zinkovsky |
windows: fixes crash in pipe.c |
81c09cb2 | 07-Oct-2011 |
Bert Belder |
win: add error mappings for ECONNRESET |
5ac04006 | 07-Oct-2011 |
Fedor Indutny |
better docs |
1c72aebd | 07-Oct-2011 |
Ryan Dahl |
unix: IPC stdio stream should be duplex |
012fc079 | 07-Oct-2011 |
Igor Zinkovsky |
windows: fixes #193. Ensures that uv_fs_event deals with short and long names |
5816f2d2 | 07-Oct-2011 |
Ben Noordhuis |
unix: avoid unnecessary read() syscall |
0364809f | 06-Oct-2011 |
Igor Zinkovsky |
fix fs_utime & fs_futime tests on windows |