History log of /libuv/ (Results 4176 – 4200 of 5435)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
019118c309-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.

e99fba4709-Mar-2012 Bert Belder

Merge remote-tracking branch 'origin/v0.6'

Conflicts:
src/win/pipe.c
test/run-tests.c


5d21056209-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 ...

95296dfa09-Mar-2012 Bert Belder

Windows: make the refcount tests pass

1882327009-Mar-2012 Bert Belder

Windows: fix connecting a pipe in the thread pool

The code didn't function. Fixes the pipe_pound benchmarks.

3aa6069a09-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 ...

5021670609-Mar-2012 Bert Belder

Test runner: fix compiler warnings

f285caf009-Mar-2012 Bert Belder

Test counters_init: fix compiler warnings

aafa7db109-Mar-2012 Bert Belder

Test benchmark_pound: fix compilation problem

abc4f56f09-Mar-2012 Bert Belder

Test chown_root: make it pass on windows

09a0d61e09-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.

422a898a09-Mar-2012 Bert Belder

Tests: verify that shutdown_cb is always called

fb65d74c09-Mar-2012 Bert Belder

Tests: verify that uv_write and uv_shutdown ref the event loop

ec97ba8009-Mar-2012 Bert Belder

Windows uv_fs_stat: cap st_nlink to SHRT_MAX

87752ac309-Mar-2012 Bert Belder

Fold trailing whitespace

e53d7e3a08-Mar-2012 Bert Belder

Make test-tty pass with redirected stdio

743cab9f08-Mar-2012 Bert Belder

Test runner: avoid process_wait failure when the test process didn't start

f43f1a7008-Mar-2012 Bert Belder

Windows: avoid uv_guess_handle crash in when fd < 0

Happens only when using a debug version of the crt.

1c8cf61702-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.

2ef5798c08-Mar-2012 Bert Belder

Merge remote-tracking branch 'origin/v0.6'

Conflicts:
src/unix/core.c


1ac71a3107-Mar-2012 Bert Belder

Map EBUSY and ENOTEMPTY errors

d07f246629-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 ...

4f1782a506-Mar-2012 Frank Denis

cygwin: we need to include uv-common.h for uv__set_sys_error()

5505f2e905-Mar-2012 Nathan Rajlich

Fix typo in uv.h

5110465c02-Mar-2012 Luis Lavena

build: add missing libs required to compile under MinGW

GetProcessMemoryInfo is in psapi and
GetAdaptersAddresses is in iphlpapi

1...<<161162163164165166167168169170>>...218