| Commit message (Expand) | Author | Age | Files | Lines |
* | dpkg: fix creation of .list files (were empty since b768aeb). Closes 5324 | Denys Vlasenko | 2012-06-22 | 2 | -6/+13 |
* | trivial small speed optimization | Denys Vlasenko | 2012-06-22 | 1 | -3/+5 |
* | tweak help text | Denys Vlasenko | 2012-06-19 | 1 | -6/+6 |
* | unzip: make options parsing more robust on getopt w/o gnu extensions | Denys Vlasenko | 2012-06-15 | 1 | -67/+70 |
* | tar: fix 256-bit encoded number decoding | Etienne Le Sueur | 2012-06-09 | 1 | -1/+1 |
* | unzip: ignore chmod errors | Natanael Copa | 2012-05-28 | 1 | -1/+1 |
* | tar: support -J, --xz explicit compression option | Boris Reisig | 2012-05-24 | 1 | -2/+15 |
* | build system: fix build failure when only gunzip is selected | Anthony G. Basile | 2012-05-20 | 1 | -1/+1 |
* | tar: implement --no-recursion | Natanael Copa | 2012-05-18 | 1 | -7/+12 |
* | 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 | 3 | -59/+40 |
* | Move seamless .Z support into unpack_gz_stream | Denys Vlasenko | 2012-03-06 | 3 | -25/+21 |
* | update seamless uncompression code | Denys Vlasenko | 2012-03-06 | 18 | -275/+198 |
* | 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 |
* | *: style fixes. no code changes | Denys Vlasenko | 2011-12-15 | 1 | -5/+6 |
* | nommu: fix cases where we mangle argv[0][0] | Denys Vlasenko | 2011-11-22 | 1 | -0/+1 |
* | bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. C... | Denys Vlasenko | 2011-10-31 | 2 | -2/+14 |
* | get_header_tar: shrink 6->64 sign extension code | Denys Vlasenko | 2011-10-19 | 1 | -4/+4 |
* | rename archive.h to bb_archive.h. no code changes | Denys Vlasenko | 2011-09-22 | 41 | -41/+41 |
* | regularize options which control size/speed trade | Denys Vlasenko | 2011-09-10 | 7 | -28/+31 |
* | gzip: new GZIP_BIG_MEM option | Ian Wienand | 2011-09-09 | 2 | -1/+15 |
* | unzip: fflush stdout before reading interative y/n answer from stdin | Denys Vlasenko | 2011-09-09 | 1 | -2/+3 |
* | uncompress: die on read errors | Denys Vlasenko | 2011-08-22 | 1 | -1/+1 |
* | uncompress: fix buffer underrun by corrupted input | Denys Vlasenko | 2011-08-18 | 1 | -5/+8 |
* | randomconfig fixes | Denys Vlasenko | 2011-08-10 | 1 | -1/+1 |
* | tar: ignore file size (assume 0) for hardlinks | Ian Wienand | 2011-07-29 | 1 | -3/+13 |
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 11 | -20/+2 |
* | warning removal | Cristian Ionescu-Idbohrn | 2011-05-20 | 1 | -7/+0 |
* | fix "variable 'foo' set but not used" warnings | Denys Vlasenko | 2011-05-13 | 1 | -6/+1 |
* | tar: store negative mtime as 0; pack very large files using base-256 encoding | Denys Vlasenko | 2011-05-04 | 1 | -4/+32 |
* | Fix double words in comments. No code changes | Marek Polacek | 2011-04-16 | 2 | -3/+3 |
* | move help text from include/usage.src.h to archival/*.c | Pere Orga | 2011-03-27 | 10 | -0/+215 |
* | use user's shell instead of hardwired "/bin/sh" (android needs this) | Denys Vlasenko | 2011-03-08 | 2 | -2/+7 |
* | tar: skip leading / and handle names like abc/..////def -> def (not ///def) | Denys Vlasenko | 2011-03-02 | 2 | -32/+32 |
* | tar: on extract, everything up to and including last ".." is stripped | Denys Vlasenko | 2011-03-01 | 1 | -5/+22 |
* | tar: fix a bug where autodetection messes up -z on extract | Denys Vlasenko | 2011-02-06 | 2 | -4/+6 |
* | tar: support -T - and -X - | Denys Vlasenko | 2011-02-03 | 1 | -1/+1 |
* | whitespace fixes | Denys Vlasenko | 2011-02-03 | 1 | -1/+1 |
* | tar: add -h and -T to help text | Denys Vlasenko | 2011-01-31 | 1 | -8/+13 |
* | mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo | Denys Vlasenko | 2011-01-18 | 1 | -2/+2 |
* | remove a few aliasing warnings | Denys Vlasenko | 2011-01-16 | 1 | -1/+1 |
* | tar: add a note about -C and symlink-in-tarball attack | Denys Vlasenko | 2011-01-04 | 1 | -0/+19 |
* | bzip2: plug memory leak on every processed file | Denys Vlasenko | 2010-12-30 | 2 | -5/+5 |
* | cpio: allow cpio -i to take params - names of files to extract | Denys Vlasenko | 2010-12-26 | 1 | -39/+66 |