summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tls: code shrink curve25519Denys Vlasenko2021-10-111-15/+39
* tls: remove unused tls_symmetric.h (was used by old "big" AES code)Denys Vlasenko2021-10-112-512/+0
* chrt: silence analyzer warningBernhard Reutner-Fischer2021-10-101-1/+1
* find: code shrink -{m,a,c}{time,min}Denys Vlasenko2021-10-101-28/+33
* *: add more beneficial NOINLINEsDenys Vlasenko2021-10-103-3/+3
* *: add NOINLINEs where code noticeably shrinksDenys Vlasenko2021-10-108-8/+8
* Make const ptr assign as function call in clangYU Jincheng2021-10-097-12/+38
* find: implement -amin, -atime, -cmin, and -ctimeIsmael Luceno2021-10-091-9/+103
* hush: speed up ${x//\*/|} tooDenys Vlasenko2021-10-091-4/+9
* ash: speed up ${x//\*/|} too, make it independent of ASH_OPTIMIZE_FOR_SIZEDenys Vlasenko2021-10-091-6/+12
* ash.c: speedup ${s:} substring (no quotes)Alin Mr2021-10-091-6/+11
* libbb: better coreutils compatibility for realpathRon Yorston2021-10-093-31/+91
* xxd: fix -p -r, closes 13881Denys Vlasenko2021-10-082-13/+44
* resize: use tcgetattr(TCSAFLUSH) instead of TCSANOW, closes 13811Denys Vlasenko2021-10-081-1/+13
* mktemp: add --tmpdir optionAndrej Valek2021-10-081-1/+15
* tar: improve comments, add FIXMEs. no code changesDenys Vlasenko2021-10-081-2/+3
* libbb.h: fix logic selecting incorrect BB_STRTOOFF for !LFS configsDenys Vlasenko2021-10-081-3/+7
* httpd: if range is not specified, correctly fall back to read/write loopDenys Vlasenko2021-10-081-2/+5
* help: s/Don't daemonize/Run in foreground/gDenys Vlasenko2021-10-083-3/+3
* mdev: tweak --helpDenys Vlasenko2021-10-081-5/+5
* mount: "mount -o rw ...." should not fall back to RO mountDenys Vlasenko2021-10-081-8/+13
* ip: added support for setting netns on devicesNicholas Niro2021-10-072-3/+34
* ps: fix -o pid=PID,args interpreting entire "PID,args" as headerDenys Vlasenko2021-10-071-14/+18
* find: Unify time comparisonsIsmael Luceno2021-10-071-16/+20
* config: find: Fix mtime/mmin descriptionIsmael Luceno2021-10-071-2/+2
* *: generalize "const trick"YU Jincheng2021-10-076-38/+34
* tls: whitespace fixDenys Vlasenko2021-10-061-3/+3
* tls: P256: sp_256_sub_8_p256_mod always subtracts in-place, use thatDenys Vlasenko2021-10-061-63/+36
* tls: P256: x86-64 optimized sp_256_sub_8_p256_modDenys Vlasenko2021-10-061-1/+31
* tls: P256: x86-64 assemblyDenys Vlasenko2021-10-061-0/+99
* tls: P256: tweak arm assembly (currently disabled)Denys Vlasenko2021-10-061-88/+89
* tls: P@256: remove "header comment is kept intact" commentDenys Vlasenko2021-10-061-1/+0
* tls: P256: do not dumplicate sp_256_sub_8()Denys Vlasenko2021-10-061-23/+3
* tls: P256: shrink sp_256_mul_add_8 a bit moreDenys Vlasenko2021-10-061-14/+24
* tls: P256: propagate constants, create dedicated "subtract p256_mod" functionDenys Vlasenko2021-10-061-32/+108
* tls: optimize sp_256_mont_reduce_8 in P256Denys Vlasenko2021-10-061-21/+125
* tls: optimize sp_256_mul_8 in P256Denys Vlasenko2021-10-051-2/+82
* tls: replace "26-bit" P256 code with 32-bit one.Denys Vlasenko2021-10-052-498/+588
* tls: fix the case of sp_256_mont_tpl_10() leaving striay high bitsDenys Vlasenko2021-10-053-11/+72
* tls: fix (what looks like) a rare corner case bug in P256Denys Vlasenko2021-10-051-4/+7
* tls: remove one overzealous debugging statementDenys Vlasenko2021-10-051-4/+0
* tls: add debugging scaffolding to P256 codeDenys Vlasenko2021-10-051-0/+53
* tls: another P256 code shrinkDenys Vlasenko2021-10-051-69/+54
* tls: P256 code shrinkDenys Vlasenko2021-10-051-52/+42
* tls: "server cert is not RSA" is a fatal errorDenys Vlasenko2021-10-011-1/+1
* wget: implement --post-fileRon Yorston2021-10-011-3/+23
* tls: add scaffolding to selectively disable ciphers. no code changesDenys Vlasenko2021-10-011-55/+51
* tls: code shrink P256 codeDenys Vlasenko2021-10-011-14/+12
* tls: remove unused defineDenys Vlasenko2021-09-301-2/+0
* less: Ignore -XIsmael Luceno2021-09-281-1/+1