| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | uudecode: special-case "/dev/stdout", closes 14241 | Denys Vlasenko | 2021-12-12 | 2 | -2/+11 |
| * | tls: P256: factor out "multiply then reduce" operation | Denys Vlasenko | 2021-12-11 | 1 | -7/+13 |
| * | tls: x25519: code shrink by factoring out common code | Denys Vlasenko | 2021-12-01 | 1 | -47/+21 |
| * | tls: P256: enable 64-bit version of montgomery reduction | Denys Vlasenko | 2021-11-28 | 1 | -7/+8 |
| * | tls: P256: add 64-bit montgomery reduce (disabled), small optimization in 32-... | Denys Vlasenko | 2021-11-28 | 1 | -18/+159 |
| * | tls: P256: add comment on logic in sp_512to256_mont_reduce_8, no code changes | Denys Vlasenko | 2021-11-28 | 1 | -10/+23 |
| * | libbb: code shrink in des encryption, in setup_salt() | Denys Vlasenko | 2021-11-28 | 2 | -15/+28 |
| * | tls: P256: simplify sp_256_mont_inv_8 (no need for a temporary) | Denys Vlasenko | 2021-11-28 | 1 | -6/+4 |
| * | libarchive: remove duplicate forward declaration | Bernhard Reutner-Fischer | 2021-11-28 | 1 | -1/+0 |
| * | tls: P256: pad struct sp_point to 64 bits (on 64-bit arches) | Denys Vlasenko | 2021-11-28 | 1 | -5/+9 |
| * | tls: P256: trivial x86-64 fix | Denys Vlasenko | 2021-11-27 | 1 | -1/+1 |
| * | tls: P256: change logic so that we don't need double-wide vectors everywhere | Denys Vlasenko | 2021-11-27 | 1 | -106/+72 |
| * | tls: P256: do not open-code copying of struct variables | Denys Vlasenko | 2021-11-27 | 1 | -1/+3 |
| * | tls: P256: fix sp_256_div2_8 - it wouldn't use a[] if low bit is 0 | Denys Vlasenko | 2021-11-27 | 1 | -5/+7 |
| * | tls: P256: remove redundant zeroing in sp_256_map_8 | Denys Vlasenko | 2021-11-27 | 1 | -2/+0 |
| * | tls: P256: explain which functions use double-wide arrays, no code changes | Denys Vlasenko | 2021-11-27 | 1 | -153/+58 |
| * | tls: P256: remove constant-time trick in sp_256_proj_point_add_8 | Denys Vlasenko | 2021-11-27 | 1 | -42/+37 |
| * | tls: P256: do not open-code copying of struct variables | Denys Vlasenko | 2021-11-27 | 1 | -2/+2 |
| * | tls: tweak debug printout | Denys Vlasenko | 2021-11-27 | 1 | -1/+2 |
| * | tls: P256: 64-bit optimizations | Denys Vlasenko | 2021-11-27 | 2 | -15/+101 |
| * | which: add -a to help text | Denys Vlasenko | 2021-11-09 | 1 | -2/+3 |
| * | cpio: add support for --renumber-inodes like GNU cpio | Ariadne Conill | 2021-10-13 | 1 | -0/+32 |
| * | cpio: add support for --ignore-devno like GNU cpio | Ariadne Conill | 2021-10-13 | 1 | -0/+20 |
* | | winansi: detect if running under Wine | Ron Yorston | 2021-12-22 | 1 | -2/+11 |
* | | win32: fix implementation of readlink(2) | Ron Yorston | 2021-11-25 | 1 | -3/+2 |
* | | win32: add link to LWN article on shebang | Ron Yorston | 2021-11-14 | 1 | -1/+2 |
* | | rpm: code shrink | Ron Yorston | 2021-11-14 | 1 | -0/+4 |
* | | win32: rename mingw_spawn_1 | Ron Yorston | 2021-11-01 | 1 | -8/+8 |
* | | win32: pass NULL to spawnve, not environ | Ron Yorston | 2021-10-28 | 2 | -5/+5 |
* | | win32: rmdir(2) shouldn't delete symlinksFRP-4487-gd239d2d52 | Ron Yorston | 2021-10-17 | 1 | -1/+8 |
* | | win32: code shrink | Ron Yorston | 2021-10-16 | 1 | -9/+16 |
* | | ash: display job id and pid of background commands | Ron Yorston | 2021-10-14 | 1 | -1/+5 |
* | | ash: silence compiler warnings | Ron Yorston | 2021-10-14 | 2 | -3/+9 |
* | | realpath: improved support for Windows paths | Ron Yorston | 2021-10-13 | 4 | -10/+55 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-10-13 | 67 | -1604/+2156 |
|\| |
|
| * | shell: tweak --help | Denys Vlasenko | 2021-10-13 | 2 | -2/+2 |
| * | hush: in a comment, document what -i might be doing | Denys Vlasenko | 2021-10-13 | 2 | -6/+28 |
| * | ed: align output of read/write commands with POSIX-1.2008 | Sören Tempel | 2021-10-12 | 1 | -14/+18 |
| * | config system: move some options closer to relevalnt tool subdirectories | Denys Vlasenko | 2021-10-12 | 6 | -131/+132 |
| * | shell: use more compact SHELL_ASH / HUSH config defines. no code changes | Denys Vlasenko | 2021-10-12 | 2 | -11/+3 |
| * | shell: do not read user database for every prompt - only for those which need it | Denys Vlasenko | 2021-10-11 | 1 | -27/+46 |
| * | tar: prevent malicious archives with enormous long name sizes OOMing the machine | Denys Vlasenko | 2021-10-11 | 1 | -3/+8 |
| * | whitespace fix | Denys Vlasenko | 2021-10-11 | 1 | -1/+0 |
| * | shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=y | Denys Vlasenko | 2021-10-11 | 7 | -2/+78 |
| * | tls: code shrink curve25519 | Denys Vlasenko | 2021-10-11 | 1 | -15/+39 |
| * | tls: remove unused tls_symmetric.h (was used by old "big" AES code) | Denys Vlasenko | 2021-10-11 | 2 | -512/+0 |
| * | chrt: silence analyzer warning | Bernhard Reutner-Fischer | 2021-10-10 | 1 | -1/+1 |
| * | find: code shrink -{m,a,c}{time,min} | Denys Vlasenko | 2021-10-10 | 1 | -28/+33 |
| * | *: add more beneficial NOINLINEs | Denys Vlasenko | 2021-10-10 | 3 | -3/+3 |
| * | *: add NOINLINEs where code noticeably shrinks | Denys Vlasenko | 2021-10-10 | 8 | -8/+8 |