Make rpmdbAdd() and rpmdbRemove() internal-only
[platform/upstream/rpm.git] / lib / psm.c
2010-04-07 Panu MatilainenMake rpmdbAdd() and rpmdbRemove() internal-only
2010-04-07 Panu MatilainenUnify rpmdbAdd/Remove() interfaces
2010-04-07 Panu MatilainenEliminate the headerCheck() foo from rpmdbAdd/Remove()
2010-04-07 Panu MatilainenMove header INSTALLTID manipulation out of rpmdbAdd()
2010-03-29 Panu MatilainenMove the little thats left of psm.h into rpmte_internal.h
2010-03-22 Panu MatilainenLose the useless rpmfi refcounting etc debug messages...
2010-03-22 Panu MatilainenLose the useless rpmts refcounting debug messages ...
2010-03-12 Panu MatilainenTurn PSM into a complete blackbox
2010-03-11 Panu MatilainenNot all scriptlets have bodies (eg -p /sbin/ldconfig...
2010-03-11 Panu MatilainenDumb segfault on trigger scripts with no flags, doh
2010-03-11 Panu MatilainenSupport run-time macro and queryformat expansion on...
2010-03-06 Panu MatilainenMinor cleanup to PSM_INIT stage, no functional changes
2010-03-01 Panu MatilainenRip out more rpm 2.x era relocation leftovers
2010-02-26 Panu MatilainenHide install/erase statistics collection inside psm
2010-02-25 Panu MatilainenRemove unnecessary fiddling with ts element header
2010-02-25 Panu MatilainenLose some long since unnecessary includes
2010-02-25 Panu MatilainenDuh, yet more leftover io flag stuff in psm
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 MatilainenLose now unnecessary progTag from psm
2010-02-25 Panu MatilainenFirst rough-cut version of scriptlet abstraction
2010-02-25 Panu MatilainenKick out stillborn code
2010-02-24 Panu MatilainenClean up handleOneTrigger() a bit
2010-02-24 Panu MatilainenLose unused PSM_RPMIO_FLAGS state
2010-02-24 Panu MatilainenThe lower level script runners dont really need psm...
2010-02-24 Panu MatilainenBury the signal queue stuff inside runExtScript()
2010-02-24 Panu MatilainenLose psmWait(), instead collect scriptlet runtime stats...
2010-02-24 Panu MatilainenPush prefix calculation higher in the psm foodchain
2010-02-09 Panu MatilainenMove rpmVersionCompare() into a more logical place
2010-02-09 Panu MatilainenUnify scriptlet execution calling conventions and error...
2010-02-09 Panu MatilainenLose unused stillborn psm threading stuff (didn't I...
2010-01-05 Panu MatilainenMove <errno.h> include out of system.h to the places...
2009-12-17 Panu MatilainenMove payload open into rpmte (internal) method
2009-09-10 Panu MatilainenRip the broken asynchronous psm machinery
2009-09-10 Panu MatilainenRip the broken ldconfig optimization hack (RhBug:513224)
2009-09-02 Panu MatilainenFurther simplify rpmVersionCompare()
2009-09-02 Panu MatilainenSimplify rpmpsmStage() and srpm install a bit with...
2009-09-02 Panu MatilainenSimplify rpmVersionCompare() a bit
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-08-31 Panu MatilainenEliminate now unnecessary compressor -> ioflags conversions
2009-08-28 Panu MatilainenEliminate unused result code from psm struct
2009-08-28 Panu MatilainenEliminate payload file handle from psm struct
2009-07-23 Panu MatilainenKill off lclint remnants everywhere
2009-06-16 Panu MatilainenValidate rpmlib dependencies on src.rpm install (RhBug...
2009-04-23 Rakesh Pandit- Move header reading part from rpminstall to tryReadHe...
2009-03-18 Panu MatilainenAdd support for "lzma alone" compression format (lzdio)
2009-03-18 Panu MatilainenLZMA -> XZ renaming
2009-03-09 Panu MatilainenFix RPMTAG_FILESTATES in rpmdb
2009-03-08 Panu MatilainenLoad macros before creating directories (rhbz#489104)
2009-01-19 Panu MatilainenFix segfault if ts rootdir is NULL (Pixel)
2009-01-02 Panu MatilainenUse rpmteSetFd() instead of direct access to rpmte...
2008-12-19 Panu MatilainenEliminate file info set argument to rpmpsmNew()
2008-12-18 Panu MatilainenCheck chroot() result in psm too (Pixel)
2008-12-10 Florian FestiMove ->actions from rpmfi to rpmfs
2008-12-10 Florian FestiMove the run time part of fstates from rpmfi to rpmfs...
2008-12-10 Florian FestiCreate a new datastructure rpmfs aka File States that...
2008-12-08 Panu MatilainenFix segfault on packages without separate scriptlet...
2008-12-03 Panu MatilainenRemove unnecessary fiddling with rpmte internals
2008-11-30 Panu MatilainenSet/clear rpmte db instance on RPMDB_ADD / REMOVE from psm
2008-11-27 Panu MatilainenEliminate the now unused ts element field of file info...
2008-11-27 Panu MatilainenPass rpmte to fsmSetup()
2008-11-26 Panu MatilainenUse rpmteNEVRA() for scriptlet messages now that it...
2008-11-26 Panu MatilainenLose unnecessary and silly rpmpsmGetTs() internal func
2008-11-26 Panu MatilainenRip the remains of fi->h in psm
2008-11-26 Panu MatilainenUse ts element, not fi header for PSM_PKGINSTALL (PSM_P...
2008-11-26 Panu MatilainenUse ts element, not fi header in PSM_RPMIO_FLAGS and...
2008-11-26 Panu MatilainenMake psm scriptlet operations use ts element header...
2008-11-26 Panu MatilainenLose now unnecessary PSM_RPMDB_LOAD stage and rpmpsmSetFI()
2008-11-26 Panu MatilainenRework rpmtsProcess() to use rpmteOpen+Close for both...
2008-11-24 Florian Festiswitch to new rpmfiReplaced API
2008-11-21 Panu MatilainenFix build tree creation with relative paths for %_topdi...
2008-11-19 Panu MatilainenEliminate unnecessary fi->record field
2008-11-19 Panu MatilainenAvoid unnecessary mucking with rpmfi internals
2008-11-19 Panu MatilainenRefer to psm->te instead of fi->te in rpmpsmStage()
2008-11-19 Panu MatilainenRestore SIGPIPE to default action for scriptlets (rhbz...
2008-11-18 Panu MatilainenLazy allocation of FSM for file info sets
2008-11-17 Panu MatilainenSimplify rpmInstallLoadMacros()
2008-11-17 Panu MatilainenAvoid reconstructing half of rpmfi manually in rpmInsta...
2008-11-17 Panu MatilainenUnnecessary local variable, result only needed once
2008-11-17 Panu MatilainenAssume failure in rpmInstallSourcePackage()
2008-11-15 Panu MatilainenUse rpmpsmNew() + rpmpsmFree() instead of manually...
2008-11-15 Panu MatilainenEliminate match iterator from psm struct
2008-11-11 Panu MatilainenRemove unnecessary initialization
2008-11-11 Panu MatilainenMove file action calculations to rpmfiNew() where possible
2008-11-11 Panu MatilainenFigure out cpio mapflags in rpmfiNew()
2008-11-05 Panu MatilainenStop messing with fi->fstates allocations in psm
2008-11-05 Panu MatilainenKill off per-file cpio map flags
2008-11-05 Panu MatilainenRemove unused variable
2008-11-05 Panu MatilainenRemove useless rpmfi->gid and uid "defaults"
2008-11-04 Panu MatilainenStop messing around with rpmfi user+group names from psm
2008-11-04 Jindrich NovyReturn proper exit code when exec*() functions fail
2008-10-30 Panu MatilainenChange all in-tree rpmdsNew() uses to non-scaremem
2008-10-30 Panu MatilainenConvert in-tree users of rpmfiNew() to use flag names
2008-10-14 Panu MatilainenFix build without Lua
2008-10-10 Panu MatilainenUse rpmMkdirs() instead of rpmMkdirPath() in rpmInstall...
2008-10-03 Panu MatilainenSimilar semantics for <lua> scriptlets
2008-10-03 Panu MatilainenAlways perform callback notify of lua scriptlet errors too
2008-10-03 Panu MatilainenRemove unnecessary {} block + indentation, no functiona...
2008-10-03 Panu MatilainenFilter out error exit codes from non-pre scriptlets...
next