index
:
delta/busybox.git
0_60_stable
1_00_stable
1_00_stable_10817
1_10_stable
1_11_stable
1_12_stable
1_13_stable
1_14_stable
1_15_stable
1_16_stable
1_17_stable
1_18_stable
1_19_stable
1_1_stable
1_20_stable
1_21_stable
1_22_stable
1_23_stable
1_24_stable
1_25_stable
1_26_stable
1_27_stable
1_28_stable
1_29_stable
1_30_stable
1_31_stable
1_32_stable
1_33_stable
1_34_stable
1_35_stable
1_36_stable
1_3_stable
1_4_stable
1_5_stable
1_6_stable
1_7_stable
1_8_stable
1_9_stable
baserock/1.22.1-openwrt
baserock/1.23.2-openwrt
baserock/build-essential
baserock/danielfirth/RT144
baserock/danielsilverstone/vagrant-support
baserock/jjardon/build-essential
baserock/liw/S8704-always-ntpd
baserock/morph
baserock/pedroalvarez/build-essential
baserock/pedroalvarez/enable-patch
baserock/radiofree/busyboxfix
baserock/radiofree/ntpdscript
baserock/richardmaw/S5892/boot-sequencing
baserock/richardmaw/S8564/ro-staging-area
baserock/richardmaw/S9245/init
baserock/richardmaw/add-read-dash-d
baserock/robkendrick/mips64
baserock/tiagogomes/bbgawk
master
git.busybox.net: busybox.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-30
7
-26
/
+25
*
unicode: relax array alignment for tables
Denys Vlasenko
2020-11-30
1
-8
/
+8
*
unicode: fix handling of short 1-4 char tables
Denys Vlasenko
2020-11-30
2
-3
/
+4
*
libbb: code shrink
Denys Vlasenko
2020-11-29
1
-6
/
+3
*
libbb: introduce and use msleep()
Denys Vlasenko
2020-11-29
1
-1
/
+14
*
libbb: introduce and use sleep1()
Denys Vlasenko
2020-11-29
1
-0
/
+6
*
libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping there
Denys Vlasenko
2020-11-29
1
-6
/
+16
*
libbb: in @SECONDS date format, use 64-bit time if libc allows
Denys Vlasenko
2020-11-28
1
-1
/
+5
*
base32/64: "truncated base64 input" -> "truncated input"
Denys Vlasenko
2020-11-28
1
-6
/
+7
*
libbb: change decode_base32/64 API to return the end of _dst_, not _src_.
Denys Vlasenko
2020-11-28
1
-14
/
+15
*
libbb: trim base32/64 tables
Denys Vlasenko
2020-11-28
1
-13
/
+11
*
base32/64: code shrink
Denys Vlasenko
2020-11-28
1
-29
/
+37
*
base32/64: code shrink
Denys Vlasenko
2020-11-28
1
-32
/
+43
*
libbb: faster and smaller decode_base32()
Denys Vlasenko
2020-11-27
1
-50
/
+34
*
libbb: smaller and faster decode_base64()
Denys Vlasenko
2020-11-27
1
-64
/
+36
*
base32: new applet
Denys Vlasenko
2020-11-26
1
-3
/
+81
*
libbb: set netlink socket revbuf size before binding
Jan Klötzke
2020-11-22
1
-8
/
+12
*
lineedit: fix unicode characters in prompt
Audun-Marius Gangstø
2020-11-21
1
-4
/
+11
*
od: unbreak it
Denys Vlasenko
2020-10-25
1
-24
/
+0
*
hexdump: fix dup block comparison
Denys Vlasenko
2020-10-20
1
-1
/
+0
*
xxd: fix printing of trailing spaces
Denys Vlasenko
2020-10-20
1
-22
/
+71
*
avoid using strok - eliminates use of hidden global variable
Denys Vlasenko
2020-10-06
2
-15
/
+20
*
libbb: shrink recursive_action() by reducing memory pressure
Denys Vlasenko
2020-10-01
1
-29
/
+43
*
gcc-9.x warning fixes
Denys Vlasenko
2020-10-01
1
-1
/
+3
*
libbb: do not open-code __errno_location() call
Denys Vlasenko
2020-10-01
1
-1
/
+6
*
libbb: extend "errno pointer" trick to other than __GLIBC__
Denys Vlasenko
2020-10-01
2
-3
/
+3
*
mount: support the sizelimit and offset option for loop devices
Steffen Trumtrar
2020-10-01
1
-1
/
+3
*
libbb: fold common64_hash() into its only user
Denys Vlasenko
2020-09-30
1
-47
/
+28
*
build system: drop PLATFORM_LINUX
Ron Yorston
2020-08-13
2
-3
/
+2
*
libbb: shrink last_char_is(), no longer allow NULL string argument
Denys Vlasenko
2020-07-19
1
-10
/
+5
*
libbb: code shrink in last_char_is()
Denys Vlasenko
2020-06-30
1
-8
/
+9
*
compare_string_array: code shrink
Martin Lewis
2020-06-29
1
-2
/
+5
*
procps: code shrink
Martin Lewis
2020-06-29
1
-2
/
+10
*
nologin: make it possible to build it as single applet
Denys Vlasenko
2020-06-24
1
-5
/
+33
*
suppress a few compile warnings
Denys Vlasenko
2020-06-24
1
-1
/
+1
*
randomconfig fixes
Denys Vlasenko
2020-06-23
1
-0
/
+1
*
xstrndup: Use strndup instead of implementing it.
Martin Lewis
2020-06-09
1
-14
/
+5
*
ash,hush: allow builtins to be tab-completed, closes 7532
Ron Yorston
2020-01-29
1
-3
/
+14
*
Remove stime() function calls
Alistair Francis
2019-11-19
1
-8
/
+0
*
read_key(): placate "warning: shifting a negative signed value is undefined"
Denys Vlasenko
2019-10-25
1
-1
/
+2
*
clang/llvm 9 fix - do not eliminate a store to a fake "const"
Denys Vlasenko
2019-10-25
2
-2
/
+2
*
Remove syscall wrappers around clock_gettime, closes 12091
Denys Vlasenko
2019-10-24
1
-10
/
+1
*
dpkg-deb: work around bogus error message when working with XZ compressed pac...
Denys Vlasenko
2019-10-11
1
-5
/
+8
*
replace: count_strstr - Handle an edge case where sub is empty
Martin Lewis
2019-10-09
1
-0
/
+4
*
libbb: Converted safe_read to safe_write format
Martin Lewis
2019-10-09
1
-2
/
+10
*
time: Use 64 prefix syscall if we have to
Alistair Francis
2019-10-08
1
-0
/
+7
*
unicode: code shrink in character width determination
Denys Vlasenko
2019-07-23
1
-0
/
+6
*
libbb: include <crypt.h> only if necessary
Denys Vlasenko
2019-07-16
1
-0
/
+2
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
30
-65
/
+88
*
libbb: deal with "declaration of 'link' shadows a global declaration" warning
Denys Vlasenko
2019-06-25
1
-7
/
+7
[prev]
[next]