019118c3 | 09-Mar-2012 |
Bert Belder |
Windows: report UV_ENOTSOCK when we opened a file instead of a pipe Makes the pipe_connect_to_file test pass on Windows. |
e99fba47 | 09-Mar-2012 |
Bert Belder |
Merge remote-tracking branch 'origin/v0.6' Conflicts: src/win/pipe.c test/run-tests.c
|
5d210562 | 09-Mar-2012 |
Bert Belder |
Windows: make sure that shutdown_cb is always called This patch changes how uv-win uses the UV_SHUTTING and UV_SHUT flags. UV_SHUT is now only used for tcp handles to track whether shutd
Windows: make sure that shutdown_cb is always called This patch changes how uv-win uses the UV_SHUTTING and UV_SHUT flags. UV_SHUT is now only used for tcp handles to track whether shutdown() has actually been called. UV_SHUTTING has the more generic meaning of "no longer readable". It would be good to replace it by an actual UV_READABLE flag in the future. This makes the shutdown_close_tcp and shutdown_close_pipe tests pass on windows.
show more ...
|
95296dfa | 09-Mar-2012 |
Bert Belder |
Windows: make the refcount tests pass |
18823270 | 09-Mar-2012 |
Bert Belder |
Windows: fix connecting a pipe in the thread pool The code didn't function. Fixes the pipe_pound benchmarks. |
3aa6069a | 09-Mar-2012 |
Bert Belder |
Windows test runner: show process name instead of test name If a test failed we would previously see: Output from process `test_foo`: blah Output from process `test_foo`: (n
Windows test runner: show process name instead of test name If a test failed we would previously see: Output from process `test_foo`: blah Output from process `test_foo`: (nothing) This commit changes it to: Output from process `test_foo`: blah Output from process `foo_helper`: (nothing)
show more ...
|
50216706 | 09-Mar-2012 |
Bert Belder |
Test runner: fix compiler warnings |
f285caf0 | 09-Mar-2012 |
Bert Belder |
Test counters_init: fix compiler warnings |
aafa7db1 | 09-Mar-2012 |
Bert Belder |
Test benchmark_pound: fix compilation problem |
abc4f56f | 09-Mar-2012 |
Bert Belder |
Test chown_root: make it pass on windows |
09a0d61e | 09-Mar-2012 |
Bert Belder |
Test cwd_and_chdir: don't chdir to "" or "c:" It should not strip the trailing (back)slash from a root directory. |
422a898a | 09-Mar-2012 |
Bert Belder |
Tests: verify that shutdown_cb is always called |
fb65d74c | 09-Mar-2012 |
Bert Belder |
Tests: verify that uv_write and uv_shutdown ref the event loop |
ec97ba80 | 09-Mar-2012 |
Bert Belder |
Windows uv_fs_stat: cap st_nlink to SHRT_MAX |
87752ac3 | 09-Mar-2012 |
Bert Belder |
Fold trailing whitespace |
e53d7e3a | 08-Mar-2012 |
Bert Belder |
Make test-tty pass with redirected stdio |
743cab9f | 08-Mar-2012 |
Bert Belder |
Test runner: avoid process_wait failure when the test process didn't start |
f43f1a70 | 08-Mar-2012 |
Bert Belder |
Windows: avoid uv_guess_handle crash in when fd < 0 Happens only when using a debug version of the crt. |
1c8cf617 | 02-Mar-2012 |
Frank Denis |
windows: initialize ares handles list We need to initialize the ares handles linked list or else bad things can happen when we try to perform async lookups. |
2ef5798c | 08-Mar-2012 |
Bert Belder |
Merge remote-tracking branch 'origin/v0.6' Conflicts: src/unix/core.c
|
1ac71a31 | 07-Mar-2012 |
Bert Belder |
Map EBUSY and ENOTEMPTY errors |
d07f2466 | 29-Feb-2012 |
Brandon Philips |
test: fs: add tests for read EOF This fix was merged without tests: https://github.com/philips/libuv/tree/fix-read-on-windows-to-handle-eof So take tests from igorzi: https:
test: fs: add tests for read EOF This fix was merged without tests: https://github.com/philips/libuv/tree/fix-read-on-windows-to-handle-eof So take tests from igorzi: https://github.com/igorzi/libuv/commit/46024bf33dcc7fc922378fe0d8b4f59f4c2cd605
show more ...
|
4f1782a5 | 06-Mar-2012 |
Frank Denis |
cygwin: we need to include uv-common.h for uv__set_sys_error() |
5505f2e9 | 05-Mar-2012 |
Nathan Rajlich |
Fix typo in uv.h |
5110465c | 02-Mar-2012 |
Luis Lavena |
build: add missing libs required to compile under MinGW GetProcessMemoryInfo is in psapi and GetAdaptersAddresses is in iphlpapi |