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
2020-11-30
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-30
unicode: relax array alignment for tables
Denys Vlasenko
2020-11-30
unicode: fix handling of short 1-4 char tables
Denys Vlasenko
2020-11-29
libbb: code shrink
Denys Vlasenko
2020-11-29
libbb: introduce and use msleep()
Denys Vlasenko
2020-11-29
libbb: introduce and use sleep1()
Denys Vlasenko
2020-11-29
libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping there
Denys Vlasenko
2020-11-28
libbb: in @SECONDS date format, use 64-bit time if libc allows
Denys Vlasenko
2020-11-28
base32/64: "truncated base64 input" -> "truncated input"
Denys Vlasenko
2020-11-28
libbb: change decode_base32/64 API to return the end of _dst_, not _src_.
Denys Vlasenko
2020-11-28
libbb: trim base32/64 tables
Denys Vlasenko
2020-11-28
base32/64: code shrink
Denys Vlasenko
2020-11-28
base32/64: code shrink
Denys Vlasenko
2020-11-27
libbb: faster and smaller decode_base32()
Denys Vlasenko
2020-11-27
libbb: smaller and faster decode_base64()
Denys Vlasenko
2020-11-26
base32: new applet
Denys Vlasenko
2020-11-22
libbb: set netlink socket revbuf size before binding
Jan Klötzke
2020-11-21
lineedit: fix unicode characters in prompt
Audun-Marius Gangstø
2020-10-25
od: unbreak it
Denys Vlasenko
2020-10-20
hexdump: fix dup block comparison
Denys Vlasenko
2020-10-20
xxd: fix printing of trailing spaces
Denys Vlasenko
2020-10-06
avoid using strok - eliminates use of hidden global variable
Denys Vlasenko
2020-10-01
libbb: shrink recursive_action() by reducing memory pressure
Denys Vlasenko
2020-10-01
gcc-9.x warning fixes
Denys Vlasenko
2020-10-01
libbb: do not open-code __errno_location() call
Denys Vlasenko
2020-10-01
libbb: extend "errno pointer" trick to other than __GLIBC__
Denys Vlasenko
2020-10-01
mount: support the sizelimit and offset option for loop devices
Steffen Trumtrar
2020-09-30
libbb: fold common64_hash() into its only user
Denys Vlasenko
2020-08-13
build system: drop PLATFORM_LINUX
Ron Yorston
2020-07-19
libbb: shrink last_char_is(), no longer allow NULL string argument
Denys Vlasenko
2020-06-30
libbb: code shrink in last_char_is()
Denys Vlasenko
2020-06-29
compare_string_array: code shrink
Martin Lewis
2020-06-29
procps: code shrink
Martin Lewis
2020-06-24
nologin: make it possible to build it as single applet
Denys Vlasenko
2020-06-24
suppress a few compile warnings
Denys Vlasenko
2020-06-23
randomconfig fixes
Denys Vlasenko
2020-06-09
xstrndup: Use strndup instead of implementing it.
Martin Lewis
2020-01-29
ash,hush: allow builtins to be tab-completed, closes 7532
Ron Yorston
2019-11-19
Remove stime() function calls
Alistair Francis
2019-10-25
read_key(): placate "warning: shifting a negative signed value is undefined"
Denys Vlasenko
2019-10-25
clang/llvm 9 fix - do not eliminate a store to a fake "const"
Denys Vlasenko
2019-10-24
Remove syscall wrappers around clock_gettime, closes 12091
Denys Vlasenko
2019-10-11
dpkg-deb: work around bogus error message when working with XZ compressed pac...
Denys Vlasenko
2019-10-09
replace: count_strstr - Handle an edge case where sub is empty
Martin Lewis
2019-10-09
libbb: Converted safe_read to safe_write format
Martin Lewis
2019-10-08
time: Use 64 prefix syscall if we have to
Alistair Francis
2019-07-23
unicode: code shrink in character width determination
Denys Vlasenko
2019-07-16
libbb: include <crypt.h> only if necessary
Denys Vlasenko
2019-07-02
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-06-25
libbb: deal with "declaration of 'link' shadows a global declaration" warning
Denys Vlasenko
[prev]
[next]