summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2014-04-06zcat: complain if input is not compressedDenys Vlasenko9-25/+17
2013-11-14archival/*: move "config:" snippets into .c filesDenys Vlasenko13-353/+349
2013-11-14archival/*: move "applet:" snippets into .c filesDenys Vlasenko12-20/+15
2013-11-14archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko13-26/+35
2012-03-06tar,rpm2cpio: check that child decompressor did not error outDenys Vlasenko4-59/+41
2012-03-06update seamless uncompression codeDenys Vlasenko21-312/+233
2011-09-22rename archive.h to bb_archive.h. no code changesDenys Vlasenko46-45/+45
2011-03-27move help text from include/usage.src.h to archival/*.cPere Orga11-210/+215
2010-11-03rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko74-57/+57
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-01consolidate xz format comment. no code changesDenys Vlasenko3-4/+2
2010-07-01xz compression detection: avoid the need to seekDenys Vlasenko5-14/+30
2010-06-26fix breakage in compressed file detectionDenys Vlasenko2-4/+4
2010-06-02*: simplify checks for gz/bz2/xz magicDenys Vlasenko3-15/+41
2010-05-30rpm2cpio: teach it to understand xz formatDenys Vlasenko1-11/+24
2010-05-06rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip...Denys Vlasenko5-149/+161
2009-08-28rpm2cpio: code shrinkDenys Vlasenko1-11/+10
2009-08-28rpm2cpio: handle unseekable input correctlyDenys Vlasenko6-19/+22
2009-08-28rpm2cpio: handle bz2 too; code shrinkPascal Bellard2-30/+49
2008-03-28whitespace fixesDenis Vlasenko7-46/+42
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-10-05gunzip: support concatenated gz files.Denis Vlasenko7-249/+368
2007-06-08rmp: add optional support for bz2 data. +50 bytes of codeDenis Vlasenko12-24/+42
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-03-07bunzip2/gunzip/uncompress/unlzma: merge into common code -Denis Vlasenko14-404/+493
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko71-130/+127
2006-10-01g[un]zip: add support for -v (verbose).Denis Vlasenko15-72/+122
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-07-16Cleaup read() and write() variants, plus a couple of new functions likeRob Landley39-224/+204
2006-07-12Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"65-722/+112
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2005-04-16Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen30-91/+96
2004-03-27s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen21-35/+35
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2004-01-30s/u_int/uint/gEric Andersen4-48/+48
2003-11-15Move from read_gz to the pipe()+fork() method.Glenn L McGrath16-284/+156
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-11-03Call lseek directly rather than via data_align()Glenn L McGrath1-1/+1
2002-10-18Fix an obvious thinkoEric Andersen1-1/+1
2002-09-27Fix compress support and prevent a segfaultGlenn L McGrath12-66/+71
2002-09-25New common unarchive code.Glenn L McGrath36-1898/+2420
2001-11-12Use fopen wrapper.Matt Kraai3-13/+8
2001-08-29Standard typing (u_int16_t instead of u16, u_int32_t insteadEric Andersen8-160/+128
2001-07-13Call setvbuf from here isntead of gz_open for compatability with uclibcGlenn L McGrath2-0/+6
2001-06-26rpm2cpio applet by Laurence AndersonGlenn L McGrath12-12/+222