index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbb: add and use infrastructure for fixed page size optimization
Denys Vlasenko
2020-12-14
1
-2
/
+2
*
libbb: create and use mmap() helpers
Denys Vlasenko
2020-12-14
2
-4
/
+22
*
libbb: make msleep() result in only one syscall instead of looping
Denys Vlasenko
2020-12-11
2
-1
/
+18
*
mkdtemp: proper error detection on mktemp
Xabier Oneca
2020-12-08
1
-1
/
+2
*
libbb: exec_login_shell() - new function
Denys Vlasenko
2020-12-02
1
-2
/
+7
*
libbb: code shrink in exec_shell()
Denys Vlasenko
2020-12-02
1
-6
/
+8
*
libbb: rename run_shell() to exec_shell()
Denys Vlasenko
2020-12-02
2
-11
/
+11
*
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
[next]