aboutsummaryrefslogtreecommitdiff
path: root/test/test-tcp-bind-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
* tcp,pipe: fail `bind` or `listen` after `close` (#3641)theanarkh2022-06-11
* test: move to ASSERT_NULL and ASSERT_NOT_NULL test macrostjarlama2021-02-14
* unix,win: more uv_read_start() argument validationBen Noordhuis2020-11-05
* unix: report bind error in uv_tcp_connect()Ben Noordhuis2020-10-27
* tcp: add uv_tcp_close_reset methodSantiago Gimeno2019-08-19
* Revert "Revert "unix,tcp: avoid marking server sockets connected""Jameson Nash2018-02-25
* Revert "unix,tcp: avoid marking server sockets connected"Ben Noordhuis2018-01-19
* unix,tcp: avoid marking server sockets connectedJameson Nash2017-12-20
* unix, windows: validate flags on uv_udp|tcp_bindSaúl Ibarra Corretgé2014-04-22
* 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