summaryrefslogtreecommitdiff
path: root/lib/rpmte_internal.h
AgeCommit message (Expand)AuthorFilesLines
2012-08-24Make rpmteHaveTransScript() available internallyPanu Matilainen1-0/+3
2012-08-07Fix RPMPROB_FILTER_FORCERELOCATE aka --badreloc (RhBug:828784)Panu Matilainen1-0/+3
2010-09-21Add "c++ protection" to (hopefully) all of our internal headersPanu Matilainen1-0/+8
2010-09-01Update the plugin architecture to allow for remembering stateSteve Lawrence1-0/+7
2010-06-22Determine when to perform Collection actionsSteve Lawrence1-0/+31
2010-05-07Convert rpmte internals to use the transaction pointer from element itselfPanu Matilainen1-1/+1
2010-05-07Store pointer to transaction set in transaction elementsPanu Matilainen1-6/+3
2010-05-06Unexport rpmteNew() and rpmteFree()Panu Matilainen1-0/+24
2010-03-29Hide rpmte open/close/error etc logic inside rpmteProcess()Panu Matilainen1-10/+1
2010-03-29Move the little thats left of psm.h into rpmte_internal.hPanu Matilainen1-0/+21
2010-03-26Take advantage of rpmdsInstance() in dependency problem reportingPanu Matilainen1-1/+1
2010-03-26Sanitize rpmteAddProblem() argumentsPanu Matilainen1-2/+1
2010-03-12Add a few API bits for problem sets in transaction elementsPanu Matilainen1-3/+4
2010-03-12Move rpmte-specific problem creation to a helper functionPanu Matilainen1-0/+5
2010-03-12Split file state structures + routines out of rpmte to separate sourcesPanu Matilainen1-71/+2
2010-02-25Move rpmteTypeString() back to rpmte, internal only thoughPanu Matilainen1-0/+3
2010-02-09Use a more reasonable type for rpmteHeaderSize()Panu Matilainen1-1/+1
2010-02-09Move tsortInfo typedef into internal-only headerPanu Matilainen1-0/+5
2010-02-05Add rpmteHeaderSizeFlorian Festi1-0/+8
2009-12-21Bury ordering structures and their alloc+free inside order.cPanu Matilainen1-24/+6
2009-12-21Move tsort data out of rpmte into, duh, tsortInfoPanu Matilainen1-0/+4
2009-12-18Move transaction element iterator into rpmts.c where it logically belongsPanu Matilainen1-8/+0
2009-12-17Eliminate unnecessary rpmtsiOc()Panu Matilainen1-1/+0
2009-12-17Eliminate unused + unnecessary transaction element iterator modePanu Matilainen1-1/+0
2009-12-17Move payload open into rpmte (internal) methodPanu Matilainen1-0/+3
2009-07-09Fix package relocatability checking, broken since foreverPanu Matilainen1-0/+3
2009-06-05Use specific types for sense flags + te type instead of generic intPanu Matilainen1-1/+2
2009-06-04Rewrite orderingFlorian Festi1-10/+18
2009-04-03Make sure installed files have state (rhbz#492947)Panu Matilainen1-1/+1
2009-03-09Fix RPMTAG_FILESTATES in rpmdbPanu Matilainen1-2/+4
2009-01-15Add extra parameter to rpmteClose() to control fi behaviorPanu Matilainen1-1/+1
2009-01-07rpmRelocateFileList() doesn't need rpmte for anything, just file statesPanu Matilainen1-2/+10
2009-01-05Validate + sort relocations in rpmte at create timePanu Matilainen1-1/+1
2009-01-02rpmte struct is now fully opaque throughout rpmPanu Matilainen1-53/+0
2009-01-02Add rpmteSetFd() (internal) functionPanu Matilainen1-0/+3
2008-12-22Perform relocations from rpmte instead of rpmfiPanu Matilainen1-0/+3
2008-12-19Optionally reload ts element file info in rpmteOpen(), free in closePanu Matilainen1-1/+1
2008-12-19Add rpmteSetFI() ts element methodPanu Matilainen1-0/+3
2008-12-10Move ->actions from rpmfi to rpmfsFlorian Festi1-1/+9
2008-12-10Move the run time part of fstates from rpmfi to rpmfs. Keep fstates in rpmfi ...Florian Festi1-1/+17
2008-12-10Create a new datastructure rpmfs aka File States that contains the informatio...Florian Festi1-0/+47
2008-11-27Add + use internal rpmteHaveTransScript() functionPanu Matilainen1-0/+3
2008-11-26Record failure of install/erase into transaction elementsPanu Matilainen1-0/+3
2008-11-24Move transscripts stuff from rpmfi to rpmtePanu Matilainen1-0/+4
2008-11-14Move open + close of files during install to separate functionsPanu Matilainen1-0/+6
2008-11-12Take advantage of headerGetInstance() in rpmtePanu Matilainen1-9/+2
2008-06-09Use 64bit type for rpmte package size reportingPanu Matilainen1-1/+1
2008-03-24Remove bogus consts from rpmte_sPanu Matilainen1-5/+5
2008-02-05Add rpm_color_t type for rpm color bits, use where spottedPanu Matilainen1-1/+1
2008-02-05Rip the horrible (ia64) autorelocate kludgery. RIP.Panu Matilainen1-1/+0