summaryrefslogtreecommitdiff
path: root/archival/rpm2cpio.c
Commit message (Expand)AuthorAgeFilesLines
* zcat: complain if input is not compressedDenys Vlasenko2014-02-021-1/+1
* archival/*: move "config:" snippets into .c filesDenys Vlasenko2013-11-141-0/+6
* archival/*: move "applet:" snippets into .c filesDenys Vlasenko2013-11-141-0/+1
* archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko2013-11-141-0/+2
* tar,rpm2cpio: check that child decompressor did not error outDenys Vlasenko2012-03-061-28/+7
* update seamless uncompression codeDenys Vlasenko2012-03-061-42/+31
* rename archive.h to bb_archive.h. no code changesDenys Vlasenko2011-09-221-1/+1
* move help text from include/usage.src.h to archival/*.cPere Orga2011-03-271-0/+6
* rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko2010-11-031-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* consolidate xz format comment. no code changesDenys Vlasenko2010-07-011-2/+0
* xz compression detection: avoid the need to seekDenys Vlasenko2010-07-011-2/+2
* fix breakage in compressed file detectionDenys Vlasenko2010-06-261-2/+2
* *: simplify checks for gz/bz2/xz magicDenys Vlasenko2010-06-021-7/+12
* rpm2cpio: teach it to understand xz formatDenys Vlasenko2010-05-301-11/+24
* rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip...Denys Vlasenko2010-05-061-41/+28
* rpm2cpio: code shrinkDenys Vlasenko2009-08-281-11/+10
* rpm2cpio: handle unseekable input correctlyDenys Vlasenko2009-08-281-7/+10
* rpm2cpio: handle bz2 too; code shrinkPascal Bellard2009-08-281-29/+48
* whitespace fixesDenis Vlasenko2008-03-281-8/+8
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* gunzip: support concatenated gz files.Denis Vlasenko2007-10-051-1/+0
* rmp: add optional support for bz2 data. +50 bytes of codeDenis Vlasenko2007-06-081-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* bunzip2/gunzip/uncompress/unlzma: merge into common code -Denis Vlasenko2007-03-071-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-2/+2
* g[un]zip: add support for -v (verbose).Denis Vlasenko2006-10-011-4/+4
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-6/+1
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-161-3/+3
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-13/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen2005-04-161-1/+1
* s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen2004-03-271-2/+2
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
* s/u_int/uint/gEric Andersen2004-01-301-9/+9
* Move from read_gz to the pipe()+fork() method.Glenn L McGrath2003-11-151-2/+1
* Major coreutils update.Manuel Novoa III2003-03-191-9/+9
* Call lseek directly rather than via data_align()Glenn L McGrath2002-11-031-1/+1
* Fix an obvious thinkoEric Andersen2002-10-181-1/+1
* Fix compress support and prevent a segfaultGlenn L McGrath2002-09-271-0/+6
* New common unarchive code.Glenn L McGrath2002-09-251-23/+34
* Use fopen wrapper.Matt Kraai2001-11-121-2/+1
* Standard typing (u_int16_t instead of u16, u_int32_t insteadEric Andersen2001-08-291-13/+9
* Call setvbuf from here isntead of gz_open for compatability with uclibcGlenn L McGrath2001-07-131-0/+3
* rpm2cpio applet by Laurence AndersonGlenn L McGrath2001-06-261-0/+92