aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2020-12-12traceroute: commonalize verbose printingDenys Vlasenko
2020-12-12traceroute: set IP_PKTINFO to see correct local IP of received pkt (fixes -v ...Denys Vlasenko
2020-12-12traceroute: code shrinkDenys Vlasenko
2020-12-12traceroute: code shrinkDenys Vlasenko
2020-12-12traceroute: code shrinkDenys Vlasenko
2020-12-12traceroute: fix traceroute6 -I (icmp mode)Denys Vlasenko
2020-12-11libbb: make msleep() result in only one syscall instead of loopingDenys Vlasenko
2020-12-08wget: do not ftruncate if -O- is used, closes 13351Denys Vlasenko
2020-11-30decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-11-29libbb: introduce and use msleep()Denys Vlasenko
2020-11-29libbb: introduce and use sleep1()Denys Vlasenko
2020-11-29libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping thereDenys Vlasenko
2020-11-28libbb: change decode_base32/64 API to return the end of _dst_, not _src_.Denys Vlasenko
2020-11-27libbb: smaller and faster decode_base64()Denys Vlasenko
2020-11-21libiproute: reuse string constantsDenys Vlasenko
2020-10-06avoid using strok - eliminates use of hidden global variableDenys Vlasenko
2020-10-06httpd: code shrinkXabier Oneca
2020-10-03ip rule: add support for fwmark/fwmask for policy routingRui Salvaterra
2020-10-01udhcp: remove struct packing attribute, eliminates gcc-9.xDenys Vlasenko
2020-10-01libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko
2020-10-01gcc-9.x warning fixesDenys Vlasenko
2020-09-29ntpd: fix the case where two replies received at once and first one causes a ...Denys Vlasenko
2020-08-16httpd: Make Deny/Allow by IP config support optionalSergey Ponomarev
2020-08-15httpd: Support caching via ETag headerSergey Ponomarev
2020-08-15httpd: Don't add Last-Modified header to responseSergey Ponomarev
2020-08-15httpd: Don't add Date header to responseSergey Ponomarev
2020-08-15httpd: Update to HTTP/1.1Sergey Ponomarev
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2020-08-13udhcpc: add support for long optionsMartin Lewis
2020-07-31ip address: Add support for "valid_lft" and "preferred_lft" optionsChristian Eggers
2020-07-31ip: Add support for "noprefixroute" optionChristian Eggers
2020-07-31httpd_indexcgi.c: use CSS for odd/even rowsSergey Ponomarev
2020-07-31httpd_indexcgi.c: minimize style CSSSergey Ponomarev
2020-07-20ntpd: fix refid reported in server mode, closes 13056Denys Vlasenko
2020-07-19networking: support ftp PASV responses not ending with ')'Denys Vlasenko
2020-07-12domain_codec: optimize dname_dec and convert_dnameMartin Lewis
2020-06-29udhcpc: fix a TODO in fill_envp using option scannerMartin Lewis
2020-06-29udhcp: add option scannerMartin Lewis
2020-06-29wget: fix openssl options for cert verificationScott Court
2020-06-29acpid: only display -p if supported in usageNorbert Lange
2020-06-29dhcpd: remove hardcoded pidfile pathNorbert Lange
2020-06-29nc_bloaty: support udp broadcast portsNorbert Lange
2020-06-23randomconfig fixesDenys Vlasenko
2020-06-23randomconfig fixesDenys Vlasenko
2020-06-21udhcpc6: use correct multicast MACUwe Glaeser
2020-06-09dhcpc: refactor xmalloc_optname_optval to shrink binary sizeMartin Lewis
2020-06-09httpd: allow '-h' to work when daemonized with NOMMU enabledRon Yorston
2020-06-09udhcp: comment out unused domain compression codeDenys Vlasenko
2020-06-09dhcpc: code shrink in good_hostnameMartin Lewis