0dff0e7d | 04-Jun-2012 |
Bert Belder |
test: avoid compiler warnings due to size_t truncation |
64f8cf46 | 04-Jun-2012 |
Bert Belder |
windows, unix: uv_buf_init should take `unsigned int` for the buffer length |
c0b530d0 | 04-Jun-2012 |
Bert Belder |
Windows: avoid compiler warning |
60746b03 | 04-Jun-2012 |
Bert Belder |
windows: move some stream functions to stream-inl.h |
754a695d | 04-Jun-2012 |
Bert Belder |
windows: move request macros to req-inl.h |
63b9b1d4 | 04-Jun-2012 |
Bert Belder |
windows: move handle macros to handle-inl.h |
1974541b | 04-Jun-2012 |
Bert Belder |
windows: guard against including req-inl.h more than once |
3b907cf0 | 04-Jun-2012 |
Bert Belder |
windows: guard against including handle-inl.h more than once |
d0807043 | 04-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. |
76fa1631 | 04-Jun-2012 |
Ben Noordhuis |
test: add a 'write before connect' test |
cb9ca142 | 04-Jun-2012 |
Ben Noordhuis |
unix: queue write reqs if stream is not connected |
a30e45f1 | 02-Jun-2012 |
Fedor Indutny |
unix: remap fds 0-2 to /dev/null if ignore flag set |
97801c63 | 04-Jun-2012 |
Ben Noordhuis |
test: disable tcp_dont_connect_after_write on windows For now. See #444. |
b96ed68f | 04-Jun-2012 |
Ben Noordhuis |
test: add TCP connect error + write test Original test contributed by Iñaki Baz Castillo. See #443. |
c76c2066 | 03-Jun-2012 |
Ben Noordhuis |
unix, windows: add semaphore functions |
7d97ba80 | 03-Jun-2012 |
Ben Noordhuis |
unix: make mutex sanity checks non-optional |
c03964f8 | 03-Jun-2012 |
Ben Noordhuis |
unix: set PTHREAD_MUTEX_ERRORCHECK in debug mode |
28ed730b | 02-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 ...
|
d8b95eaf | 02-Jun-2012 |
Bert Belder |
windows: inline a couple of handle functions |
d4026041 | 02-Jun-2012 |
Bert Belder |
windows: inline a couple of inline request functions |
ed30365f | 02-Jun-2012 |
Bert Belder |
uv-common: define INLINE macro |
dd1355da | 02-Jun-2012 |
Bert Belder |
windows: stop poll watcher when watched socket is closed locally |
1cd9642c | 02-Jun-2012 |
Fedor Indutny |
test: stdin/out/err should be set to /dev/null when ignored |
bdb8b3a1 | 02-Jun-2012 |
Bert Belder |
windows: always set FDs 0-2 for spawned child processes |
4a07b8b7 | 02-Jun-2012 |
Bert Belder |
test-poll: make spurious wakeup detection slightly less strict |