index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
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
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
README
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-01-01
libbb/sha1: x86_64 version: bswap in 64-bit chunks
Denys Vlasenko
2
-21
/
+23
2022-01-01
libbb/sha1: shrink x86_64 version - use r8..15 for W[8..15]
Denys Vlasenko
2
-61
/
+240
2022-01-01
libbb/sha1: assembly versions for x86
Denys Vlasenko
2
-1
/
+418
2021-12-31
libbb/sha1: shrink and speed up fully unrolled version
Denys Vlasenko
2
-1
/
+23
2021-12-30
libbb/sha1: add config-selectable partially unrolled version
Denys Vlasenko
2
-5
/
+98
2021-12-30
libbb/sha1: add config-selectable fully unrolled version, closes 14391
Denys Vlasenko
2
-14
/
+95
2021-12-29
ed: add support for -s command-line option as mandated by POSIX
Sören Tempel
1
-4
/
+11
2021-12-29
echo: add FIXME comment
Denys Vlasenko
1
-0
/
+2
2021-12-28
scripts/echo.c: fix NUL handling in "abc\0 def"
Denys Vlasenko
1
-14
/
+21
2021-12-28
libbb: cose shrink in sha1
Denys Vlasenko
1
-5
/
+2
2021-12-26
Start 1.36.0 development cycle
Denys Vlasenko
1
-2
/
+2
2021-12-26
Bump version to 1.35.0
1_35_0
Denys Vlasenko
1
-1
/
+1
2021-12-26
httpd: fix compile failure if !FEATURE_HTTPD_RANGES
Denys Vlasenko
1
-0
/
+4
2021-12-25
sed: do not ignore 'g' modifier when match starts with ^
Dominique Martinet
2
-2
/
+7
2021-12-19
ed: align output of read command with POSIX.1-2008
Sören Tempel
1
-3
/
+0
2021-12-19
ed: fix current line number for file passed via the command-line
Sören Tempel
1
-2
/
+0
2021-12-17
timeout: add support for "timeout -k KILL_SECS"
Matthew Slowe
1
-11
/
+32
2021-12-17
cmp: code shrink
Denys Vlasenko
1
-2
/
+2
2021-12-17
ed: add support for -p command-line option as mandated by POSIX
Sören Tempel
1
-4
/
+10
2021-12-17
cmp: add support for -n
Walter Lozano
1
-4
/
+10
2021-12-17
docs/embedded-scripts.txt: whitespace fix
Denys Vlasenko
1
-8
/
+8
2021-12-17
find: implement -samefile
Aaro Koskinen
1
-0
/
+35
2021-12-17
printf: allow 0 as a flag and allow multiple flags
Ron Yorston
2
-1
/
+11
2021-12-17
httpd: do not send Last-Modified / ETag / Content-Length for error pages
Denys Vlasenko
1
-20
/
+14
2021-12-17
httpd: don't send Content-Length in error pages header
Denys Vlasenko
1
-14
/
+21
2021-12-12
libarchive/get_header_ar.c: fix extraction of archives from binutils in deter...
Peter Korsgaard
1
-1
/
+5
2021-12-12
udhcpc6: fix udhcp_find_option to actually find DHCP6 options
Denys Vlasenko
5
-14
/
+34
2021-12-12
Makefile.flags: use all cflags for crypt and rt checks
Martin Kaiser
1
-2
/
+2
2021-12-12
wget: allow end-users to customize Content-Type for --post-data and --post-file
Ildar Shaimordanov
1
-13
/
+22
2021-12-12
uudecode: special-case "/dev/stdout", closes 14241
Denys Vlasenko
2
-2
/
+11
2021-12-11
tls: P256: factor out "multiply then reduce" operation
Denys Vlasenko
1
-7
/
+13
2021-12-01
tls: x25519: code shrink by factoring out common code
Denys Vlasenko
1
-47
/
+21
2021-11-28
tls: P256: enable 64-bit version of montgomery reduction
Denys Vlasenko
1
-7
/
+8
2021-11-28
tls: P256: add 64-bit montgomery reduce (disabled), small optimization in 32-...
Denys Vlasenko
1
-18
/
+159
2021-11-28
tls: P256: add comment on logic in sp_512to256_mont_reduce_8, no code changes
Denys Vlasenko
1
-10
/
+23
2021-11-28
libbb: code shrink in des encryption, in setup_salt()
Denys Vlasenko
2
-15
/
+28
2021-11-28
tls: P256: simplify sp_256_mont_inv_8 (no need for a temporary)
Denys Vlasenko
1
-6
/
+4
2021-11-28
libarchive: remove duplicate forward declaration
Bernhard Reutner-Fischer
1
-1
/
+0
2021-11-28
tls: P256: pad struct sp_point to 64 bits (on 64-bit arches)
Denys Vlasenko
1
-5
/
+9
2021-11-27
tls: P256: trivial x86-64 fix
Denys Vlasenko
1
-1
/
+1
2021-11-27
tls: P256: change logic so that we don't need double-wide vectors everywhere
Denys Vlasenko
1
-106
/
+72
2021-11-27
tls: P256: do not open-code copying of struct variables
Denys Vlasenko
1
-1
/
+3
2021-11-27
tls: P256: fix sp_256_div2_8 - it wouldn't use a[] if low bit is 0
Denys Vlasenko
1
-5
/
+7
2021-11-27
tls: P256: remove redundant zeroing in sp_256_map_8
Denys Vlasenko
1
-2
/
+0
2021-11-27
tls: P256: explain which functions use double-wide arrays, no code changes
Denys Vlasenko
1
-153
/
+58
2021-11-27
tls: P256: remove constant-time trick in sp_256_proj_point_add_8
Denys Vlasenko
1
-42
/
+37
2021-11-27
tls: P256: do not open-code copying of struct variables
Denys Vlasenko
1
-2
/
+2
2021-11-27
tls: tweak debug printout
Denys Vlasenko
1
-1
/
+2
2021-11-27
tls: P256: 64-bit optimizations
Denys Vlasenko
2
-15
/
+101
2021-11-09
which: add -a to help text
Denys Vlasenko
1
-2
/
+3
[next]