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
/
miscutils
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-10-06
tls: P256: x86-64 optimized sp_256_sub_8_p256_mod
Denys Vlasenko
1
-1
/
+31
2021-10-06
tls: P256: x86-64 assembly
Denys Vlasenko
1
-0
/
+99
2021-10-06
tls: P256: tweak arm assembly (currently disabled)
Denys Vlasenko
1
-88
/
+89
2021-10-06
tls: P@256: remove "header comment is kept intact" comment
Denys Vlasenko
1
-1
/
+0
2021-10-06
tls: P256: do not dumplicate sp_256_sub_8()
Denys Vlasenko
1
-23
/
+3
2021-10-06
tls: P256: shrink sp_256_mul_add_8 a bit more
Denys Vlasenko
1
-14
/
+24
2021-10-06
tls: P256: propagate constants, create dedicated "subtract p256_mod" function
Denys Vlasenko
1
-32
/
+108
2021-10-06
tls: optimize sp_256_mont_reduce_8 in P256
Denys Vlasenko
1
-21
/
+125
2021-10-05
tls: optimize sp_256_mul_8 in P256
Denys Vlasenko
1
-2
/
+82
2021-10-05
tls: replace "26-bit" P256 code with 32-bit one.
Denys Vlasenko
2
-498
/
+588
2021-10-05
tls: fix the case of sp_256_mont_tpl_10() leaving striay high bits
Denys Vlasenko
3
-11
/
+72
2021-10-05
tls: fix (what looks like) a rare corner case bug in P256
Denys Vlasenko
1
-4
/
+7
2021-10-05
tls: remove one overzealous debugging statement
Denys Vlasenko
1
-4
/
+0
2021-10-05
tls: add debugging scaffolding to P256 code
Denys Vlasenko
1
-0
/
+53
2021-10-05
tls: another P256 code shrink
Denys Vlasenko
1
-69
/
+54
2021-10-05
tls: P256 code shrink
Denys Vlasenko
1
-52
/
+42
2021-10-01
tls: "server cert is not RSA" is a fatal error
Denys Vlasenko
1
-1
/
+1
2021-10-01
wget: implement --post-file
Ron Yorston
1
-3
/
+23
2021-10-01
tls: add scaffolding to selectively disable ciphers. no code changes
Denys Vlasenko
1
-55
/
+51
2021-10-01
tls: code shrink P256 code
Denys Vlasenko
1
-14
/
+12
2021-09-30
tls: remove unused define
Denys Vlasenko
1
-2
/
+0
2021-09-28
less: Ignore -X
Ismael Luceno
1
-1
/
+1
2021-09-28
ash: fix compile breakage in !ENABLE_ASH_ALIAS config
Denys Vlasenko
1
-2
/
+2
2021-09-28
libbb: code shrink in main() and scripted_main()
Denys Vlasenko
1
-5
/
+5
2021-09-26
shell: fix parsing of $(( (v)++ + NUM ))
Denys Vlasenko
5
-22
/
+44
2021-09-26
ash: prevent exit if background jobs are present
Ron Yorston
1
-1
/
+9
2021-09-26
ash: associate command names with jobs
Ron Yorston
1
-14
/
+16
2021-09-26
ash: additional support for background jobs
Ron Yorston
3
-11
/
+44
2021-09-25
shell: enable more tests which are passing now
Denys Vlasenko
6
-73
/
+105
2021-09-25
shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7)
Denys Vlasenko
9
-46
/
+65
2021-09-25
libbb/lineedit: tweak #if indenting, no code changes
Denys Vlasenko
1
-8
/
+8
2021-09-22
ash: fix FUNCNAME issue
Ron Yorston
1
-0
/
+5
2021-09-21
cal: implement -m
Ron Yorston
1
-13
/
+25
2021-09-21
ash: improve signal handling
Ron Yorston
4
-1
/
+12
2021-09-18
libbb: code shrink parse_datestr (again)
Ron Yorston
1
-14
/
+9
2021-09-18
win32: limited version of timegm(3)
Ron Yorston
1
-84
/
+13
2021-09-17
ash: avoid problems with non-zero DEBUG
Ron Yorston
1
-3
/
+6
2021-09-17
win32: don't affect POSIX build
Ron Yorston
1
-1
/
+1
2021-09-17
libbb/lineedit: do not escape %^=+}]:, escape ~? in tab completion
Denys Vlasenko
1
-1
/
+10
2021-09-17
libbb: clarify what bb_mode_string() generates
Denys Vlasenko
3
-15
/
+12
2021-09-17
libbb: ensure mode_string is NUL terminated
Ron Yorston
1
-9
/
+3
2021-09-17
ash: adjust reinitvar() to allow for FUNCNAME
Ron Yorston
1
-1
/
+10
2021-09-17
win32: changes to allow timezones in dates
Ron Yorston
7
-9
/
+254
2021-09-17
libbb: eliminate a static data array in bb_mode_string()
Denys Vlasenko
7
-12
/
+16
2021-09-17
libbb: code shrink bb_parse_mode
Denys Vlasenko
2
-3
/
+4
2021-09-17
chmod: correctly report changed modes
Denys Vlasenko
1
-1
/
+2
2021-09-17
date,touch: allow timezone offsets in dates
Ron Yorston
6
-10
/
+83
2021-09-16
getopt: code shrink
Ron Yorston
1
-36
/
+28
2021-09-15
ash: introduce bash-like $FUNCNAME
Denys Vlasenko
1
-3
/
+24
2021-09-15
libbb: code shrink parse_datestr
Ron Yorston
1
-11
/
+36
[prev]
[next]