History log of /libuv/test/benchmark-pump.c (Results 26 – 50 of 62)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: node-v0.5.6
# 0dc564a2 08-Sep-2011 Bert Belder

Remove uv_init calls from tests and benchmarks

# b44ecf99 31-Aug-2011 Bert Belder

multiplicity: update benchmarks

# 3aec77f9 31-Aug-2011 Bert Belder

bring back uv_init

# 56dcaf9b 31-Aug-2011 Ryan Dahl

unix: multiplicity

Revision tags: node-v0.5.5
# 36ce74f2 19-Aug-2011 Ben Noordhuis

Add UDP support to libuv.

Revision tags: node-v0.5.4
# 78e94e95 29-Jul-2011 Ben Noordhuis

bench: remove unused locals from benchmark-pump.c

# e7497227 22-Jul-2011 Igor Zinkovsky

merge uv_tcp_listen and uv_pipe_listen into uv_listen

Revision tags: node-v0.5.2
# 4d31f838 18-Jul-2011 Igor Zinkovsky

Windows: handle ERROR_PIPE_BUSY in uv_pipe_connect

# 902dd567 14-Jul-2011 Bert Belder

Benchmarks use the improved request api

Revision tags: node-v0.5.1
# f5ff8694 13-Jul-2011 Igor Zinkovsky

allocate windows pipe handles on demand

# 2e49cc56 11-Jul-2011 Igor Zinkovsky

Rename uv_pipe_create to uv_pipe_bind.
Fixes issue #97.

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

Named pipes implementation for Windows

# ce8ff303 06-Jul-2011 Ryan Dahl

src/ and include/ directories

Helps #71 but does not update the MSVC files.

# 320057d5 01-Jul-2011 Igor Zinkovsky

uv_stream_t

# 4eb06151 17-Jun-2011 Bert Belder

Split up uv_loop type

# aabe56b6 09-Jun-2011 Ryan Dahl

uv_tcp_init() must be called before uv_accept()

Windows broken.

# 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

# fbd2d7a1 07-Jun-2011 Bert Belder

Misc. cleanups

# 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

123