aboutsummaryrefslogtreecommitdiff
path: root/libbb/udp_io.c
AgeCommit message (Expand)Author
2017-10-30udp_io, traceroute: Standardise IPv6 PKTINFO handling to be portableJames Clarke
2016-09-15libbb:/send_to_from: do not require that "to" should have the same AF. Closes...Denys Vlasenko
2015-08-24libbb: add setsockopt_foo helpersDenys Vlasenko
2011-08-28Fixes for warnings in FreeBSD buildDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-02-04*: eliminate more aliasing warningsDenys Vlasenko
2009-11-26udp_io: fix two more potential cases of unaligned accesses. 0 code size changes.Denys Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-05-22dnsd: fixes various segfaults.Denis Vlasenko
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-03-17dnsd: properly set _src_ IP:port on outgoing UDP packetsDenis Vlasenko
2008-03-02actually add bb_qsort.cDenis Vlasenko
2007-05-30whitespace fixesDenis Vlasenko
2007-04-05nc: port nc 1.10 to busyboxDenis Vlasenko