History log of /libuv/ (Results 3901 – 3925 of 5435)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
0dff0e7d04-Jun-2012 Bert Belder

test: avoid compiler warnings due to size_t truncation

64f8cf4604-Jun-2012 Bert Belder

windows, unix: uv_buf_init should take `unsigned int` for the buffer length

c0b530d004-Jun-2012 Bert Belder

Windows: avoid compiler warning

60746b0304-Jun-2012 Bert Belder

windows: move some stream functions to stream-inl.h

754a695d04-Jun-2012 Bert Belder

windows: move request macros to req-inl.h

63b9b1d404-Jun-2012 Bert Belder

windows: move handle macros to handle-inl.h

1974541b04-Jun-2012 Bert Belder

windows: guard against including req-inl.h more than once

3b907cf004-Jun-2012 Bert Belder

windows: guard against including handle-inl.h more than once

d080704304-Jun-2012 Ben Noordhuis

test: rename test tcp_dont_connect_after_write

Rename test tcp_dont_connect_after_write to tcp_connect_error_after_write,
teensy tad more descriptive.

76fa163104-Jun-2012 Ben Noordhuis

test: add a 'write before connect' test

cb9ca14204-Jun-2012 Ben Noordhuis

unix: queue write reqs if stream is not connected

a30e45f102-Jun-2012 Fedor Indutny

unix: remap fds 0-2 to /dev/null if ignore flag set

97801c6304-Jun-2012 Ben Noordhuis

test: disable tcp_dont_connect_after_write on windows

For now. See #444.

b96ed68f04-Jun-2012 Ben Noordhuis

test: add TCP connect error + write test

Original test contributed by Iñaki Baz Castillo. See #443.

c76c206603-Jun-2012 Ben Noordhuis

unix, windows: add semaphore functions

7d97ba8003-Jun-2012 Ben Noordhuis

unix: make mutex sanity checks non-optional

c03964f803-Jun-2012 Ben Noordhuis

unix: set PTHREAD_MUTEX_ERRORCHECK in debug mode

28ed730b02-Jun-2012 Ben Noordhuis

test: fix implicit function declaration warnings

Fixes the two following compiler warnings:

../test/run-tests.c: In function ‘maybe_run_test’:
../test/run-tests.c:117: warni

test: fix implicit function declaration warnings

Fixes the two following compiler warnings:

../test/run-tests.c: In function ‘maybe_run_test’:
../test/run-tests.c:117: warning: implicit declaration of function ‘write’
../test/run-tests.c:118: warning: implicit declaration of function ‘fsync’

show more ...

d8b95eaf02-Jun-2012 Bert Belder

windows: inline a couple of handle functions

d402604102-Jun-2012 Bert Belder

windows: inline a couple of inline request functions

ed30365f02-Jun-2012 Bert Belder

uv-common: define INLINE macro

dd1355da02-Jun-2012 Bert Belder

windows: stop poll watcher when watched socket is closed locally

1cd9642c02-Jun-2012 Fedor Indutny

test: stdin/out/err should be set to /dev/null when ignored

bdb8b3a102-Jun-2012 Bert Belder

windows: always set FDs 0-2 for spawned child processes

4a07b8b702-Jun-2012 Bert Belder

test-poll: make spurious wakeup detection slightly less strict

1...<<151152153154155156157158159160>>...218