summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-22Further rpmio NULL sanity checksPanu Matilainen1-20/+22
2010-03-22Lose FDSANE() macro, check in c2f() and callers insteadPanu Matilainen1-8/+3
2010-03-22Change most of the FDSANE() asserts into good old NULL-checksPanu Matilainen1-28/+22
2010-03-22Lose the useless rpmio refcounting debug junkPanu Matilainen8-62/+49
2010-03-22Lose the useless rpmdb refcounting debug junk + switchesPanu Matilainen3-24/+12
2010-03-22Lose the useless rpmds refcounting debug junk + switchesPanu Matilainen5-39/+16
2010-03-22Lose the useless rpmps refcounting debug junkPanu Matilainen4-20/+9
2010-03-22Lose the useless rpmfi refcounting etc debug messages + debug switchesPanu Matilainen9-49/+19
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-19There's nothing to translate in fts.c, remove from POTFILES.inPanu Matilainen1-1/+0
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 Matilainen3-3/+7
2010-03-19Pass args and flags to rpmgi constructor already, lose rpmgiSetArgs()Panu Matilainen3-46/+13
2010-03-19Bury FTS inside librpmbuild and eliminate from public ABIPanu Matilainen5-6/+14
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 Matilainen5-79/+8
2010-03-19Eliminate RPMDBI_ADDED iterator mode from rpmgiPanu Matilainen1-27/+0
2010-03-19Eliminate hysterical --hdlist query option and everything implementing itPanu Matilainen7-57/+4
2010-03-19Eliminate --wtfwalk .. err, --ftswalk and everything implementing itPanu Matilainen9-191/+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-19Verify the various version comparison results in testsuitePanu Matilainen1-15/+24
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
2010-03-19Use the element color instead of header colorPanu Matilainen1-1/+1
2010-03-18Oops, more leftovers from rpmal debug gooPanu Matilainen1-4/+0
2010-03-18Lose leftovers from former rpmal implementationPanu Matilainen2-10/+0
2010-03-18Helper function for pruned iterators used in dependency checkingPanu Matilainen1-15/+12
2010-03-18Lose anaconda-specific check from 2000Panu Matilainen1-23/+18
2010-03-18rpmalAdd() prototype cosmeticsPanu Matilainen1-3/+1
2010-03-18Lazy rpmal hash creation on first lookup, make rpmalMakeIndex() staticPanu Matilainen4-19/+4
2010-03-18Make rpmalAllFileSatisfiesDepend() and rpmalAllSatisfiesDepend() staticPanu Matilainen2-26/+4
2010-03-18Minor cleanups to rpmtsAddInstallElement()Panu Matilainen1-12/+4