aboutsummaryrefslogtreecommitdiff
path: root/archival
AgeCommit message (Expand)Author
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
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2011-01-16remove a few aliasing warningsDenys Vlasenko
2011-01-04tar: add a note about -C and symlink-in-tarball attackDenys Vlasenko
2010-12-30bzip2: plug memory leak on every processed fileDenys Vlasenko
2010-12-26cpio: allow cpio -i to take params - names of files to extractDenys Vlasenko
2010-12-26modprobe: add support for --show-dependsSerj Kalichev
2010-11-03rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko
2010-11-03*: move lzo compressor code to archival/libunarchive/. No code changesDenys Vlasenko
2010-11-01whitespace fixDenys Vlasenko
2010-11-01decompress_bunzip2: reinstate erroneously deleted RETVAL_SHORT_WRITEDenys Vlasenko
2010-10-30decompress_bunzip2: code shrink ~5 bytesDenys Vlasenko
2010-10-30decompress_bunzip2: code shrink ~10 bytesDenys Vlasenko
2010-10-29decompress_bunzip2: add profiling data to comment. no code changesDenys Vlasenko
2010-10-29decompress_bunzip2: relieve register pressure in hot function read_bunzipDenys Vlasenko
2010-10-29decompress_bunzip2: keep bd->writeCRC in CPU reg in the hot loopDenys Vlasenko
2010-10-29decompress_bunzip2: code shrinkDenys Vlasenko
2010-10-29whitespace cleanupDenys Vlasenko
2010-10-28decompress_bunzip2: handle concatenated .bz2 filesDenys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-27libbb: introduce and use common crc32 routineDenys Vlasenko
2010-10-18*: replace xopen3 with xopen where makes senseDenys Vlasenko
2010-10-18cpio: avoid 'not created: newer or same age file exists' message for dirsPascal Bellard
2010-10-16*: pass md5/shaN context pointer as 1st arg, not lastDenys Vlasenko
2010-10-09tweak help textDenys Vlasenko
2010-09-06made 3 license strings to follow the usual form ("or later" bit is not changed!)Denys Vlasenko
2010-09-04lzop: fix misordered "v=NULL; free(v)", small code shrinkDenys Vlasenko
2010-08-31libbb: add xfstat functionDenys Vlasenko
2010-08-29bbconfig: add COMPRESS_BBCONFIG optionDenys Vlasenko
2010-08-29typo fixes in config help textDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko