index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
cron_changes
dscho-kill-gently
embed
fix_backslash
join2
long_paths
manifest
master
merge
merge_1_19
merge_1_20
mount_point
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
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
sha384sum: new applet
Andy Knowles
2025-07-30
1
-1
/
+6
*
|
Post-merge fixes
Ron Yorston
2025-08-12
1
-2
/
+32
*
|
Merge branch 'busybox' into merge
Ron Yorston
2025-08-12
2
-18
/
+73
|
\
|
|
*
password applets: update help text
Denys Vlasenko
2025-07-18
1
-3
/
+3
|
*
libbb.h: increase MAX_PW_SALT_LEN
Denys Vlasenko
2025-07-17
1
-6
/
+6
|
*
libbb: introduce and use block-XOR functions
Denys Vlasenko
2025-07-09
1
-0
/
+10
|
*
libbb/yescrypt: accept longer salts (up to 84 chars)
Denys Vlasenko
2025-07-07
1
-2
/
+3
|
*
libbb/yescrypt: remove redundant SHA256 HMAC implementation
Denys Vlasenko
2025-07-07
1
-1
/
+9
|
*
libbb: factor out HMAC code from TLS
Denys Vlasenko
2025-07-07
1
-8
/
+32
|
*
libbb/yescrypt: use common ascii64 encoding routine
Denys Vlasenko
2025-07-06
1
-0
/
+1
|
*
libbb/yescrypt: use common ACSII char-to-64 conversion code
Denys Vlasenko
2025-07-06
1
-0
/
+1
|
*
libbb/yescrypt: code shrink
Denys Vlasenko
2025-07-06
1
-0
/
+2
|
*
Move "sha256-hash a memory array and produce the digest" helper to libbb
Denys Vlasenko
2025-07-06
1
-0
/
+1
|
*
libbb: add yescrypt password hashing support
Denys Vlasenko
2025-07-06
1
-8
/
+14
*
|
Merge branch 'busybox' into merge
Ron Yorston
2025-08-10
1
-25
/
+8
|
\
|
|
*
shell: update HISTFILESIZE code to be actually useful
Denys Vlasenko
2025-07-03
1
-1
/
+1
|
*
shell: fix race between signal handlers setting bb_got_signal and poll()
Denys Vlasenko
2025-07-02
1
-0
/
+1
|
*
libbb: Prevent clang from reading the G pointer before it is assigned
Bin Meng
2025-07-01
1
-19
/
+3
*
|
tls: whitespace fixes
Ron Yorston
2025-08-08
1
-1
/
+1
*
|
tls: add Schannel implementation
rfl890
2025-08-07
1
-0
/
+37
*
|
stty: enable a minimal Windows implementation
Ron Yorston
2025-07-25
1
-0
/
+1
*
|
win32: deduplicate die_if_error()
Ron Yorston
2025-07-11
1
-0
/
+1
*
|
format #defines
RFL890
2025-06-09
1
-8
/
+8
*
|
Use Windows library for cryptographic checksums
cng_backend
Ron Yorston
2025-06-09
1
-0
/
+37
*
|
Merge branch 'busybox' into merge
Ron Yorston
2025-05-19
1
-3
/
+3
|
\
|
|
*
libbb/archival: make setup_unzip_on_fd() return bytes read if not compressed
Denys Vlasenko
2025-04-20
1
-3
/
+3
*
|
win32: retry when command needs elevated privileges
Ron Yorston
2025-02-03
1
-0
/
+1
*
|
ash: match behaviour of cmd.exe in cd builtin
Ron Yorston
2024-11-19
1
-0
/
+1
*
|
test: code shrink supplementary groups
Ron Yorston
2024-10-09
1
-0
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-10-08
1
-1
/
+1
|
\
|
|
*
libbb: modify find_executable() to not temporarily write to PATH
Denys Vlasenko
2024-10-08
1
-1
/
+1
*
|
libbb: code shrink supplementary group test
Ron Yorston
2024-10-08
1
-0
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-10-08
1
-0
/
+14
|
\
|
|
*
ash: cache more of uid/gid syscalls
Denys Vlasenko
2024-10-07
1
-2
/
+4
|
*
ash: make "test -x" use cached groupinfo
Denys Vlasenko
2024-10-07
1
-0
/
+1
|
*
libbb: simplify parameter passing in is_in_supplementary_groups()
Denys Vlasenko
2024-10-07
1
-2
/
+8
|
*
libbb: move is_in_supplementary_groups() from test to libbb
Denys Vlasenko
2024-10-07
1
-0
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-09-28
1
-5
/
+5
|
\
|
|
*
lineedit: make save_history() FAST_FUNC
Denys Vlasenko
2024-09-27
1
-5
/
+5
*
|
Use builtin ffs also with GCC
Christopher Wellons
2024-09-21
1
-1
/
+1
*
|
ash: optimise running of scripts (2)
Ron Yorston
2024-09-04
1
-0
/
+1
*
|
ash: optimise running of scripts
Ron Yorston
2024-08-19
1
-0
/
+8
*
|
win32: code shrink
Ron Yorston
2024-08-16
1
-17
/
+17
*
|
win32: use 64-bit time on 32-bit platforms
Ron Yorston
2024-08-14
2
-0
/
+20
*
|
su: detect inability to raise privilege
Ron Yorston
2024-08-03
1
-0
/
+5
*
|
ash: read profile script relative to binary
Ron Yorston
2024-07-08
1
-0
/
+1
*
|
win32: code shrink system drive handling
Ron Yorston
2024-07-07
1
-1
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-06-23
1
-0
/
+9
|
\
|
|
*
libbb: fix 64-bit bb_popcnt_long
Denys Vlasenko
2024-05-31
1
-1
/
+1
|
*
libbb: add bit counting function, use where appropriate
Denys Vlasenko
2024-05-31
1
-0
/
+7
[prev]
[next]