aboutsummaryrefslogtreecommitdiff
path: root/archival
AgeCommit message (Expand)Author
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
2012-03-06update seamless uncompression codeDenys Vlasenko
2012-03-06archival/libarchive/decompress_unzip.c -> decompress_gunzip.c. no code changesDenys Vlasenko
2012-03-06preparatory cleanups for seamless uncompression improvementsDenys Vlasenko
2012-02-23tar: add support for PAX-encoded path=LONGFILENAMEDenys Vlasenko
2011-12-15*: style fixes. no code changesDenys Vlasenko
2011-11-22nommu: fix cases where we mangle argv[0][0]Denys Vlasenko
2011-10-31bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. C...Denys Vlasenko
2011-10-19get_header_tar: shrink 6->64 sign extension codeDenys Vlasenko
2011-09-22rename archive.h to bb_archive.h. no code changesDenys Vlasenko
2011-09-10regularize options which control size/speed tradeDenys Vlasenko
2011-09-09gzip: new GZIP_BIG_MEM optionIan Wienand
2011-09-09unzip: fflush stdout before reading interative y/n answer from stdinDenys Vlasenko
2011-08-22uncompress: die on read errorsDenys Vlasenko
2011-08-18uncompress: fix buffer underrun by corrupted inputDenys Vlasenko
2011-08-10randomconfig fixesDenys Vlasenko
2011-07-29tar: ignore file size (assume 0) for hardlinksIan Wienand
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-05-20warning removalCristian Ionescu-Idbohrn
2011-05-13fix "variable 'foo' set but not used" warningsDenys Vlasenko
2011-05-04tar: store negative mtime as 0; pack very large files using base-256 encodingDenys Vlasenko
2011-04-16Fix double words in comments. No code changesMarek Polacek
2011-03-27move help text from include/usage.src.h to archival/*.cPere Orga
2011-03-08use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko
2011-03-02tar: skip leading / and handle names like abc/..////def -> def (not ///def)Denys Vlasenko
2011-03-01tar: on extract, everything up to and including last ".." is strippedDenys Vlasenko
2011-02-06tar: fix a bug where autodetection messes up -z on extractDenys Vlasenko
2011-02-03tar: support -T - and -X -Denys Vlasenko
2011-02-03whitespace fixesDenys Vlasenko
2011-01-31tar: add -h and -T to help textDenys Vlasenko