Sanitize python object -> tag number exception handling
[platform/upstream/rpm.git] / lib / rpmfi.c
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-07-09 Panu MatilainenUnbreak --excludepath (RhBug:409637)
2009-03-27 Panu MatilainenLose unused/useless Type and tagN fields from rpmfi...
2009-02-12 Panu MatilainenOnly initialize file capability cache if actually needed
2009-02-05 Panu MatilainenUse per-rpmfi string cache for file capability strings
2009-01-28 Panu MatilainenDon't throw away modified config files on cross-hash...
2009-01-07 Panu MatilainenrpmRelocateFileList() doesn't need rpmte for anything...
2009-01-05 Panu MatilainenValidate + sort relocations in rpmte at create time
2009-01-05 Panu MatilainenSplit saving relocations to header out of relocateFileL...
2009-01-05 Panu MatilainenSplit sorting out of relocateFileList()
2009-01-05 Panu MatilainenSplit RPMTAG_INSTPREFIXES addition out of relocateFileL...
2008-12-22 Panu MatilainenPerform relocations from rpmte instead of rpmfi
2008-12-19 Panu MatilainenPerform relocations *before* filling out rpmfi structure
2008-12-19 Panu MatilainenAvoid a whole lotta shuffling wrt file info header
2008-12-19 Panu MatilainenIgnore rpmfi flags for basenames + dirnames
2008-12-19 Panu MatilainenSanitize file modes handling in relocation
2008-12-19 Panu MatilainenRemove unused file/dir color calculations
2008-12-19 Panu MatilainenSave some trouble by grabbing malloced copy of dir...
2008-12-19 Panu MatilainenAdd internal rpmfi apis to deal with fingerprints,...
2008-12-19 Panu MatilainenFree rpmfi fingerprints in rpmfiFree()
2008-12-18 Panu MatilainenOops, rpmfiFInode() gone missing...
2008-12-11 Panu MatilainenAdd public rpmfi function for retrieving digest algorit...
2008-12-11 Panu MatilainenAdd (internal) rpmfi accessor for dir indexes
2008-12-11 Panu MatilainenAdd indexed accessors for rpmfi data, internal only...
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 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-11-27 Panu MatilainenEliminate rpmtsiFi(), use rpmteFI() instead
2008-11-27 Panu MatilainenEliminate silly rpmfiTypeString()
2008-11-25 Florian FestiSwitch rpmfiUpdateState to the new ->replaced API
2008-11-24 Panu MatilainenMove transscripts stuff from rpmfi to rpmte
2008-11-24 Florian FestiAPI for accessing and creating fi->replaced
2008-11-20 Panu MatilainenUse per-rpmfi string cache for symlink targets
2008-11-20 Panu MatilainenAdd functions to create and free string cache(s)
2008-11-20 Panu MatilainenUse global cache for file languages too
2008-11-20 Panu MatilainenAdd rpmfiFLang() method for retrieving file language(s)
2008-11-20 Panu MatilainenGeneralize the user+group string cache + helpers
2008-11-19 Panu MatilainenBe more intelligent about storing file user and group...
2008-11-19 Panu MatilainenErm, really do lazy allocation of fi->replacedSizes
2008-11-19 Panu MatilainenAdd + use internal helper function for getting+setting...
2008-11-19 Panu MatilainenEliminate unnecessary fi->record field
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 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-17 Panu MatilainenAdd + use internal helper function for setting rpmfi...
2008-11-14 Panu MatilainenAdd more flags to control rpmfi creation
2008-11-14 Panu MatilainenYank rpmfi state update out of rpmtsRun()
2008-11-12 Panu MatilainenGrab rpmfi record from header on rpmfiNew()
2008-11-11 Panu MatilainenAdd rpmfi get + set methods for file actions
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-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 MatilainenStop messing with fi->fstates allocations in psm
2008-11-05 Panu MatilainenKill off per-file cpio map flags
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-04 Panu MatilainenFix segfault on relocation (rhbz#468319)
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 MatilainenDon't bother fetching and storing pre- and posttrans...
2008-10-30 Panu MatilainenTurn rpmfiNew() scareMem argument into bitfield of...
2008-10-29 Panu MatilainenAdd fsm and rpmfi machinery for file capabilities
2008-09-12 Panu MatilainenFix indentation
2008-06-19 Panu MatilainenUse type-specific headerPut() for the case where it...
2008-06-18 Panu MatilainenLose the remaining hae and hme vectors from rpmfi
2008-06-18 Panu MatilainenConvert file relocation to use headerPut/Mod
2008-06-17 Panu MatilainenReplace headerRemoveEntry() with headerDel() everywhere
2008-06-17 Panu MatilainenEliminate last headerFreeData() in rpmfi
2008-06-13 Panu MatilainenKill off hge() and hfd() vectors in rpmfi_s
2008-06-13 Panu MatilainenLose the remaining hge() uses in rpmfi relocation
2008-06-13 Panu MatilainenRPMTAG_FILEFLAGS is not used for anything in relocations
2008-06-13 Panu MatilainenConvert validRelocation parts of relocateFileList(...
2008-06-13 Panu MatilainenUnbreak relocations broken by 621e7518418a0e031d302e868...
2008-06-12 Panu MatilainenConvert a few hge()'s in relocation code to new headerG...
2008-06-12 Panu MatilainenMake rpmfiFSize() return rpm_loff_t type, fixup callers
2008-06-12 Panu MatilainenrpmfiNew() doesn't use old hge() anymore
2008-06-12 Panu MatilainenUse long archive size always in rpmfi
2008-06-12 Panu MatilainenUse HEADERGET_ALLOC instead of manually copying the...
2008-06-10 Panu MatilainenEliminate rpmfiBuildFNames() from the API
2008-06-07 Panu MatilainenRemove unused variable
2008-06-02 Panu MatilainenCheck that digest type is actually supported before...
2008-06-02 Panu MatilainenMake rpmfiNew() use header specified file digest algo...
2008-06-02 Panu MatilainenUse RPMTAG_FILEDIGESTS instead of MD5S internally
2008-06-02 Panu MatilainenAdd rpmfiFDigestHex() for converting the binary digest...
2008-06-02 Panu MatilainenOn a second thought, rename rpmfiDigest() to rpmfiFDige...
2008-06-02 Panu MatilainenUse new style headerGet() + rpmtd iteration for rpmfi...
2008-06-02 Panu MatilainenLose unused fdigests array from rpmfi struct
2008-06-02 Panu MatilainenMake rpmfiDecideFate() honor rpmfi digest algorithms
2008-06-02 Panu MatilainenMake rpmfiConfigConflict() honor fi digest algorithm
2008-06-02 Panu MatilainenMake rpmfiCompare() use rpmfiDigest() instead of rpmfiMD5()
2008-06-02 Panu MatilainenMake rpmfi initialization honor used digest length
next