aboutsummaryrefslogtreecommitdiff
path: root/archival
AgeCommit message (Expand)Author
2014-02-02zcat: complain if input is not compressedDenys Vlasenko
2014-01-27libbb: open_zipped() should not fail on non-compressed filesDenys Vlasenko
2014-01-10tar: tighten up pax header validity checkDenys Vlasenko
2014-01-10libarchive: open_zipped() does not need to check extensions for e.g. gzipDenys Vlasenko
2013-11-29fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko
2013-11-28dpkg-deb: cosmetic correction to usage textDaniel Borca
2013-11-19tar: prevent empty file to be treated as valid tarballDenys Vlasenko
2013-11-19tar: fix exitcode check for MMU-spawned unpacking helpersDenys Vlasenko
2013-11-14archival/*: move "config:" snippets into .c filesDenys Vlasenko
2013-11-14archival/*: move "applet:" snippets into .c files, part 2Denys Vlasenko
2013-11-14archival/*: move "applet:" snippets into .c filesDenys Vlasenko
2013-11-14archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko
2013-10-16Fix some compiler warnings emitted by gcc-4.8.0Denys Vlasenko
2013-10-06bunzip2: fix off-by-one checkDenys Vlasenko
2013-09-10ar: better commentDenys Vlasenko
2013-09-10ar: read_num(): fix reading fields using the entire widthPeter Korsgaard
2013-08-15tar: fix tar -T to add entries in the exact order as the input listSASAKI Suguru
2013-07-30unpackers: by users' request, print compression percentage if -v and DESKTOPDenys Vlasenko
2013-07-21unzip: survive lack of CDF on non-streaming zip filesDenys Vlasenko
2013-07-20unzip: increase PEEK_FROM_END from 16k to 64kDenys Vlasenko
2013-06-30*: change execl sentinels from NULL to (char*)0Rich Felker
2013-05-15Fix build failures caused by not compiling open_transformer.c (#2)Denys Vlasenko
2013-05-12Fix build failures caused by not compiling open_transformer.cDenys Vlasenko
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