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
/
libbb
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
libbb/yescrypt: remove unused prefetching code
Denys Vlasenko
2025-07-06
1
-43
/
+18
|
*
libbb/yescrypt: remove inlines (whcih gcc detects anyway) and dead ifderfs
Denys Vlasenko
2025-07-06
1
-44
/
+49
|
*
libbb: in DES crypt, error out on invalid salt chars
Denys Vlasenko
2025-07-06
1
-29
/
+7
|
*
libbb: code shrink in DES crypt
Denys Vlasenko
2025-07-06
1
-11
/
+7
|
*
libbb/yescrypt: use common ACSII char-to-64 conversion code
Denys Vlasenko
2025-07-06
3
-40
/
+30
|
*
libbb/yescrypt: shrink PBKDF2
Denys Vlasenko
2025-07-06
1
-14
/
+14
|
*
libbb/yescrypt: more efficient byteswapping
Denys Vlasenko
2025-07-06
3
-132
/
+8
|
*
restore mangled comment
Denys Vlasenko
2025-07-06
1
-2
/
+2
|
*
libbb/yescrypt: code shrink
Denys Vlasenko
2025-07-06
6
-37
/
+11
|
*
libbb/yescrypt: code shrink
Denys Vlasenko
2025-07-06
1
-11
/
+7
|
*
Move "sha256-hash a memory array and produce the digest" helper to libbb
Denys Vlasenko
2025-07-06
3
-28
/
+6
|
*
libbb/yescrypt: remove extra sha256 implementation
Denys Vlasenko
2025-07-06
2
-521
/
+39
|
*
libbb/yescrypt: comment tweaks
Denys Vlasenko
2025-07-06
2
-6
/
+9
|
*
libbb/yescrypt: use mmap for allocation, it's large - 16Mbytes
Denys Vlasenko
2025-07-06
4
-38
/
+43
|
*
libbb/yescrypt: reduce the number of function parameters
Denys Vlasenko
2025-07-06
4
-166
/
+136
|
*
libbb/yescrypt: code shrink in salt decoding
Denys Vlasenko
2025-07-06
1
-15
/
+11
|
*
libbb/yescrypt: code shrink in parameter decoding
Denys Vlasenko
2025-07-06
1
-31
/
+17
|
*
libbb/yescrypt: remove unused variable
Denys Vlasenko
2025-07-06
1
-8
/
+3
|
*
libbb/yescrypt: remove unused yescrypt_region_t tmp
Denys Vlasenko
2025-07-06
1
-7
/
+0
|
*
libbb/yescrypt: make some functions static
Denys Vlasenko
2025-07-06
3
-15
/
+22
|
*
libbb/yescrypt: remove unused yescrypt_binary_t
Denys Vlasenko
2025-07-06
1
-10
/
+1
|
*
libbb/yescrypt: remove YESCRYPT_INIT_SHARED flag and code using it
Denys Vlasenko
2025-07-06
2
-36
/
+13
|
*
libbb/yescrypt: remove unreachable support for scrypt hash ("$7$...")
Denys Vlasenko
2025-07-06
1
-95
/
+49
|
*
libbb/yescrypt: remove unused yescrypt_shared_t
Denys Vlasenko
2025-07-06
3
-77
/
+10
|
*
libbb/yescrypt: remove obviously unused, commented-out parts
Denys Vlasenko
2025-07-06
2
-445
/
+0
|
*
libbb: add yescrypt password hashing support
Denys Vlasenko
2025-07-06
10
-4
/
+3126
*
|
Merge branch 'busybox' into merge
Ron Yorston
2025-08-10
6
-74
/
+154
|
\
|
|
*
shell: empty HISTFILE disables history saving, just as unset one did
Denys Vlasenko
2025-07-04
1
-2
/
+4
|
*
shell: update HISTFILESIZE code to be actually useful
Denys Vlasenko
2025-07-03
2
-46
/
+56
|
*
shell: fix race between signal handlers setting bb_got_signal and poll()
Denys Vlasenko
2025-07-02
3
-6
/
+57
|
*
use pollfd[1] array for poll() argument
Denys Vlasenko
2025-07-02
1
-5
/
+6
|
*
libbb: Prevent clang from reading the G pointer before it is assigned
Bin Meng
2025-07-01
1
-1
/
+20
|
*
hexdump: fix regression for uint16 on big endian systems
Radoslav Kolev
2025-07-01
1
-2
/
+8
|
*
lineedit: fix left-over print to stdout
Ahmad Fatoum
2025-07-01
1
-1
/
+1
|
*
lineedit: fix printing lines during tab completion
Ahmad Fatoum
2025-07-01
1
-2
/
+3
*
|
Call BCryptDestroyHash before freeing memory handle
RFL890
2025-07-30
1
-0
/
+1
*
|
stty: enable a minimal Windows implementation
Ron Yorston
2025-07-25
1
-1
/
+1
*
|
win32: deduplicate die_if_error()
Ron Yorston
2025-07-11
1
-14
/
+5
*
|
patch tls.c to work with CNG implementation
RFL890
2025-07-11
1
-1
/
+1
*
|
Use Windows library for cryptographic checksums
cng_backend
Ron Yorston
2025-06-09
2
-0
/
+96
*
|
win32: enhanced support for SIGPIPE
FRP-5579-g5749feb35
Ron Yorston
2025-02-08
1
-4
/
+0
*
|
make: support GNU/BSD suffixes and inference rules
Ron Yorston
2025-01-14
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-12-30
2
-12
/
+11
|
\
|
|
*
cut: tweak --help
Denys Vlasenko
2024-12-11
1
-2
/
+2
|
*
hexdump: fix regression with -n4 -e '"%u"'
Natanael Copa
2024-12-09
1
-2
/
+4
|
*
libbb: tidy argument checks in getopt32()
Ron Yorston
2024-12-09
1
-8
/
+5
*
|
id: code shrink
Ron Yorston
2024-10-09
1
-0
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-10-08
2
-26
/
+32
|
\
|
|
*
libbb: modify find_executable() to not temporarily write to PATH
Denys Vlasenko
2024-10-08
1
-26
/
+30
*
|
libbb: code shrink supplementary group test
Ron Yorston
2024-10-08
1
-0
/
+6
[prev]
[next]