summaryrefslogtreecommitdiff
path: root/archival
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* unzip: -d should create the dirLauri Kasanen2020-04-291-1/+7
* 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
* 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
* comment fixDenys Vlasenko2019-05-261-1/+1
* libarchive: treat one "FIXME: avoid seek", take 2Denys Vlasenko2019-05-261-1/+1
* libarchive: treat one "FIXME: avoid seek"Denys Vlasenko2019-05-241-17/+27
* bunzip2: the correct condition is "n < groupCount", not "n <= groupCount". Cl...Denys Vlasenko2019-05-231-1/+1
* config: dpkg_deb should be dpkg-debDenys Vlasenko2018-12-281-1/+1
* config: more tweaksDenys Vlasenko2018-12-281-1/+1
* config: update size informationDenys Vlasenko2018-12-289-15/+15
* randomconfig fixesDenys Vlasenko2018-12-271-1/+1
* hush: allow hush to run embedded scriptsRon Yorston2018-11-271-1/+1
* tar: skip 'V' headers (GNU volume label), closes 11526Denys Vlasenko2018-11-271-1/+2
* unlzma: fix too-eager corruption checkDenys Vlasenko2018-11-271-7/+13
* tar: fix too eager autodetection, closes 11531Denys Vlasenko2018-11-272-2/+9
* remove FAST_FUNC on a static functionDenys Vlasenko2018-11-021-2/+2
* libarchive: add a function to unpack embedded dataRon Yorston2018-11-021-4/+34
* ash: allow shell scripts to be embedded in the binaryDenys Vlasenko2018-11-011-0/+1
* unzip: use printable_string() for printing filenamesDenys Vlasenko2018-09-301-20/+37
* tar: fix a thinko in prev commit - we need to copy to _unused_ fdDenys Vlasenko2018-08-041-2/+1
* tar: handle the case when opened created tarball happens to have fd#0Denys Vlasenko2018-08-041-6/+18
* tar: make source code a bit more terse, no logic changesDenys Vlasenko2018-08-041-32/+25
* gzip: unbreak FEATURE_GZIP_LEVELS, closes 11171Denys Vlasenko2018-07-241-6/+6