aboutsummaryrefslogtreecommitdiff
path: root/archival
AgeCommit message (Expand)Author
2021-01-01tar: add TODO about a bug with non-writable directories on extractDenys Vlasenko
2020-12-18help text tweaksDenys Vlasenko
2020-12-14libbb: add and use infrastructure for fixed page size optimizationDenys Vlasenko
2020-12-14libbb: create and use mmap() helpersDenys Vlasenko
2020-12-13help text tweaksDenys Vlasenko
2020-12-08tar: expand --helpDenys Vlasenko
2020-11-30decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-11-16archival: avoid std namespace for local includesJoachim Nilsson
2020-10-02tar: fix fallout of last_char_is(NULL) no longer being allowedDenys Vlasenko
2020-10-01libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko
2020-10-01gcc-9.x warning fixesDenys Vlasenko
2020-06-29dpkg: prevent important directories from being removedNorbert Lange
2020-06-25gzip -d with zcat enabled but gunzip disabled was misbehavingDenys Vlasenko
2020-06-24randomconfig fixesDenys Vlasenko
2020-04-29unzip: -d should create the dirLauri Kasanen
2019-11-08unxz: show -t in --helpDenys Vlasenko
2019-10-26gunzip: fix incorrect decoding of "fixed" inflate blocksDenys Vlasenko
2019-10-25tar: fix fallout of: change -a from meaning "lzma" to mean "autodetect by ext...Denys Vlasenko
2019-10-20gunzip: code shrink by using int-, not short-sized struct memberDenys Vlasenko
2019-10-19gzip: code shrinkDenys Vlasenko
2019-10-19gzip: code shrinkDenys Vlasenko
2019-10-11dpkg-deb: work around bogus error message when working with XZ compressed pac...Denys Vlasenko
2019-09-06gzip: code shrinkDenys Vlasenko
2019-09-05gzip: code shrinkDenys Vlasenko
2019-09-05gzip: set default compression level to 6 when CONFIG_FEATURE_GZIP_LEVELS=nDaniel Edgecumbe
2019-09-05gzip: set compression flags correctly as per standardDaniel Edgecumbe
2019-09-05gzip: default level with ENABLE_FEATURE_GZIP_LEVELS should be 6Daniel Edgecumbe
2019-08-02tar: change -a from meaning "lzma" to mean "autodetect by extension"Denys Vlasenko
2019-08-01tar: code shrinkDenys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-05-26comment fixDenys Vlasenko
2019-05-26libarchive: treat one "FIXME: avoid seek", take 2Denys Vlasenko
2019-05-24libarchive: treat one "FIXME: avoid seek"Denys Vlasenko
2019-05-23bunzip2: the correct condition is "n < groupCount", not "n <= groupCount". Cl...Denys Vlasenko
2018-12-28config: dpkg_deb should be dpkg-debDenys Vlasenko
2018-12-28config: more tweaksDenys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2018-12-27randomconfig fixesDenys Vlasenko
2018-11-27hush: allow hush to run embedded scriptsRon Yorston
2018-11-27tar: skip 'V' headers (GNU volume label), closes 11526Denys Vlasenko
2018-11-27unlzma: fix too-eager corruption checkDenys Vlasenko
2018-11-27tar: fix too eager autodetection, closes 11531Denys Vlasenko
2018-11-02remove FAST_FUNC on a static functionDenys Vlasenko
2018-11-02libarchive: add a function to unpack embedded dataRon Yorston
2018-11-01ash: allow shell scripts to be embedded in the binaryDenys Vlasenko
2018-09-30unzip: use printable_string() for printing filenamesDenys Vlasenko
2018-08-04tar: fix a thinko in prev commit - we need to copy to _unused_ fdDenys Vlasenko
2018-08-04tar: handle the case when opened created tarball happens to have fd#0Denys Vlasenko
2018-08-04tar: make source code a bit more terse, no logic changesDenys Vlasenko