History log of /libuv/test/echo-server.c (Results 76 – 100 of 101)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 53f9d5a8 19-Apr-2011 Bert Belder

Allow tests and benchmarks to use the same helpers.

Closes #21.

# 111536c9 19-Apr-2011 Ryan Dahl

Remove oio_err - use ints

# 1a99dcc9 19-Apr-2011 Ryan Dahl

Add ping-pong benchmark

On Linux I'm getting

ping_pongs: 22807 pings

# 5275b036 19-Apr-2011 Bert Belder

Benchmark runner

# 61e1f5f3 18-Apr-2011 Ryan Dahl

s/oio_tcp_handle_init/oio_tcp_init/

# 8f6a175e 18-Apr-2011 Ryan Dahl

s/oio_tcp_handle_accept/oio_accept/

# cf4fbc09 18-Apr-2011 Ryan Dahl

Add copyright headers, license file.

closes #17.

# c3eda7a4 18-Apr-2011 Ryan Dahl

oio_tcp_handle_accept() does not require initialization of client

closes #13.

# 59f1ce0f 18-Apr-2011 Ryan Dahl

Macro styling for ASSERT and FATAL.

closes #8.
closes #6.

# d546a311 18-Apr-2011 Ryan Dahl

API Change: Remove unnecessary params from oio_tcp_handle_accept()

closes #13.

# 2ba25c82 18-Apr-2011 Ryan Dahl

API change: oio_tcp_handle_init() required before oio_accept()

Fixes close_cb_stack on UNIX.

# 42cefd93 16-Apr-2011 Ryan Dahl

linux: ping-pong test passes.

# 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.

# 769948a5 14-Apr-2011 Ryan Dahl

test-runner compiles

# 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

# 5304a180 31-Mar-2011 Ryan Dahl

Change around names in test directory - sorry bert

# 3a23aaa2 30-Mar-2011 Ryan Dahl

ol_handle_new -> ol_tcp_handle_new

# 311fbe3f 29-Mar-2011 Ryan Dahl

Compile with -ansi

# 0fe92b75 29-Mar-2011 Bert Belder

C90 conformance

# 4fdf0276 29-Mar-2011 Ryan Dahl

...

# b17dcd55 28-Mar-2011 Ryan Dahl

compiles - obviously doesn't work

# 6b0d4fa3 28-Mar-2011 Ryan Dahl

Mostly compiling

# 151e2a8f 28-Mar-2011 Ryan Dahl

Add libev, more changes

12345