libuv/test
Ben Noordhuis 7a64ec49ff test: clean up test-tcp-writealot.c
Avoid unnecessary heap allocations, makes it easier to reason about correctness.
2012-05-23 01:50:10 +02:00
..
fixtures
benchmark-ares.c Make the gethostbyname benchmark more precise 2012-05-22 16:11:21 +02:00
benchmark-getaddrinfo.c
benchmark-list.h
benchmark-ping-pongs.c
benchmark-pound.c
benchmark-pump.c
benchmark-sizes.c Benchmarks: add size of uv_poll_t to benchmark-sizes 2012-05-03 15:52:57 +02:00
benchmark-spawn.c
benchmark-tcp-write-batch.c
benchmark-thread.c
benchmark-udp-packet-storm.c unix, windows: rework reference counting scheme 2012-05-17 07:07:53 +02:00
blackhole-server.c
dns-server.c
echo-server.c test: unlink UNIX socket before starting pipe echo server 2012-04-18 02:39:33 +02:00
run-benchmarks.c
run-tests.c
runner-unix.c test: remove unused variable 2012-04-18 02:39:33 +02:00
runner-unix.h
runner-win.c test: fix race conditions in test-async 2012-04-17 15:58:29 +02:00
runner-win.h
runner.c test: prevent accidental division by zero 2012-05-07 16:41:05 +02:00
runner.h
task.h test: fix race conditions in test-async 2012-04-17 15:58:29 +02:00
test-async.c test: fix a race condition in 'async' test 2012-04-18 01:28:26 +02:00
test-callback-order.c test: add callback order test 2012-05-22 16:04:11 +02:00
test-callback-stack.c
test-connection-fail.c
test-counters-init.c test: stop counter_init from failing when watch_dir exists 2012-04-18 02:36:43 +02:00
test-cwd-and-chdir.c
test-delayed-accept.c
test-dlerror.c unix, win: rework uv_dlopen() API 2012-05-03 19:36:40 +02:00
test-eio-overflow.c unix, windows: rework reference counting scheme 2012-05-17 07:07:53 +02:00
test-error.c
test-fail-always.c
test-fs-event.c test: disable fs_event_close_in_callback on kqueue-based systems 2012-04-12 02:33:14 +02:00
test-fs.c fix fs_symlink_dir test 2012-05-22 00:23:26 -07:00
test-get-currentexe.c
test-get-loadavg.c
test-get-memory.c Tests: don't use %zu placeholder in printf statements 2012-04-11 22:54:02 +02:00
test-getaddrinfo.c
test-gethostbyname.c test: make variables static in test-gethostbyname.c 2012-04-18 02:36:56 +02:00
test-getsockname.c
test-hrtime.c
test-idle.c
test-ipc-send-recv.c Add uv_is_closing() 2012-04-01 21:05:50 +02:00
test-ipc.c Add uv_is_closing() 2012-04-01 21:05:50 +02:00
test-list.h Disable test-callback-order 2012-05-22 17:13:04 +02:00
test-loop-handles.c unix, windows: rework reference counting scheme 2012-05-17 07:07:53 +02:00
test-multiple-listen.c
test-mutexes.c
test-pass-always.c
test-ping-pong.c Add uv_is_closing() 2012-04-01 21:05:50 +02:00
test-pipe-bind-error.c
test-pipe-connect-error.c unix: replace handle->next_watcher 2012-04-04 05:22:20 -07:00
test-platform-output.c Tests: don't use %zu placeholder in printf statements 2012-04-11 22:54:02 +02:00
test-poll.c Rename uv_platform_socket_t to uv_os_sock_t 2012-05-03 16:05:05 +02:00
test-process-title.c
test-ref.c unix, windows: rework reference counting scheme 2012-05-17 07:07:53 +02:00
test-run-once.c
test-shutdown-close.c Add uv_is_closing() 2012-04-01 21:05:50 +02:00
test-shutdown-eof.c
test-spawn.c test-spawn failed to build on linux 2012-04-28 23:57:59 +02:00
test-stdio-over-pipes.c unix, windows: rework reference counting scheme 2012-05-17 07:07:53 +02:00
test-tcp-bind6-error.c
test-tcp-bind-error.c
test-tcp-close.c unix, windows: rework reference counting scheme 2012-05-17 07:07:53 +02:00
test-tcp-connect6-error.c
test-tcp-connect-error.c
test-tcp-connect-timeout.c test: add tcp connect timeout test 2012-05-18 01:19:56 +02:00
test-tcp-flags.c
test-tcp-write-error.c Tests: make test-tcp-write-error pass on XP 2012-05-04 13:02:55 -07:00
test-tcp-write-to-half-open-connection.c
test-tcp-writealot.c test: clean up test-tcp-writealot.c 2012-05-23 01:50:10 +02:00
test-thread.c
test-threadpool.c
test-timer-again.c unix, windows: rework reference counting scheme 2012-05-17 07:07:53 +02:00
test-timer.c unix, windows: rework reference counting scheme 2012-05-17 07:07:53 +02:00
test-tty.c
test-udp-dgram-too-big.c
test-udp-ipv6.c
test-udp-multicast-join.c
test-udp-multicast-ttl.c
test-udp-options.c unix, windows: rework reference counting scheme 2012-05-17 07:07:53 +02:00
test-udp-send-and-recv.c
test-util.c