platform/upstream/rpm.git
2008-11-18 Panu MatilainenAdd preliminary rpmfi flag groupings for base operations
2008-11-18 Panu MatilainenAdd control bits for all (relevant) parts of rpmfi...
2008-11-18 Panu MatilainenRemove useless default flags and action fields from...
2008-11-18 Panu MatilainenNuke useless rpmfiFContext()
2008-11-18 Florian FestiFix indentiation
2008-11-18 Jindrich NovyAdd AC_CONFIG_MACRO_DIR for the new libtool
2008-11-18 Panu MatilainenDon't bother loading FILELANGS for installed packages
2008-11-18 Panu MatilainenLazy allocation of FSM for file info sets
2008-11-18 Panu MatilainenRemove now unnecessary fi->keep_header
2008-11-18 Panu MatilainenRemember rpmfi creation flags
2008-11-18 Panu MatilainenGenerate and insert SOURCERPM tag earlier
2008-11-17 Panu MatilainenAdd + use internal helper function for setting rpmfi...
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-17 Panu MatilainenCalculate total file size correctly in build (mdvbz...
2008-11-17 Panu MatilainenMake depflagsFormat() accept any numeric type
2008-11-17 Panu MatilainenSimplify xmlFormat() by taking advantage of rpmtdClass()
2008-11-17 Panu MatilainenMake fflagsFormat() accept any numeric type
2008-11-17 Panu MatilainenMake permsFormat() work with any numeric type
2008-11-17 Panu MatilainenMake triggertypeFormat() work for any numeric type
2008-11-17 Panu MatilainenMake shescapeFormat() to accept any numeric type
2008-11-17 Panu MatilainenTake advantage of rpmtdGetNumber() for date format...
2008-11-17 Panu MatilainenTake advantage of rpmtdGetNumber() for numeric format...
2008-11-17 Panu MatilainenSimplify stringFormat() by using rpmtdGetNumber()
2008-11-17 Panu MatilainenAdd rpmtdGetNumber() for getting numeric values from...
2008-11-17 Panu MatilainenIntroduce rpm tag "classes"
2008-11-15 Panu MatilainenUse rpmpsmNew() + rpmpsmFree() instead of manually...
2008-11-15 Panu MatilainenEliminate bogus const from fi->apath
2008-11-15 Panu MatilainenEliminate match iterator from psm struct
2008-11-15 Panu MatilainenAvoid having to reconstruct half of rpmfi manually...
2008-11-15 Panu MatilainenLose useless fsm/rpmfi astriplen field
2008-11-15 Panu MatilainenDon't bother creating a dummy transaction element for...
2008-11-15 Panu MatilainenMinor genCpioListAndHeader() cleanups
2008-11-14 Panu MatilainenDon't have to free what's not allocated to begin with...
2008-11-14 Panu MatilainenAdd more flags to control rpmfi creation
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-14 Jindrich NovyAllow setting custom parameters to patch (rhbz#471006)
2008-11-14 Panu MatilainenFix capability verification
2008-11-13 Panu MatilainenFilter out mtime difference of shared files on verify...
2008-11-13 Panu MatilainenMove ts and preferred color fetching out of the loop
2008-11-12 Panu MatilainenRemove unused fsm subbuf field
2008-11-12 Panu MatilainenDon't bother retrieving db offset for erase elements
2008-11-12 Panu MatilainenTake advantage of headerGetInstance() in removePackage()
2008-11-12 Panu MatilainenTake advantage of headerGetInstance() in rpmte
2008-11-12 Panu MatilainenGrab rpmfi record from header on rpmfiNew()
2008-11-12 Panu MatilainenAdd rpmdb record number to headers retrieved from rpmdb
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 MatilainenAdd rpmfi get + set methods for file actions
2008-11-11 Panu MatilainenRemove unnecessary initialization
2008-11-11 Panu MatilainenMove file action calculations to rpmfiNew() where possible
2008-11-11 Panu MatilainenCpio flags are only relevant for fsm, get them out...
2008-11-11 Panu MatilainenFigure out cpio mapflags in rpmfiNew()
2008-11-11 Panu MatilainenPush archivePos from rpmfi to fsm
2008-11-11 Panu MatilainenAdjust rpmfi directory count while messing with it...
2008-11-10 Jindrich NovyAdd the post-build package checker feature in rpmbuild...
2008-11-10 Jindrich NovyAdd macros for the post-build package checkers feature...
2008-11-07 Panu MatilainenReset return values to zero + NULL's on not found in...
2008-11-07 Florian FestiRename doLookup to fpLookup to get rid of one function...
2008-11-07 Florian Festicleanup fpLookupSubdir
2008-11-07 Panu MatilainenReverse hash GetEntry() return code vs found/not found
2008-11-06 Panu MatilainenrpmsqAction() proto needs SA_SIGINFO conditionals too...
2008-11-05 Panu MatilainenNuke the ugly hardwired "known arch" list from label...
2008-11-05 Panu MatilainenCalculate filename buffer len lazily in rpmfiFN() as...
2008-11-05 Panu MatilainenRemove yet more unused fields from rpmfi struct
2008-11-05 Panu MatilainenRemove fperms and dperms from rpmfi struct
2008-11-05 Panu MatilainenUse cpioMapFlags type consistently for map flags
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-05 Panu Matilainenfi->actions is already initialized earlier in rpmfiNew()
2008-11-05 Panu Matilainenfi->actions cannot be non-NULL in rpmfiNew()
2008-11-05 Panu MatilainenDead code removal
2008-11-04 Panu MatilainenStop messing around with rpmfi user+group names from psm
2008-11-04 Panu MatilainenFix segfault on relocation (rhbz#468319)
2008-11-04 Panu MatilainenAvoid leaking C99 options into stock %{__cc} macro
2008-11-04 Jindrich NovyReturn proper exit code when exec*() functions fail
2008-11-04 Panu MatilainenFix building on systems where SA_SIGINFO isn't availabl...
2008-11-04 Panu MatilainenUse more portable file access mode tests (ticket #5)
2008-11-03 Panu MatilainenEnsure PATH_MAX is defined (ticket #3) Adam Tkac
2008-10-31 Panu MatilainenDrop unnecessary trailing slash in pkgconfig includedir
2008-10-31 Panu MatilainenAdjust for file output change (rhbz#468129)
2008-10-30 Panu MatilainenKill of scareMem / keep header flag from rpmds
2008-10-30 Panu MatilainenChange all in-tree rpmdsNew() uses to non-scaremem
2008-10-30 Panu MatilainenRemove unnecessary scaremem flags, hardwired to no...
2008-10-30 Panu MatilainenSave bunch of memory by not loading file classes in...
2008-10-30 Panu MatilainenAdd couple of new rpmfi flags for file classes and...
2008-10-30 Panu MatilainenMove rpmfi color union calculation out of rpmfiNew()
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-30 Panu MatilainenTurn rpmfiNew() scareMem argument into bitfield of...
2008-10-29 Jindrich NovySet timezone to UTC every time to avoid local timezone...
next