summaryrefslogtreecommitdiff
path: root/rpm2cpio.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-14Make rpm2cpio exit code accurate for large packages and partial copyPanu Matilainen1-3/+5
2010-09-21Fix up bunch of silly int vs rpmRC return code mismatchesPanu Matilainen1-1/+1
2009-09-15Initialize rpm earlier in rpm2cpio (RhBug:523260)Panu Matilainen1-1/+1
2009-09-02Take advantage of new header string gettersPanu Matilainen1-6/+1
2009-08-31Replace equal/not equal uses of str[n]cmp() with rstreq[n] in binariesPanu Matilainen1-1/+1
2009-08-31Eliminate now unnecessary compressor -> ioflags conversionsPanu Matilainen1-14/+6
2009-07-23Kill off lclint remnants everywherePanu Matilainen1-1/+0
2009-06-18Add -h/--help to rpm2cpio (ticket #63)Panu Matilainen1-1/+6
2009-03-18Add support for "lzma alone" compression format (lzdio)Panu Matilainen1-0/+2
2009-03-18LZMA -> XZ renamingPanu Matilainen1-2/+2
2008-05-26Convert rpm2cpio to new headerGet()Panu Matilainen1-2/+6
2008-04-22Handle lzma payloadJindrich Novy1-0/+2
2008-04-10Call rpmReadConfigFiles() in rpm2cpio so that rpm2cpio won't complain like:Jindrich Novy1-0/+1
2008-04-09Don't use stack allocations in rpm2cpio when not neededJindrich Novy1-5/+2
2008-01-30rpmlib.h mass evictionPanu Matilainen1-1/+3
2007-12-19Add rpm_data_t (and _constdata_t) for header data, use everywherePanu Matilainen1-1/+1
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-3/+3
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-3/+3
2007-10-28Include "rpmts.h" instead of <rpmts.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmpgp.h" instead of <rpmpgp.h>.Ralf Corsépius1-1/+1
2007-10-04Include rpmts.h instead of depends.c.Ralf Corsépius1-1/+1
2007-09-18Change main() to using char *argv[].Ralf Corsépius1-1/+1
2007-09-11Remove splint tags.Ralf Corsépius1-2/+1
2005-01-17Build on macosx.jbj1-0/+1
2002-08-23- merge signature returns into rpmRC.jbj1-2/+2
2002-08-06- add bitmask for precise control of signature/digest verification.jbj1-5/+5
2002-07-25- fix: --repackage repaired (#67217).jbj1-0/+7
2002-05-19- Grand Renaming of rpm data types.jbj1-1/+1
2002-05-16- opaque (well mostly) rpmTransactionSet using methods.jbj1-2/+2
2002-05-04Add toy db->associate, db->join, dbcursor->c_pget wrappers.jbj1-1/+1
2001-10-27- legacy signatures always checked where possible on package read.jbj1-10/+2
2001-10-26- wire transactions through rpmcli install/erase modes.jbj1-5/+28
2001-06-17Sync with rpm-4_0 branch.jbj1-21/+5
2000-12-12Sync with rpm-4_0 branch.jbj1-0/+1
2000-12-02Bring header reggions mods back to top of stack.jbj1-1/+1
2000-06-23 - support for separate source/binary compression policy.jbj1-1/+17
1999-11-14lib/rpmio.c: Implement per-fd layers as a stack, add fdPush/fdPop.jbj1-10/+17
1999-11-10Swap 2nd and 3rd arg to Fread/Fwrite to preserve read/write type return.jbj1-3/+3
1999-11-04Use Fopen almost everywhere.jbj1-1/+1
1999-11-03First use of libio.jbj1-0/+4
1999-11-02Add ref/deref/new/fileno/open vectors to FDIO_t.jbj1-1/+1
1999-10-30Make fdFileno() static, use Fileno()/Ferror() analogues throughout.jbj1-1/+1
1999-10-29fix: resurrect multiple target platform builds.jbj1-1/+1
1999-10-27use compressed filenames on install side.jbj1-4/+4
1999-09-26Retrofit glibc __progname.jbj1-9/+1
1998-11-25Add dup for the "other" gzdopen premature close.jbj1-1/+1
1998-11-22Start abstracting compressed I/O.jbj1-17/+18
1998-11-20Sanity.jbj1-3/+3
1998-11-19finish hiding rpmdb index record data ("matches").jbj1-2/+2