aboutsummaryrefslogtreecommitdiff
path: root/test/test-udp-send-and-recv.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
* src,test: fix idiosyncratic comment styleBert Belder2018-05-29
* unix, win: add send_queue_size and send_queue_count to uv_udp_tAndrius Bentkus2014-07-04
* unix, windows: make uv_is_*() always return 0 or 1Ben Noordhuis2013-09-12
* include: merge uv_udp_send and uv_udp_send6Ben Noordhuis2013-09-04
* include: merge uv_udp_bind and uv_udp_bind6Ben Noordhuis2013-09-04
* include: uv_udp_send{6} now takes sockaddr_in*Ben Noordhuis2013-09-01
* include: uv_udp_bind{6} now takes sockaddr_in*Ben Noordhuis2013-09-01
* include: uv_udp_recv_cb now takes const uv_buf_t*Ben Noordhuis2013-09-01
* include: uv_ip[46]_addr now takes sockaddr_in*Ben Noordhuis2013-09-01
* include: uv_alloc_cb now takes uv_buf_t*Ben Noordhuis2013-09-01
* unix: don't clear flags after closing UDP handleSaúl Ibarra Corretgé2013-03-28
* 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
* Fix bugs in test-udp-send-and-recv and benchmark-udp-packet-stormBert Belder2011-08-24
* Add UDP support to libuv.Ben Noordhuis2011-08-24