aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-05tls: optimize sp_256_mul_8 in P256Denys Vlasenko1-2/+82
2021-10-05tls: replace "26-bit" P256 code with 32-bit one.Denys Vlasenko2-498/+588
2021-10-05tls: fix the case of sp_256_mont_tpl_10() leaving striay high bitsDenys Vlasenko3-11/+72
2021-10-05tls: fix (what looks like) a rare corner case bug in P256Denys Vlasenko1-4/+7
2021-10-05tls: remove one overzealous debugging statementDenys Vlasenko1-4/+0
2021-10-05tls: add debugging scaffolding to P256 codeDenys Vlasenko1-0/+53
2021-10-05tls: another P256 code shrinkDenys Vlasenko1-69/+54
2021-10-05tls: P256 code shrinkDenys Vlasenko1-52/+42
2021-10-01tls: "server cert is not RSA" is a fatal errorDenys Vlasenko1-1/+1
2021-10-01wget: implement --post-fileRon Yorston1-3/+23
2021-10-01tls: add scaffolding to selectively disable ciphers. no code changesDenys Vlasenko1-55/+51
2021-10-01tls: code shrink P256 codeDenys Vlasenko1-14/+12
2021-09-30tls: remove unused defineDenys Vlasenko1-2/+0
2021-09-28less: Ignore -XIsmael Luceno1-1/+1
2021-09-28ash: fix compile breakage in !ENABLE_ASH_ALIAS configDenys Vlasenko1-2/+2
2021-09-28libbb: code shrink in main() and scripted_main()Denys Vlasenko1-5/+5
2021-09-26shell: fix parsing of $(( (v)++ + NUM ))Denys Vlasenko5-22/+44
2021-09-25shell: enable more tests which are passing nowDenys Vlasenko6-73/+105
2021-09-25shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7)Denys Vlasenko9-46/+65
2021-09-25libbb/lineedit: tweak #if indenting, no code changesDenys Vlasenko1-8/+8
2021-09-21cal: implement -mRon Yorston1-13/+25
2021-09-18libbb: code shrink parse_datestr (again)Ron Yorston1-14/+9
2021-09-17libbb/lineedit: do not escape %^=+}]:, escape ~? in tab completionDenys Vlasenko1-1/+10
2021-09-17libbb: clarify what bb_mode_string() generatesDenys Vlasenko3-15/+12
2021-09-17libbb: ensure mode_string is NUL terminatedRon Yorston1-9/+3
2021-09-17libbb: eliminate a static data array in bb_mode_string()Denys Vlasenko7-12/+16
2021-09-17libbb: code shrink bb_parse_modeDenys Vlasenko2-3/+4
2021-09-17chmod: correctly report changed modesDenys Vlasenko1-1/+2
2021-09-17date,touch: allow timezone offsets in datesRon Yorston6-10/+83
2021-09-16getopt: code shrinkRon Yorston1-36/+28
2021-09-15ash: introduce bash-like $FUNCNAMEDenys Vlasenko1-3/+24
2021-09-15libbb: code shrink parse_datestrRon Yorston1-11/+36
2021-09-14ash: let ignoreeof only affect interactive shellsRon Yorston1-3/+4
2021-09-14ash: stopped jobs should only prevent exit from interactive shellRon Yorston1-1/+1
2021-09-14ash: fix ignoreeof optionRon Yorston1-19/+3
2021-09-11df: "support" -H as an alias of -hDenys Vlasenko1-11/+15
2021-09-10httpd: fix config depsDenys Vlasenko1-0/+1
2021-09-10libbb: reuse "bad port" error message stringDenys Vlasenko1-1/+1
2021-09-10blkdiscard: accept -f (force) as no-opDenys Vlasenko1-5/+8
2021-09-09basename: implement -a and -s SUFFIXDenys Vlasenko1-24/+38
2021-09-09libbb: make bb_lookup_port() abort on bad port namesDenys Vlasenko4-22/+10
2021-09-09httpd,telnetd: make default port configurableSergey Ponomarev3-4/+21
2021-09-09awk: never return NULL from awk_printf()Denys Vlasenko1-4/+4
2021-09-09awk: code shrinkDenys Vlasenko1-8/+7
2021-09-09awk: code shrink: avoid duplicate NUL checks and strlen()Denys Vlasenko1-21/+33
2021-09-09awk: fix read beyond end of bufferRon Yorston1-11/+13
2021-09-09ash: eval: Prevent recursive PS4 expansionDenys Vlasenko1-1/+6
2021-09-08ash: parser: Get rid of PEOADenys Vlasenko1-131/+108
2021-09-08ash: parser: Fix alias expansion after heredoc or newlinesDenys Vlasenko5-2/+31
2021-09-08ash: use pgetc_eatbnl() in more places, take 3Denys Vlasenko1-1/+1