History log of /libuv/test/test-callback-stack.c (Results 26 – 50 of 52)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# b3863c80 09-Jun-2011 Ryan Dahl

nread should have type ssize_t

# 04b6aaeb 08-Jun-2011 Ryan Dahl

API Change: Move close_cb to uv_close from init functions

# 7db9629f 08-Jun-2011 Ryan Dahl

API Change: Remove data parameters from init functions

# 7770b1a1 02-Jun-2011 Ryan Dahl

API change: alloc_cb moved to uv_read_start()

Fixes #47.

# 6b077915 02-Jun-2011 Ryan Dahl

API Change: Pass sockaddr_in by value instead of reference

# 11a4ad50 02-Jun-2011 Ryan Dahl

Separate out uv_handle_t into different types

Fixes #4

# 810651e0 16-May-2011 Bert Belder

Update tests & benchmarks to use the new timer api

# 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

# 54c94365 04-May-2011 Ryan Dahl

unix: fix test-callback-stack

# 9d9c242a 04-May-2011 Bert Belder

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

# 6accf285 03-May-2011 Bert Belder

Fixed tests

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

# 84ebdf84 15-Apr-2011 Ryan Dahl

style fixes to close_cb_stack

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

# 39d31a10 07-Apr-2011 Bert Belder

ol -> oio

123