aboutsummaryrefslogtreecommitdiff
path: root/README (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-01libbb/sha1: x86_64 version: bswap in 64-bit chunksDenys Vlasenko2-21/+23
2022-01-01libbb/sha1: shrink x86_64 version - use r8..15 for W[8..15]Denys Vlasenko2-61/+240
2022-01-01libbb/sha1: assembly versions for x86Denys Vlasenko2-1/+418
2021-12-31libbb/sha1: shrink and speed up fully unrolled versionDenys Vlasenko2-1/+23
2021-12-30libbb/sha1: add config-selectable partially unrolled versionDenys Vlasenko2-5/+98
2021-12-30libbb/sha1: add config-selectable fully unrolled version, closes 14391Denys Vlasenko2-14/+95
2021-12-29ed: add support for -s command-line option as mandated by POSIXSören Tempel1-4/+11
2021-12-29echo: add FIXME commentDenys Vlasenko1-0/+2
2021-12-28scripts/echo.c: fix NUL handling in "abc\0 def"Denys Vlasenko1-14/+21
2021-12-28libbb: cose shrink in sha1Denys Vlasenko1-5/+2
2021-12-26Start 1.36.0 development cycleDenys Vlasenko1-2/+2
2021-12-26Bump version to 1.35.01_35_0Denys Vlasenko1-1/+1
2021-12-26httpd: fix compile failure if !FEATURE_HTTPD_RANGESDenys Vlasenko1-0/+4
2021-12-25sed: do not ignore 'g' modifier when match starts with ^Dominique Martinet2-2/+7
2021-12-19ed: align output of read command with POSIX.1-2008Sören Tempel1-3/+0
2021-12-19ed: fix current line number for file passed via the command-lineSören Tempel1-2/+0
2021-12-17timeout: add support for "timeout -k KILL_SECS"Matthew Slowe1-11/+32
2021-12-17cmp: code shrinkDenys Vlasenko1-2/+2
2021-12-17ed: add support for -p command-line option as mandated by POSIXSören Tempel1-4/+10
2021-12-17cmp: add support for -nWalter Lozano1-4/+10
2021-12-17docs/embedded-scripts.txt: whitespace fixDenys Vlasenko1-8/+8
2021-12-17find: implement -samefileAaro Koskinen1-0/+35
2021-12-17printf: allow 0 as a flag and allow multiple flagsRon Yorston2-1/+11
2021-12-17httpd: do not send Last-Modified / ETag / Content-Length for error pagesDenys Vlasenko1-20/+14
2021-12-17httpd: don't send Content-Length in error pages headerDenys Vlasenko1-14/+21
2021-12-12libarchive/get_header_ar.c: fix extraction of archives from binutils in deter...Peter Korsgaard1-1/+5
2021-12-12udhcpc6: fix udhcp_find_option to actually find DHCP6 optionsDenys Vlasenko5-14/+34
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