summaryrefslogtreecommitdiff
path: root/rpm2cpio.c
Commit message (Expand)AuthorAgeFilesLines
* Fix Header leak when running rpm2cpioxujing2022-12-081-1/+1
* Include rpmpgp.h only where it is actually neededJustus Winter2021-11-171-1/+1
* rpm2cpio cannot handle files over 4GB, error out cleanly (RhBug:1662481)Panu Matilainen2019-01-021-0/+5
* Use new RPMVSF_MASK_* constantsFlorian Festi2018-06-051-2/+2
* rpm2cpio and rpm2archive: don't write archive data to a terminal.Peter Jones2017-01-261-0/+5
* Reimplement setprogname() and getprogname() to be generic and portableKamil Rytarowski2016-02-111-2/+2
* Make rpm2cpio exit code accurate for large packages and partial copyPanu Matilainen2012-03-141-3/+5
* Fix up bunch of silly int vs rpmRC return code mismatchesPanu Matilainen2010-09-211-1/+1
* Initialize rpm earlier in rpm2cpio (RhBug:523260)Panu Matilainen2009-09-151-1/+1
* Take advantage of new header string gettersPanu Matilainen2009-09-021-6/+1
* Replace equal/not equal uses of str[n]cmp() with rstreq[n] in binariesPanu Matilainen2009-08-311-1/+1
* Eliminate now unnecessary compressor -> ioflags conversionsPanu Matilainen2009-08-311-14/+6
* Kill off lclint remnants everywherePanu Matilainen2009-07-231-1/+0
* Add -h/--help to rpm2cpio (ticket #63)Panu Matilainen2009-06-181-1/+6
* Add support for "lzma alone" compression format (lzdio)Panu Matilainen2009-03-181-0/+2
* LZMA -> XZ renamingPanu Matilainen2009-03-181-2/+2
* Convert rpm2cpio to new headerGet()Panu Matilainen2008-05-261-2/+6
* Handle lzma payloadJindrich Novy2008-04-221-0/+2
* Call rpmReadConfigFiles() in rpm2cpio so that rpm2cpio won't complain like:Jindrich Novy2008-04-101-0/+1
* Don't use stack allocations in rpm2cpio when not neededJindrich Novy2008-04-091-5/+2
* rpmlib.h mass evictionPanu Matilainen2008-01-301-1/+3
* Add rpm_data_t (and _constdata_t) for header data, use everywherePanu Matilainen2007-12-191-1/+1
* Switch to <rpm/foo.h> style for public headersPanu Matilainen2007-12-081-3/+3
* Use #include <x.h> syntax to include public headers.Ralf Corsépius2007-11-231-3/+3
* Include "rpmts.h" instead of <rpmts.h>.Ralf Corsépius2007-10-281-1/+1
* Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius2007-10-281-1/+1
* Include "rpmpgp.h" instead of <rpmpgp.h>.Ralf Corsépius2007-10-281-1/+1
* Include rpmts.h instead of depends.c.Ralf Corsépius2007-10-041-1/+1
* Change main() to using char *argv[].Ralf Corsépius2007-09-181-1/+1
* Remove splint tags.Ralf Corsépius2007-09-111-2/+1
* Build on macosx.jbj2005-01-171-0/+1
* - merge signature returns into rpmRC.jbj2002-08-231-2/+2
* - add bitmask for precise control of signature/digest verification.jbj2002-08-061-5/+5
* - fix: --repackage repaired (#67217).jbj2002-07-251-0/+7
* - Grand Renaming of rpm data types.jbj2002-05-191-1/+1
* - opaque (well mostly) rpmTransactionSet using methods.jbj2002-05-161-2/+2
* Add toy db->associate, db->join, dbcursor->c_pget wrappers.jbj2002-05-041-1/+1
* - legacy signatures always checked where possible on package read.jbj2001-10-271-10/+2
* - wire transactions through rpmcli install/erase modes.jbj2001-10-261-5/+28
* Sync with rpm-4_0 branch.jbj2001-06-171-21/+5
* Sync with rpm-4_0 branch.jbj2000-12-121-0/+1
* Bring header reggions mods back to top of stack.jbj2000-12-021-1/+1
* - support for separate source/binary compression policy.jbj2000-06-231-1/+17
* lib/rpmio.c: Implement per-fd layers as a stack, add fdPush/fdPop.jbj1999-11-141-10/+17
* Swap 2nd and 3rd arg to Fread/Fwrite to preserve read/write type return.jbj1999-11-101-3/+3
* Use Fopen almost everywhere.jbj1999-11-041-1/+1
* First use of libio.jbj1999-11-031-0/+4
* Add ref/deref/new/fileno/open vectors to FDIO_t.jbj1999-11-021-1/+1
* Make fdFileno() static, use Fileno()/Ferror() analogues throughout.jbj1999-10-301-1/+1
* fix: resurrect multiple target platform builds.jbj1999-10-291-1/+1