summaryrefslogtreecommitdiff
path: root/archival
Commit message (Expand)AuthorAgeFilesLines
* cpio: tweak --helpHEADmasterDenys Vlasenko2023-05-091-1/+1
* libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]Denys Vlasenko2023-04-061-1/+0
* unzip: document some options we might supportDenys Vlasenko2023-02-231-0/+7
* unzip: clear SUID/GID bits, implement -K to not clear themDenys Vlasenko2023-02-221-3/+12
* unzip -l: add missed big-endian conversions date and timePeter Kaestle2022-11-291-0/+2
* *: style fixDenys Vlasenko2022-08-301-1/+1
* libbb: shrink lineedit_read_key()Denys Vlasenko2022-01-181-1/+1
* fix "defined but not used" warningsDenys Vlasenko2022-01-171-0/+2
* libarchive/get_header_ar.c: fix extraction of archives from binutils in deter...Peter Korsgaard2021-12-121-1/+5
* cpio: add support for --renumber-inodes like GNU cpioAriadne Conill2021-10-131-0/+32
* cpio: add support for --ignore-devno like GNU cpioAriadne Conill2021-10-131-0/+20
* tar: prevent malicious archives with enormous long name sizes OOMing the machineDenys Vlasenko2021-10-111-3/+8
* *: add more beneficial NOINLINEsDenys Vlasenko2021-10-102-2/+2
* tar: improve comments, add FIXMEs. no code changesDenys Vlasenko2021-10-081-2/+3
* libbb: eliminate a static data array in bb_mode_string()Denys Vlasenko2021-09-172-3/+5
* bzip: make ftab[] and crc32table[] member arrays of EState, do not allocateDenys Vlasenko2021-08-292-8/+10
* tar,smemcap: silence compiler warningRon Yorston2021-08-221-1/+1
* Regularize "NUL terminated input" --help textsDenys Vlasenko2021-08-221-1/+1
* tar,smemcap: commonalyze checksumming code for tar headerDenys Vlasenko2021-08-202-29/+37
* tar: exclude files before updating hardlink info listHarald van Dijk2021-08-021-5/+5
* tar: simplify addition of --exclude=GLOB to the expansion of -X EXCLFILEDenys Vlasenko2021-08-021-6/+7
* cpio: fix sscanf on unterminated bufferS Harris2021-06-231-1/+2
* unlzma: fix a case where we could read before beginning of bufferDenys Vlasenko2021-06-151-1/+4
* *: more --help tweaksDenys Vlasenko2021-06-151-1/+1
* *: --help tweaksDenys Vlasenko2021-06-144-5/+14
* *: more --help tweaks, mostly expanding ts --helpDenys Vlasenko2021-06-131-1/+1
* *: --help tweaksDenys Vlasenko2021-06-131-1/+1
* cpio: fix "cpio -d -p A/B/C"Denys Vlasenko2021-06-031-1/+7
* 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
* 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
* 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