index
:
libuv
main
v1.x
libuv mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
test-udp-send-and-recv.c
Commit message (
Expand
)
Author
Age
*
test: switch to new-style ASSERT_EQ macros (#4159)
Pleuvens
2023-10-06
*
test: silence more valgrind warnings (#3917)
Trevor Norris
2023-03-12
*
test: move to ASSERT_NULL and ASSERT_NOT_NULL test macros
tjarlama
2021-02-14
*
src,test: fix idiosyncratic comment style
Bert Belder
2018-05-29
*
unix, win: add send_queue_size and send_queue_count to uv_udp_t
Andrius Bentkus
2014-07-04
*
unix, windows: make uv_is_*() always return 0 or 1
Ben Noordhuis
2013-09-12
*
include: merge uv_udp_send and uv_udp_send6
Ben Noordhuis
2013-09-04
*
include: merge uv_udp_bind and uv_udp_bind6
Ben Noordhuis
2013-09-04
*
include: uv_udp_send{6} now takes sockaddr_in*
Ben Noordhuis
2013-09-01
*
include: uv_udp_bind{6} now takes sockaddr_in*
Ben Noordhuis
2013-09-01
*
include: uv_udp_recv_cb now takes const uv_buf_t*
Ben Noordhuis
2013-09-01
*
include: uv_ip[46]_addr now takes sockaddr_in*
Ben Noordhuis
2013-09-01
*
include: uv_alloc_cb now takes uv_buf_t*
Ben Noordhuis
2013-09-01
*
unix: don't clear flags after closing UDP handle
Saúl Ibarra Corretgé
2013-03-28
*
unix, windows: rename uv_run2 to uv_run
node-v0.9.7
Ben Noordhuis
2013-01-16
*
test: move loop cleanup code to the individual tests
Bert Belder
2012-10-17
*
Remove uv_init calls from tests and benchmarks
Bert Belder
2011-09-12
*
bring back uv_init
Bert Belder
2011-08-31
*
unix: multiplicity
Ryan Dahl
2011-08-31
*
Fix bugs in test-udp-send-and-recv and benchmark-udp-packet-storm
Bert Belder
2011-08-24
*
Add UDP support to libuv.
Ben Noordhuis
2011-08-24