summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-05run-parts: permit dot later in file nameJán Sáreník
2021-06-05build system: use SOURCE_DATE_EPOCH for timestamp if availablePaul Spooren
2021-06-05shell: also do word splitting when -d DELIM is usedEicke Herbertz
2021-06-05gen_build_files: Use C locale when calling sed on globbed filesKhem Raj
2021-06-05udhcpc: revert deprecation message for -VDenys Vlasenko
2021-06-05runsv: code shrink: use single handler function for SIGTERM and SIGCHLDDenys Vlasenko
2021-06-05runsv: robustify signal handling - SIGTERM to child between vfork and exec co...Denys Vlasenko
2021-06-05tcp/udpsvd: robustify SIGCHLD handlingDenys Vlasenko
2021-06-05svlogd: if processor's stdin can not be opened, do not try ad infinitumDenys Vlasenko
2021-06-05ls: trim --help textDenys Vlasenko
2021-06-05libbb: correct the name of is_TERM_dumb()Denys Vlasenko
2021-06-04ls: don't output any colors with TERM=dumbSören Tempel
2021-06-03udhcpd: don't hardcode treating .0 and .255 speciallySeth David Schoen
2021-06-03cpio: fix "cpio -d -p A/B/C"Denys Vlasenko
2021-06-03nslookup: mention QUERY_TYPE SRVPaul Spooren
2021-06-03udhcpc[6]: on SIGUSR1, do not go from rebind to renew stateDenys Vlasenko
2021-06-03udhcpc: code shrink, rename functions, no logic changesDenys Vlasenko
2021-06-03examples/udhcp/udhcpd.conf: updateDenys Vlasenko
2021-06-03udhcp: shrink arpping()Denys Vlasenko
2021-06-03udhcp: convert log1s() macro to functionDenys Vlasenko
2021-06-03udhcpc[6]: when renewing, send 1 packet (not 3), on failure go back to BOUNDDenys Vlasenko
2021-06-02udhcpc[6]: remove superfluous "created raw socket" log messageDenys Vlasenko
2021-06-02udhcpc: improve logs - show offer as it is receivedDenys Vlasenko
2021-06-02udhcpc[6]: close listening socket more eagerly (e.g. across script runs)Denys Vlasenko
2021-06-02udhcpc: get rid of client_data.fqdn fieldDenys Vlasenko
2021-06-02udhcpc: remove deprecated -H/-h HOSTNAME options (9 years), deprecate -V VENDORDenys Vlasenko
2021-06-02udhcpc: include client-id option in DECLINEs, even if it's a custom -x 61:HEX...Denys Vlasenko
2021-06-02vi: remove autoindent from otherwise empty linesRon Yorston
2021-06-02vi: make autoindent respect expandtab settingRon Yorston
2021-06-02vi: make cursor positioning more vi compatibleRon Yorston
2021-06-02tail: do not lose the tail of old file if new file (-F) is detectedDenys Vlasenko
2021-06-02tail: fix typo in variable nameDenys Vlasenko
2021-06-02head,tail: trim --help textDenys Vlasenko
2021-06-01udhcpc[6]: fix "untangle timeout and remaining lease" falloutDenys Vlasenko
2021-05-07login: permit change expired password wit PAMMario Abajo
2021-05-05httpd: add comment about faster rejection of denied IPsDenys Vlasenko
2021-05-05httpd: if no request was given at all, close the socket without generating er...Denys Vlasenko
2021-05-05httpd: no need to strcpy() when we only need to copy one byteDenys Vlasenko
2021-05-04httpd: avoid extra stat() calls for "GET /dirname/" caseDenys Vlasenko
2021-05-04httpd: avoid one stat() call for "GET /dirname" caseDenys Vlasenko
2021-05-04httpd: support HEAD requests even in !CGI configDenys Vlasenko
2021-05-04httpd: move proxy check before URL duplication and request type checkDenys Vlasenko
2021-05-04httpd: cgi-bin support for DELETE, PUT, OPTIONS etc methodsAlexander Sack
2021-05-04vi: :wq/:x should warn if there are more files to editRon Yorston
2021-05-04vi: cursor positioning after whole-line 'y'Ron Yorston
2021-05-03decompress_gunzip: simplify ERR_RET bit clearingDenys Vlasenko
2021-05-01vi: trivial code shrinkDenys Vlasenko
2021-05-01udhcpc[6]: fold perform_renew() into its only callerDenys Vlasenko
2021-05-01udhcpc[6]: untangle "timeout" and "remaining lease"; reduce min lease to 30 s...Denys Vlasenko
2021-04-30wget: allow HTTP 307/308 redirectsJeremy Lin