5b567b29 | 03-Sep-2011 |
Erick Tryzelaar |
Fix src/win/getaddrinfo.c for mingw-w64. |
1a434297 | 07-Sep-2011 |
Erick Tryzelaar |
Fix test-fs.c for darwin. |
fe6157bd | 07-Sep-2011 |
Erick Tryzelaar |
Stop "./gyp_uv --check" from complaining. |
f4e2d555 | 29-Aug-2011 |
Erick Tryzelaar |
Fix test-get-currentexe on darwin. Darwin uses _NSGetExecutablePath to determine the path of an executable, but that can return an absolute path. This patch tweaks the executable
Fix test-get-currentexe on darwin. Darwin uses _NSGetExecutablePath to determine the path of an executable, but that can return an absolute path. This patch tweaks the executable path to strip off a potential "./" prefix from argv[0], which fixes the test.
show more ...
|
70bc6c0c | 08-Sep-2011 |
Igor Zinkovsky |
add test-tcp-close.c to uv.gyp |
06d69a82 | 08-Sep-2011 |
Bert Belder |
Make MinGW happy again |
431195c9 | 08-Sep-2011 |
Ben Noordhuis |
unix: run callbacks of pending writes when handle is closed |
98b9f582 | 07-Sep-2011 |
Ben Noordhuis |
test: make sure that write callbacks run when handle is closed |
c2741514 | 08-Sep-2011 |
Bert Belder |
win: fix spawn() bug |
8fd1d710 | 08-Sep-2011 |
Ben Noordhuis |
Update AUTHORS |
4320874f | 08-Sep-2011 |
Matthew Sporleder |
unix: netbsd support |
90ea007f | 07-Sep-2011 |
Ben Noordhuis |
test: fix compiler warnings for test-spawn.c |
5641503a | 07-Sep-2011 |
Ben Noordhuis |
test: fix compiler warnings for test-fs.c Include <unistd.h> on Unices, fixes warnings about unlink() not being declared. |
4d7cfe43 | 07-Sep-2011 |
Ben Noordhuis |
test: remove stale prototype declaration |
cc91989c | 06-Sep-2011 |
Ben Noordhuis |
unix: fix buffer overrun in uv__strlcpy() Reported by Thomas Shinnick. |
e8ab5cbe | 06-Sep-2011 |
Ben Noordhuis |
test: fix utime and futime tests on windows |
3d538af0 | 06-Sep-2011 |
Bert Belder |
win: correctly manage child process stdio handles |
79d9f818 | 06-Sep-2011 |
Ben Noordhuis |
unix: implement uv_fs_futime, add tests for uv_fs_utime and uv_fs_futime |
58ef43ee | 05-Sep-2011 |
Bert Belder |
win: use win32 api for file reading and writing |
b7d88070 | 05-Sep-2011 |
Ben Noordhuis |
fs: add UV_ENOENT error code, add test |
efcd273d | 05-Sep-2011 |
Ben Noordhuis |
unix: translate fs errno codes to libuv error codes |
bb0c6e6d | 05-Sep-2011 |
Ben Noordhuis |
unix: move linux feature detection macros to internal.h |
a9ba756b | 05-Sep-2011 |
Ben Noordhuis |
unix: fix warning: comparison between signed and unsigned integer expressions |
d9176108 | 05-Sep-2011 |
Ben Noordhuis |
unix: fix event loop not being unref'd on eio error |
ed355d37 | 05-Sep-2011 |
Ben Noordhuis |
unix: fix const correctness warnings |