| Commit message (Expand) | Author | Age | Files | Lines |
* | *: style fixes. no code changes | Denys Vlasenko | 2011-12-15 | 1 | -5/+6 |
* | nommu: fix cases where we mangle argv[0][0] | Denys Vlasenko | 2011-11-22 | 1 | -0/+1 |
* | bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. C... | Denys Vlasenko | 2011-10-31 | 2 | -2/+14 |
* | get_header_tar: shrink 6->64 sign extension code | Denys Vlasenko | 2011-10-19 | 1 | -4/+4 |
* | rename archive.h to bb_archive.h. no code changes | Denys Vlasenko | 2011-09-22 | 41 | -41/+41 |
* | regularize options which control size/speed trade | Denys Vlasenko | 2011-09-10 | 7 | -28/+31 |
* | gzip: new GZIP_BIG_MEM option | Ian Wienand | 2011-09-09 | 2 | -1/+15 |
* | unzip: fflush stdout before reading interative y/n answer from stdin | Denys Vlasenko | 2011-09-09 | 1 | -2/+3 |
* | uncompress: die on read errors | Denys Vlasenko | 2011-08-22 | 1 | -1/+1 |
* | uncompress: fix buffer underrun by corrupted input | Denys Vlasenko | 2011-08-18 | 1 | -5/+8 |
* | randomconfig fixes | Denys Vlasenko | 2011-08-10 | 1 | -1/+1 |
* | tar: ignore file size (assume 0) for hardlinks | Ian Wienand | 2011-07-29 | 1 | -3/+13 |
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 11 | -20/+2 |
* | warning removal | Cristian Ionescu-Idbohrn | 2011-05-20 | 1 | -7/+0 |
* | fix "variable 'foo' set but not used" warnings | Denys Vlasenko | 2011-05-13 | 1 | -6/+1 |
* | tar: store negative mtime as 0; pack very large files using base-256 encoding | Denys Vlasenko | 2011-05-04 | 1 | -4/+32 |
* | Fix double words in comments. No code changes | Marek Polacek | 2011-04-16 | 2 | -3/+3 |
* | move help text from include/usage.src.h to archival/*.c | Pere Orga | 2011-03-27 | 10 | -0/+215 |
* | use user's shell instead of hardwired "/bin/sh" (android needs this) | Denys Vlasenko | 2011-03-08 | 2 | -2/+7 |
* | tar: skip leading / and handle names like abc/..////def -> def (not ///def) | Denys Vlasenko | 2011-03-02 | 2 | -32/+32 |
* | tar: on extract, everything up to and including last ".." is stripped | Denys Vlasenko | 2011-03-01 | 1 | -5/+22 |
* | tar: fix a bug where autodetection messes up -z on extract | Denys Vlasenko | 2011-02-06 | 2 | -4/+6 |
* | tar: support -T - and -X - | Denys Vlasenko | 2011-02-03 | 1 | -1/+1 |
* | whitespace fixes | Denys Vlasenko | 2011-02-03 | 1 | -1/+1 |
* | tar: add -h and -T to help text | Denys Vlasenko | 2011-01-31 | 1 | -8/+13 |
* | mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo | Denys Vlasenko | 2011-01-18 | 1 | -2/+2 |
* | remove a few aliasing warnings | Denys Vlasenko | 2011-01-16 | 1 | -1/+1 |
* | tar: add a note about -C and symlink-in-tarball attack | Denys Vlasenko | 2011-01-04 | 1 | -0/+19 |
* | bzip2: plug memory leak on every processed file | Denys Vlasenko | 2010-12-30 | 2 | -5/+5 |
* | cpio: allow cpio -i to take params - names of files to extract | Denys Vlasenko | 2010-12-26 | 1 | -39/+66 |
* | modprobe: add support for --show-depends | Serj Kalichev | 2010-12-26 | 1 | -1/+0 |
* | rename archival/libunarchive -> archival/libarchive; move bz/ into it | Denys Vlasenko | 2010-11-03 | 66 | -49/+49 |
* | *: move lzo compressor code to archival/libunarchive/. No code changes | Denys Vlasenko | 2010-11-03 | 9 | -73/+3 |
* | whitespace fix | Denys Vlasenko | 2010-11-01 | 1 | -1/+1 |
* | decompress_bunzip2: reinstate erroneously deleted RETVAL_SHORT_WRITE | Denys Vlasenko | 2010-11-01 | 1 | -1/+2 |
* | decompress_bunzip2: code shrink ~5 bytes | Denys Vlasenko | 2010-10-30 | 1 | -12/+13 |
* | decompress_bunzip2: code shrink ~10 bytes | Denys Vlasenko | 2010-10-30 | 1 | -74/+99 |
* | decompress_bunzip2: add profiling data to comment. no code changes | Denys Vlasenko | 2010-10-29 | 1 | -0/+11 |
* | decompress_bunzip2: relieve register pressure in hot function read_bunzip | Denys Vlasenko | 2010-10-29 | 1 | -7/+13 |
* | decompress_bunzip2: keep bd->writeCRC in CPU reg in the hot loop | Denys Vlasenko | 2010-10-29 | 1 | -21/+28 |
* | decompress_bunzip2: code shrink | Denys Vlasenko | 2010-10-29 | 1 | -44/+67 |
* | whitespace cleanup | Denys Vlasenko | 2010-10-29 | 6 | -26/+26 |
* | decompress_bunzip2: handle concatenated .bz2 files | Denys Vlasenko | 2010-10-28 | 1 | -25/+49 |
* | *: whitespace fixes | Denys Vlasenko | 2010-10-28 | 3 | -5/+5 |
* | libbb: introduce and use common crc32 routine | Denys Vlasenko | 2010-10-27 | 4 | -42/+15 |
* | *: replace xopen3 with xopen where makes sense | Denys Vlasenko | 2010-10-18 | 1 | -1/+1 |
* | cpio: avoid 'not created: newer or same age file exists' message for dirs | Pascal Bellard | 2010-10-18 | 1 | -1/+3 |
* | *: pass md5/shaN context pointer as 1st arg, not last | Denys Vlasenko | 2010-10-16 | 1 | -2/+2 |
* | tweak help text | Denys Vlasenko | 2010-10-09 | 1 | -1/+1 |
* | made 3 license strings to follow the usual form ("or later" bit is not changed!) | Denys Vlasenko | 2010-09-06 | 1 | -1/+1 |