summaryrefslogtreecommitdiff
path: root/lib/rpmte.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-30Remove unnecessary scaremem flags, hardwired to no scaremem anywayPanu Matilainen1-5/+4
2008-10-30Save bunch of memory by not loading file classes in ts elementsPanu Matilainen1-1/+1
2008-10-30Convert in-tree users of rpmfiNew() to use flag namesPanu Matilainen1-1/+1
2008-06-09Use 64bit type for rpmte package size reportingPanu Matilainen1-1/+1
2008-06-02Unbreak handling of packages without epochPanu Matilainen1-2/+5
2008-05-23Don't crash on package without RPMTAG_OSPanu Matilainen1-2/+3
2008-05-21Include rpmtypes.h first instead of rpmtag.h everywherePanu Matilainen1-1/+1
2008-05-21Lose the useless rpmtdToString()Panu Matilainen1-2/+2
2008-05-14Convert addTE() to new headerGet() interfacePanu Matilainen1-24/+12
2008-05-14Convert rpmteNew() to use new headerGet() interfacePanu Matilainen1-6/+5
2008-04-25Avoid alloca() in rpmteColorDS()Panu Matilainen1-3/+4
2008-04-24Eliminate rpmtsi refcount debug junk from the APIPanu Matilainen1-8/+2
2008-04-24Add rpmteEVR() functionPanu Matilainen1-0/+5
2008-04-09Simplify addTE()Panu Matilainen1-40/+23
2008-03-24Remove bogus const from rpmRelocation structPanu Matilainen1-2/+2
2008-03-24Remove bogus consts from rpmte_sPanu Matilainen1-5/+5
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen1-3/+3
2008-02-05Add rpm_color_t type for rpm color bits, use where spottedPanu Matilainen1-5/+5
2008-02-05Rip the horrible (ia64) autorelocate kludgery. RIP.Panu Matilainen1-1/+0
2008-02-04Add rpm_off_t type for file size types, use where spottedPanu Matilainen1-1/+1
2008-01-30Include spring-cleaningPanu Matilainen1-1/+1
2008-01-30rpmlib.h mass evictionPanu Matilainen1-1/+2
2007-12-19Add rpm_data_t (and _constdata_t) for header data, use everywherePanu Matilainen1-4/+4
2007-12-17Use constfree for rpmte internals for nowPanu Matilainen1-7/+7
2007-12-14More size_t type pedantryPanu Matilainen1-0/+1
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen1-3/+3
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-4/+4
2007-12-04Eliminate debug junk from the APIPanu Matilainen1-2/+2
2007-12-03Split rpmte internals to separate headerPanu Matilainen1-2/+1
2007-12-01Use headerIsSource() everywhere for determining package typePanu Matilainen1-1/+1
2007-12-01Move hGet*() funcs from rpmts, rename to headerGet*()Panu Matilainen1-1/+1
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-5/+5
2007-11-08Remove unnecessary psm.h includePanu Matilainen1-2/+0
2007-10-28Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius1-1/+1
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius1-9/+9
2007-09-21Rename alKey & alNum to rpmal* for namespacingPanu Matilainen1-5/+5
2007-09-11Remove splint tags.Ralf Corsépius1-47/+8
2007-07-12Pull in rpmfi int_32 -> uint_32 changes from rpm5.org.Panu Matilainen1-1/+1
2007-07-11rpmteIsSource() doesn't return pointersPanu Matilainen1-1/+1
2004-10-28- bump popt to version to 1.10.jbj1-0/+15
2004-10-26Getter/setter methods for isSource and Header from rpmte.jbj1-3/+27
2004-10-25Add options to populate transaction set while iterating.jbj1-0/+1
2004-04-01revert buildtime tie breaking, not the right thing to do.jbj1-2/+3
2004-03-05initial autorollback feature.joden1-0/+18
2003-11-23Merge changes from rpm-4.2.1 development.jbj1-6/+18
2003-07-02- don't attempt to remove dbenv on --rebuilddb.jbj1-5/+5
2003-04-08fix: prevent segfault if malicious server sends 1 GB of data through ftpNLST.jbj1-0/+2
2003-04-02Splint clean.jbj1-1/+1
2003-01-25- permit anaconda to choose "presentation order".jbj1-8/+22
2003-01-23splint fiddles.jbj1-3/+0