Change all internal uses of rpmtsInitIterator() to use DBI tags
[platform/upstream/rpm.git] / lib / transaction.c
2010-10-22 Panu MatilainenChange all internal uses of rpmtsInitIterator() to...
2010-09-01 Steve LawrenceUse selabel interfaces instead of matchpathcon
2010-09-01 Steve LawrenceUpdate the plugin architecture to allow for remembering...
2010-08-13 Panu MatilainenLose the now unnecessary rpmtsSELinuxEnabled() function
2010-06-22 Steve LawrenceDetermine when to perform Collection actions
2010-06-11 Panu MatilainenDont bother with selinux contexts in test transactions
2010-05-31 Panu MatilainenNuke leftover variable from the chroot workout
2010-05-31 Panu MatilainenUse the new chroot API everywhere, eliminate old relate...
2010-05-26 Panu MatilainenHandle test-transaction centrally on entry to psm
2010-05-21 Panu MatilainenMove the lone hashFunctionString() into misc.[ch],...
2010-05-07 Panu MatilainenConvert rpmte internals to use the transaction pointer...
2010-05-06 Florian FestiConvert tsmem->removedPackages to a hash table and...
2010-04-22 Panu MatilainenFurther generalize the rpmlock interface
2010-04-22 Panu MatilainenMake rpmlock type visible inside rpm, use instead of...
2010-04-21 Rakesh PanditEliminate unused "known problems" based filtering from...
2010-03-29 Panu MatilainenHide rpmte open/close/error etc logic inside rpmteProcess()
2010-03-29 Panu MatilainenMove the little thats left of psm.h into rpmte_internal.h
2010-03-26 Panu MatilainenOops, diskspace problem messed up from the argument...
2010-03-26 Panu MatilainenRecord originating header instance to all problems...
2010-03-26 Panu MatilainenSanitize rpmteAddProblem() arguments
2010-03-12 Panu MatilainenRecord problems into the transaction elements causing...
2010-03-12 Panu MatilainenSplit transaction member information out of rpmts to...
2010-03-12 Panu MatilainenTurn PSM into a complete blackbox
2010-02-26 Panu MatilainenMinor rpmtsCheckDSIProblems() cleanup
2010-02-26 Panu MatilainenLose some unnecessary includes
2010-02-26 Panu MatilainenHide install/erase statistics collection inside psm
2010-02-25 Panu MatilainenLose fluff from ensureOlder()
2010-02-25 Panu MatilainenLose another pointless NULL-check on rpmfi iteration...
2010-02-25 Panu MatilainenLose some completely pointless "can't happen" checks
2010-02-25 Panu MatilainenTidy up checkProblems() a bit, no functional changes
2010-02-25 Panu MatilainenImplement pretrans, posttrans and verifyscript as psm...
2010-02-25 Panu MatilainenSeparate PSM goals from individual stages
2010-02-25 Panu MatilainenImprove failed transaction element behavior + logging
2010-02-25 Panu MatilainenLose now unnecessary progTag from psm
2010-02-25 Panu MatilainenLog all install/erase failures in rpmtsProcess()
2010-02-05 Florian FestiRemove no longer neede rpmts->filesystemCount and-...
2010-02-05 Florian FestiClean up comments
2010-02-05 Florian FestiConsider rpmdb growing when doing space calculations
2010-02-04 Panu MatilainenHandle erased packages wrt disk-space problem reporting...
2010-02-03 Florian FestiFix stupid off by one error
2010-02-03 Florian FestiAvoid loading information for all filesystems
2009-12-17 Panu MatilainenEliminate unnecessary rpmtsiOc()
2009-12-15 Panu MatilainenEliminate transaction disk space checking functions...
2009-10-17 Panu MatilainenSkip posttrans scripts of failed transaction elements
2009-09-16 Florian FestiRemove unused local variable
2009-09-16 Florian FestiAlso skip to be erased files in "netsharedpath"
2009-09-10 Panu MatilainenRip the broken asynchronous psm machinery
2009-09-07 Panu MatilainenUgh, erroneously introduced ; busting the conditional
2009-09-07 Panu MatilainenEliminate bunch of unused variables
2009-09-02 Panu MatilainenEliminate uses of headerNVR() and friends in librpm...
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-07-23 Panu MatilainenKill off lclint remnants everywhere
2009-07-09 Panu MatilainenFix package relocatability checking, broken since forever
2009-06-15 Panu MatilainenRip hardcoded libgcc + glibc static helper kludges
2009-03-09 Panu MatilainenUnbreak %_install_langs handling (rhbz#489235)
2009-03-09 Panu MatilainenInitialize on declaration, cosmetics only...
2009-03-09 Panu MatilainenDont bother retrieving colors unless actually needed
2009-03-09 Panu MatilainenDont bother retrieving ts problem set unless actually...
2009-03-09 Panu MatilainenDont bother retrieving altNEVR unless actually needed
2009-02-24 Panu MatilainenClean up runTransScripts() a bit
2009-02-24 Panu MatilainenSingle point of exit from rpmtsRun()
2009-02-24 Panu MatilainenSplit initialization of flags etc out of rpmtsRun()
2009-02-24 Panu MatilainenFormatting cosmetics only
2009-02-24 Panu MatilainenCalculate need to chroot just once
2009-02-24 Panu MatilainenEliminate unnecessary variable
2009-02-24 Panu MatilainenPush fingerprinting chroot in+out into rpmtsPrepare...
2009-02-24 Panu MatilainenPush the rest of the prepare-calculations down to rpmts...
2009-02-24 Panu MatilainenEliminate fingerprint hash from ts struct
2009-02-24 Panu MatilainenSplit fingerprinting stuff out of rpmtsRun()
2009-02-24 Panu MatilainenSplit prepare phase out of rpmtsRun()
2009-02-24 Panu MatilainenFile skipping only done for added packages, simplify
2009-02-24 Panu MatilainenEliminate unused variables
2009-02-24 Panu MatilainenSplit sanity checking out of rpmtsRun() to helper function
2009-02-24 Panu MatilainenFix memory leak from unused problem set
2009-02-24 Panu MatilainenCalculate files in transaction just once
2009-01-17 Panu MatilainenMake it possible to disable %pre- and %posttrans script...
2009-01-15 Panu MatilainenAdd extra parameter to rpmteClose() to control fi behavior
2008-12-19 Panu MatilainenRemove couple of leftover, unused local variables
2008-12-19 Panu MatilainenEliminate last remaining fi-internals use from transact...
2008-12-19 Panu MatilainenAdd internal rpmfi apis to deal with fingerprints,...
2008-12-19 Panu MatilainenEliminate file info set argument to rpmpsmNew()
2008-12-19 Panu MatilainenOptionally reload ts element file info in rpmteOpen...
2008-12-19 Panu MatilainenUse rpmteSetFI() to clear memory instead of direct...
2008-12-19 Panu MatilainenFree rpmfi fingerprints in rpmfiFree()
2008-12-18 Florian FestiReduce the hash size of the fingerPrintCache by factor 4
2008-12-18 Florian FestiDo only add symlinks the the first rpmFpHash as these...
2008-12-18 Florian FestiReduce the size of the FpHashes by factor 4.
2008-12-10 Florian Festiuse RPMFI_KEEPHEADER instead of numerical constant
2008-12-10 Florian FestiKill rpmfiUpdateState and free all the rpmfis as soon...
2008-12-10 Florian FestiMove ->actions from rpmfi to rpmfs
2008-12-10 Florian FestiCreate a new datastructure rpmfs aka File States that...
2008-11-30 Panu MatilainenMove install langs to per-transaction level
2008-11-30 Panu MatilainenMove netsharedpaths to per-transaction level
2008-11-27 Panu MatilainenAdd + use internal rpmteHaveTransScript() function
2008-11-27 Panu MatilainenEliminate rpmtsiFi(), use rpmteFI() instead
2008-11-27 Panu MatilainenAvoid unnecessary use of file info sets transaction...
2008-11-27 Panu MatilainenDrop the useless "tag" argument from rpmteFI()
2008-11-26 Panu MatilainenFix up couple of missed pieces rpmffi_s fi->te switchover
2008-11-26 Panu MatilainenrunTransScripts() don't need no steenking rpmfi's now
2008-11-26 Panu MatilainenRework rpmtsProcess() to use rpmteOpen+Close for both...
next