tools/librpm-tizen.git
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 MatilainenConvert python rpmMergeHeaders to new interfaces
2008-05-26 Panu MatilainenConvert python hdrKeyList() to new header iterator...
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-23 Jindrich Novyfix handling of omf dirs (rhbz#448033), thanks to Matth...
2008-05-22 Panu MatilainenRemove some leftover doxygen @todo markers
2008-05-22 Panu MatilainenFix printing of patch numbers, doh :)
2008-05-22 Panu MatilainenInclude tagexts in potfiles
2008-05-22 Panu MatilainenAdd tag data container api to librpm + hacking docs
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 MatilainenDon't muck with rpmTagTable internals in python initial...
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 MatilainenInclude stdlib.h for free()
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-20 Jindrich NovyIgnore quotes in expression
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-16 Jindrich NovyUpdate Portugese/Brasilian RPM translation (rhbz#446795)
2008-05-15 Panu MatilainenDumb segfault in %posttrans
2008-05-15 Panu MatilainenUnbreak conditional formatting
2008-05-15 Panu MatilainenLet rpmtdFreeData() do it's job...
2008-05-15 Panu MatilainenDon't look into extensions when adding tags to python
2008-05-15 Panu MatilainenChange headerTagTagFunction() to take tag container...
2008-05-15 Panu MatilainenMinimal conversion of in-rpm python bindings to new...
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...
2008-05-14 Panu MatilainenConvert headerMergeLegacySigs() to new header iterator...
2008-05-14 Panu MatilainenConvert file color calculation in rpmfcGenerateDepends...
next