aboutsummaryrefslogtreecommitdiff
path: root/archival (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-12Makefile.flags: use all cflags for crypt and rt checksMartin Kaiser1-2/+2
2021-12-12wget: allow end-users to customize Content-Type for --post-data and --post-fileIldar Shaimordanov1-13/+22
2021-12-12uudecode: special-case "/dev/stdout", closes 14241Denys Vlasenko2-2/+11
2021-12-11tls: P256: factor out "multiply then reduce" operationDenys Vlasenko1-7/+13
2021-12-01tls: x25519: code shrink by factoring out common codeDenys Vlasenko1-47/+21
2021-11-28tls: P256: enable 64-bit version of montgomery reductionDenys Vlasenko1-7/+8
2021-11-28tls: P256: add 64-bit montgomery reduce (disabled), small optimization in 32-...Denys Vlasenko1-18/+159
2021-11-28tls: P256: add comment on logic in sp_512to256_mont_reduce_8, no code changesDenys Vlasenko1-10/+23
2021-11-28libbb: code shrink in des encryption, in setup_salt()Denys Vlasenko2-15/+28
2021-11-28tls: P256: simplify sp_256_mont_inv_8 (no need for a temporary)Denys Vlasenko1-6/+4
2021-11-28libarchive: remove duplicate forward declarationBernhard Reutner-Fischer1-1/+0
2021-11-28tls: P256: pad struct sp_point to 64 bits (on 64-bit arches)Denys Vlasenko1-5/+9
2021-11-27tls: P256: trivial x86-64 fixDenys Vlasenko1-1/+1
2021-11-27tls: P256: change logic so that we don't need double-wide vectors everywhereDenys Vlasenko1-106/+72
2021-11-27tls: P256: do not open-code copying of struct variablesDenys Vlasenko1-1/+3
2021-11-27tls: P256: fix sp_256_div2_8 - it wouldn't use a[] if low bit is 0Denys Vlasenko1-5/+7
2021-11-27tls: P256: remove redundant zeroing in sp_256_map_8Denys Vlasenko1-2/+0
2021-11-27tls: P256: explain which functions use double-wide arrays, no code changesDenys Vlasenko1-153/+58
2021-11-27tls: P256: remove constant-time trick in sp_256_proj_point_add_8Denys Vlasenko1-42/+37
2021-11-27tls: P256: do not open-code copying of struct variablesDenys Vlasenko1-2/+2
2021-11-27tls: tweak debug printoutDenys Vlasenko1-1/+2
2021-11-27tls: P256: 64-bit optimizationsDenys Vlasenko2-15/+101
2021-11-09which: add -a to help textDenys Vlasenko1-2/+3
2021-10-13cpio: add support for --renumber-inodes like GNU cpioAriadne Conill1-0/+32
2021-10-13cpio: add support for --ignore-devno like GNU cpioAriadne Conill1-0/+20
2021-10-13shell: tweak --helpDenys Vlasenko2-2/+2
2021-10-13hush: in a comment, document what -i might be doingDenys Vlasenko2-6/+28
2021-10-12ed: align output of read/write commands with POSIX-1.2008Sören Tempel1-14/+18
2021-10-12config system: move some options closer to relevalnt tool subdirectoriesDenys Vlasenko6-131/+132
2021-10-12shell: use more compact SHELL_ASH / HUSH config defines. no code changesDenys Vlasenko2-11/+3
2021-10-11shell: do not read user database for every prompt - only for those which need itDenys Vlasenko1-27/+46
2021-10-11tar: prevent malicious archives with enormous long name sizes OOMing the machineDenys Vlasenko1-3/+8
2021-10-11whitespace fixDenys Vlasenko1-1/+0
2021-10-11shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=yDenys Vlasenko7-2/+78
2021-10-11tls: code shrink curve25519Denys Vlasenko1-15/+39
2021-10-11tls: remove unused tls_symmetric.h (was used by old "big" AES code)Denys Vlasenko2-512/+0
2021-10-10chrt: silence analyzer warningBernhard Reutner-Fischer1-1/+1
2021-10-10find: code shrink -{m,a,c}{time,min}Denys Vlasenko1-28/+33
2021-10-10*: add more beneficial NOINLINEsDenys Vlasenko3-3/+3
2021-10-10*: add NOINLINEs where code noticeably shrinksDenys Vlasenko8-8/+8
2021-10-09Make const ptr assign as function call in clangYU Jincheng7-12/+38
2021-10-09find: implement -amin, -atime, -cmin, and -ctimeIsmael Luceno1-9/+103
2021-10-09hush: speed up ${x//\*/|} tooDenys Vlasenko1-4/+9
2021-10-09ash: speed up ${x//\*/|} too, make it independent of ASH_OPTIMIZE_FOR_SIZEDenys Vlasenko1-6/+12
2021-10-09ash.c: speedup ${s:} substring (no quotes)Alin Mr1-6/+11
2021-10-09libbb: better coreutils compatibility for realpathRon Yorston3-31/+91
2021-10-08xxd: fix -p -r, closes 13881Denys Vlasenko2-13/+44
2021-10-08resize: use tcgetattr(TCSAFLUSH) instead of TCSANOW, closes 13811Denys Vlasenko1-1/+13
2021-10-08mktemp: add --tmpdir optionAndrej Valek1-1/+15
2021-10-08tar: improve comments, add FIXMEs. no code changesDenys Vlasenko1-2/+3