summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-05-26Remove legacy RPMSENSE_SERIAL.Jindrich Novy2-2/+0
2008-05-26Similar payload compressor headerGet() conversion for rpmpsmStage()Panu Matilainen1-2/+5
2008-05-26Convert rpm2cpio to new headerGet()Panu Matilainen1-2/+6
2008-05-26Oops, don't free data we're supposed to pass around...Panu Matilainen1-1/+0
2008-05-26Use rpmds methods to check for duplicates in addReqProv()Panu Matilainen1-38/+9
2008-05-26Convert addPackageProvides() to new headerGet()Panu Matilainen1-2/+3
2008-05-26Leftover debug junk removalPanu Matilainen1-2/+0
2008-05-26Convert writeRPM() to use new headerGet()Panu Matilainen1-7/+7
2008-05-26Convert processPackageFiles() to new headerGet() interfacePanu Matilainen1-5/+6
2008-05-26Convert addFileToTag() to new headerGet()Panu Matilainen1-3/+5
2008-05-26Convert timeCheck() to new headerGet() & resurrect functionalityPanu Matilainen1-11/+10
2008-05-26Convert rpmInstall() to new headerGet()Panu Matilainen1-9/+6
2008-05-26Convert rpmVersionComprare() to new headerGet()Panu Matilainen1-17/+17
2008-05-26Convert triggertypeTag() to new headerGet()Panu Matilainen1-24/+24
2008-05-26Convert compressFilelist() to new headerGet()Panu Matilainen1-19/+20
2008-05-26Convert expandFilelist() to new interfacesPanu Matilainen1-12/+9
2008-05-26Convert headerGetNEVRA() and headerNEVRA() to new headerGet()Panu Matilainen1-18/+15
2008-05-26Treat epoch as unsigned integerPanu Matilainen2-3/+3
2008-05-26Kick out fpLookupHeader(), it's been unused since 1999...Panu Matilainen1-30/+0
2008-05-26Deprecate headerNextIterator()Panu Matilainen1-1/+3
2008-05-26Convert hsaNext() to new header iterator interfacePanu Matilainen1-5/+5
2008-05-26Convert python rpmMergeHeaders to new interfacesPanu Matilainen1-19/+22
2008-05-26Convert python hdrKeyList() to new header iterator interfacePanu Matilainen1-4/+6
2008-05-26Minimally convert rpmVerifySignatures() to new interfacesPanu Matilainen1-15/+13
2008-05-23Unbreak DSA signature trailer handlingPanu Matilainen1-4/+4
2008-05-23Convert rpmResign() to new header iterator/get interfacesPanu Matilainen1-14/+10
2008-05-23Don't crash on package without RPMTAG_OSPanu Matilainen1-2/+3
2008-05-23Convert readFile() to new headerGet()...Panu Matilainen1-9/+5
2008-05-23Convert getSignid() to new headerGet()Panu Matilainen1-6/+4
2008-05-23Convert the rest of rpmReadPackageFile() to new headerGet()Panu Matilainen1-14/+10
2008-05-23Start converting rpmReadPackageFile() to new headerGet()Panu Matilainen1-10/+7
2008-05-23Convert headerCheckPayloadFormat() to new headerGet() interfacePanu Matilainen1-3/+5
2008-05-23Convert rpmReadSignature() to new headerGet() interfacePanu Matilainen1-2/+4
2008-05-23Convert makeHDRSignature() to new headerGet() interfacePanu Matilainen1-7/+5
2008-05-23Convert rpmtsFindPubkey() to new headerGet() interfacePanu Matilainen1-9/+11
2008-05-23Add rpmtdGetIndex() + rpmtdSetIndex() methodsPanu Matilainen2-0/+34
2008-05-23Add rpmtdSetTag() method for setting (or changing) container tag + typePanu Matilainen2-0/+38
2008-05-23fix handling of omf dirs (rhbz#448033), thanks to Matthias ClasenJindrich Novy1-0/+1
2008-05-22Remove some leftover doxygen @todo markersPanu Matilainen3-3/+1
2008-05-22Fix printing of patch numbers, doh :)Panu Matilainen1-1/+1
2008-05-22Include tagexts in potfilesPanu Matilainen1-0/+1
2008-05-22Add tag data container api to librpm + hacking docsPanu Matilainen2-2/+6
2008-05-22Oops, rpmTagGetValue() expects tagname without RPMTAG_ prefixPanu Matilainen2-4/+5
2008-05-21Eliminate rpmTagTable internals from API/ABI completelyPanu Matilainen4-42/+24
2008-05-21Ditch the tagtable argument of (internal) headerDump() functionPanu Matilainen3-15/+4
2008-05-21Don't muck with rpmTagTable internals in python initializationPanu Matilainen1-12/+13
2008-05-21Dom't muck with rpmTagTable internals in rpmDisplayQueryTags()Panu Matilainen1-16/+17
2008-05-21Remove double doxygen documentationPanu Matilainen1-10/+0
2008-05-21Add rpmTagGetNames() public function for retrieving known tag namesPanu Matilainen2-0/+28
2008-05-21Include stdlib.h for free()Panu Matilainen1-0/+1