| Commit message (Expand) | Author | Age | Files | Lines |
* | build system: avoid full rebuild when EXTRAVERSION changes | Ron Yorston | 2024-02-16 | 1 | -0/+3 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2023-07-13 | 4 | -7/+7 |
|\ |
|
| * | Update applet size estimates | Denys Vlasenko | 2023-07-10 | 3 | -6/+6 |
| * | libbb: code shrink: introduce and use [_]exit_FAILURE() | Denys Vlasenko | 2023-06-15 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2023-05-23 | 1 | -1/+1 |
|\| |
|
| * | cpio: tweak --help | Denys Vlasenko | 2023-05-09 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2023-04-09 | 2 | -4/+19 |
|\| |
|
| * | libbb: consolidate NOMMU fix of restoring high bit in argv[0][0] | Denys Vlasenko | 2023-04-06 | 1 | -1/+0 |
| * | unzip: document some options we might support | Denys Vlasenko | 2023-02-23 | 1 | -0/+7 |
| * | unzip: clear SUID/GID bits, implement -K to not clear them | Denys Vlasenko | 2023-02-22 | 1 | -3/+12 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2023-01-05 | 1 | -0/+2 |
|\| |
|
| * | unzip -l: add missed big-endian conversions date and time | Peter Kaestle | 2022-11-29 | 1 | -0/+2 |
* | | make: pdpmake needs long filename support in ar too | Ron Yorston | 2022-11-13 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2022-10-12 | 1 | -1/+1 |
|\| |
|
| * | *: style fix | Denys Vlasenko | 2022-08-30 | 1 | -1/+1 |
* | | libarchive: alter handling of failure to create symlinks | Ron Yorston | 2022-09-27 | 1 | -19/+8 |
* | | make: new applet | Ron Yorston | 2022-08-01 | 3 | -4/+9 |
* | | Fix POSIX buildFRP-4621-gf3c5e8bc3 | Ron Yorston | 2022-02-27 | 1 | -2/+2 |
* | | cpio: code shrink with !FEATURE_EXTRA_FILE_DATA | Ron Yorston | 2022-02-10 | 1 | -1/+5 |
* | | Merge busybox into merge | Ron Yorston | 2022-02-09 | 2 | -1/+3 |
|\| |
|
| * | libbb: shrink lineedit_read_key() | Denys Vlasenko | 2022-01-18 | 1 | -1/+1 |
| * | fix "defined but not used" warnings | Denys Vlasenko | 2022-01-17 | 1 | -0/+2 |
* | | Merge busybox into merge | Ron Yorston | 2021-12-27 | 2 | -1/+57 |
|\| |
|
| * | libarchive/get_header_ar.c: fix extraction of archives from binutils in deter... | Peter Korsgaard | 2021-12-12 | 1 | -1/+5 |
| * | 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 |
* | | rpm: code shrink | Ron Yorston | 2021-11-14 | 1 | -0/+4 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-10-13 | 3 | -5/+11 |
|\| |
|
| * | tar: prevent malicious archives with enormous long name sizes OOMing the machine | Denys Vlasenko | 2021-10-11 | 1 | -3/+8 |
| * | *: add more beneficial NOINLINEs | Denys Vlasenko | 2021-10-10 | 2 | -2/+2 |
| * | tar: improve comments, add FIXMEs. no code changes | Denys Vlasenko | 2021-10-08 | 1 | -2/+3 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-09-21 | 2 | -3/+5 |
|\| |
|
| * | libbb: eliminate a static data array in bb_mode_string() | Denys Vlasenko | 2021-09-17 | 2 | -3/+5 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-08-30 | 4 | -10/+12 |
|\| |
|
| * | bzip: make ftab[] and crc32table[] member arrays of EState, do not allocate | Denys Vlasenko | 2021-08-29 | 2 | -8/+10 |
| * | tar,smemcap: silence compiler warning | Ron Yorston | 2021-08-22 | 1 | -1/+1 |
| * | Regularize "NUL terminated input" --help texts | Denys Vlasenko | 2021-08-22 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-08-22 | 2 | -29/+37 |
|\| |
|
| * | tar,smemcap: commonalyze checksumming code for tar header | Denys Vlasenko | 2021-08-20 | 2 | -29/+37 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-08-17 | 1 | -11/+12 |
|\| |
|
| * | tar: exclude files before updating hardlink info list | Harald van Dijk | 2021-08-02 | 1 | -5/+5 |
| * | tar: simplify addition of --exclude=GLOB to the expansion of -X EXCLFILE | Denys Vlasenko | 2021-08-02 | 1 | -6/+7 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-06-28 | 8 | -10/+23 |
|\| |
|
| * | cpio: fix sscanf on unterminated buffer | S Harris | 2021-06-23 | 1 | -1/+2 |
| * | unlzma: fix a case where we could read before beginning of buffer | Denys Vlasenko | 2021-06-15 | 1 | -1/+4 |
| * | *: more --help tweaks | Denys Vlasenko | 2021-06-15 | 1 | -1/+1 |
| * | *: --help tweaks | Denys Vlasenko | 2021-06-14 | 4 | -5/+14 |
| * | *: more --help tweaks, mostly expanding ts --help | Denys Vlasenko | 2021-06-13 | 1 | -1/+1 |
| * | *: --help tweaks | Denys Vlasenko | 2021-06-13 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-06-07 | 1 | -1/+7 |
|\| |
|