..
fixtures
win, unix: add uv_dlerror() and uv_dlerror_free()
2012-03-02 16:39:21 +01:00
benchmark-ares.c
test: make variables in benchmark-ares static
2012-03-16 00:48:06 +01:00
benchmark-getaddrinfo.c
unix,win: Make uv_freeaddrinfo to clean up addrinfo
2011-09-23 09:31:01 -07:00
benchmark-list.h
bench: add thread creation benchmark
2011-11-21 21:27:36 +01:00
benchmark-ping-pongs.c
Fix typos.
2011-11-30 14:35:13 +01:00
benchmark-pound.c
Test benchmark_pound: fix compilation problem
2012-03-09 16:31:12 +01:00
benchmark-pump.c
make uv_pipe_connect return void
2011-11-04 16:06:53 -07:00
benchmark-sizes.c
Add uv_tty_t size to benchmark-sizes
2011-09-28 03:43:28 +02:00
benchmark-spawn.c
Add argument to uv_pipe_init for IPC, unix impl
2011-10-06 10:17:07 -07:00
benchmark-tcp-write-batch.c
test: move container_of() macro into task.h
2012-01-18 15:56:40 +01:00
benchmark-thread.c
Make the thread_create benchmark not time out
2012-03-09 17:53:48 +01:00
benchmark-udp-packet-storm.c
Rename COUNTOF() to ARRAY_SIZE().
2012-01-18 15:48:31 +01:00
blackhole-server.c
test: move container_of() macro into task.h
2012-01-18 15:56:40 +01:00
dns-server.c
test: fix compiler warnings
2012-03-16 02:46:51 +01:00
echo-server.c
test: add udp4_echo_server helper
2012-01-14 00:11:43 +01:00
run-benchmarks.c
test, bench: add --list option to runners, prints available tests
2011-08-06 23:57:28 +02:00
run-tests.c
windows: Enable passing of TCP connections over IPC
2012-03-29 18:18:46 -07:00
runner-unix.c
test: remove dead code
2011-11-11 18:52:04 +01:00
runner-unix.h
Add copyright headers, license file.
2011-04-18 11:11:30 -07:00
runner-win.c
Windows test runner: show process name instead of test name
2012-03-09 16:31:14 +01:00
runner-win.h
Fix typos.
2011-11-30 14:35:13 +01:00
runner.c
test: silence compiler warning
2012-03-15 16:09:06 +01:00
runner.h
platform api
2011-12-14 17:50:36 -08:00
task.h
test: move container_of() macro into task.h
2012-01-18 15:56:40 +01:00
test-async.c
Remove uv_init calls from tests and benchmarks
2011-09-12 11:32:41 -07:00
test-callback-stack.c
Fix typos.
2011-11-30 14:35:13 +01:00
test-connection-fail.c
Fix typos.
2011-11-30 14:35:13 +01:00
test-counters-init.c
Test counters_init: fix compiler warnings
2012-03-09 16:31:13 +01:00
test-cwd-and-chdir.c
Test cwd_and_chdir: don't chdir to "" or "c:"
2012-03-09 16:31:02 +01:00
test-delayed-accept.c
Fix typos.
2011-11-30 14:35:13 +01:00
test-dlerror.c
win, unix: add uv_dlerror() and uv_dlerror_free()
2012-03-02 16:39:21 +01:00
test-eio-overflow.c
conform to ANSI C
2012-01-16 13:52:45 -08:00
test-error.c
error reporting: return sensible messages for synthetic errors
2011-10-06 01:17:46 +02:00
test-fail-always.c
Benchmark runner
2011-04-19 04:47:21 +02:00
test-fs-event.c
Merge branch 'v0.6'
2012-03-27 23:46:23 +02:00
test-fs.c
Merge remote-tracking branch 'origin/v0.6'
2012-03-09 16:41:12 +01:00
test-get-currentexe.c
Fix test-get-currentexe on darwin.
2011-09-08 14:20:06 -07:00
test-get-loadavg.c
os: implement loadavg (not working on cygwin/win)
2011-10-04 18:15:14 +02:00
test-get-memory.c
test: fix format string warnings
2012-03-21 06:26:10 -07:00
test-getaddrinfo.c
unix,win: Make uv_freeaddrinfo to clean up addrinfo
2011-09-23 09:31:01 -07:00
test-gethostbyname.c
Remove uv_init calls from tests and benchmarks
2011-09-12 11:32:41 -07:00
test-getsockname.c
Fix typos.
2011-11-30 14:35:13 +01:00
test-hrtime.c
Make test-hrtime a little better
2011-07-19 15:01:11 +02:00
test-idle.c
Remove uv_init calls from tests and benchmarks
2011-09-12 11:32:41 -07:00
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
windows: Enable passing of TCP connections over IPC
2012-03-29 18:18:46 -07:00
test-loop-handles.c
Fix typos.
2011-11-30 14:35:13 +01:00
test-multiple-listen.c
windows: don't fail uv_listen with UV_EALREADY if already listening. fixes #227 .
2011-10-26 13:48:53 -07:00
test-mutexes.c
Wrap platform mutex and rwlock APIs.
2011-11-18 12:42:08 +01:00
test-pass-always.c
Benchmark runner
2011-04-19 04:47:21 +02:00
test-ping-pong.c
Add uv_is_closing()
2012-04-01 21:05:50 +02:00
test-pipe-bind-error.c
UV_EACCESS -> UV_EACCES
2011-11-03 16:17:12 -07:00
test-pipe-connect-error.c
unix: replace handle->next_watcher
2012-04-04 05:22:20 -07:00
test-platform-output.c
test: ensure valid uptime value
2012-04-01 21:15:51 +02:00
test-process-title.c
platform api
2011-12-14 17:50:36 -08:00
test-ref.c
unix: replace C99/C++ comments, fix build
2012-03-15 01:09:16 +01:00
test-run-once.c
add uv_run_once()
2011-12-14 14:28:35 +01:00
test-shutdown-close.c
Add uv_is_closing()
2012-04-01 21:05:50 +02:00
test-shutdown-eof.c
test and bench: assert return values of *_init functions in tests
2011-09-15 22:33:48 +02:00
test-spawn.c
Revert b3e0ad4, 149d32c, e99fdf0 and ea9baef.
2012-02-28 15:29:05 +01:00
test-stdio-over-pipes.c
windows: Enable passing of TCP connections over IPC
2012-03-29 18:18:46 -07:00
test-tcp-bind6-error.c
Remove uv_init calls from tests and benchmarks
2011-09-12 11:32:41 -07:00
test-tcp-bind-error.c
Remove uv_init calls from tests and benchmarks
2011-09-12 11:32:41 -07:00
test-tcp-close.c
test: add lots of refcount tests
2012-01-14 00:22:20 +01:00
test-tcp-connect6-error.c
unix: bad connect addresses should error with EINVAL
2011-10-04 16:46:39 -07:00
test-tcp-connect-error.c
unix: bad connect addresses should error with EINVAL
2011-10-04 16:46:39 -07:00
test-tcp-flags.c
unix: add TCP keepalive and no-delay control knobs
2011-10-21 16:08:26 -07:00
test-tcp-write-error.c
fix tcp_write_error for windows
2011-09-26 14:39:02 -07:00
test-tcp-write-to-half-open-connection.c
windows: turn WSAECONNABORTED from WSARecv to UV_ECONNRESET
2011-11-09 14:57:41 -08:00
test-tcp-writealot.c
test: fix compiler warnings
2012-03-16 02:46:51 +01:00
test-thread.c
test: #include missing <string.h>
2012-01-18 15:56:43 +01:00
test-threadpool.c
Remove uv_init calls from tests and benchmarks
2011-09-12 11:32:41 -07:00
test-timer-again.c
Remove uv_init calls from tests and benchmarks
2011-09-12 11:32:41 -07:00
test-timer.c
test: don't use malloc/free in test-timer
2012-01-18 19:00:55 +01:00
test-tty.c
unix: replace C99/C++ comments, fix build
2012-03-15 01:09:16 +01:00
test-udp-dgram-too-big.c
Remove uv_init calls from tests and benchmarks
2011-09-12 11:32:41 -07:00
test-udp-ipv6.c
Remove uv_init calls from tests and benchmarks
2011-09-12 11:32:41 -07:00
test-udp-multicast-join.c
test-multicast-join: don't attempt to bind to a multicast address
2012-01-31 17:29:21 +01:00
test-udp-multicast-ttl.c
test: fix compiler warnings
2012-03-16 02:46:51 +01:00
test-udp-options.c
test: add UDP broadcast/multicast/ttl tests
2012-01-31 16:52:27 +01:00
test-udp-send-and-recv.c
Remove uv_init calls from tests and benchmarks
2011-09-12 11:32:41 -07:00
test-util.c
util: add uv_strlcpy() and uv_strlcat() functions
2011-11-23 17:29:02 +01:00