summaryrefslogtreecommitdiff
path: root/lib/rpmts.h
AgeCommit message (Expand)AuthorFilesLines
2013-02-02Suspend exclusive database lock when scriptlets get calledAnas Nashif1-0/+2
2012-11-01Hide the strpool-related rpmts/rpmfi/rpmds interfaces out of sight for nowPanu Matilainen1-7/+0
2012-09-12Add infastructure for global transaction set string poolPanu Matilainen1-0/+7
2010-12-21Move rpmtsSELabelFoo() functions to an internal-only headerPanu Matilainen1-21/+0
2010-12-20Free up a bunch of bits from rpmtransFlags_ePanu Matilainen1-15/+18
2010-12-20Mark two more unused rpmts flags as suchPanu Matilainen1-2/+2
2010-12-20Rip the remains of --aid and --nosuggest, except for the callbackPanu Matilainen1-2/+2
2010-12-20Rip the stillborn, broken apply/commit transaction gooPanu Matilainen1-5/+5
2010-10-22Change rpmdb internals and iterator APIs to use the appropriate tag typesPanu Matilainen1-2/+2
2010-09-21Differentiate between the possible te types and iterator selector valuesPanu Matilainen1-2/+2
2010-09-21Stop abusing enum typedefs for bitfield typesPanu Matilainen1-4/+8
2010-09-13Eliminate all fooUnlink() functions out of the APIPanu Matilainen1-7/+0
2010-09-02Return NULL from rpmtsProblems() if no problems existPanu Matilainen1-1/+1
2010-09-01...and finally eliminate the spec crapola from transaction set for goodPanu Matilainen1-15/+0
2010-09-01Use selabel interfaces instead of matchpathconSteve Lawrence1-0/+21
2010-09-01Update the plugin architecture to allow for remembering stateSteve Lawrence1-0/+7
2010-08-13Lose the now unnecessary rpmtsSELinuxEnabled() functionPanu Matilainen1-7/+0
2010-06-22Add plugin calling supportSteve Lawrence1-0/+1
2010-05-31Use the new chroot API everywhere, eliminate old related gooPanu Matilainen1-29/+0
2010-04-21Eliminate unused "known problems" based filtering from rpmtsRun()Rakesh Pandit1-1/+1
2010-03-22Lose the useless rpmts refcounting debug messages + debug switchesPanu Matilainen1-6/+2
2010-03-18Lose deprecated rpmtsFindPubkey()Panu Matilainen1-8/+0
2009-12-18Move transaction element iterator into rpmts.c where it logically belongsPanu Matilainen1-0/+23
2009-12-17Eliminate unused + unnecessary transaction element iterator modePanu Matilainen1-1/+1
2009-12-15Eliminate transaction disk space checking functions from the APIPanu Matilainen1-27/+0
2009-10-02Return error code from rpmtsAddEraseElement() failurePanu Matilainen1-1/+1
2009-10-02Push the rpmtsGetKeys() stuff over to python completelyPanu Matilainen1-12/+0
2009-10-01Add API for setting preferred transaction file colorPanu Matilainen1-0/+8
2009-09-10Rip the broken asynchronous psm machineryPanu Matilainen1-8/+0
2009-02-27Add md5->filedigest aliases (rhbz#487597)Jindrich Novy1-0/+1
2008-12-22Eliminate silly and now unnecessary rpmts(Set)RelocateElement() stuffPanu Matilainen1-15/+0
2008-11-12Don't bother retrieving db offset for erase elementsPanu Matilainen1-1/+1
2008-10-24Delete findFps foobarFlorian Festi1-1/+0
2008-07-04Remove solvedb API and other related stuffPanu Matilainen1-33/+0
2008-07-04Kill of rpmtsAvailable()Panu Matilainen1-9/+0
2008-07-02Change rpmts keyring get/set interface to more transparent handlingPanu Matilainen1-4/+4
2008-07-02Add docs for the new rpmts methods, deprecate rpmtsFindPubkey()Panu Matilainen1-1/+15
2008-07-01Add methods for getting and setting the keyring used by a transactionPanu Matilainen1-0/+4
2008-06-30Detach pgp digest from transaction setPanu Matilainen1-28/+2
2008-06-30Detach signature tag data from transaction setPanu Matilainen1-41/+0
2008-06-16Doxygen parameter name mismatchPanu Matilainen1-1/+1
2008-06-10rpmtsUpdateDSI now uses rpm_loff_t for fileSizeJindrich Novy1-4/+4
2008-06-09Use rpm_loff_t for transaction callback amount+total argumentsPanu Matilainen1-1/+1
2008-05-08Check for transaction root sanity in rpmtsSetRootDir()Panu Matilainen1-2/+2
2008-04-24Remove meaningless extern on function declarations in headersPanu Matilainen1-2/+2
2008-03-17Remove repackage support to finish off with rollbackPanu Matilainen1-3/+2
2008-03-17Remove support for automatic rollback on failurePanu Matilainen1-29/+0
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen1-1/+1
2008-02-05Use rpmSigTag enum for signature tags everywhere, more or less..Panu Matilainen1-2/+2
2008-02-05Use rpmTagType always now that it's available everywherePanu Matilainen1-2/+2