Age | Commit message (Expand) | Author |
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 |
2012-03-06 | Move seamless .Z support into unpack_gz_stream | Denys Vlasenko |
2012-03-06 | update seamless uncompression code | Denys Vlasenko |
2012-03-06 | archival/libarchive/decompress_unzip.c -> decompress_gunzip.c. no code changes | Denys Vlasenko |
2012-03-06 | preparatory cleanups for seamless uncompression improvements | Denys Vlasenko |
2012-02-23 | tar: add support for PAX-encoded path=LONGFILENAME | Denys Vlasenko |
2011-12-15 | *: style fixes. no code changes | Denys Vlasenko |
2011-11-22 | nommu: fix cases where we mangle argv[0][0] | Denys Vlasenko |
2011-10-31 | bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. C... | Denys Vlasenko |
2011-10-19 | get_header_tar: shrink 6->64 sign extension code | Denys Vlasenko |
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 |