Dont bother retrieving colors unless actually needed
[platform/upstream/rpm.git] / lib / transaction.c
2009-03-08 Panu MatilainenDont bother retrieving colors unless actually needed
2009-03-08 Panu MatilainenDont bother retrieving ts problem set unless actually...
2009-03-08 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...
2008-11-26 Panu MatilainenRecord failure of install/erase into transaction elements
2008-11-26 Florian FestiChange rpmffi_s to contain a rpmte instead of rpmfi...
2008-11-25 Florian FestiKill handleRmvdInstalledFile by moving remaining code...
2008-11-24 Panu MatilainenMove transscripts stuff from rpmfi to rpmte
2008-11-24 Panu MatilainenUnify statistics timer calls for install+erase
2008-11-24 Panu MatilainenUnify install+remove logging, unnecessary code duplicat...
2008-11-24 Panu MatilainenLift the main install+remove loop out of rpmtsRun()
2008-11-24 Florian FestiFix timings and no longer pass the file count more...
2008-11-24 Florian FestiRemove check that is commented out since ages
2008-11-24 Florian FestiRemove no longer needed sharedCmp
2008-11-24 Florian Festifix statistics for looking up symlinks
2008-11-24 Florian FestiReimplement the check of the files in the transaction...
2008-11-20 Panu MatilainenfpCacheCreate() already doubles the size-hint, dont...
2008-11-20 Panu MatilainenUse rpmfiFLangs() instead of direct access to structure...
2008-11-19 Panu MatilainenAdd + use internal helper function for getting+setting...
2008-11-14 Panu MatilainenYank rpmfi state update out of rpmtsRun()
2008-11-14 Panu MatilainenMove open + close of files during install to separate...
2008-11-13 Panu MatilainenMove ts and preferred color fetching out of the loop
2008-11-12 Panu MatilainenGrab rpmfi record from header on rpmfiNew()
2008-11-11 Panu MatilainenConvert obvious bits of rpmtsRun() to use rpmfiFAction()
2008-11-11 Panu MatilainenConvert skipFiles() to rpmfi(Set)FAction()
2008-11-11 Panu MatilainenConvert handleOverlappedFiles() to rpmfi(Set)Faction()
2008-11-11 Panu MatilainenConvert handleRmvdInstalledFiles() to rpmfiSetFAction()
2008-11-11 Panu MatilainenConvert handleInstInstalledFiles() to rpmfi(Set)Faction()
2008-11-11 Panu MatilainenFigure out cpio mapflags in rpmfiNew()
2008-11-05 Panu MatilainenUse cpioMapFlags type consistently for map flags
2008-11-05 Panu MatilainenDead code removal
2008-10-30 Panu MatilainenRemove unused package color calculations from 2003
2008-10-30 Panu MatilainenDon't bother fetching and storing pre- and posttrans...
2008-10-30 Panu MatilainenConvert in-tree users of rpmfiNew() to use flag names
2008-10-24 Florian FestiUse better cache sizes
2008-10-24 Florian FestiUse only one, global fingerPrintCache to save a lot...
2008-10-24 Florian Festisymlinks
2008-10-24 Florian FestiDelete findFps foobar
2008-10-24 Florian FestiChange both hashes to a typed version
2008-08-08 Panu MatilainenRemember to free up resources from matchpathcon_init()
2008-08-08 Panu MatilainenFix check for nocontext flag
2008-08-08 Panu MatilainenPlug memleak from %pretrans
2008-07-04 Panu MatilainenEnforce conflicts on colorless files always
2008-07-03 Panu MatilainenMake all transaction callback notifications go through...
2008-06-25 Panu MatilainenFix handling of "%posttrans -p /xxx" with no body ...
2008-06-13 Panu MatilainenMinimally convert handleInstInstalledFiles() to new...
2008-06-12 Panu MatilainenMake rpmfiFSize() return rpm_loff_t type, fixup callers
2008-06-02 Panu MatilainenOn a second thought, rename rpmfiDigest() to rpmfiFDige...
2008-06-02 Panu MatilainenMake handleOverlappedFiles() honor rpmfi digest algorithm
2008-05-15 Panu MatilainenDumb segfault in %posttrans
2008-05-12 Panu MatilainenFixup paths and Makefiles for rpmdb/ elimination
2008-05-02 Panu MatilainenCheck for arch compatibility on multilib too
2008-04-30 Jindrich NovyDon't use alloca() in fpsCompare()
2008-04-25 Panu MatilainenReplace alloca() + memset() with xcalloc() in skipFiles()
2008-04-24 Panu MatilainenAdd rpmteEVR() function
2008-04-24 Panu MatilainenI'm out of words for this one.
2008-04-24 Panu MatilainenCheck for chroot() result in rpmtsRun()
2008-04-17 Panu MatilainenEliminate splitString() and freeSplitString()
2008-04-04 Panu MatilainenRename currentDirectory() to rpmGetCwd() and move to...
2008-03-17 Panu MatilainenRefactor running of pre/post scriptlets out of rpmtsRun()
next