aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
* join some common strings, -400 bytesDenys Vlasenko2015-10-082-5/+5
* Removes stray empty line from codeManinder Singh2015-07-138-14/+0
* tar: do not try to decode GNU extended headers as pax headersDenys Vlasenko2015-05-111-11/+17
* libarchive: auto-detect .Z files as wellThiago Jung Bauermann2015-05-031-0/+7
* gzip: add support for compression levels 4-9Aaro Koskinen2015-04-261-10/+62
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-124-6/+6
* unzip: prevent attacks via malicious filenamesDenys Vlasenko2015-02-104-43/+63
* gzip: trivial code shrink -5 bytesDenys Vlasenko2015-02-031-4/+4
* gzip: speed up and shrink put_16bit()Denys Vlasenko2015-02-021-7/+34
* gzip: do not store timestamp in gzip headerRich Felker2015-02-021-4/+16
* dpkg: update supported compression methodsDenys Vlasenko2015-01-305-0/+49
* randomconfig fixesDenys Vlasenko2014-12-221-5/+3
* tar: fix "tar -cJ" ignoring -J option. closes 7706Denys Vlasenko2014-12-111-38/+28
* make xmalloc_open_zipped_read_close result NUL terminatedDenys Vlasenko2014-12-071-1/+2
* libarchive: add capability to unpack to mem.bufferDenys Vlasenko2014-12-0712-110/+211
* Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko2014-12-0712-58/+58
* cpio: reinstate "options:" line in help textDenys Vlasenko2014-06-301-0/+1
* lzop: add overflow checkDenys Vlasenko2014-06-302-0/+5
* unlzma: add comments about possible bug from BZ 2689Denys Vlasenko2014-02-281-0/+6
* unlzma: move some variables in "more local" scopeDenys Vlasenko2014-02-281-7/+10
* zcat: complain if input is not compressedDenys Vlasenko2014-02-026-20/+12
* libbb: open_zipped() should not fail on non-compressed filesDenys Vlasenko2014-01-271-1/+10
* tar: tighten up pax header validity checkDenys Vlasenko2014-01-101-1/+3
* libarchive: open_zipped() does not need to check extensions for e.g. gzipDenys Vlasenko2014-01-101-12/+11
* fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko2013-11-294-6/+2
* dpkg-deb: cosmetic correction to usage textDaniel Borca2013-11-281-1/+1
* tar: prevent empty file to be treated as valid tarballDenys Vlasenko2013-11-191-3/+10
* tar: fix exitcode check for MMU-spawned unpacking helpersDenys Vlasenko2013-11-192-9/+10
* archival/*: move "config:" snippets into .c filesDenys Vlasenko2013-11-1413-353/+349
* archival/*: move "applet:" snippets into .c files, part 2Denys Vlasenko2013-11-143-1/+8
* archival/*: move "applet:" snippets into .c filesDenys Vlasenko2013-11-1411-5/+15
* archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko2013-11-1413-26/+35
* Fix some compiler warnings emitted by gcc-4.8.0Denys Vlasenko2013-10-162-7/+7
* bunzip2: fix off-by-one checkDenys Vlasenko2013-10-061-8/+18
* ar: better commentDenys Vlasenko2013-09-101-2/+5
* ar: read_num(): fix reading fields using the entire widthPeter Korsgaard2013-09-101-12/+20
* tar: fix tar -T to add entries in the exact order as the input listSASAKI Suguru2013-08-151-3/+1
* unpackers: by users' request, print compression percentage if -v and DESKTOPDenys Vlasenko2013-07-301-13/+23
* unzip: survive lack of CDF on non-streaming zip filesDenys Vlasenko2013-07-211-16/+39
* unzip: increase PEEK_FROM_END from 16k to 64kDenys Vlasenko2013-07-201-1/+8
* *: change execl sentinels from NULL to (char*)0Rich Felker2013-06-302-2/+2
* Fix build failures caused by not compiling open_transformer.c (#2)Denys Vlasenko2013-05-151-0/+3
* Fix build failures caused by not compiling open_transformer.cDenys Vlasenko2013-05-121-12/+23
* archival: note implicit dependencies between lzop & bbunzipMike Frysinger2013-03-032-0/+2
* decompress_unlzma: move function, no code changesDenys Vlasenko2013-03-011-7/+6
* decompress_unlzma: 10% speedup in "small" codeDenys Vlasenko2013-03-011-1/+1
* decompress_unlzma: make "fast" version a bit smallerDenys Vlasenko2013-03-011-10/+4
* lzop: fiq -q and OPTION_DECOMPRESS mismatchDenys Vlasenko2013-03-011-15/+16
* bbunzip: fix order of flags vs bit definesMike Frysinger2013-02-281-4/+4
* bbunzip: ignore the -q flag with the decompressorsMike Frysinger2013-02-281-6/+7