History log of /libuv/test/test-ping-pong.c (Results 51 – 75 of 77)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 11a4ad50 02-Jun-2011 Ryan Dahl

Separate out uv_handle_t into different types

Fixes #4

# 2b8812ff 13-May-2011 Ryan Dahl

uv_buf -> uv_buf_t

# 2ef3c6c6 12-May-2011 Ryan Dahl

oio -> uv

# ba31e8d0 08-May-2011 Ryan Dahl

Add _t to typedef structs

# 850e4072 08-May-2011 Bert Belder

tests & benchmarks - make internal stuff static

# 9d9c242a 04-May-2011 Bert Belder

More extensive test-callback-stack. Fails on windows now.

# d553776f 03-May-2011 Bert Belder

Fix echo-server and test-ping-pong

# 6accf285 03-May-2011 Bert Belder

Fixed tests

# 0a7c19e1 26-Apr-2011 Ryan Dahl

unix: implement errnos

# 7e9e0e5e 25-Apr-2011 Bert Belder

Test-ping-pong: don't bind client address

# 5bcbc319 20-Apr-2011 Bert Belder

Tests / benchmarks use new error handling api

# 67a3fa24 19-Apr-2011 Bert Belder

Revert "Remove oio_err - use ints"

This reverts commit 111536c9e567a08530516b904c6d7f34d307538a.

# 8a187171 19-Apr-2011 Bert Belder

Remove oio_write2.

Closes #20

# 111536c9 19-Apr-2011 Ryan Dahl

Remove oio_err - use ints

# 5275b036 19-Apr-2011 Bert Belder

Benchmark runner

# 61e1f5f3 18-Apr-2011 Ryan Dahl

s/oio_tcp_handle_init/oio_tcp_init/

# cf4fbc09 18-Apr-2011 Ryan Dahl

Add copyright headers, license file.

closes #17.

# 59f1ce0f 18-Apr-2011 Ryan Dahl

Macro styling for ASSERT and FATAL.

closes #8.
closes #6.

# 42cefd93 16-Apr-2011 Ryan Dahl

linux: ping-pong test passes.

# aec5eac8 15-Apr-2011 Bert Belder

Add oio_timeout test

# 93dd5f74 15-Apr-2011 Bert Belder

Clean up test error handling

Define FATAL and ASSERT macros. Dont use libc's assert as it might get optimized away.

# 53207d0e 13-Apr-2011 Bert Belder

Fix bug in test

# 39d31a10 07-Apr-2011 Bert Belder

ol -> oio

# 0d85eb25 07-Apr-2011 Bert Belder

API changes - unix broken

# ad94c929 04-Apr-2011 Bert Belder

First shot at test harness

1234