Add macro %isu_package to generate ISU Package
[platform/upstream/rpm.git] / lib / rpmfi.c
2021-01-05 biao716.wangupgrade rpm version to 4.14.1 39/250839/1 accepted/tizen/base/tool/20210118.215949 submit/tizen_base/20210105.160930 submit/tizen_base/20210113.025730 upstream/4.14.1.1
2013-01-31 Panu MatilainenRestore legacy behavior on %ghost %config erasure,... upstream/4.11.0.1
2012-10-26 Panu MatilainenEliminate static "misc stuff pool" from rpmfi
2012-10-19 Panu MatilainenDont bother with digest and link comparisons if size...
2012-10-19 Panu MatilainenDont bother with %config digests on conflicts if size...
2012-10-08 Panu MatilainenDon't bother calculating digests of %ghost %config...
2012-09-18 Panu MatilainenUnbreak fingerprinting when called twice for the same...
2012-09-14 Panu MatilainenMake fingerprint struct opaque outside fprint.c
2012-09-14 Panu MatilainenChange fpLookupList() to return malloced memory
2012-09-12 Panu MatilainenAllow keeping hash table around on pool freeze, adjust...
2012-09-12 Panu MatilainenAdd getters for rpmfi base- and directory name pool...
2012-09-12 Panu MatilainenAdd getter methods for rpmds and rpmfi string pool...
2012-09-11 Panu MatilainenRename td2pool as rpmtdToPool, export and optimize
2012-09-08 Panu MatilainenSwitch file info set base- and dirnames storage to...
2012-09-08 Panu MatilainenClean up file info set creation, comment
2012-09-08 Panu MatilainenPush the flag foo into rpmfiPopulate(), explicit HEADER...
2012-09-08 Panu MatilainenAlways allocate directory index data
2012-09-08 Panu MatilainenRefactor the big rpmfiNewPool() to two separate pieces
2012-09-07 Panu MatilainenSplit the tagdata -> pool population to another helper...
2012-09-07 Panu MatilainenAdd an alternative rpmfi constructor to allow shared...
2012-09-07 Panu MatilainenAxe the no longer needed rpmfi string "cache" stuff
2012-09-07 Panu MatilainenUse string pool for file set symlinks
2012-09-07 Panu MatilainenReplace user- and groupname + file lang caches with...
2012-09-07 Panu MatilainenDont bother with file capability "cache"
2012-08-30 Panu MatilainenAvoid unnecessary calculations on %ghost %config
2012-08-30 Panu MatilainenFix memleak regresssion in rpmfiDecideFateIndex()
2012-08-23 Panu MatilainenAxe the if-what jungle in rpmfiDecideFateIndex()
2012-08-22 Panu MatilainenFix a massive memleak from rpmfiConfigConflictIndex...
2012-08-21 Panu MatilainenPolish the symlink config file comparison a bit
2012-08-21 Panu MatilainenPolish the regular config file comparison a bit
2012-08-21 Panu MatilainenCosmetics: compare memcmp() return code explicitly
2012-08-20 Panu MatilainenDont create redundant %config backups when on-disk...
2012-08-20 Panu MatilainenCosmetics: remove unnecessary line-wrap
2012-04-16 Panu MatilainenAxe unused leftover variable
2012-04-13 Panu MatilainenRaise file conflicts on differing device node numbers
2012-04-13 Panu MatilainenRaise file conflicts on differing permissions (user...
2012-04-12 Panu MatilainenChange rpmfi replaced size functions to take index
2012-04-12 Panu MatilainenAdd rpmfiFooIndex() variants for the conflict handling...
2012-04-12 Panu MatilainenMake rpmfiFNIndex() safe for callers on different indexes
2012-04-04 Panu MatilainenRemove unused scareFlags member from rpmfi struct
2012-01-28 Panu MatilainenTest for filename triplet sanity in rpmfiNew()
2012-01-28 Panu Matilainenxcalloc() cannot return NULL, remove redundant check
2012-01-11 Panu MatilainenEliminate no longer needed RPMFI_ISBUILD and RPMFI_ISSO...
2012-01-11 Panu MatilainenTurn FSM into a blackbox, much like PSM is
2012-01-11 Panu MatilainenEliminate archiveSize member from rpmfi
2012-01-11 Panu MatilainenExplicitly tell rpmfiNew() when its being used for...
2011-10-23 Thomas JaroschFix unterminated buffer after readlink() call
2011-05-28 Panu MatilainenEliminate dead NULL-assignments at scope-end in librpm...
2011-03-17 Panu MatilainenFix couple of incorrect sizeof() uses
2010-10-22 Panu MatilainenEliminate pgpHashAlgo uses in librpm side
2010-10-22 Panu MatilainenChange rpmfiNew() tag argument to rpmTagVal
2010-09-13 Panu MatilainenEliminate all fooUnlink() functions out of the API
2010-03-22 Panu MatilainenLose the useless rpmfi refcounting etc debug messages...
2009-12-22 Panu MatilainenKill off last remaining uses of _constfree()
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
next