History log of /libuv/test/test-getsockname.c (Results 26 – 42 of 42)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: node-v0.6.3, node-v0.6.2, node-v0.6.1, node-v0.6.0, node-v0.5.10, node-v0.5.9, node-v0.5.8, node-v0.5.7
# 533418d4 10-Sep-2011 Erick Tryzelaar

test and bench: assert return values of *_init functions in tests

Revision tags: node-v0.5.6
# 0dc564a2 08-Sep-2011 Bert Belder

Remove uv_init calls from tests and benchmarks

# 12b01e95 04-Sep-2011 Bert Belder

Specialize uv_xxx_getsockname, add uv_tcp_getpeername

# 8e3a8602 31-Aug-2011 Bert Belder

update tests for multiplicity

# 3aec77f9 31-Aug-2011 Bert Belder

bring back uv_init

# 56dcaf9b 31-Aug-2011 Ryan Dahl

unix: multiplicity

Revision tags: node-v0.5.5
# 738e2da0 25-Aug-2011 Ben Noordhuis

test: add udp getsockname test

# 36ce74f2 19-Aug-2011 Ben Noordhuis

Add UDP support to libuv.

# 52024061 23-Aug-2011 Ben Noordhuis

Make uv_getsockname() operate on uv_handle_t handles.

Revision tags: node-v0.5.4
# e7497227 22-Jul-2011 Igor Zinkovsky

merge uv_tcp_listen and uv_pipe_listen into uv_listen

Revision tags: node-v0.5.2
# 96f2ef6b 19-Jul-2011 Bert Belder

Make test-getsockname compile with msvc

# 07b49ce5 18-Jul-2011 Ryan Dahl

add uv_ip4_name and uv_ip6_name

# 0ea4c87f 14-Jul-2011 Bert Belder

Windows implementation of new request API

This changes uv-win to use the new uv_req subclasses.

It gets rid of the uv_req.flags field. There used to be only request flag
(UV_REQ

Windows implementation of new request API

This changes uv-win to use the new uv_req subclasses.

It gets rid of the uv_req.flags field. There used to be only request flag
(UV_REQ_PENDING), and it was mostly obsolete; it only had a real purpose for
internal uv_read requests. Now we'll use the UV_HANDLE_READ_PENDING flag on
the handle instead.

This patch also simplifies the accept logic for named pipes on windows. We
no longer have a separate struct to store information about established
connections. Instead we just carry over the windows HANDLE from the accept
request to the client handle in uv_pipe_accept().

show more ...

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

test-getsockname: fix function prototype, clean up unused variable.

# 036d5db1 13-Jul-2011 Bert Belder

test-getsockname: minor cleanups

# 6a67b51b 12-Jul-2011 Henry Rawas

fix uv_getsockname for listening socket

# 6b32ebc5 11-Jul-2011 Henry Rawas

uv_getsockname

12