aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
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
2020-05-20wget: implement TLS verification with ENABLE_FEATURE_WGET_OPENSSLDimitri John Ledkov
2020-04-30httpd: permit non-default home directory with NOMMU enabledRon Yorston
2020-02-13tftp: on download, open local file only when first bit of data arrivedDenys Vlasenko
2020-02-13tftp: fix thinko in code shrinkDenys Vlasenko
2020-02-13tftp: code shrinkDenys Vlasenko
2020-02-13tftpd: show requested file name in open error messageDenys Vlasenko
2020-01-14udhcpd: mangle hostnames starting with dash ("-option")Denys Vlasenko
2019-12-03whois: limit total length of response to 32+2 kbDenys Vlasenko
2019-10-30ntpd: decrease MIN_FREQHOLD by 2, increase "penalty" for largish offset x2Denys Vlasenko
2019-10-27nslookup: implement support for SRV recordsJo-Philipp Wich
2019-10-27nslookup: handle replies without RRsJo-Philipp Wich
2019-10-25ntpd: abs(tmx.offset) was truncating a "long" typed valueDenys Vlasenko
2019-10-25tc: array address is never NULLDenys Vlasenko
2019-10-25traceroute: fix gcc-ismDenys Vlasenko
2019-10-25suppress a few "unused function" warningsDenys Vlasenko
2019-10-25netstat: suppress a warning (conversion from 'int' to 'smallint' changes value)Denys Vlasenko