History log of /libuv/ (Results 4076 – 4100 of 5435)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
132fe60018-Apr-2012 Ben Noordhuis

const-ify stream argument to uv_is_readable() and uv_is_writable()

edb39b2418-Apr-2012 Ben Noordhuis

const-ify handle argument to uv_is_closing()

fb6c9eef07-Apr-2012 Ben Noordhuis

const-ify handle argument to uv_is_active()

6c2a2aa218-Apr-2012 Ben Noordhuis

test: don't assume unref'd timer cb runs

57ee146913-Apr-2012 Ben Noordhuis

test: unlink UNIX socket before starting pipe echo server

976423c613-Apr-2012 Ben Noordhuis

test: remove unused variable

f471f06312-Apr-2012 Ben Noordhuis

test: clean up test-stdio-over-pipes

32948ab906-Apr-2012 Ben Noordhuis

test: make variables static in test-gethostbyname.c

92ec798921-Mar-2012 Ben Noordhuis

test: stop counter_init from failing when watch_dir exists

13b8ebd717-Apr-2012 Bert Belder

windows: a closing async watcher should not call it's callback

20879c1c17-Apr-2012 Bert Belder

test: fix a race condition in 'async' test

5345ee3617-Apr-2012 Ben Noordhuis

test: fix race conditions in test-async

d5e7786816-Apr-2012 Ben Noordhuis

windows: map ERROR_WRITE_PROTECT to UV_EROFS

58733d1814-Apr-2012 Maciej Małecki

unix: map `EROFS` to `UV_EROFS`

76364c2612-Apr-2012 Bert Belder

Fix spawn_and_kill_with_std test

62a63a3012-Apr-2012 Bert Belder

Windows: make uv_dlopen() look in the DLL path to resolve recursive dependencies

9984d15712-Apr-2012 Bert Belder

Windows: make uv_uptime() more robust

f3e3e5b512-Apr-2012 Bert Belder

Windows: validate UDP socket options

Makes test-udp-options pass on Windows.

a41016e912-Apr-2012 Ben Noordhuis

unix: run pending shutdown cb when stream is closed

4f0ff3c512-Apr-2012 Bert Belder

Disable ipc_send_recv_pipe test on Windows

It's not supported yet

6ec330a612-Apr-2012 Bert Belder

Add UV_EIO error code

fa21584812-Apr-2012 Bert Belder

Whitespace

4741a11212-Apr-2012 Ben Noordhuis

test: disable fs_event_close_in_callback on kqueue-based systems

2e5e116511-Apr-2012 Bert Belder

Tests: don't use %zu placeholder in printf statements

It's not supported by msvcrt.

42d3533411-Apr-2012 Ben Noordhuis

unix: fix udp_options test on OS X and Solaris

setsockopt(IP_TTL) will happily let you set a TTL > 255 on OS X, cap it.

-1 or 0 is a valid TTL on Linux but not portable, deny it.

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