History log of /libuv/test/test-delayed-accept.c (Results 26 – 50 of 54)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: node-v0.5.2
# b931c931 21-Jul-2011 Ryan Dahl

uv_close returns void

# abe0b1ea 13-Jul-2011 Ryan Dahl

Better request API

Instead of uv_shutdown, uv_write, uv_connect taking raw uv_req_t we subclass
uv_req_t into uv_shutdown_t, uv_write_t, and uv_connect_t.

uv_req_init is removed.

Revision tags: node-v0.5.1
# afc96b58 13-Jul-2011 Ben Noordhuis

test-delayed-accept.c: fix type mismatch in comparison.

# 0ebd2ce0 13-Jul-2011 Ben Noordhuis

test-delayed-accept: remove unused variable.

# 8c00b369 08-Jul-2011 Robert Mustacchi

C99 compatibility.

Get 99% of the way there for --std=c89 -pedantic for core files. Also cleans
up follow up warnings and others in tests.

# ce8ff303 06-Jul-2011 Ryan Dahl

src/ and include/ directories

Helps #71 but does not update the MSVC files.

Revision tags: node-v0.5.0
# 320057d5 01-Jul-2011 Igor Zinkovsky

uv_stream_t

# af15cbe6 22-Jun-2011 Ryan Dahl

Handle EAGAIN in some of the read_cb tests

# 4eb06151 17-Jun-2011 Bert Belder

Split up uv_loop type

# 2b5707d8 10-Jun-2011 Ryan Dahl

Correct uv_counter API

# aabe56b6 09-Jun-2011 Ryan Dahl

uv_tcp_init() must be called before uv_accept()

Windows broken.

# 9400c3ff 09-Jun-2011 Ryan Dahl

Add some counters for testing

# 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

# cfca3043 07-Jun-2011 Bert Belder

API change: report accept errors to connection_cb

# 8a074291 07-Jun-2011 Ryan Dahl

accept_cb -> connection_cb

# 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

# 773b0dcf 03-May-2011 Bert Belder

Remove trailing whitespace

123