aboutsummaryrefslogtreecommitdiff
path: root/test/test-tcp-bind6-error.c
Commit message (Expand)AuthorAge
* test: switch to new-style ASSERT_EQ macros (#4159)Pleuvens2023-10-06
* test: silence more valgrind warnings (#3917)Trevor Norris2023-03-12
* test: move to ASSERT_NULL and ASSERT_NOT_NULL test macrostjarlama2021-02-14
* test: skip ipv6 tests when ipv6 is not supportedBen Noordhuis2014-12-29
* tcp: uv_tcp_dualstack()Fedor Indutny2014-01-19
* test: wrap long lines at 80 columnsBen Noordhuis2013-09-11
* include: merge uv_tcp_bind and uv_tcp_bind6Ben Noordhuis2013-09-04
* include: uv_tcp_bind{6} now takes sockaddr_in*Ben Noordhuis2013-09-01
* include: uv_ip[46]_addr now takes sockaddr_in*Ben Noordhuis2013-09-01
* unix, windows: return error codes directlyBen Noordhuis2013-07-07
* unix, windows: make uv_*_bind() error codes consistentAndrius Bentkus2013-01-18
* unix, windows: rename uv_run2 to uv_runnode-v0.9.7Ben Noordhuis2013-01-16
* test: move loop cleanup code to the individual testsBert Belder2012-10-17
* Remove uv_init calls from tests and benchmarksBert Belder2011-09-12
* bring back uv_initBert Belder2011-08-31
* unix: multiplicityRyan Dahl2011-08-31
* merge uv_tcp_listen and uv_pipe_listen into uv_listenIgor Zinkovsky2011-07-22
* Add uv_pipe_bind testsIgor Zinkovsky2011-07-21