summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.35.01_35_01_35_stableDenys Vlasenko2021-12-261-1/+1
* httpd: fix compile failure if !FEATURE_HTTPD_RANGESDenys Vlasenko2021-12-261-0/+4
* sed: do not ignore 'g' modifier when match starts with ^Dominique Martinet2021-12-252-2/+7
* ed: align output of read command with POSIX.1-2008Sören Tempel2021-12-191-3/+0
* ed: fix current line number for file passed via the command-lineSören Tempel2021-12-191-2/+0
* timeout: add support for "timeout -k KILL_SECS"Matthew Slowe2021-12-171-11/+32
* cmp: code shrinkDenys Vlasenko2021-12-171-2/+2
* ed: add support for -p command-line option as mandated by POSIXSören Tempel2021-12-171-4/+10
* cmp: add support for -nWalter Lozano2021-12-171-4/+10
* docs/embedded-scripts.txt: whitespace fixDenys Vlasenko2021-12-171-8/+8
* find: implement -samefileAaro Koskinen2021-12-171-0/+35
* printf: allow 0 as a flag and allow multiple flagsRon Yorston2021-12-172-1/+11
* httpd: do not send Last-Modified / ETag / Content-Length for error pagesDenys Vlasenko2021-12-171-20/+14
* httpd: don't send Content-Length in error pages headerDenys Vlasenko2021-12-171-14/+21
* libarchive/get_header_ar.c: fix extraction of archives from binutils in deter...Peter Korsgaard2021-12-121-1/+5
* udhcpc6: fix udhcp_find_option to actually find DHCP6 optionsDenys Vlasenko2021-12-125-14/+34
* Makefile.flags: use all cflags for crypt and rt checksMartin Kaiser2021-12-121-2/+2
* wget: allow end-users to customize Content-Type for --post-data and --post-fileIldar Shaimordanov2021-12-121-13/+22
* uudecode: special-case "/dev/stdout", closes 14241Denys Vlasenko2021-12-122-2/+11
* tls: P256: factor out "multiply then reduce" operationDenys Vlasenko2021-12-111-7/+13
* tls: x25519: code shrink by factoring out common codeDenys Vlasenko2021-12-011-47/+21
* tls: P256: enable 64-bit version of montgomery reductionDenys Vlasenko2021-11-281-7/+8
* tls: P256: add 64-bit montgomery reduce (disabled), small optimization in 32-...Denys Vlasenko2021-11-281-18/+159
* tls: P256: add comment on logic in sp_512to256_mont_reduce_8, no code changesDenys Vlasenko2021-11-281-10/+23
* libbb: code shrink in des encryption, in setup_salt()Denys Vlasenko2021-11-282-15/+28
* tls: P256: simplify sp_256_mont_inv_8 (no need for a temporary)Denys Vlasenko2021-11-281-6/+4
* libarchive: remove duplicate forward declarationBernhard Reutner-Fischer2021-11-281-1/+0
* tls: P256: pad struct sp_point to 64 bits (on 64-bit arches)Denys Vlasenko2021-11-281-5/+9
* tls: P256: trivial x86-64 fixDenys Vlasenko2021-11-271-1/+1
* tls: P256: change logic so that we don't need double-wide vectors everywhereDenys Vlasenko2021-11-271-106/+72
* tls: P256: do not open-code copying of struct variablesDenys Vlasenko2021-11-271-1/+3
* tls: P256: fix sp_256_div2_8 - it wouldn't use a[] if low bit is 0Denys Vlasenko2021-11-271-5/+7
* tls: P256: remove redundant zeroing in sp_256_map_8Denys Vlasenko2021-11-271-2/+0
* tls: P256: explain which functions use double-wide arrays, no code changesDenys Vlasenko2021-11-271-153/+58
* tls: P256: remove constant-time trick in sp_256_proj_point_add_8Denys Vlasenko2021-11-271-42/+37
* tls: P256: do not open-code copying of struct variablesDenys Vlasenko2021-11-271-2/+2
* tls: tweak debug printoutDenys Vlasenko2021-11-271-1/+2
* tls: P256: 64-bit optimizationsDenys Vlasenko2021-11-272-15/+101
* which: add -a to help textDenys Vlasenko2021-11-091-2/+3
* cpio: add support for --renumber-inodes like GNU cpioAriadne Conill2021-10-131-0/+32
* cpio: add support for --ignore-devno like GNU cpioAriadne Conill2021-10-131-0/+20
* shell: tweak --helpDenys Vlasenko2021-10-132-2/+2
* hush: in a comment, document what -i might be doingDenys Vlasenko2021-10-132-6/+28
* ed: align output of read/write commands with POSIX-1.2008Sören Tempel2021-10-121-14/+18
* config system: move some options closer to relevalnt tool subdirectoriesDenys Vlasenko2021-10-126-131/+132
* shell: use more compact SHELL_ASH / HUSH config defines. no code changesDenys Vlasenko2021-10-122-11/+3
* shell: do not read user database for every prompt - only for those which need itDenys Vlasenko2021-10-111-27/+46
* tar: prevent malicious archives with enormous long name sizes OOMing the machineDenys Vlasenko2021-10-111-3/+8
* whitespace fixDenys Vlasenko2021-10-111-1/+0
* shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=yDenys Vlasenko2021-10-117-2/+78