summaryrefslogtreecommitdiff
path: root/lib/rpmte.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-05Dont reference transaction set from transaction elementsPanu Matilainen1-2/+1
2010-12-22Make rpmplugins.h private for nowPanu Matilainen1-1/+1
2010-12-13Implement transaction ordering hintingPanu Matilainen1-0/+4
2010-10-26Bury stripTrailingChar() inside the only remaining userPanu Matilainen1-0/+8
2010-10-22Switch rpmte API and internals to use rpmTagVal instead of rpmTagPanu Matilainen1-2/+2
2010-09-21Avoid stepping on toes of relatives, part 1Panu Matilainen1-4/+4
2010-09-13Fix some broken fooUnlink() usagesPanu Matilainen1-1/+1
2010-09-01Update the plugin architecture to allow for remembering stateSteve Lawrence1-98/+38
2010-06-23Use rpmlog() instead of fprintf() for collection error messagesPanu Matilainen1-4/+5
2010-06-22Determine when to perform Collection actionsSteve Lawrence1-0/+65
2010-06-22Add plugin calling supportSteve Lawrence1-0/+130
2010-05-07Convert rpmte internals to use the transaction pointer from element itselfPanu Matilainen1-25/+25
2010-05-07Store pointer to transaction set in transaction elementsPanu Matilainen1-6/+5
2010-05-06Move header filecount retrieve from addTE() to rpmfsNew()Panu Matilainen1-9/+1
2010-05-06Move delTE() inline to rpmteFree()Panu Matilainen1-41/+26
2010-03-29Hide rpmte open/close/error etc logic inside rpmteProcess()Panu Matilainen1-5/+33
2010-03-29Remove unused dependency set file reference countPanu Matilainen1-12/+2
2010-03-26Take advantage of rpmdsInstance() in dependency problem reportingPanu Matilainen1-2/+2
2010-03-26Avoid unnecessary argument now that problem pkgNEVRA is always te NEVRAPanu Matilainen1-5/+4
2010-03-26Change the problem data arrangement for dependency problemsPanu Matilainen1-2/+2
2010-03-26Filter out duplicate problems when adding to element problem setsPanu Matilainen1-4/+15
2010-03-26Eliminate rpmpsAppend() from the APIPanu Matilainen1-7/+14
2010-03-26Push problem creation argument sanitation to the level belowPanu Matilainen1-2/+2
2010-03-26Sanitize rpmteAddProblem() argumentsPanu Matilainen1-5/+4
2010-03-24Remove rpmteColorDS() from the API/ABIPanu Matilainen1-1/+2
2010-03-22Lose completely unused rpmte_debug junkPanu Matilainen1-2/+0
2010-03-22Lose the useless rpmio refcounting debug junkPanu Matilainen1-3/+3
2010-03-22Lose the useless rpmps refcounting debug junkPanu Matilainen1-1/+1
2010-03-22Lose the useless rpmfi refcounting etc debug messages + debug switchesPanu Matilainen1-1/+1
2010-03-18Add a new problem type for obsoletesPanu Matilainen1-0/+1
2010-03-17Use a switch-case when switch-case is called forPanu Matilainen1-16/+9
2010-03-12Add a few API bits for problem sets in transaction elementsPanu Matilainen1-1/+29
2010-03-12Move rpmte-specific problem creation to a helper functionPanu Matilainen1-6/+14
2010-03-12Split file state structures + routines out of rpmte to separate sourcesPanu Matilainen1-98/+0
2010-02-25Improve failed transaction element behavior + loggingPanu Matilainen1-1/+1
2010-02-25Count the number of failures for transaction elementsPanu Matilainen1-4/+3
2010-02-25Move rpmteTypeString() back to rpmte, internal only thoughPanu Matilainen1-0/+9
2010-02-22Remove unused os and arch score from transaction elementsPanu Matilainen1-5/+0
2010-02-09Use a more reasonable type for rpmteHeaderSize()Panu Matilainen1-2/+2
2010-02-05Add rpmteHeaderSizeFlorian Festi1-0/+6
2009-12-21Bury ordering structures and their alloc+free inside order.cPanu Matilainen1-25/+2
2009-12-21Eliminate the rpmte tsort info manipulation public APIPanu Matilainen1-60/+0
2009-12-21Move tsort data out of rpmte into, duh, tsortInfoPanu Matilainen1-20/+16
2009-12-18Move transaction element iterator into rpmts.c where it logically belongsPanu Matilainen1-49/+0
2009-12-17Eliminate unused and unnecessary rpmteBreadth() and rpmteSetBreadth()Panu Matilainen1-16/+0
2009-12-17Eliminate unnecessary rpmtsiOc()Panu Matilainen1-7/+0
2009-12-17Eliminate unused + unnecessary transaction element iterator modePanu Matilainen1-7/+2
2009-12-17Eliminate unnecessary ts ping-pong inside rpmtePanu Matilainen1-11/+8
2009-12-17Fix ts element package file size on large packagesPanu Matilainen1-6/+1
2009-12-17Eliminate now unnecessary rpmteFd()Panu Matilainen1-5/+0