summaryrefslogtreecommitdiff
path: root/rpm2cpio.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-11-18implement abstract fd type almost everywhere.jbj1-7/+8
1998-10-08Consolidate i18n baggage into AM_GNU_GETTEXT and system.h.jbj1-1/+0
1998-09-27add Slovak translation (Stanislav Meduna <stano@trillian.eunet.sk>)jbj1-2/+3
1998-07-30Consolidated includes for librpmbuild API.jbj1-2/+0
1998-07-25Aggregate system includes into system.h.jbj1-3/+2
1997-08-211) rpm2cpio didn't handle zlib errors properlyewt1-1/+1
1996-12-12minor cleanups -- the gz stream was never getting closedewt1-0/+4
1996-11-18The Great Renamingroot1-1/+1
1996-08-29ignore major, minor from pkgReadHeader()ewt1-1/+1
1996-06-17merged rpmlib.h and package.hewt1-1/+0
1996-06-10more messagesroot1-2/+20
1996-03-02Initial revisionewt1-0/+47