aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libbb: fflush_stdout_and_exit(0) still exits with _error_ (not 0!) if fflush ...Denys Vlasenko2022-01-041-1/+1
* libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)Denys Vlasenko2022-01-0420-21/+27
* sed: correctly handle 'w FILE' commands writing to the same fileDenys Vlasenko2022-01-042-2/+38
* build system: detect if build host has no bzip2Denys Vlasenko2022-01-043-3/+20
* libbb/sha1: x86_64 version: reorder prologue/epilogue insnsDenys Vlasenko2022-01-042-60/+67
* md5/shaXsum: use FEATURE_COPYBUF_KB to size the buffer instead of fixed 4kDenys Vlasenko2022-01-041-7/+14
* libbb/sha1: x86_64 version: tidying up, no code changesDenys Vlasenko2022-01-032-29/+36
* typo fixDenys Vlasenko2022-01-032-2/+2
* libbb/sha1: x86_64 version: generate from a script, optimize a bitDenys Vlasenko2022-01-033-267/+474
* libbb/sha1: x86_64 version: move to a separate .S file, no code changesDenys Vlasenko2022-01-033-389/+1353
* libbb/sha1: code shrink in medium-speed versionDenys Vlasenko2022-01-021-2/+2
* libbb/sha1: x86_64 version: bswap in 64-bit chunksDenys Vlasenko2022-01-012-21/+23
* libbb/sha1: shrink x86_64 version - use r8..15 for W[8..15]Denys Vlasenko2022-01-012-61/+240
* libbb/sha1: assembly versions for x86Denys Vlasenko2022-01-012-1/+418
* libbb/sha1: shrink and speed up fully unrolled versionDenys Vlasenko2021-12-312-1/+23
* libbb/sha1: add config-selectable partially unrolled versionDenys Vlasenko2021-12-302-5/+98
* libbb/sha1: add config-selectable fully unrolled version, closes 14391Denys Vlasenko2021-12-302-14/+95
* ed: add support for -s command-line option as mandated by POSIXSören Tempel2021-12-291-4/+11
* echo: add FIXME commentDenys Vlasenko2021-12-291-0/+2
* scripts/echo.c: fix NUL handling in "abc\0 def"Denys Vlasenko2021-12-281-14/+21
* libbb: cose shrink in sha1Denys Vlasenko2021-12-281-5/+2
* Start 1.36.0 development cycleDenys Vlasenko2021-12-261-2/+2
* Bump version to 1.35.01_35_0Denys 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