Age | Commit message (Expand) | Author |
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 |
2013-02-20 | rpm: unmap rpm file before working with next one | Denys Vlasenko |
2013-02-20 | rpm: stop using statics; move main() to the end of the source file | Denys Vlasenko |
2013-02-20 | rpm: use "create+rename" method of replacing existing files | Denys Vlasenko |
2013-02-20 | rpm: make -ql display more compatible; improve help text | Denys Vlasenko |
2013-01-22 | unzip: add missing fflush; code shrink | Denys Vlasenko |
2013-01-22 | *: reuse more strings | Denys Vlasenko |
2013-01-14 | whitespace cleanup. no code changes | Denys Vlasenko |
2013-01-14 | whitespace fixes. no code changes | Denys Vlasenko |
2012-12-05 | decompress_uncompress: comment out a bigger chunk of debug code | Denys Vlasenko |
2012-12-05 | decompress_uncompress: comment out debug printout on corrupted data | Denys Vlasenko |
2012-12-05 | decompress_uncompress: move 'code' variable into loop - sole user | Denys Vlasenko |
2012-06-22 | dpkg: fix creation of .list files (were empty since b768aeb). Closes 5324 | Denys Vlasenko |
2012-06-22 | trivial small speed optimization | Denys Vlasenko |
2012-06-19 | tweak help text | Denys Vlasenko |
2012-06-15 | unzip: make options parsing more robust on getopt w/o gnu extensions | Denys Vlasenko |
2012-06-09 | tar: fix 256-bit encoded number decoding | Etienne Le Sueur |
2012-05-28 | unzip: ignore chmod errors | Natanael Copa |
2012-05-24 | tar: support -J, --xz explicit compression option | Boris Reisig |
2012-05-20 | build system: fix build failure when only gunzip is selected | Anthony G. Basile |
2012-05-18 | tar: implement --no-recursion | Natanael Copa |
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 |