aboutsummaryrefslogtreecommitdiff
path: root/archival
AgeCommit message (Expand)Author
2013-03-03archival: note implicit dependencies between lzop & bbunzipMike Frysinger
2013-03-01decompress_unlzma: move function, no code changesDenys Vlasenko
2013-03-01decompress_unlzma: 10% speedup in "small" codeDenys Vlasenko
2013-03-01decompress_unlzma: make "fast" version a bit smallerDenys Vlasenko
2013-03-01lzop: fiq -q and OPTION_DECOMPRESS mismatchDenys Vlasenko
2013-02-28bbunzip: fix order of flags vs bit definesMike Frysinger
2013-02-28bbunzip: ignore the -q flag with the decompressorsMike Frysinger
2013-02-28zcat: fix "zcat FILE" trying to do detection twiceDenys Vlasenko
2013-02-28zcat: if seamless uncompressors are defined, autodetect file's formatDenys Vlasenko
2013-02-28fix error message on failure to oen /dev/null; fix zcat's help textDenys Vlasenko
2013-02-28code shrink in check_errors_in_children()Denys Vlasenko
2013-02-27xz: fix put_unaligned_{l,b}e32Leonid Lisovskiy
2013-02-27xz: support concatenated .xz streamsLasse Collin
2013-02-27xz: mention xzminidec.c in READMELasse Collin
2013-02-27xz: fix incorrect XZ_BUF_ERRORLasse Collin
2013-02-27xz: fix decoding of LZMA2 streams having no uncompressed data.Lasse Collin
2013-02-27cz: add C++ support to xz.hLasse Collin
2013-02-27xz: remove an empty line from xz_dec_lzma2.cLasse Collin
2013-02-27xz: make bcj_x86_test_msbyte() an inline functionLasse Collin
2013-02-27xz: add a comment about using uint32_t as vli_typeLasse Collin
2013-02-27xz: avoid "NOTE:" in xz.hLasse Collin
2013-02-27xz: update READMELasse Collin
2013-02-27xz: omit explicit \0 from HEADER_MAGICLasse Collin
2013-02-20rpm: unmap rpm file before working with next oneDenys Vlasenko
2013-02-20rpm: stop using statics; move main() to the end of the source fileDenys Vlasenko
2013-02-20rpm: use "create+rename" method of replacing existing filesDenys Vlasenko
2013-02-20rpm: make -ql display more compatible; improve help textDenys Vlasenko
2013-01-22unzip: add missing fflush; code shrinkDenys Vlasenko
2013-01-22*: reuse more stringsDenys Vlasenko
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2013-01-14whitespace fixes. no code changesDenys Vlasenko
2012-12-05decompress_uncompress: comment out a bigger chunk of debug codeDenys Vlasenko
2012-12-05decompress_uncompress: comment out debug printout on corrupted dataDenys Vlasenko
2012-12-05decompress_uncompress: move 'code' variable into loop - sole userDenys Vlasenko
2012-06-22dpkg: fix creation of .list files (were empty since b768aeb). Closes 5324Denys Vlasenko
2012-06-22trivial small speed optimizationDenys Vlasenko
2012-06-19tweak help textDenys Vlasenko
2012-06-15unzip: make options parsing more robust on getopt w/o gnu extensionsDenys Vlasenko
2012-06-09tar: fix 256-bit encoded number decodingEtienne Le Sueur
2012-05-28unzip: ignore chmod errorsNatanael Copa
2012-05-24tar: support -J, --xz explicit compression optionBoris Reisig
2012-05-20build system: fix build failure when only gunzip is selectedAnthony G. Basile
2012-05-18tar: implement --no-recursionNatanael Copa
2012-04-29fix build failure when compressed help is selected, but bz2 compression is notDenys Vlasenko
2012-04-20Fix another build failure found with randconfigDenys Vlasenko
2012-04-20fix build breakage found by randconfigDenys Vlasenko
2012-03-06fix trivial bug in unpack_gz_stream (wrong fd used in read)Denys Vlasenko
2012-03-06Don't compile get_header_tar_FOO function if they are not neededDenys Vlasenko
2012-03-06tar,rpm2cpio: check that child decompressor did not error outDenys Vlasenko
2012-03-06Move seamless .Z support into unpack_gz_streamDenys Vlasenko