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