aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * *: --help tweaksDenys Vlasenko2021-06-131-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-06-071-1/+7
|\|
| * cpio: fix "cpio -d -p A/B/C"Denys Vlasenko2021-06-031-1/+7
* | Merge branch 'busybox' into mergeRon Yorston2021-05-142-7/+38
|\|
| * decompress_gunzip: simplify ERR_RET bit clearingDenys Vlasenko2021-05-031-3/+2
| * unzip: add -tDenys Vlasenko2021-04-141-3/+9
| * unzip: fix for .zip archives with >4GB fileDenys Vlasenko2021-04-141-2/+20
| * decompress_gunzip: Fix DoS if gzip is corruptSamuel Sapalski2021-03-121-2/+10
* | win32: implement symlink(2)Ron Yorston2021-02-121-11/+19
* | tar: changes to conditional compilationRon Yorston2021-01-251-4/+6
* | ar: only free temporary filename if requiredRon Yorston2021-01-251-2/+3
* | libarchive: allow extraction of hard linksRon Yorston2021-01-192-7/+8
* | Merge branch 'busybox' into mergeRon Yorston2021-01-1414-60/+74
|\|
| * tar: add TODO about a bug with non-writable directories on extractDenys Vlasenko2021-01-011-0/+4
| * help text tweaksDenys Vlasenko2020-12-184-35/+38
| * libbb: add and use infrastructure for fixed page size optimizationDenys Vlasenko2020-12-141-4/+6
| * libbb: create and use mmap() helpersDenys Vlasenko2020-12-141-1/+1
| * help text tweaksDenys Vlasenko2020-12-132-2/+2
| * tar: expand --helpDenys Vlasenko2020-12-081-11/+16
| * decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-2/+2
| * decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-303-3/+3
| * archival: avoid std namespace for local includesJoachim Nilsson2020-11-163-3/+3
* | Merge branch 'busybox' into mergeRon Yorston2020-11-122-6/+8
|\|
| * tar: fix fallout of last_char_is(NULL) no longer being allowedDenys Vlasenko2020-10-021-1/+1
| * libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko2020-10-011-4/+5
| * gcc-9.x warning fixesDenys Vlasenko2020-10-011-1/+2
* | win32: move code to fork (de)compressor to a functionRon Yorston2020-08-052-38/+6
* | Merge branch 'busybox' into mergeRon Yorston2020-07-093-1/+25
|\|
| * dpkg: prevent important directories from being removedNorbert Lange2020-06-291-0/+23
| * gzip -d with zcat enabled but gunzip disabled was misbehavingDenys Vlasenko2020-06-251-1/+1
| * randomconfig fixesDenys Vlasenko2020-06-241-0/+1
* | Merge branch 'busybox' into mergeFRP-3466-g53c09d0e1Ron Yorston2020-05-291-1/+7
|\|
| * unzip: -d should create the dirLauri Kasanen2020-04-291-1/+7
* | Merge branch 'busybox' into mergeRon Yorston2020-01-086-115/+152
|\|
| * unxz: show -t in --helpDenys Vlasenko2019-11-081-0/+2
| * gunzip: fix incorrect decoding of "fixed" inflate blocksDenys Vlasenko2019-10-261-10/+20
| * tar: fix fallout of: change -a from meaning "lzma" to mean "autodetect by ext...Denys Vlasenko2019-10-251-1/+1
| * gunzip: code shrink by using int-, not short-sized struct memberDenys Vlasenko2019-10-201-1/+2
| * gzip: code shrinkDenys Vlasenko2019-10-191-29/+26
| * gzip: code shrinkDenys Vlasenko2019-10-191-27/+26
| * dpkg-deb: work around bogus error message when working with XZ compressed pac...Denys Vlasenko2019-10-112-2/+20
| * gzip: code shrinkDenys Vlasenko2019-09-061-44/+44
| * gzip: code shrinkDenys Vlasenko2019-09-051-9/+9
| * gzip: set default compression level to 6 when CONFIG_FEATURE_GZIP_LEVELS=nDaniel Edgecumbe2019-09-051-6/+6
| * gzip: set compression flags correctly as per standardDaniel Edgecumbe2019-09-051-8/+18
| * gzip: default level with ENABLE_FEATURE_GZIP_LEVELS should be 6Daniel Edgecumbe2019-09-051-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2019-08-1620-106/+131
|\|
| * tar: change -a from meaning "lzma" to mean "autodetect by extension"Denys Vlasenko2019-08-021-18/+42
| * tar: code shrinkDenys Vlasenko2019-08-011-12/+13
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-0220-73/+73