summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2010-03-25Split rpm problem type + its "methods" to separate source + headerPanu Matilainen5-347/+375
2010-03-25Add public function for testing problem equalityPanu Matilainen2-20/+30
2010-03-25Lose unused ignoreProblem from rpmProblem structPanu Matilainen1-10/+0
2010-03-25Minor cleanup to rpmpsGetProblem()Panu Matilainen1-3/+3
2010-03-25Minor cleanup to rpmpsAppendProblem()Panu Matilainen1-4/+2
2010-03-25Minor cleanup to rpmpsFreeIterator()Panu Matilainen1-2/+1
2010-03-25Dont bother allocating iterator if there's no data to iteratePanu Matilainen1-1/+1
2010-03-25Clean up verifyDependencies() a bit, no functional changesPanu Matilainen1-17/+14
2010-03-25Sanitize verifyscript handling a bitPanu Matilainen1-12/+6
2010-03-25Revert "Transaction element type is not a bitfield but a plain old enum"Panu Matilainen1-2/+2
2010-03-24Remove rpmteColorDS() from the API/ABIPanu Matilainen2-8/+2
2010-03-23First take at pluggable file attribute + dependency extraction systemPanu Matilainen1-0/+1
2010-03-23Fix fallout from rpmgi.h moving to internal pathPanu Matilainen5-5/+4
2010-03-22Lose leftover RPMDBI_ARGLIST rpmgi pseudo tagPanu Matilainen2-8/+0
2010-03-22Mop up leftovers from past timesPanu Matilainen1-3/+0
2010-03-22Oops, remember to free transaction set in rpmgiPanu Matilainen1-0/+1
2010-03-22Lose completely unused rpmte_debug junkPanu Matilainen3-10/+0
2010-03-22Take a transaction set reference on verified db iterationPanu Matilainen1-2/+3
2010-03-22Document rpmteHeader() returning a new header referencePanu Matilainen1-1/+1
2010-03-22Lose the useless rpmio refcounting debug junkPanu Matilainen4-12/+10
2010-03-22Lose the useless rpmdb refcounting debug junk + switchesPanu Matilainen3-24/+12
2010-03-22Lose the useless rpmds refcounting debug junk + switchesPanu Matilainen4-38/+15
2010-03-22Lose the useless rpmps refcounting debug junkPanu Matilainen4-20/+9
2010-03-22Lose the useless rpmfi refcounting etc debug messages + debug switchesPanu Matilainen7-45/+16
2010-03-22Lose the useless rpmts refcounting debug messages + debug switchesPanu Matilainen6-27/+15
2010-03-22Handle obsoletions within the added package set automaticallyPanu Matilainen1-6/+28
2010-03-22Use package NEVRA for replaced/skipped messages, simplifyPanu Matilainen1-24/+12
2010-03-22Avoid redundant headerGet()'s on arch and osPanu Matilainen1-2/+2
2010-03-22Refactor duplicate checking out of rpmtsAddInstallElement()Panu Matilainen1-67/+58
2010-03-22Eliminate redundant ifPanu Matilainen1-4/+1
2010-03-19Dont bother hanging onto header in rpmgiPanu Matilainen3-37/+14
2010-03-19Lose some unused leftover rpmgi gooPanu Matilainen3-15/+0
2010-03-19Return headers from rpmgiNext() directlyPanu Matilainen3-24/+8
2010-03-19Eliminate rpmgi from public API & ABIPanu Matilainen2-2/+7
2010-03-19Pass args and flags to rpmgi constructor already, lose rpmgiSetArgs()Panu Matilainen3-46/+13
2010-03-19Rip RPMDBI_PACKAGES iteration support out of rpmgiPanu Matilainen2-100/+51
2010-03-19One helluva complicated way to pass our own arg back to usPanu Matilainen4-43/+6
2010-03-19Lose unused temporary/pseudo rpmdbi tagsPanu Matilainen4-75/+7
2010-03-19Eliminate RPMDBI_ADDED iterator mode from rpmgiPanu Matilainen1-27/+0
2010-03-19Eliminate hysterical --hdlist query option and everything implementing itPanu Matilainen6-53/+2
2010-03-19Eliminate --wtfwalk .. err, --ftswalk and everything implementing itPanu Matilainen8-188/+5
2010-03-19Lose useless rpmgi reference countingPanu Matilainen2-48/+0
2010-03-19Lose the hidden and useless transaction add/order through rpmgi hackeryPanu Matilainen5-65/+0
2010-03-19Lose unused rpmgiTs()Panu Matilainen2-12/+0
2010-03-19Lose unused qva_char and qva_rc fields from rpmQVKArguments structPanu Matilainen3-5/+2
2010-03-19Split upgrade + obsolete erasure element addition to helper functionsPanu Matilainen1-55/+68
2010-03-19Lose unused/useless variablePanu Matilainen1-2/+1
2010-03-19Use a macro for the common color skipping checksPanu Matilainen1-8/+7
2010-03-19Dont bother taking ds reference on obsoletes, we dont do it elsewhere eitherPanu Matilainen1-3/+1
2010-03-19Dead code removalPanu Matilainen1-4/+2