aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
* bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. C...Denys Vlasenko2011-10-312-2/+14
* get_header_tar: shrink 6->64 sign extension codeDenys Vlasenko2011-10-191-4/+4
* rename archive.h to bb_archive.h. no code changesDenys Vlasenko2011-09-2241-41/+41
* regularize options which control size/speed tradeDenys Vlasenko2011-09-107-28/+31
* gzip: new GZIP_BIG_MEM optionIan Wienand2011-09-092-1/+15
* unzip: fflush stdout before reading interative y/n answer from stdinDenys Vlasenko2011-09-091-2/+3
* uncompress: die on read errorsDenys Vlasenko2011-08-221-1/+1
* uncompress: fix buffer underrun by corrupted inputDenys Vlasenko2011-08-181-5/+8
* randomconfig fixesDenys Vlasenko2011-08-101-1/+1
* tar: ignore file size (assume 0) for hardlinksIan Wienand2011-07-291-3/+13
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-0511-20/+2
* warning removalCristian Ionescu-Idbohrn2011-05-201-7/+0
* fix "variable 'foo' set but not used" warningsDenys Vlasenko2011-05-131-6/+1
* tar: store negative mtime as 0; pack very large files using base-256 encodingDenys Vlasenko2011-05-041-4/+32
* Fix double words in comments. No code changesMarek Polacek2011-04-162-3/+3
* move help text from include/usage.src.h to archival/*.cPere Orga2011-03-2710-0/+215
* use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko2011-03-082-2/+7
* tar: skip leading / and handle names like abc/..////def -> def (not ///def)Denys Vlasenko2011-03-022-32/+32
* tar: on extract, everything up to and including last ".." is strippedDenys Vlasenko2011-03-011-5/+22
* tar: fix a bug where autodetection messes up -z on extractDenys Vlasenko2011-02-062-4/+6
* tar: support -T - and -X -Denys Vlasenko2011-02-031-1/+1
* whitespace fixesDenys Vlasenko2011-02-031-1/+1
* tar: add -h and -T to help textDenys Vlasenko2011-01-311-8/+13
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-2/+2
* remove a few aliasing warningsDenys Vlasenko2011-01-161-1/+1
* tar: add a note about -C and symlink-in-tarball attackDenys Vlasenko2011-01-041-0/+19
* bzip2: plug memory leak on every processed fileDenys Vlasenko2010-12-302-5/+5
* cpio: allow cpio -i to take params - names of files to extractDenys Vlasenko2010-12-261-39/+66
* modprobe: add support for --show-dependsSerj Kalichev2010-12-261-1/+0
* rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko2010-11-0366-49/+49
* *: move lzo compressor code to archival/libunarchive/. No code changesDenys Vlasenko2010-11-039-73/+3
* whitespace fixDenys Vlasenko2010-11-011-1/+1
* decompress_bunzip2: reinstate erroneously deleted RETVAL_SHORT_WRITEDenys Vlasenko2010-11-011-1/+2
* decompress_bunzip2: code shrink ~5 bytesDenys Vlasenko2010-10-301-12/+13
* decompress_bunzip2: code shrink ~10 bytesDenys Vlasenko2010-10-301-74/+99
* decompress_bunzip2: add profiling data to comment. no code changesDenys Vlasenko2010-10-291-0/+11
* decompress_bunzip2: relieve register pressure in hot function read_bunzipDenys Vlasenko2010-10-291-7/+13
* decompress_bunzip2: keep bd->writeCRC in CPU reg in the hot loopDenys Vlasenko2010-10-291-21/+28
* decompress_bunzip2: code shrinkDenys Vlasenko2010-10-291-44/+67
* whitespace cleanupDenys Vlasenko2010-10-296-26/+26
* decompress_bunzip2: handle concatenated .bz2 filesDenys Vlasenko2010-10-281-25/+49
* *: whitespace fixesDenys Vlasenko2010-10-283-5/+5
* libbb: introduce and use common crc32 routineDenys Vlasenko2010-10-274-42/+15
* *: replace xopen3 with xopen where makes senseDenys Vlasenko2010-10-181-1/+1
* cpio: avoid 'not created: newer or same age file exists' message for dirsPascal Bellard2010-10-181-1/+3
* *: pass md5/shaN context pointer as 1st arg, not lastDenys Vlasenko2010-10-161-2/+2
* tweak help textDenys Vlasenko2010-10-091-1/+1
* made 3 license strings to follow the usual form ("or later" bit is not changed!)Denys Vlasenko2010-09-061-1/+1
* lzop: fix misordered "v=NULL; free(v)", small code shrinkDenys Vlasenko2010-09-041-15/+22
* libbb: add xfstat functionDenys Vlasenko2010-08-312-4/+2