aboutsummaryrefslogtreecommitdiff
path: root/archival/libarchive (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-302-2/+2
* archival: avoid std namespace for local includesJoachim Nilsson2020-11-162-2/+2
* tar: fix fallout of last_char_is(NULL) no longer being allowedDenys Vlasenko2020-10-021-1/+1
* gunzip: fix incorrect decoding of "fixed" inflate blocksDenys Vlasenko2019-10-261-10/+20
* 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
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-0212-39/+39
* 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
* 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-271-2/+1
* 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
* unlzma: close another SEGV possibilityDenys Vlasenko2018-05-251-1/+5
* tar: fix interaction of delayed symlink and hardlink creationHarald van Dijk2018-05-223-20/+19
* unlzma: do emit the error message on bad input, when we exit with 1Denys Vlasenko2018-04-241-0/+6
* unlzma: fix another SEGV caseDenys Vlasenko2018-04-191-2/+7
* ar: stop using static dataDenys Vlasenko2018-04-151-11/+7
* dpkg: fix symlink creation, closes 10941Denys Vlasenko2018-04-131-1/+3
* unlzma: fix segfault on bad archiveDenys Vlasenko2018-04-081-0/+11
* bzip2: fix two crashes on corrupted archivesDenys Vlasenko2018-04-082-23/+56
* libbb: new function bb_die_memory_exhaustedDenys Vlasenko2018-04-011-1/+1
* tar,unzip: postpone creation of symlinks with "suspicious" targetsDenys Vlasenko2018-02-202-54/+33
* bzip2: expose tuning knob for faster/smaller codeDenys Vlasenko2018-02-074-18/+18
* ar: hopefully fix out-of-bounds read in get_header_ar()Denys Vlasenko2018-02-061-2/+2
* bzip2: work around bad compiler optimizationDenys Vlasenko2018-02-051-32/+43
* gunzip: fix from gzip-1.3.12 for gzip file with all zero length codesDenys Vlasenko2018-02-041-4/+11
* bzip2: move runningOrder[] back to stack - 256 bytes is not muchDenys Vlasenko2018-02-032-6/+8
* bzip2: move ->origPtr out of struct EState, make a few members smallerDenys Vlasenko2018-02-033-27/+27
* bzip2: pass sorting params through EState* pointerDenys Vlasenko2018-02-033-67/+65
* gzip2: small simplification in mainSimpleSort()Denys Vlasenko2018-02-031-14/+15
* bzip2: a few more locals converted to generic typesDenys Vlasenko2018-02-031-7/+7
* bzip2: eliminate one parameter to mainQSort3()Denys Vlasenko2018-02-031-5/+9
* bzip2: small simplification in mainSort()Denys Vlasenko2018-02-031-5/+5
* bzip2: convert some locals to unsigned'sDenys Vlasenko2018-02-031-5/+5
* bzip2: runningOrder[] values are always 0..255, make it uint8Denys Vlasenko2018-02-032-6/+5
* bzip2: remove redundant clearing of an alredy unset bitDenys Vlasenko2018-02-031-2/+2
* bzip2: eliminate write-only local numQSortedDenys Vlasenko2018-02-031-7/+3
* bzip2: make locals in mainSort() saner, convert one of them from uint16 to un...Denys Vlasenko2018-02-031-29/+36
* bzip2: remove redundant loop termination check in mainSort()Denys Vlasenko2018-02-031-3/+6
* bzip2: reduce indentation, no code changesDenys Vlasenko2018-02-031-44/+45