| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\| |
|
| * | cpio: fix "cpio -d -p A/B/C" | Denys Vlasenko | 2021-06-03 | 1 | -1/+7 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-05-14 | 2 | -7/+38 |
|\| |
|
| * | decompress_gunzip: simplify ERR_RET bit clearing | Denys Vlasenko | 2021-05-03 | 1 | -3/+2 |
| * | unzip: add -t | Denys Vlasenko | 2021-04-14 | 1 | -3/+9 |
| * | unzip: fix for .zip archives with >4GB file | Denys Vlasenko | 2021-04-14 | 1 | -2/+20 |
| * | decompress_gunzip: Fix DoS if gzip is corrupt | Samuel Sapalski | 2021-03-12 | 1 | -2/+10 |
* | | win32: implement symlink(2) | Ron Yorston | 2021-02-12 | 1 | -11/+19 |
* | | tar: changes to conditional compilation | Ron Yorston | 2021-01-25 | 1 | -4/+6 |
* | | ar: only free temporary filename if required | Ron Yorston | 2021-01-25 | 1 | -2/+3 |
* | | libarchive: allow extraction of hard links | Ron Yorston | 2021-01-19 | 2 | -7/+8 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-01-14 | 14 | -60/+74 |
|\| |
|
| * | tar: add TODO about a bug with non-writable directories on extract | Denys Vlasenko | 2021-01-01 | 1 | -0/+4 |
| * | help text tweaks | Denys Vlasenko | 2020-12-18 | 4 | -35/+38 |
| * | libbb: add and use infrastructure for fixed page size optimization | Denys Vlasenko | 2020-12-14 | 1 | -4/+6 |
| * | libbb: create and use mmap() helpers | Denys Vlasenko | 2020-12-14 | 1 | -1/+1 |
| * | help text tweaks | Denys Vlasenko | 2020-12-13 | 2 | -2/+2 |
| * | tar: expand --help | Denys Vlasenko | 2020-12-08 | 1 | -11/+16 |
| * | decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly | Denys Vlasenko | 2020-11-30 | 1 | -2/+2 |
| * | decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly | Denys Vlasenko | 2020-11-30 | 3 | -3/+3 |
| * | archival: avoid std namespace for local includes | Joachim Nilsson | 2020-11-16 | 3 | -3/+3 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2020-11-12 | 2 | -6/+8 |
|\| |
|
| * | tar: fix fallout of last_char_is(NULL) no longer being allowed | Denys Vlasenko | 2020-10-02 | 1 | -1/+1 |
| * | libbb: shrink recursive_action() by reducing memory pressure | Denys Vlasenko | 2020-10-01 | 1 | -4/+5 |
| * | gcc-9.x warning fixes | Denys Vlasenko | 2020-10-01 | 1 | -1/+2 |
* | | win32: move code to fork (de)compressor to a function | Ron Yorston | 2020-08-05 | 2 | -38/+6 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2020-07-09 | 3 | -1/+25 |
|\| |
|
| * | dpkg: prevent important directories from being removed | Norbert Lange | 2020-06-29 | 1 | -0/+23 |
| * | gzip -d with zcat enabled but gunzip disabled was misbehaving | Denys Vlasenko | 2020-06-25 | 1 | -1/+1 |
| * | randomconfig fixes | Denys Vlasenko | 2020-06-24 | 1 | -0/+1 |
* | | Merge branch 'busybox' into mergeFRP-3466-g53c09d0e1 | Ron Yorston | 2020-05-29 | 1 | -1/+7 |
|\| |
|
| * | unzip: -d should create the dir | Lauri Kasanen | 2020-04-29 | 1 | -1/+7 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2020-01-08 | 6 | -115/+152 |
|\| |
|
| * | unxz: show -t in --help | Denys Vlasenko | 2019-11-08 | 1 | -0/+2 |
| * | gunzip: fix incorrect decoding of "fixed" inflate blocks | Denys Vlasenko | 2019-10-26 | 1 | -10/+20 |
| * | tar: fix fallout of: change -a from meaning "lzma" to mean "autodetect by ext... | Denys Vlasenko | 2019-10-25 | 1 | -1/+1 |
| * | gunzip: code shrink by using int-, not short-sized struct member | Denys Vlasenko | 2019-10-20 | 1 | -1/+2 |
| * | gzip: code shrink | Denys Vlasenko | 2019-10-19 | 1 | -29/+26 |
| * | gzip: code shrink | Denys Vlasenko | 2019-10-19 | 1 | -27/+26 |
| * | dpkg-deb: work around bogus error message when working with XZ compressed pac... | Denys Vlasenko | 2019-10-11 | 2 | -2/+20 |
| * | gzip: code shrink | Denys Vlasenko | 2019-09-06 | 1 | -44/+44 |
| * | gzip: code shrink | Denys Vlasenko | 2019-09-05 | 1 | -9/+9 |
| * | gzip: set default compression level to 6 when CONFIG_FEATURE_GZIP_LEVELS=n | Daniel Edgecumbe | 2019-09-05 | 1 | -6/+6 |