Move key size fixups from rpmdbAdd & Remove to td2key()
[platform/upstream/rpm.git] / lib /
2008-05-28 Panu MatilainenMove key size fixups from rpmdbAdd & Remove to td2key()
2008-05-28 Panu MatilainenDon't bother with rpmtdInit(), headerGet() resets index...
2008-05-28 Panu MatilainenEliminate ill-indented block obfuscating the code
2008-05-28 Panu MatilainenUnify rpmdbAdd() and rpmdbRemove() debug logging
2008-05-28 Panu MatilainenUnify rpmdbAdd() and rpmdbRemove() tag data to key...
2008-05-28 Panu Matilainendbi->dbi_rpmtag had better be the same as rpmtag here...
2008-05-28 Panu MatilainenConvert rpmdbAdd() to new headerGet() + friends
2008-05-28 Panu MatilainenRemove RPMTAG_BASENAMES special casing from rpmdbAdd()
2008-05-28 Panu MatilainenEliminate ill-indented block obfuscating the code
2008-05-28 Panu MatilainenConvert rpmdbRemoev() to take advantage of new interfaces
2008-05-28 Panu MatilainenTurn silly one-case switches into if's
2008-05-27 Panu MatilainenMinimally convert rpmdbFindbyFile() to new headerGet()
2008-05-26 Jindrich NovyRemove legacy RPMSENSE_SERIAL.
2008-05-26 Panu MatilainenSimilar payload compressor headerGet() conversion for...
2008-05-26 Panu MatilainenLeftover debug junk removal
2008-05-26 Panu MatilainenConvert rpmInstall() to new headerGet()
2008-05-26 Panu MatilainenConvert rpmVersionComprare() to new headerGet()
2008-05-26 Panu MatilainenConvert triggertypeTag() to new headerGet()
2008-05-26 Panu MatilainenConvert compressFilelist() to new headerGet()
2008-05-26 Panu MatilainenConvert expandFilelist() to new interfaces
2008-05-26 Panu MatilainenConvert headerGetNEVRA() and headerNEVRA() to new heade...
2008-05-26 Panu MatilainenTreat epoch as unsigned integer
2008-05-26 Panu MatilainenKick out fpLookupHeader(), it's been unused since 1999...
2008-05-26 Panu MatilainenDeprecate headerNextIterator()
2008-05-26 Panu MatilainenConvert hsaNext() to new header iterator interface
2008-05-26 Panu MatilainenMinimally convert rpmVerifySignatures() to new interfaces
2008-05-23 Panu MatilainenUnbreak DSA signature trailer handling
2008-05-23 Panu MatilainenConvert rpmResign() to new header iterator/get interfaces
2008-05-23 Panu MatilainenDon't crash on package without RPMTAG_OS
2008-05-23 Panu MatilainenConvert readFile() to new headerGet()...
2008-05-23 Panu MatilainenConvert getSignid() to new headerGet()
2008-05-23 Panu MatilainenConvert the rest of rpmReadPackageFile() to new headerGet()
2008-05-23 Panu MatilainenStart converting rpmReadPackageFile() to new headerGet()
2008-05-23 Panu MatilainenConvert headerCheckPayloadFormat() to new headerGet...
2008-05-23 Panu MatilainenConvert rpmReadSignature() to new headerGet() interface
2008-05-23 Panu MatilainenConvert makeHDRSignature() to new headerGet() interface
2008-05-23 Panu MatilainenConvert rpmtsFindPubkey() to new headerGet() interface
2008-05-23 Panu MatilainenAdd rpmtdGetIndex() + rpmtdSetIndex() methods
2008-05-23 Panu MatilainenAdd rpmtdSetTag() method for setting (or changing)...
2008-05-22 Panu MatilainenRemove some leftover doxygen @todo markers
2008-05-22 Panu MatilainenOops, rpmTagGetValue() expects tagname without RPMTAG_...
2008-05-21 Panu MatilainenEliminate rpmTagTable internals from API/ABI completely
2008-05-21 Panu MatilainenDitch the tagtable argument of (internal) headerDump...
2008-05-21 Panu MatilainenDom't muck with rpmTagTable internals in rpmDisplayQuer...
2008-05-21 Panu MatilainenRemove double doxygen documentation
2008-05-21 Panu MatilainenAdd rpmTagGetNames() public function for retrieving...
2008-05-21 Panu MatilainenSlight tweak to rpmvercmp() docs as suggested by Pixel
2008-05-21 Panu MatilainenInclude rpmtypes.h first instead of rpmtag.h everywhere
2008-05-21 Panu MatilainenConvert headerGetColor() to use per-datatype iterator
2008-05-21 Panu MatilainenAdd per-datatype iterators to rpmtd
2008-05-21 Panu MatilainenConvert rpmfiBuildFDeps() into fooTag() style interface
2008-05-21 Panu MatilainenLose rpmfiBuildFClasses() completely
2008-05-21 Panu MatilainenMisplaced assert
2008-05-21 Panu MatilainenEliminate rpmfiBuildFClasses() and rpmfiBuildFDepts...
2008-05-21 Panu MatilainenSplit tag extensions out of formats.c
2008-05-21 Panu MatilainenMinor fixes to triggercondsTag()
2008-05-21 Panu MatilainenResurrect triggercondsTag()
2008-05-21 Panu MatilainenAdd rpmtdDup() method for deep copying of tag containers
2008-05-21 Panu MatilainenTurn rpmtd freeData into flag bitfield, allowing more...
2008-05-21 Panu MatilainenConvert mireSkip() to use new interfaces
2008-05-21 Panu MatilainenAdd arraysize format
2008-05-21 Panu MatilainenFix up for RPM_BIN_TYPE td->count abuse just once,...
2008-05-21 Panu MatilainenDrop unused variables from formatValues()
2008-05-21 Panu MatilainenLose the useless rpmtdToString()
2008-05-21 Panu MatilainenLose padding argument from formatters
2008-05-21 Panu MatilainenAvoid leaking memory on legacy header interface emulation
2008-05-21 Panu MatilainenTreat all integer types as unsigned in formatting
2008-05-21 Panu MatilainenSimplify xmlFormat()
2008-05-21 Panu MatilainenAdd rpmtdFormat() method and enumeration of supported...
2008-05-21 Panu MatilainenHandle RPM_CHAR_TYPE too in stringFormat()
2008-05-21 Panu MatilainenAdd stringFormat() for barebones string representation
2008-05-21 Panu MatilainenMake formatter functions operate on rpmtd current item
2008-05-21 Panu MatilainenPush rpmtd a bit deeper into formatting
2008-05-21 Panu MatilainenMinimally convert formatting to pass around rpmtd
2008-05-21 Panu MatilainenRemove unused datafree handling from formatValue()
2008-05-19 Panu MatilainenTeach rpmtd about the raw i18n string (array) type
2008-05-17 Panu MatilainenMove all i18n string munging into separate function
2008-05-17 Panu MatilainenAdd HEADERGET_RAW flag to disable i18n lookups
2008-05-17 Panu MatilainenPush header getter flags down to internal helpers
2008-05-17 Panu MatilainenOops, thinko/typo in headerGetFlags
2008-05-17 Panu MatilainenAdd typedefs for header get/put flags, use instead...
2008-05-16 Panu MatilainenRemove unused hRET_s and HE_s definitions for good
2008-05-16 Panu MatilainenUse rpmTag enumeration for finding tag format func...
2008-05-16 Panu MatilainenEliminate rpmHeaderFormats and rpmHeaderTagExtensions...
2008-05-16 Panu MatilainenPush finding of formatter and tag extension functions...
2008-05-16 Panu MatilainenMake extension formatter functions opaque
2008-05-16 Panu MatilainenEliminate the now unnecessary extension type fields
2008-05-16 Panu MatilainenSplit format and tag extensions to separate tables
2008-05-15 Panu MatilainenDumb segfault in %posttrans
2008-05-15 Panu MatilainenUnbreak conditional formatting
2008-05-15 Panu MatilainenChange headerTagTagFunction() to take tag container...
2008-05-15 Panu MatilainenEliminate unnecessary extension fields
2008-05-15 Panu MatilainenPermit tags down to HEADER_IMAGE in queries to match...
2008-05-15 Panu MatilainenUnify header and extension tag handling of headerFormat()
2008-05-15 Panu MatilainenConvert rpmtsAddInstallElement() to new headerGet()
2008-05-14 Panu MatilainenCommentary fixes
2008-05-14 Panu MatilainenTeach headerGet() to retrieve extension tags if enabled...
2008-05-14 Panu MatilainenSimplify rpmDisplayQueryTags()
2008-05-14 Panu MatilainenTeach rpm tag table about extensions
2008-05-14 Panu MatilainenConvert headerRegenSigHeader() to new header iterator...
next