Add support for global LDFLAGS
[platform/upstream/rpm.git] / lib / rpmds.c
2013-02-03 Anas NashifAdd support for weak dependencies:
2012-10-05 Panu MatilainenGuard against NULL ds in the rpmds indexed getters
2012-10-05 Panu MatilainenExport the indexed rpmds accessors internally
2012-10-05 Panu MatilainenAdd indexed access variants for rpmdsColor() and rpmdsC...
2012-09-21 Panu MatilainenTake advantage of rpmstrPoolStreq() in rpmdsCompare()
2012-09-13 Panu MatilainenUnify the three rpmdsFooMatchesDep() functions into one
2012-09-13 Panu MatilainenAdd pool-aware version of rpmdsRpmlib()
2012-09-13 Panu MatilainenAdd pool-aware versions of rpmdsThis() and rpmdsSingle()
2012-09-13 Panu MatilainenSimplify single ds creation
2012-09-12 Panu MatilainenAllow keeping hash table around on pool freeze, adjust...
2012-09-12 Panu MatilainenAdd getters for rpmds dependency name and EVR pool ids
2012-09-12 Panu MatilainenAdd getter methods for rpmds and rpmfi string pool...
2012-09-11 Panu MatilainenOops, only private pool should be frozen on ds create
2012-09-11 Panu MatilainenAdd an alternative rpmds constructor to allow shared...
2012-09-11 Panu MatilainenFreeze the rpmlib dependency set pool on successful...
2012-09-11 Panu MatilainenFurther split single ds creation into two, sigh
2012-09-11 Panu MatilainenUnify the common parts of rpmds creation into a helper...
2012-09-11 Panu MatilainenEliminate assert()'s from rpmdsMerge()
2012-09-11 Panu MatilainenEliminate assert()'s from rpmdsDup()
2012-09-11 Panu MatilainenSwitch dependency sets to use string pool storage for...
2012-09-11 Panu MatilainenEliminate direct rpmds name (and flags) access on rpmds...
2012-09-11 Panu MatilainenClean up rpmdsSearch() a bit
2012-09-11 Panu MatilainenAdd internal indexed variants of rpmds N, EVR and Flags...
2012-09-11 Panu MatilainenClean up rpmdsFind() a bit
2012-09-11 Panu MatilainenSplit rpmds EVR comparison into function of its own
2012-09-11 Panu MatilainenUse getter functions for name, evr and flags in rpmdsCu...
2012-09-11 Panu MatilainenClean up rpmdsCompare() a bit
2012-09-11 Panu MatilainenClean up rpmdsNewDNEVR() a bit
2012-04-23 Michael SchroederAdd support for dpkg-style sorting of tilde in version...
2011-08-31 Panu MatilainenRemember ds color (if set) through rpmdsCurrent()
2011-05-28 Panu MatilainenEliminate dead NULL-assignments at scope-end in librpm...
2011-03-31 Florian FestiRemove rpm v3 code
2011-03-31 Florian FestiAdd rpmdsMatchesDep() as alternative to rpmdsAnyMatches...
2011-03-04 Panu MatilainenReturn error codes from rpmdsRpmlib()
2011-02-15 Michael SchroederFix corner-case behavior on dependency matching when...
2010-12-13 Panu MatilainenImplement transaction ordering hinting
2010-11-05 Panu MatilainenConst-correctness: rpmdsRpmlib() doesn't (and must...
2010-10-22 Panu MatilainenSwitch rpmds API and internals to use rpmTagVal instead...
2010-09-21 Panu MatilainenUse RPMTAG_NOT_FOUND instead of for "invalid tag" value
2010-09-13 Panu MatilainenEliminate all fooUnlink() functions out of the API
2010-06-28 Panu MatilainenUse rpmdsThis() instead of doing the same manually
2010-03-29 Panu MatilainenLazy allocation of rpmds color array
2010-03-29 Panu MatilainenRemove unused dependency set file reference count
2010-03-29 Panu MatilainenRemove unused and non-sensible depedency set build...
2010-03-26 Panu MatilainenAdd public rpmdsCurrent() function for creating a singl...
2010-03-26 Panu MatilainenSplit single ds generation into helper function, clean...
2010-03-26 Panu MatilainenRecord header instance in dependency sets + add API...
2010-03-22 Panu MatilainenLose the useless rpmds refcounting debug junk + switches
2010-03-12 Panu MatilainenRecord problems into the transaction elements causing...
2010-03-11 Panu MatilainenSupport run-time macro and queryformat expansion on...
2009-12-22 Panu MatilainenRemove redundant NULL-check
2009-11-24 Panu MatilainenDont blow up on headers without requireflags in rpmdsNew()
2009-10-21 Panu MatilainenEnsure RPMSENSE_RPMLIB bit is always set on rpmlib...
2009-09-07 Panu MatilainenRemove bogus non-null check
2009-09-07 Panu MatilainenEliminate unused calculations
2009-09-07 Panu MatilainenEliminate unused variable
2009-09-02 Panu MatilainenTake advantage of headerGetNumber() to get buildtime..
2009-09-02 Panu MatilainenEliminate uses of headerNVR() and friends in librpm...
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-08-28 Panu MatilainenDon't try to incref NULL ds
2009-06-16 Panu MatilainenGenerate DNEVR string lazily on rpmdsDNEVR() calls
2009-06-16 Panu MatilainenEliminate epoch promotion debug cruft
2009-05-07 Panu MatilainenDont bother generation rpmds debug messages unless...
2009-05-06 Panu MatilainenrpmdsThis() is really just a special case of rpmdsSingle()
2009-03-26 Panu MatilainenEliminate pointless xstrdup()'s, the strings are never...
2009-03-18 Panu MatilainenAdd support for "lzma alone" compression format (lzdio)
2009-03-18 Panu MatilainenLZMA -> XZ renaming
2009-02-27 Jindrich NovyAdd md5->filedigest aliases (rhbz#487597)
2009-02-26 Panu MatilainenHandle empty argv passed to rpmdsDupArgv()
2009-02-06 Panu MatilainenBump FileDigests rpmlib dependency version
2009-01-20 Panu MatilainenGrab dependency name & version strings as argv-style...
2009-01-20 Panu MatilainenrpmdsMerge() expects ds->N and ds->EVR as argv-style...
2008-10-30 Panu MatilainenKill of scareMem / keep header flag from rpmds
2008-10-30 Panu MatilainenRemove unnecessary scaremem flags, hardwired to no...
2008-10-29 Panu MatilainenStart adding POSIX 1.e draft file capability support...
2008-10-13 Panu MatilainenHonor default nopromote setting everywhere in rpmds...
2008-06-16 Panu MatilainenLose the useless tag data type fields from rpmds
2008-06-13 Panu MatilainenMinimally convert rpmdsNew() to use new headerGet()
2008-06-09 Panu MatilainenHandle NULL in str2hge()
2008-06-02 Panu MatilainenEnable build-time configuration of non-MD5 file checksu...
2008-05-21 Panu MatilainenInclude rpmtypes.h first instead of rpmtag.h everywhere
2008-04-22 Jindrich NovyHandle lzma payload
2008-04-09 Panu MatilainenReplace bunch of wtf evr formatters with headerGetNVR()
2008-03-31 Panu MatilainenSimplify rpmdsThis() code
2008-03-31 Panu MatilainenCopy N + EVR into ds in rpmdsSingle() instead of just...
2008-03-31 Panu MatilainenBunch of formatting & indentation fixes to rpmds
2008-03-18 Panu MatilainenMinimal namespacing for locale-insensitive x*() string...
2008-03-07 Panu MatilainenLog message adjustments
2008-03-07 Panu MatilainenAnother pile of read-only constants marked as such..
2008-02-05 Panu MatilainenMass convert (back) to rpmTag as it's usable everywhere now
2008-02-05 Panu MatilainenUse rpmTagType always now that it's available everywhere
2008-02-05 Panu MatilainenAdd rpm_color_t type for rpm color bits, use where...
2008-02-05 Panu MatilainenPort some rpmds improvements from rpm5.org
2008-02-05 Panu MatilainenUse helper function to eliminate some copy-paste code
2008-02-04 Panu MatilainenAdd rpm_time_t type for time types (in headers), use...
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-30 Panu MatilainenUse rpmsenseFlags type for dependency flags everywhere...
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2007-12-19 Panu MatilainenAdd rpm_data_t (and _constdata_t) for header data,...
2007-12-15 Panu MatilainenCouple of bogus const removals from rpmgi and rpmds...
next