aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2021-03-09Merge remote-tracking branch 'upstream/master'HEADmasterCem Keylan
2021-03-02ntpd: tweak commentsDenys Vlasenko
2021-03-02ntpd: decrease INITIAL_SAMPLES from 4 to 3Denys Vlasenko
2021-02-22dnsd: check that we don't read past packetDenys Vlasenko
2021-02-21udhcp: reuse stringsDenys Vlasenko
2021-02-21ntpd: log responses to clients at log level 3Denys Vlasenko
2021-02-21ntpd: without INITIAL_FREQ_ESTIMATION code, state variable is not needed tooDenys Vlasenko
2021-02-21ntpd: remove unused USING_INITIAL_FREQ_ESTIMATION codeDenys Vlasenko
2021-02-21ntpd: increase loglevel to 3 for "poll:32s sockets:0 interval:64s" messageDenys Vlasenko
2021-02-20udhcpc: clarify bcast/unicast sends in logs, include server IDDenys Vlasenko
2021-02-18Merge branch '1_33_stable'Cem Keylan
2021-02-18wget: use bearssl instead of opensslv1.33.0Cem Keylan
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2021-02-02traceroute: fix option parsingDenys Vlasenko
2021-01-04Fix traceroute applet on the FreeBSDAlex Samorukov
2021-01-04Fix ping build on the FreeBSDAlex Samorukov
2021-01-04Fix ntpd compilcation on the FreeBSDAlex Samorukov
2021-01-04Fix httpd compilation on the FreeBSDAlex Samorukov
2021-01-01udhcpc: Add support to change default interface nameAndre Kalb
2021-01-01tls: code shrinkDenys Vlasenko
2020-12-31nslookup: do not print "No answer" for NODATA replies, closes 13006Denys Vlasenko
2020-12-30libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko
2020-12-30*: use fopen helpers where appropriateDenys Vlasenko
2020-12-29httpd: fix offset for sendfileMaxim Storchak
2020-12-29libiproute: band-aid for old uclibc missing IFA_FLAGSDenys Vlasenko
2020-12-29randomconfig fixesDenys Vlasenko
2020-12-20ping6: add -w/-W NUM to --helpDenys Vlasenko
2020-12-20ping: fix -wN to not think that one packet is always lostDenys Vlasenko
2020-12-19tftp: fix --helpDenys Vlasenko
2020-12-19route: code shrinkDenys Vlasenko
2020-12-18help text tweaks, mainly expanding one for routeDenys Vlasenko
2020-12-18help text: use -P PORT formDenys Vlasenko
2020-12-18help text tweaksDenys Vlasenko
2020-12-17traceroute: fix --help textDenys Vlasenko
2020-12-17traceroute: avoid collecting target local address if !VERBOSEDenys Vlasenko
2020-12-16libbb: introduce and use xsettimeofday()Denys Vlasenko
2020-12-16tweak help textsDenys Vlasenko
2020-12-15ntpd: allow non-root to run it (e.g. with -w option)Denys Vlasenko
2020-12-15udhcpc6: code shrink - sending functions do not need ifindex parameterDenys Vlasenko
2020-12-15udhcp: bind to device even for ucast packetsMichal Kazior
2020-12-15tls: code shrink in AES codeDenys Vlasenko
2020-12-13help text: replace [OPTIONS] with actual options (if not too long)Denys Vlasenko
2020-12-13more --help text tweaksDenys Vlasenko
2020-12-13help text tweaksDenys Vlasenko
2020-12-13traceroute: code shrinkDenys Vlasenko
2020-12-13traceroute: even with -v, don't show other ping processes reply'sDenys Vlasenko
2020-12-13traceroute: simpler hexdump()Denys Vlasenko
2020-12-13traceroute: make "ipv4 or ipv6?" cheaper to find outDenys Vlasenko
2020-12-13traceroute: don't set SO_DONTROUTE on recv socket, it only affects sendDenys Vlasenko
2020-12-12traceroute: untangle main loopDenys Vlasenko