Age | Commit message (Expand) | Author |
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 |
2010-10-29 | decompress_bunzip2: keep bd->writeCRC in CPU reg in the hot loop | Denys Vlasenko |
2010-10-29 | decompress_bunzip2: code shrink | Denys Vlasenko |
2010-10-29 | whitespace cleanup | Denys Vlasenko |
2010-10-28 | decompress_bunzip2: handle concatenated .bz2 files | Denys Vlasenko |
2010-10-28 | *: whitespace fixes | Denys Vlasenko |
2010-10-27 | libbb: introduce and use common crc32 routine | Denys Vlasenko |
2010-10-18 | *: replace xopen3 with xopen where makes sense | Denys Vlasenko |
2010-10-18 | cpio: avoid 'not created: newer or same age file exists' message for dirs | Pascal Bellard |
2010-10-16 | *: pass md5/shaN context pointer as 1st arg, not last | Denys Vlasenko |
2010-10-09 | tweak help text | Denys Vlasenko |
2010-09-06 | made 3 license strings to follow the usual form ("or later" bit is not changed!) | Denys Vlasenko |
2010-09-04 | lzop: fix misordered "v=NULL; free(v)", small code shrink | Denys Vlasenko |
2010-08-31 | libbb: add xfstat function | Denys Vlasenko |
2010-08-29 | bbconfig: add COMPRESS_BBCONFIG option | Denys Vlasenko |
2010-08-29 | typo fixes in config help text | Denys Vlasenko |