aboutsummaryrefslogtreecommitdiff
path: root/archival/rpm2cpio.c
AgeCommit message (Expand)Author
2014-02-02zcat: complain if input is not compressedDenys Vlasenko
2013-11-14archival/*: move "config:" snippets into .c filesDenys Vlasenko
2013-11-14archival/*: move "applet:" snippets into .c filesDenys Vlasenko
2013-11-14archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko
2012-03-06tar,rpm2cpio: check that child decompressor did not error outDenys Vlasenko
2012-03-06update seamless uncompression codeDenys Vlasenko
2011-09-22rename archive.h to bb_archive.h. no code changesDenys Vlasenko
2011-03-27move help text from include/usage.src.h to archival/*.cPere Orga
2010-11-03rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-01consolidate xz format comment. no code changesDenys Vlasenko
2010-07-01xz compression detection: avoid the need to seekDenys Vlasenko
2010-06-26fix breakage in compressed file detectionDenys Vlasenko
2010-06-02*: simplify checks for gz/bz2/xz magicDenys Vlasenko
2010-05-30rpm2cpio: teach it to understand xz formatDenys Vlasenko
2010-05-06rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip...Denys Vlasenko
2009-08-28rpm2cpio: code shrinkDenys Vlasenko
2009-08-28rpm2cpio: handle unseekable input correctlyDenys Vlasenko
2009-08-28rpm2cpio: handle bz2 too; code shrinkPascal Bellard
2008-03-28whitespace fixesDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-10-05gunzip: support concatenated gz files.Denis Vlasenko
2007-06-08rmp: add optional support for bz2 data. +50 bytes of codeDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-03-07bunzip2/gunzip/uncompress/unlzma: merge into common code -Denis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko
2006-10-01g[un]zip: add support for -v (verbose).Denis Vlasenko
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-07-16Cleaup read() and write() variants, plus a couple of new functions likeRob Landley
2006-07-12Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2005-04-16Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen
2004-03-27s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-01-30s/u_int/uint/gEric Andersen
2003-11-15Move from read_gz to the pipe()+fork() method.Glenn L McGrath
2003-03-19Major coreutils update.Manuel Novoa III
2002-11-03Call lseek directly rather than via data_align()Glenn L McGrath
2002-10-18Fix an obvious thinkoEric Andersen
2002-09-27Fix compress support and prevent a segfaultGlenn L McGrath
2002-09-25New common unarchive code.Glenn L McGrath
2001-11-12Use fopen wrapper.Matt Kraai
2001-08-29Standard typing (u_int16_t instead of u16, u_int32_t insteadEric Andersen
2001-07-13Call setvbuf from here isntead of gz_open for compatability with uclibcGlenn L McGrath
2001-06-26rpm2cpio applet by Laurence AndersonGlenn L McGrath