Age | Commit message (Expand) | Author |
2012-04-29 | fix build failure when compressed help is selected, but bz2 compression is not | Denys Vlasenko |
2012-04-20 | Fix another build failure found with randconfig | Denys Vlasenko |
2012-04-20 | fix build breakage found by randconfig | Denys Vlasenko |
2012-03-06 | fix trivial bug in unpack_gz_stream (wrong fd used in read) | Denys Vlasenko |
2012-03-06 | Don't compile get_header_tar_FOO function if they are not needed | Denys Vlasenko |
2012-03-06 | tar,rpm2cpio: check that child decompressor did not error out | Denys Vlasenko |
2012-03-06 | Move seamless .Z support into unpack_gz_stream | Denys Vlasenko |
2012-03-06 | update seamless uncompression code | Denys Vlasenko |
2012-03-06 | archival/libarchive/decompress_unzip.c -> decompress_gunzip.c. no code changes | Denys Vlasenko |
2012-03-06 | preparatory cleanups for seamless uncompression improvements | Denys Vlasenko |
2012-02-23 | tar: add support for PAX-encoded path=LONGFILENAME | Denys Vlasenko |
2011-12-15 | *: style fixes. no code changes | Denys Vlasenko |
2011-11-22 | nommu: fix cases where we mangle argv[0][0] | Denys Vlasenko |
2011-10-31 | bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. C... | Denys Vlasenko |
2011-10-19 | get_header_tar: shrink 6->64 sign extension code | Denys Vlasenko |
2011-09-22 | rename archive.h to bb_archive.h. no code changes | Denys Vlasenko |
2011-09-10 | regularize options which control size/speed trade | Denys Vlasenko |
2011-09-09 | gzip: new GZIP_BIG_MEM option | Ian Wienand |
2011-09-09 | unzip: fflush stdout before reading interative y/n answer from stdin | Denys Vlasenko |
2011-08-22 | uncompress: die on read errors | Denys Vlasenko |
2011-08-18 | uncompress: fix buffer underrun by corrupted input | Denys Vlasenko |
2011-08-10 | randomconfig fixes | Denys Vlasenko |
2011-07-29 | tar: ignore file size (assume 0) for hardlinks | Ian Wienand |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko |
2011-05-20 | warning removal | Cristian Ionescu-Idbohrn |
2011-05-13 | fix "variable 'foo' set but not used" warnings | Denys Vlasenko |
2011-05-04 | tar: store negative mtime as 0; pack very large files using base-256 encoding | Denys Vlasenko |
2011-04-16 | Fix double words in comments. No code changes | Marek Polacek |
2011-03-27 | move help text from include/usage.src.h to archival/*.c | Pere Orga |
2011-03-08 | use user's shell instead of hardwired "/bin/sh" (android needs this) | Denys Vlasenko |
2011-03-02 | tar: skip leading / and handle names like abc/..////def -> def (not ///def) | Denys Vlasenko |
2011-03-01 | tar: on extract, everything up to and including last ".." is stripped | Denys Vlasenko |
2011-02-06 | tar: fix a bug where autodetection messes up -z on extract | Denys Vlasenko |
2011-02-03 | tar: support -T - and -X - | Denys Vlasenko |
2011-02-03 | whitespace fixes | Denys Vlasenko |
2011-01-31 | tar: add -h and -T to help text | Denys Vlasenko |
2011-01-18 | mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo | Denys Vlasenko |
2011-01-16 | remove a few aliasing warnings | Denys Vlasenko |
2011-01-04 | tar: add a note about -C and symlink-in-tarball attack | Denys Vlasenko |
2010-12-30 | bzip2: plug memory leak on every processed file | Denys Vlasenko |
2010-12-26 | cpio: allow cpio -i to take params - names of files to extract | Denys Vlasenko |
2010-12-26 | modprobe: add support for --show-depends | Serj Kalichev |
2010-11-03 | rename archival/libunarchive -> archival/libarchive; move bz/ into it | Denys Vlasenko |
2010-11-03 | *: move lzo compressor code to archival/libunarchive/. No code changes | Denys Vlasenko |
2010-11-01 | whitespace fix | Denys Vlasenko |
2010-11-01 | decompress_bunzip2: reinstate erroneously deleted RETVAL_SHORT_WRITE | Denys Vlasenko |
2010-10-30 | decompress_bunzip2: code shrink ~5 bytes | Denys Vlasenko |
2010-10-30 | decompress_bunzip2: code shrink ~10 bytes | Denys Vlasenko |
2010-10-29 | decompress_bunzip2: add profiling data to comment. no code changes | Denys Vlasenko |
2010-10-29 | decompress_bunzip2: relieve register pressure in hot function read_bunzip | Denys Vlasenko |