summaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2021-11-28libbb: code shrink in des encryption, in setup_salt()Denys Vlasenko
2021-10-12config system: move some options closer to relevalnt tool subdirectoriesDenys Vlasenko
2021-10-11shell: do not read user database for every prompt - only for those which need itDenys Vlasenko
2021-10-11shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=yDenys Vlasenko
2021-10-10*: add NOINLINEs where code noticeably shrinksDenys Vlasenko
2021-10-09Make const ptr assign as function call in clangYU Jincheng
2021-10-09libbb: better coreutils compatibility for realpathRon Yorston
2021-10-07*: generalize "const trick"YU Jincheng
2021-09-28libbb: code shrink in main() and scripted_main()Denys Vlasenko
2021-09-25libbb/lineedit: tweak #if indenting, no code changesDenys Vlasenko
2021-09-18libbb: code shrink parse_datestr (again)Ron Yorston
2021-09-17libbb/lineedit: do not escape %^=+}]:, escape ~? in tab completionDenys Vlasenko
2021-09-17libbb: clarify what bb_mode_string() generatesDenys Vlasenko
2021-09-17libbb: ensure mode_string is NUL terminatedRon Yorston
2021-09-17libbb: eliminate a static data array in bb_mode_string()Denys Vlasenko
2021-09-17libbb: code shrink bb_parse_modeDenys Vlasenko
2021-09-17date,touch: allow timezone offsets in datesRon Yorston
2021-09-15libbb: code shrink parse_datestrRon Yorston
2021-09-10libbb: reuse "bad port" error message stringDenys Vlasenko
2021-09-09libbb: make bb_lookup_port() abort on bad port namesDenys Vlasenko
2021-08-16busybox: fix "busybox --help busybox" not showing correct textDenys Vlasenko
2021-06-24libbb: do not check closedir() in remove_file()Denys Vlasenko
2021-06-24move iterate_on_dir() from e2fsprogs to libbbDenys Vlasenko
2021-06-22cp: implement -nDenys Vlasenko
2021-06-18xxd: implement -i "C style output"Denys Vlasenko
2021-06-18xxd: do not try reading from closed stdin when non-existent file is givenDenys Vlasenko
2021-06-17xxd: implement -o DISPLAYOFFSETDenys Vlasenko
2021-06-17hexdump: fix error messageDenys Vlasenko
2021-06-06shells: do not allow bare "read" in non-bash compat configsDenys Vlasenko
2021-06-05runsv: robustify signal handling - SIGTERM to child between vfork and exec co...Denys 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-04-14fix gcc-11.0 warningsDenys Vlasenko
2021-04-11lineedit: fix tab completion with equal signNatanael Copa
2021-03-23timeout,top,watch,ping: parse NN.N fractional duration in locales with other ...Denys Vlasenko
2021-03-15echo: special case "echo --help": it should not show help textDenys Vlasenko
2021-02-23lineedit: support empty PATH entries in tab completionRon Yorston
2021-02-18libbb: fix '--help' handling in FEATURE_SH_NOFORK=yDenys Vlasenko
2021-02-18ash: placate -Werror=format-securityDenys Vlasenko
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2021-02-03libbb: code shrink fgets_strRon Yorston
2021-02-02nl: ensure '-b n' option displays file contentRon Yorston
2021-02-02libbb: code shrink and speed up index_in_strings()Ron Yorston
2021-02-02libbb: code shrink and speed up find_applet_by_name()Ron Yorston
2021-01-14update_passwd: fix context variableBernd Kuhls
2021-01-04Fix missing "crypt.h" compilation error on the FreeBSDAlex Samorukov
2020-12-30libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko
2020-12-30libbb/procps: smaller global data for username/groupname cacheDenys Vlasenko
2020-12-29randomconfig fixesDenys Vlasenko
2020-12-21lineedit: code shrinkDenys Vlasenko