aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-01libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko
2020-10-01tydy up a few uses of recursive_action(), no logic changesDenys Vlasenko
2020-10-01gcc-9.x warning fixesDenys Vlasenko
2020-10-01libbb: do not open-code __errno_location() callDenys Vlasenko
2020-10-01shell: remove FAST_FUNC from a static functionDenys Vlasenko
2020-10-01libbb: extend "errno pointer" trick to other than __GLIBC__Denys Vlasenko
2020-10-01mount: support the sizelimit and offset option for loop devicesSteffen Trumtrar
2020-09-30libbb: fold common64_hash() into its only userDenys Vlasenko
2020-09-30xargs: fix -I SUBSTR behaviourDenys Vlasenko
2020-09-29shell: add testsuite for "wait $pid" waiting for other tasksDenys Vlasenko
2020-09-29ash: jobs: Fix waitcmd busy loopDenys Vlasenko
2020-09-29ash: jobs: Fix infinite loop in waitprocDenys Vlasenko
2020-09-29ash: remove a tentative TODO, it's a wrong ideaDenys 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-15hwclock: Fix settimeofday for glibc v2.31+Eddie James
2020-08-15grep: for -L, exitcode 0 means files *without* matches were found, closes 13151Denys Vlasenko
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-31shell: Fix "read -d ''" behaviorChristian Eggers
2020-07-31httpd_indexcgi.c: use CSS for odd/even rowsSergey Ponomarev
2020-07-31httpd_indexcgi.c: minimize style CSSSergey Ponomarev
2020-07-20lsscsi: code shrinkDenys Vlasenko
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-19libbb: shrink last_char_is(), no longer allow NULL string argumentDenys Vlasenko
2020-07-12domain_codec: optimize dname_dec and convert_dnameMartin Lewis
2020-07-11crontab: Fix -e with editors saving using renaming strategyGray Wolf
2020-06-30libbb: code shrink in last_char_is()Denys Vlasenko
2020-06-29compare_string_array: code shrinkMartin Lewis
2020-06-29procps: code shrinkMartin 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-29dpkg: prevent important directories from being removedNorbert Lange
2020-06-29nc_bloaty: support udp broadcast portsNorbert Lange
2020-06-26Start 1.33.0 development cycleDenys Vlasenko
2020-06-26Bump version to 1.32.0Denys Vlasenko
2020-06-25gzip -d with zcat enabled but gunzip disabled was misbehavingDenys Vlasenko
2020-06-24make_single_applets.sh: switch off nologin deps optionDenys Vlasenko
2020-06-24bc: placate a "defined but not used" warningDenys Vlasenko
2020-06-24nologin: make it possible to build it as single appletDenys Vlasenko