| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | zcat: complain if input is not compressed | Denys Vlasenko | 2014-02-02 | 2 | -15/+6 |
* | libbb: open_zipped() should not fail on non-compressed files | Denys Vlasenko | 2014-01-27 | 1 | -1/+10 |
* | tar: tighten up pax header validity check | Denys Vlasenko | 2014-01-10 | 1 | -1/+3 |
* | libarchive: open_zipped() does not need to check extensions for e.g. gzip | Denys Vlasenko | 2014-01-10 | 1 | -12/+11 |
* | fix assorted unused code and wrong format specs found by cppchekc (bug 6716) | Denys Vlasenko | 2013-11-29 | 4 | -6/+2 |
* | tar: fix exitcode check for MMU-spawned unpacking helpers | Denys Vlasenko | 2013-11-19 | 2 | -9/+10 |
* | Fix some compiler warnings emitted by gcc-4.8.0 | Denys Vlasenko | 2013-10-16 | 2 | -7/+7 |
* | bunzip2: fix off-by-one check | Denys Vlasenko | 2013-10-06 | 1 | -8/+18 |
* | ar: better comment | Denys Vlasenko | 2013-09-10 | 1 | -2/+5 |
* | ar: read_num(): fix reading fields using the entire width | Peter Korsgaard | 2013-09-10 | 1 | -12/+20 |
* | *: change execl sentinels from NULL to (char*)0 | Rich Felker | 2013-06-30 | 1 | -1/+1 |
* | Fix build failures caused by not compiling open_transformer.c (#2) | Denys Vlasenko | 2013-05-15 | 1 | -0/+3 |
* | Fix build failures caused by not compiling open_transformer.c | Denys Vlasenko | 2013-05-12 | 1 | -12/+23 |
* | decompress_unlzma: move function, no code changes | Denys Vlasenko | 2013-03-01 | 1 | -7/+6 |
* | decompress_unlzma: 10% speedup in "small" code | Denys Vlasenko | 2013-03-01 | 1 | -1/+1 |
* | decompress_unlzma: make "fast" version a bit smaller | Denys Vlasenko | 2013-03-01 | 1 | -10/+4 |
* | code shrink in check_errors_in_children() | Denys Vlasenko | 2013-02-28 | 1 | -3/+8 |
* | xz: fix put_unaligned_{l,b}e32 | Leonid Lisovskiy | 2013-02-27 | 1 | -2/+2 |
* | xz: support concatenated .xz streams | Lasse Collin | 2013-02-27 | 1 | -7/+36 |
* | xz: mention xzminidec.c in README | Lasse Collin | 2013-02-27 | 1 | -1/+1 |
* | xz: fix incorrect XZ_BUF_ERROR | Lasse Collin | 2013-02-27 | 1 | -7/+20 |
* | xz: fix decoding of LZMA2 streams having no uncompressed data. | Lasse Collin | 2013-02-27 | 1 | -3/+3 |
* | cz: add C++ support to xz.h | Lasse Collin | 2013-02-27 | 1 | -0/+9 |
* | xz: remove an empty line from xz_dec_lzma2.c | Lasse Collin | 2013-02-27 | 1 | -1/+0 |
* | xz: make bcj_x86_test_msbyte() an inline function | Lasse Collin | 2013-02-27 | 1 | -2/+5 |
* | xz: add a comment about using uint32_t as vli_type | Lasse Collin | 2013-02-27 | 1 | -2/+7 |
* | xz: avoid "NOTE:" in xz.h | Lasse Collin | 2013-02-27 | 1 | -4/+4 |
* | xz: update README | Lasse Collin | 2013-02-27 | 1 | -2/+2 |
* | xz: omit explicit \0 from HEADER_MAGIC | Lasse Collin | 2013-02-27 | 1 | -1/+1 |
* | rpm: use "create+rename" method of replacing existing files | Denys Vlasenko | 2013-02-20 | 1 | -1/+14 |
* | whitespace cleanup. no code changes | Denys Vlasenko | 2013-01-14 | 5 | -12/+12 |
* | decompress_uncompress: comment out a bigger chunk of debug code | Denys Vlasenko | 2012-12-05 | 1 | -1/+1 |
* | decompress_uncompress: comment out debug printout on corrupted data | Denys Vlasenko | 2012-12-05 | 1 | -1/+2 |
* | decompress_uncompress: move 'code' variable into loop - sole user | Denys Vlasenko | 2012-12-05 | 1 | -13/+14 |
* | dpkg: fix creation of .list files (were empty since b768aeb). Closes 5324 | Denys Vlasenko | 2012-06-22 | 1 | -2/+4 |
* | trivial small speed optimization | Denys Vlasenko | 2012-06-22 | 1 | -3/+5 |
* | tar: fix 256-bit encoded number decoding | Etienne Le Sueur | 2012-06-09 | 1 | -1/+1 |
* | build system: fix build failure when only gunzip is selected | Anthony G. Basile | 2012-05-20 | 1 | -1/+1 |
* | fix build failure when compressed help is selected, but bz2 compression is not | Denys Vlasenko | 2012-04-29 | 1 | -1/+1 |
* | Fix another build failure found with randconfig | Denys Vlasenko | 2012-04-20 | 1 | -0/+1 |
* | fix build breakage found by randconfig | Denys Vlasenko | 2012-04-20 | 1 | -0/+1 |
* | fix trivial bug in unpack_gz_stream (wrong fd used in read) | Denys Vlasenko | 2012-03-06 | 1 | -1/+1 |
* | Don't compile get_header_tar_FOO function if they are not needed | Denys Vlasenko | 2012-03-06 | 1 | -5/+8 |
* | tar,rpm2cpio: check that child decompressor did not error out | Denys Vlasenko | 2012-03-06 | 1 | -0/+26 |
* | Move seamless .Z support into unpack_gz_stream | Denys Vlasenko | 2012-03-06 | 1 | -0/+18 |
* | update seamless uncompression code | Denys Vlasenko | 2012-03-06 | 10 | -138/+95 |
* | archival/libarchive/decompress_unzip.c -> decompress_gunzip.c. no code changes | Denys Vlasenko | 2012-03-06 | 2 | -5/+5 |
* | preparatory cleanups for seamless uncompression improvements | Denys Vlasenko | 2012-03-06 | 3 | -17/+161 |
* | tar: add support for PAX-encoded path=LONGFILENAME | Denys Vlasenko | 2012-02-23 | 3 | -40/+41 |
* | bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. C... | Denys Vlasenko | 2011-10-31 | 1 | -1/+8 |