History log of /libuv/test/echo-server.c (Results 51 – 75 of 101)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 26880b0c 02-Jul-2011 Henry Rawas

win: IPv6 connect

# 320057d5 01-Jul-2011 Igor Zinkovsky

uv_stream_t

# 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

# 903c07bf 02-Jun-2011 Ryan Dahl

API Change: uv_close only called by user - never automatically

Add test that failing on_connect callback does not trigger on_close.

# 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

# 982a620f 27-May-2011 Ryan Dahl

Echo server gracefully dies on 'Q'

Allows for better clean up during tests.

# 2b8812ff 13-May-2011 Ryan Dahl

uv_buf -> uv_buf_t

# 2ef3c6c6 12-May-2011 Ryan Dahl

oio -> uv

# 8f9ff784 09-May-2011 Ryan Dahl

oio_err -> oio_err_t

# ba31e8d0 08-May-2011 Ryan Dahl

Add _t to typedef structs

# 850e4072 08-May-2011 Bert Belder

tests & benchmarks - make internal stuff static

# 0d28b9e5 04-May-2011 Bert Belder

Echo server should shutdown instead of close

# 773b0dcf 03-May-2011 Bert Belder

Remove trailing whitespace

# 17c568b2 03-May-2011 Ryan Dahl

unix: fix tcp-writealot

# 7124fc5e 03-May-2011 Bert Belder

Updated echo-server

# d553776f 03-May-2011 Bert Belder

Fix echo-server and test-ping-pong

# 1a76881c 02-May-2011 Bert Belder

Yet another oio_read api. Hopefully this one sticks.

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

12345