index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
Age
Commit message (
Expand
)
Author
2022-01-01
libbb/sha1: shrink x86_64 version - use r8..15 for W[8..15]
Denys Vlasenko
2022-01-01
libbb/sha1: assembly versions for x86
Denys Vlasenko
2021-12-31
libbb/sha1: shrink and speed up fully unrolled version
Denys Vlasenko
2021-12-30
libbb/sha1: add config-selectable partially unrolled version
Denys Vlasenko
2021-12-30
libbb/sha1: add config-selectable fully unrolled version, closes 14391
Denys Vlasenko
2021-12-28
libbb: cose shrink in sha1
Denys Vlasenko
2021-11-28
libbb: code shrink in des encryption, in setup_salt()
Denys Vlasenko
2021-10-12
config system: move some options closer to relevalnt tool subdirectories
Denys Vlasenko
2021-10-11
shell: do not read user database for every prompt - only for those which need it
Denys Vlasenko
2021-10-11
shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=y
Denys Vlasenko
2021-10-10
*: add NOINLINEs where code noticeably shrinks
Denys Vlasenko
2021-10-09
Make const ptr assign as function call in clang
YU Jincheng
2021-10-09
libbb: better coreutils compatibility for realpath
Ron Yorston
2021-10-07
*: generalize "const trick"
YU Jincheng
2021-09-28
libbb: code shrink in main() and scripted_main()
Denys Vlasenko
2021-09-25
libbb/lineedit: tweak #if indenting, no code changes
Denys Vlasenko
2021-09-18
libbb: code shrink parse_datestr (again)
Ron Yorston
2021-09-17
libbb/lineedit: do not escape %^=+}]:, escape ~? in tab completion
Denys Vlasenko
2021-09-17
libbb: clarify what bb_mode_string() generates
Denys Vlasenko
2021-09-17
libbb: ensure mode_string is NUL terminated
Ron Yorston
2021-09-17
libbb: eliminate a static data array in bb_mode_string()
Denys Vlasenko
2021-09-17
libbb: code shrink bb_parse_mode
Denys Vlasenko
2021-09-17
date,touch: allow timezone offsets in dates
Ron Yorston
2021-09-15
libbb: code shrink parse_datestr
Ron Yorston
2021-09-10
libbb: reuse "bad port" error message string
Denys Vlasenko
2021-09-09
libbb: make bb_lookup_port() abort on bad port names
Denys Vlasenko
2021-08-16
busybox: fix "busybox --help busybox" not showing correct text
Denys Vlasenko
2021-06-24
libbb: do not check closedir() in remove_file()
Denys Vlasenko
2021-06-24
move iterate_on_dir() from e2fsprogs to libbb
Denys Vlasenko
2021-06-22
cp: implement -n
Denys Vlasenko
2021-06-18
xxd: implement -i "C style output"
Denys Vlasenko
2021-06-18
xxd: do not try reading from closed stdin when non-existent file is given
Denys Vlasenko
2021-06-17
xxd: implement -o DISPLAYOFFSET
Denys Vlasenko
2021-06-17
hexdump: fix error message
Denys Vlasenko
2021-06-06
shells: do not allow bare "read" in non-bash compat configs
Denys Vlasenko
2021-06-05
runsv: robustify signal handling - SIGTERM to child between vfork and exec co...
Denys Vlasenko
2021-06-05
libbb: correct the name of is_TERM_dumb()
Denys Vlasenko
2021-06-04
ls: don't output any colors with TERM=dumb
Sören Tempel
2021-04-14
fix gcc-11.0 warnings
Denys Vlasenko
2021-04-11
lineedit: fix tab completion with equal sign
Natanael Copa
2021-03-23
timeout,top,watch,ping: parse NN.N fractional duration in locales with other ...
Denys Vlasenko
2021-03-15
echo: special case "echo --help": it should not show help text
Denys Vlasenko
2021-02-23
lineedit: support empty PATH entries in tab completion
Ron Yorston
2021-02-18
libbb: fix '--help' handling in FEATURE_SH_NOFORK=y
Denys Vlasenko
2021-02-18
ash: placate -Werror=format-security
Denys Vlasenko
2021-02-03
libbb: introduce and use fputs_stdout
Ron Yorston
2021-02-03
libbb: code shrink fgets_str
Ron Yorston
2021-02-02
nl: ensure '-b n' option displays file content
Ron Yorston
2021-02-02
libbb: code shrink and speed up index_in_strings()
Ron Yorston
2021-02-02
libbb: code shrink and speed up find_applet_by_name()
Ron Yorston
[next]