index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
cron_changes
dscho-kill-gently
embed
fix_backslash
long_paths
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
zstd
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
hush: if !JOBS, skip tests which wouldn't work
Denys Vlasenko
2025-08-03
13
-2
/
+41
|
*
hush: don't save history in subshells; on NOMMU, don't be interactive on reexec
Denys Vlasenko
2025-08-03
1
-54
/
+72
|
*
hush: rename hush_exit to save_history_run_exit_trap_and_exit, sigexit to res...
Denys Vlasenko
2025-08-03
1
-15
/
+15
|
*
shell: fix the check of empty HISTFILE
Denys Vlasenko
2025-08-03
1
-1
/
+1
|
*
ftpd: code shrink, move replace_char() to libbb
Denys Vlasenko
2025-08-02
7
-53
/
+46
|
*
ls: don't do unnecessary tty operations when called from ftpd
Denys Vlasenko
2025-08-01
1
-5
/
+13
|
*
ls: code shrink
Denys Vlasenko
2025-08-01
1
-19
/
+20
|
*
libbb/dump: much faster formatting of %_u on x86
Denys Vlasenko
2025-08-01
2
-3
/
+19
|
*
libbb/yescrypt: code shrink
Denys Vlasenko
2025-08-01
1
-4
/
+9
|
*
ls: fix -Q to match GNU
Denys Vlasenko
2025-08-01
6
-34
/
+114
|
*
ls: lack of -q should not suppress -Q
Denys Vlasenko
2025-07-31
1
-4
/
+6
|
*
ls: implement -q, fix -w0, reduce startup time
Denys Vlasenko
2025-07-31
2
-62
/
+122
|
*
*: use safe_waitpid() or wait_any_nohang() where approppriate
Denys Vlasenko
2025-07-30
3
-7
/
+9
|
*
crond: reap orphaned grandchildren to prevent zombie buildup
Valentin Lab
2025-07-30
1
-0
/
+4
|
*
date: return failure exit code on clock_settime error
Ladislav Michl
2025-07-30
1
-1
/
+1
|
*
sha3sum: add -aBITS tests
Denys Vlasenko
2025-07-30
2
-4
/
+8
|
*
sha384sum: new applet
Andy Knowles
2025-07-30
6
-31
/
+97
*
|
Use Windows API for checksums on ARM64
Ron Yorston
2025-08-12
1
-1
/
+1
*
|
Post-merge fixes
Ron Yorston
2025-08-12
3
-7
/
+88
*
|
Merge branch 'busybox' into merge
Ron Yorston
2025-08-12
41
-627
/
+3129
|
\
|
|
*
telnetd: improve --help
Denys Vlasenko
2025-07-27
1
-2
/
+2
|
*
libbb: SHA-NI - document that unpckhpd also works, no code changes
Denys Vlasenko
2025-07-22
2
-0
/
+4
|
*
libbb: SHA-NI code shrink
Denys Vlasenko
2025-07-22
2
-34
/
+66
|
*
libbb: change define names in SHA-NI code to match kernel source more closely
Denys Vlasenko
2025-07-21
2
-166
/
+166
|
*
libbb/yescrypt: de-unroll salsa20()
Denys Vlasenko
2025-07-20
2
-23
/
+76
|
*
libbb: crypt_make_pw_salt(): fix yescrypt's random salt last char
Denys Vlasenko
2025-07-19
2
-4
/
+12
|
*
cryptpw: fix detection of crypt algo from salt (was broken if default isn't DES)
Denys Vlasenko
2025-07-19
2
-11
/
+34
|
*
libbb/yescrypt: code shrink
Denys Vlasenko
2025-07-19
1
-28
/
+25
|
*
bootchartd: check the result of opendir("/proc")
Denys Vlasenko
2025-07-19
1
-1
/
+1
|
*
tftp: use bb_error_msg instead of info_msg for a debug message
Denys Vlasenko
2025-07-18
1
-1
/
+1
|
*
ntpd: replace two bb_info_msg's with bb_error_msg
Denys Vlasenko
2025-07-18
1
-2
/
+2
|
*
sulogin: set ^C to SIG_DFL before execing the shell
Denys Vlasenko
2025-07-18
1
-3
/
+6
|
*
password applets: update help text
Denys Vlasenko
2025-07-18
2
-4
/
+4
|
*
libbb.h: increase MAX_PW_SALT_LEN
Denys Vlasenko
2025-07-17
2
-8
/
+7
|
*
libbb/yescrypt: actually, largest allowed salt is 86 chars, support that
Denys Vlasenko
2025-07-17
3
-15
/
+23
|
*
libbb/yescrypt: code shrink
Denys Vlasenko
2025-07-15
1
-15
/
+8
|
*
libbb/yescrypt: code shrink
Denys Vlasenko
2025-07-11
2
-10
/
+7
|
*
libbb/yescrypt: code shrink
Denys Vlasenko
2025-07-09
2
-15
/
+28
|
*
libbb/bitops.c: add inlining comment
Denys Vlasenko
2025-07-09
1
-0
/
+20
|
*
libbb: introduce and use block-XOR functions
Denys Vlasenko
2025-07-09
7
-38
/
+137
|
*
hush: fix SEGV on "echo << >" and such
Denys Vlasenko
2025-07-08
5
-0
/
+11
|
*
libbb: code shrink in sha_crypt()
Denys Vlasenko
2025-07-08
1
-2
/
+1
|
*
libbb/yescrypt: disable NROM code
Denys Vlasenko
2025-07-08
2
-27
/
+50
|
*
libbb/yescrypt: disable code which accepts unusual yescrypt parameters
Denys Vlasenko
2025-07-08
2
-53
/
+92
|
*
libbb/yescrypt: explain and shrink decode64_uint32()
Denys Vlasenko
2025-07-08
2
-10
/
+79
|
*
libbb/yescrypt: code shrink
Denys Vlasenko
2025-07-08
2
-19
/
+49
|
*
libbb/yescrypt: madvise(MADV_HUGEPAGE) our usually very large allocation
Denys Vlasenko
2025-07-07
1
-2
/
+13
|
*
libbb/yescrypt: disable unrolling in two places
Denys Vlasenko
2025-07-07
1
-96
/
+159
|
*
libbb/yescrypt: 64-bit build fixes
Denys Vlasenko
2025-07-07
1
-8
/
+4
|
*
add libbb/yescrypt/PARAMETERS
Denys Vlasenko
2025-07-07
3
-6
/
+202
[prev]
[next]