Age | Commit message (Expand) | Author |
2014-06-30 | cpio: reinstate "options:" line in help text | Denys Vlasenko |
2014-06-30 | lzop: add overflow check | Denys Vlasenko |
2014-02-28 | unlzma: add comments about possible bug from BZ 2689 | Denys Vlasenko |
2014-02-28 | unlzma: move some variables in "more local" scope | Denys Vlasenko |
2014-02-02 | zcat: complain if input is not compressed | Denys Vlasenko |
2014-01-27 | libbb: open_zipped() should not fail on non-compressed files | Denys Vlasenko |
2014-01-10 | tar: tighten up pax header validity check | Denys Vlasenko |
2014-01-10 | libarchive: open_zipped() does not need to check extensions for e.g. gzip | Denys Vlasenko |
2013-11-29 | fix assorted unused code and wrong format specs found by cppchekc (bug 6716) | Denys Vlasenko |
2013-11-28 | dpkg-deb: cosmetic correction to usage text | Daniel Borca |
2013-11-19 | tar: prevent empty file to be treated as valid tarball | Denys Vlasenko |
2013-11-19 | tar: fix exitcode check for MMU-spawned unpacking helpers | Denys Vlasenko |
2013-11-14 | archival/*: move "config:" snippets into .c files | Denys Vlasenko |
2013-11-14 | archival/*: move "applet:" snippets into .c files, part 2 | Denys Vlasenko |
2013-11-14 | archival/*: move "applet:" snippets into .c files | Denys Vlasenko |
2013-11-14 | archival/*: move "kbuild:" snippets into .c files | Denys Vlasenko |
2013-10-16 | Fix some compiler warnings emitted by gcc-4.8.0 | Denys Vlasenko |
2013-10-06 | bunzip2: fix off-by-one check | Denys Vlasenko |
2013-09-10 | ar: better comment | Denys Vlasenko |
2013-09-10 | ar: read_num(): fix reading fields using the entire width | Peter Korsgaard |
2013-08-15 | tar: fix tar -T to add entries in the exact order as the input list | SASAKI Suguru |
2013-07-30 | unpackers: by users' request, print compression percentage if -v and DESKTOP | Denys Vlasenko |
2013-07-21 | unzip: survive lack of CDF on non-streaming zip files | Denys Vlasenko |
2013-07-20 | unzip: increase PEEK_FROM_END from 16k to 64k | Denys Vlasenko |
2013-06-30 | *: change execl sentinels from NULL to (char*)0 | Rich Felker |
2013-05-15 | Fix build failures caused by not compiling open_transformer.c (#2) | Denys Vlasenko |
2013-05-12 | Fix build failures caused by not compiling open_transformer.c | Denys Vlasenko |
2013-03-03 | archival: note implicit dependencies between lzop & bbunzip | Mike Frysinger |
2013-03-01 | decompress_unlzma: move function, no code changes | Denys Vlasenko |
2013-03-01 | decompress_unlzma: 10% speedup in "small" code | Denys Vlasenko |
2013-03-01 | decompress_unlzma: make "fast" version a bit smaller | Denys Vlasenko |
2013-03-01 | lzop: fiq -q and OPTION_DECOMPRESS mismatch | Denys Vlasenko |
2013-02-28 | bbunzip: fix order of flags vs bit defines | Mike Frysinger |
2013-02-28 | bbunzip: ignore the -q flag with the decompressors | Mike Frysinger |
2013-02-28 | zcat: fix "zcat FILE" trying to do detection twice | Denys Vlasenko |
2013-02-28 | zcat: if seamless uncompressors are defined, autodetect file's format | Denys Vlasenko |
2013-02-28 | fix error message on failure to oen /dev/null; fix zcat's help text | Denys Vlasenko |
2013-02-28 | code shrink in check_errors_in_children() | Denys Vlasenko |
2013-02-27 | xz: fix put_unaligned_{l,b}e32 | Leonid Lisovskiy |
2013-02-27 | xz: support concatenated .xz streams | Lasse Collin |
2013-02-27 | xz: mention xzminidec.c in README | Lasse Collin |
2013-02-27 | xz: fix incorrect XZ_BUF_ERROR | Lasse Collin |
2013-02-27 | xz: fix decoding of LZMA2 streams having no uncompressed data. | Lasse Collin |
2013-02-27 | cz: add C++ support to xz.h | Lasse Collin |
2013-02-27 | xz: remove an empty line from xz_dec_lzma2.c | Lasse Collin |
2013-02-27 | xz: make bcj_x86_test_msbyte() an inline function | Lasse Collin |
2013-02-27 | xz: add a comment about using uint32_t as vli_type | Lasse Collin |
2013-02-27 | xz: avoid "NOTE:" in xz.h | Lasse Collin |
2013-02-27 | xz: update README | Lasse Collin |
2013-02-27 | xz: omit explicit \0 from HEADER_MAGIC | Lasse Collin |