summaryrefslogtreecommitdiff
path: root/lib/rpmds.c
Commit message (Expand)AuthorAgeFilesLines
* Dont blow up on headers without requireflags in rpmdsNew()Panu Matilainen2009-11-241-1/+1
* Ensure RPMSENSE_RPMLIB bit is always set on rpmlib() requires in rpmds flagsPanu Matilainen2009-10-211-0/+8
* Remove bogus non-null checkPanu Matilainen2009-09-071-1/+0
* Eliminate unused calculationsPanu Matilainen2009-09-071-2/+0
* Eliminate unused variablePanu Matilainen2009-09-071-2/+0
* Take advantage of headerGetNumber() to get buildtime..Panu Matilainen2009-09-021-6/+2
* Eliminate uses of headerNVR() and friends in librpm (and python) codePanu Matilainen2009-09-021-7/+4
* Replace equal/not equal uses of str[n]cmp() with rstreq[n] in main ts codePanu Matilainen2009-08-311-7/+7
* Don't try to incref NULL dsPanu Matilainen2009-08-281-4/+1
* Generate DNEVR string lazily on rpmdsDNEVR() callsPanu Matilainen2009-06-161-15/+13
* Eliminate epoch promotion debug cruftPanu Matilainen2009-06-161-15/+0
* Dont bother generation rpmds debug messages unless in debug modePanu Matilainen2009-05-071-0/+2
* rpmdsThis() is really just a special case of rpmdsSingle()Panu Matilainen2009-05-061-26/+3
* Eliminate pointless xstrdup()'s, the strings are never modifiedPanu Matilainen2009-03-261-4/+2
* Add support for "lzma alone" compression format (lzdio)Panu Matilainen2009-03-181-0/+3
* LZMA -> XZ renamingPanu Matilainen2009-03-181-2/+4
* Add md5->filedigest aliases (rhbz#487597)Jindrich Novy2009-02-271-1/+1
* Handle empty argv passed to rpmdsDupArgv()Panu Matilainen2009-02-261-3/+2
* Bump FileDigests rpmlib dependency versionPanu Matilainen2009-02-061-1/+1
* Grab dependency name & version strings as argv-style arraysPanu Matilainen2009-01-201-1/+1
* rpmdsMerge() expects ds->N and ds->EVR as argv-style arrays (ticket #22)Panu Matilainen2009-01-201-26/+6
* Kill of scareMem / keep header flag from rpmdsPanu Matilainen2008-10-301-18/+5
* Remove unnecessary scaremem flags, hardwired to no scaremem anywayPanu Matilainen2008-10-301-2/+1
* Start adding POSIX 1.e draft file capability support for realPanu Matilainen2008-10-291-0/+5
* Honor default nopromote setting everywhere in rpmds (rhbz#466503)Panu Matilainen2008-10-131-0/+3
* Lose the useless tag data type fields from rpmdsPanu Matilainen2008-06-161-17/+5
* Minimally convert rpmdsNew() to use new headerGet()Panu Matilainen2008-06-131-24/+21
* Handle NULL in str2hge()Panu Matilainen2008-06-091-3/+9
* Enable build-time configuration of non-MD5 file checksum digest algorithmsPanu Matilainen2008-06-021-0/+3
* Include rpmtypes.h first instead of rpmtag.h everywherePanu Matilainen2008-05-211-1/+1
* Handle lzma payloadJindrich Novy2008-04-221-0/+3
* Replace bunch of wtf evr formatters with headerGetNVR()Panu Matilainen2008-04-091-30/+6
* Simplify rpmdsThis() codePanu Matilainen2008-03-311-20/+9
* Copy N + EVR into ds in rpmdsSingle() instead of just referringPanu Matilainen2008-03-311-4/+20
* Bunch of formatting & indentation fixes to rpmdsPanu Matilainen2008-03-311-7/+11
* Minimal namespacing for locale-insensitive x*() string functionsPanu Matilainen2008-03-181-1/+1
* Log message adjustmentsPanu Matilainen2008-03-071-3/+3
* Another pile of read-only constants marked as such..Panu Matilainen2008-03-071-1/+1
* Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen2008-02-051-13/+13
* Use rpmTagType always now that it's available everywherePanu Matilainen2008-02-051-3/+3
* Add rpm_color_t type for rpm color bits, use where spottedPanu Matilainen2008-02-051-5/+5
* Port some rpmds improvements from rpm5.orgPanu Matilainen2008-02-051-0/+124
* Use helper function to eliminate some copy-paste codePanu Matilainen2008-02-051-75/+42
* Add rpm_time_t type for time types (in headers), use where spottedPanu Matilainen2008-02-041-2/+2
* Include spring-cleaningPanu Matilainen2008-01-301-1/+0
* Use rpmsenseFlags type for dependency flags everywhere (hopefully)Panu Matilainen2008-01-301-7/+7
* rpmlib.h mass evictionPanu Matilainen2008-01-301-1/+2
* Add rpm_data_t (and _constdata_t) for header data, use everywherePanu Matilainen2007-12-191-6/+6
* Couple of bogus const removals from rpmgi and rpmds structsPanu Matilainen2007-12-151-1/+1
* Another bunch of bogus const removalsPanu Matilainen2007-12-141-2/+2