aboutsummaryrefslogtreecommitdiff
path: root/editors/vi.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-06tls: P256: x86-64 optimized sp_256_sub_8_p256_modDenys Vlasenko1-1/+31
2021-10-06tls: P256: x86-64 assemblyDenys Vlasenko1-0/+99
2021-10-06tls: P256: tweak arm assembly (currently disabled)Denys Vlasenko1-88/+89
2021-10-06tls: P@256: remove "header comment is kept intact" commentDenys Vlasenko1-1/+0
2021-10-06tls: P256: do not dumplicate sp_256_sub_8()Denys Vlasenko1-23/+3
2021-10-06tls: P256: shrink sp_256_mul_add_8 a bit moreDenys Vlasenko1-14/+24
2021-10-06tls: P256: propagate constants, create dedicated "subtract p256_mod" functionDenys Vlasenko1-32/+108
2021-10-06tls: optimize sp_256_mont_reduce_8 in P256Denys Vlasenko1-21/+125
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-26ash: prevent exit if background jobs are presentRon Yorston1-1/+9
2021-09-26ash: associate command names with jobsRon Yorston1-14/+16
2021-09-26ash: additional support for background jobsRon Yorston3-11/+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-22ash: fix FUNCNAME issueRon Yorston1-0/+5
2021-09-21cal: implement -mRon Yorston1-13/+25
2021-09-21ash: improve signal handlingRon Yorston4-1/+12
2021-09-18libbb: code shrink parse_datestr (again)Ron Yorston1-14/+9
2021-09-18win32: limited version of timegm(3)Ron Yorston1-84/+13
2021-09-17ash: avoid problems with non-zero DEBUGRon Yorston1-3/+6
2021-09-17win32: don't affect POSIX buildRon Yorston1-1/+1
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-17ash: adjust reinitvar() to allow for FUNCNAMERon Yorston1-1/+10
2021-09-17win32: changes to allow timezones in datesRon Yorston7-9/+254
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