aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: UCRT environment hackRon Yorston2021-11-011-0/+3
* realpath: improved support for Windows pathsRon Yorston2021-10-132-7/+50
* Merge branch 'busybox' into mergeRon Yorston2021-10-138-202/+210
|\
| * 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
* | win32: fix bb_get_last_path_component_nostrip()Ron Yorston2021-10-131-5/+11
* | win32: rename is_absolute_path()Ron Yorston2021-10-121-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-09-214-39/+34
|\|
| * 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
* | win32: changes to allow timezones in datesRon Yorston2021-09-171-0/+9
* | Merge branch 'busybox' into mergeRon Yorston2021-09-172-13/+76
|\|
| * date,touch: allow timezone offsets in datesRon Yorston2021-09-172-4/+42
| * libbb: code shrink parse_datestrRon Yorston2021-09-151-11/+36
* | Merge branch 'busybox' into mergeRon Yorston2021-09-101-15/+7
|\|
| * 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: code shrink u_signal_names.cRon Yorston2021-09-031-1/+10
* | busybox: bring help handling into line with upstreamRon Yorston2021-08-161-5/+5
* | find_mount_point: code shrinkRon Yorston2021-08-121-8/+2
* | win32: better handling of nested symlinksRon Yorston2021-08-121-0/+3
* | win32: more efficient tests for executablesRon Yorston2021-07-262-4/+10
* | ash, libbb: don't affect POSIX buildRon Yorston2021-07-131-1/+2
* | Merge branch 'busybox' into mergeRon Yorston2021-06-284-25/+52
|\|
| * 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
* | win32: changes to mntent implementationRon Yorston2021-06-271-15/+8
* | Merge branch 'busybox' into mergeRon Yorston2021-06-073-5/+14
|\|
| * 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
* | sync: enable in default configurationRon Yorston2021-06-071-1/+1