History log of /libuv/test/task.h (Results 51 – 66 of 66)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: node-v0.8.15, node-v0.9.3
# 47eb0349 16-Oct-2012 Bert Belder

test: move loop cleanup code to the individual tests

Revision tags: node-v0.8.12, node-v0.8.10, node-v0.9.2, node-v0.8.9, node-v0.9.1, node-v0.8.8, node-v0.8.7, node-v0.8.6, node-v0.8.5, node-v0.6.21, node-v0.8.3, node-v0.9.0, node-v0.8.2
# 123ca8b8 28-Jun-2012 Ben Noordhuis

test: make fmt() function global

Revision tags: node-v0.8.1, node-v0.8.0, node-v0.7.12, node-v0.7.11, node-v0.7.10, node-v0.6.19, node-v0.7.9, node-v0.6.18, node-v0.6.16
# 5345ee36 17-Apr-2012 Ben Noordhuis

test: fix race conditions in test-async

Revision tags: node-v0.6.17, node-v0.7.8, node-v0.6.15, node-v0.6.14, node-v0.6.13, node-v0.7.6, node-v0.6.12, node-v0.6.11, node-v0.7.4, node-v0.6.10, node-v0.7.2, node-v0.6.9, node-v0.7.1
# 1161d31a 18-Jan-2012 Ben Noordhuis

test: move container_of() macro into task.h

# fbbc0854 18-Jan-2012 Ben Noordhuis

Rename COUNTOF() to ARRAY_SIZE().

Consistent with Node, it has an ARRAY_SIZE() macro but not COUNTOF().

# dc3b80a5 13-Jan-2012 Ben Noordhuis

test: add udp4_echo_server helper

Revision tags: node-v0.7.0, node-v0.6.8, node-v0.6.7, node-v0.6.6, node-v0.6.4, node-v0.6.3, node-v0.6.2, node-v0.6.1, node-v0.6.0, node-v0.5.10
# 54982a23 19-Oct-2011 Igor Zinkovsky

windows: stdio over non-overlapped pipes

Revision tags: node-v0.5.9, node-v0.5.8, node-v0.5.7, node-v0.5.6, node-v0.5.5, node-v0.5.4, node-v0.5.2
# afc99875 21-Jul-2011 Igor Zinkovsky

Add uv_pipe_bind tests

# 6c8acb0e 20-Jul-2011 Ben Noordhuis

task: flush stderr after printing

# 4eff34da 18-Jul-2011 Ben Noordhuis

uv-unix: pipes API implementation

Based on UNIX sockets to avoid the vagaries of FIFOs
in asynchronous mode. Currently unlinks stale sockets
before binding and cleans them up again a

uv-unix: pipes API implementation

Based on UNIX sockets to avoid the vagaries of FIFOs
in asynchronous mode. Currently unlinks stale sockets
before binding and cleans them up again after shutdown.

show more ...

Revision tags: node-v0.5.1, node-v0.5.0
# b6a6dae3 02-Jul-2011 Igor Zinkovsky

Named pipes implementation for Windows

# 452681fb 17-May-2011 Ryan Dahl

fix port conflict

# 2ef3c6c6 12-May-2011 Ryan Dahl

oio -> uv

# d4c5e599 09-May-2011 Bert Belder

Define API for test threading helpers

# 53f9d5a8 19-Apr-2011 Bert Belder

Allow tests and benchmarks to use the same helpers.

Closes #21.

# 5275b036 19-Apr-2011 Bert Belder

Benchmark runner

123