Age | Commit message (Expand) | Author |
2020-10-06 | avoid using strok - eliminates use of hidden global variable | Denys Vlasenko |
2020-10-06 | httpd: code shrink | Xabier Oneca |
2020-10-03 | ip rule: add support for fwmark/fwmask for policy routing | Rui Salvaterra |
2020-10-01 | udhcp: remove struct packing attribute, eliminates gcc-9.x | Denys Vlasenko |
2020-10-01 | libbb: shrink recursive_action() by reducing memory pressure | Denys Vlasenko |
2020-10-01 | gcc-9.x warning fixes | Denys Vlasenko |
2020-09-29 | ntpd: fix the case where two replies received at once and first one causes a ... | Denys Vlasenko |
2020-08-16 | httpd: Make Deny/Allow by IP config support optional | Sergey Ponomarev |
2020-08-15 | httpd: Support caching via ETag header | Sergey Ponomarev |
2020-08-15 | httpd: Don't add Last-Modified header to response | Sergey Ponomarev |
2020-08-15 | httpd: Don't add Date header to response | Sergey Ponomarev |
2020-08-15 | httpd: Update to HTTP/1.1 | Sergey Ponomarev |
2020-08-13 | build system: drop PLATFORM_LINUX | Ron Yorston |
2020-08-13 | udhcpc: add support for long options | Martin Lewis |
2020-07-31 | ip address: Add support for "valid_lft" and "preferred_lft" options | Christian Eggers |
2020-07-31 | ip: Add support for "noprefixroute" option | Christian Eggers |
2020-07-31 | httpd_indexcgi.c: use CSS for odd/even rows | Sergey Ponomarev |
2020-07-31 | httpd_indexcgi.c: minimize style CSS | Sergey Ponomarev |
2020-07-20 | ntpd: fix refid reported in server mode, closes 13056 | Denys Vlasenko |
2020-07-19 | networking: support ftp PASV responses not ending with ')' | Denys Vlasenko |
2020-07-12 | domain_codec: optimize dname_dec and convert_dname | Martin Lewis |
2020-06-29 | udhcpc: fix a TODO in fill_envp using option scanner | Martin Lewis |
2020-06-29 | udhcp: add option scanner | Martin Lewis |
2020-06-29 | wget: fix openssl options for cert verification | Scott Court |
2020-06-29 | acpid: only display -p if supported in usage | Norbert Lange |
2020-06-29 | dhcpd: remove hardcoded pidfile path | Norbert Lange |
2020-06-29 | nc_bloaty: support udp broadcast ports | Norbert Lange |
2020-06-23 | randomconfig fixes | Denys Vlasenko |
2020-06-23 | randomconfig fixes | Denys Vlasenko |
2020-06-21 | udhcpc6: use correct multicast MAC | Uwe Glaeser |
2020-06-09 | dhcpc: refactor xmalloc_optname_optval to shrink binary size | Martin Lewis |
2020-06-09 | httpd: allow '-h' to work when daemonized with NOMMU enabled | Ron Yorston |
2020-06-09 | udhcp: comment out unused domain compression code | Denys Vlasenko |
2020-06-09 | dhcpc: code shrink in good_hostname | Martin Lewis |
2020-05-20 | wget: implement TLS verification with ENABLE_FEATURE_WGET_OPENSSL | Dimitri John Ledkov |
2020-04-30 | httpd: permit non-default home directory with NOMMU enabled | Ron Yorston |
2020-02-13 | tftp: on download, open local file only when first bit of data arrived | Denys Vlasenko |
2020-02-13 | tftp: fix thinko in code shrink | Denys Vlasenko |
2020-02-13 | tftp: code shrink | Denys Vlasenko |
2020-02-13 | tftpd: show requested file name in open error message | Denys Vlasenko |
2020-01-14 | udhcpd: mangle hostnames starting with dash ("-option") | Denys Vlasenko |
2019-12-03 | whois: limit total length of response to 32+2 kb | Denys Vlasenko |
2019-10-30 | ntpd: decrease MIN_FREQHOLD by 2, increase "penalty" for largish offset x2 | Denys Vlasenko |
2019-10-27 | nslookup: implement support for SRV records | Jo-Philipp Wich |
2019-10-27 | nslookup: handle replies without RRs | Jo-Philipp Wich |
2019-10-25 | ntpd: abs(tmx.offset) was truncating a "long" typed value | Denys Vlasenko |
2019-10-25 | tc: array address is never NULL | Denys Vlasenko |
2019-10-25 | traceroute: fix gcc-ism | Denys Vlasenko |
2019-10-25 | suppress a few "unused function" warnings | Denys Vlasenko |
2019-10-25 | netstat: suppress a warning (conversion from 'int' to 'smallint' changes value) | Denys Vlasenko |