aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbb: code shrink in des encryption, in setup_salt()Denys Vlasenko2021-11-281-15/+14
* config system: move some options closer to relevalnt tool subdirectoriesDenys Vlasenko2021-10-121-124/+61
* shell: do not read user database for every prompt - only for those which need itDenys Vlasenko2021-10-111-27/+46
* shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=yDenys Vlasenko2021-10-112-2/+24
* *: add NOINLINEs where code noticeably shrinksDenys Vlasenko2021-10-101-1/+1
* Make const ptr assign as function call in clangYU Jincheng2021-10-094-2/+19
* libbb: better coreutils compatibility for realpathRon Yorston2021-10-091-30/+45
* *: generalize "const trick"YU Jincheng2021-10-072-5/+3
* libbb: code shrink in main() and scripted_main()Denys Vlasenko2021-09-281-5/+5
* libbb/lineedit: tweak #if indenting, no code changesDenys Vlasenko2021-09-251-8/+8
* libbb: code shrink parse_datestr (again)Ron Yorston2021-09-181-14/+9
* libbb/lineedit: do not escape %^=+}]:, escape ~? in tab completionDenys Vlasenko2021-09-171-1/+10
* libbb: clarify what bb_mode_string() generatesDenys Vlasenko2021-09-171-11/+9
* libbb: ensure mode_string is NUL terminatedRon Yorston2021-09-171-9/+3
* libbb: eliminate a static data array in bb_mode_string()Denys Vlasenko2021-09-171-4/+2
* libbb: code shrink bb_parse_modeDenys Vlasenko2021-09-171-2/+3
* date,touch: allow timezone offsets in datesRon Yorston2021-09-172-4/+42
* libbb: code shrink parse_datestrRon Yorston2021-09-151-11/+36
* libbb: reuse "bad port" error message stringDenys Vlasenko2021-09-101-1/+1
* libbb: make bb_lookup_port() abort on bad port namesDenys Vlasenko2021-09-091-14/+6
* busybox: fix "busybox --help busybox" not showing correct textDenys Vlasenko2021-08-161-1/+5
* libbb: do not check closedir() in remove_file()Denys Vlasenko2021-06-241-5/+1
* move iterate_on_dir() from e2fsprogs to libbbDenys Vlasenko2021-06-241-0/+28
* cp: implement -nDenys Vlasenko2021-06-221-0/+2
* xxd: implement -i "C style output"Denys Vlasenko2021-06-181-15/+14
* xxd: do not try reading from closed stdin when non-existent file is givenDenys Vlasenko2021-06-181-0/+1
* xxd: implement -o DISPLAYOFFSETDenys Vlasenko2021-06-171-5/+6
* hexdump: fix error messageDenys Vlasenko2021-06-171-1/+1
* shells: do not allow bare "read" in non-bash compat configsDenys Vlasenko2021-06-061-4/+7
* runsv: robustify signal handling - SIGTERM to child between vfork and exec co...Denys Vlasenko2021-06-051-1/+1
* libbb: correct the name of is_TERM_dumb()Denys Vlasenko2021-06-051-1/+1
* ls: don't output any colors with TERM=dumbSören Tempel2021-06-041-0/+6
* fix gcc-11.0 warningsDenys Vlasenko2021-04-142-2/+2
* lineedit: fix tab completion with equal signNatanael Copa2021-04-111-1/+1
* timeout,top,watch,ping: parse NN.N fractional duration in locales with other ...Denys Vlasenko2021-03-231-2/+12
* echo: special case "echo --help": it should not show help textDenys Vlasenko2021-03-151-8/+22
* lineedit: support empty PATH entries in tab completionRon Yorston2021-02-231-6/+4
* libbb: fix '--help' handling in FEATURE_SH_NOFORK=yDenys Vlasenko2021-02-182-10/+24
* ash: placate -Werror=format-securityDenys Vlasenko2021-02-181-0/+12
* libbb: introduce and use fputs_stdoutRon Yorston2021-02-036-10/+15
* libbb: code shrink fgets_strRon Yorston2021-02-031-12/+5
* nl: ensure '-b n' option displays file contentRon Yorston2021-02-021-1/+2
* libbb: code shrink and speed up index_in_strings()Ron Yorston2021-02-021-4/+10
* libbb: code shrink and speed up find_applet_by_name()Ron Yorston2021-02-021-79/+17
* update_passwd: fix context variableBernd Kuhls2021-01-141-1/+1
* Fix missing "crypt.h" compilation error on the FreeBSDAlex Samorukov2021-01-041-1/+3
* libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko2020-12-302-3/+14
* libbb/procps: smaller global data for username/groupname cacheDenys Vlasenko2020-12-301-28/+17
* randomconfig fixesDenys Vlasenko2020-12-291-1/+1
* lineedit: code shrinkDenys Vlasenko2020-12-211-5/+5