Revert "Modify eu-strip option to perform strip in post script of rpm package & add...
[platform/upstream/rpm.git] / lib /
2012-09-14 Panu MatilainenSwitch fingerprinting to use the global string pool
2012-09-14 Panu MatilainenAllow passing a shared pool for finger print cache
2012-09-14 Panu MatilainenRemove scareMemory remnants from the internal API,...
2012-09-14 Panu MatilainenSwitch fingerprint subDir to pool ids
2012-09-14 Panu MatilainenSwitch fingerprint basename to pool ids
2012-09-14 Panu MatilainenSwitch fingerprint cache-entry dirnames to pool ids
2012-09-14 Panu MatilainenAdd a string pool to fingerprint cache (but not yet...
2012-09-14 Panu MatilainenMake fingerprint struct opaque outside fprint.c
2012-09-14 Panu MatilainenChange fpLookup() to return malloced memory (on first...
2012-09-14 Panu MatilainenMake fingerprint cache entry opaque, add some kind...
2012-09-14 Panu MatilainenHide away the FP_EQUAL macros
2012-09-14 Panu MatilainenChange fpLookupList() to return malloced memory
2012-09-14 Panu MatilainenAdd internal API for fingerprint lookup-and-compare
2012-09-14 Panu MatilainenBury the fingerprint hash-types into fprint.c, clean up
2012-09-14 Panu MatilainenMove the entire fingerprint cache population into fprint.c
2012-09-14 Panu MatilainenHide by-fingerprint hash into fingerprint cache, add...
2012-09-14 Panu MatilainenMake fingerprint cache opaque outside fprint.c
2012-09-13 Panu MatilainenConvert our dependency checking code to use the new...
2012-09-13 Panu MatilainenUnify the three rpmdsFooMatchesDep() functions into one
2012-09-13 Panu MatilainenUse transaction string pool for rpmlib() dependencies too
2012-09-13 Panu MatilainenAdd pool-aware version of rpmdsRpmlib()
2012-09-13 Panu MatilainenHang rpmlib() dependency set onto transaction set
2012-09-13 Panu MatilainenUse transaction string pool for ensureOlder() dependenc...
2012-09-13 Panu MatilainenUse transaction string pool for findPos() dependency...
2012-09-13 Panu MatilainenPut transaction element "self" dependency set into...
2012-09-13 Panu MatilainenAdd pool-aware versions of rpmdsThis() and rpmdsSingle()
2012-09-13 Panu MatilainenSimplify single ds creation
2012-09-12 Panu MatilainenWhoopsie, unbreak checking of installed dependencies
2012-09-12 Panu MatilainenSwitch rpmal file hash to use pool id's instead of...
2012-09-12 Panu MatilainenSwitch rpmal provide hash to use pool id's instead...
2012-09-12 Panu MatilainenAdd a some transition-period asserts to ensure pool...
2012-09-12 Panu MatilainenAllow keeping hash table around on pool freeze, adjust...
2012-09-12 Panu MatilainenAdd getters for rpmds dependency name and EVR pool ids
2012-09-12 Panu MatilainenAdd getters for rpmfi base- and directory name pool...
2012-09-12 Panu MatilainenPass transaction pool to rpmal (but not used yet)
2012-09-12 Panu MatilainenActually enable the global transaction string pool
2012-09-12 Panu MatilainenAdd infastructure for global transaction set string...
2012-09-12 Panu MatilainenAdd getter methods for rpmds and rpmfi string pool...
2012-09-12 Panu MatilainenDelay transaction added packages rpmal creation until...
2012-09-12 Panu MatilainenAdd an nternal rpmal create+populate helper function...
2012-09-11 Panu MatilainenOops, only private pool should be frozen on ds create
2012-09-11 Panu MatilainenAdd an alternative rpmds constructor to allow shared...
2012-09-11 Panu MatilainenFreeze the rpmlib dependency set pool on successful...
2012-09-11 Panu MatilainenFurther split single ds creation into two, sigh
2012-09-11 Panu MatilainenUnify the common parts of rpmds creation into a helper...
2012-09-11 Panu MatilainenEliminate assert()'s from rpmdsMerge()
2012-09-11 Panu MatilainenEliminate assert()'s from rpmdsDup()
2012-09-11 Panu MatilainenSwitch dependency sets to use string pool storage for...
2012-09-11 Panu MatilainenRename td2pool as rpmtdToPool, export and optimize
2012-09-11 Panu MatilainenEliminate direct rpmds name (and flags) access on rpmds...
2012-09-11 Panu MatilainenClean up rpmdsSearch() a bit
2012-09-11 Panu MatilainenAdd internal indexed variants of rpmds N, EVR and Flags...
2012-09-11 Panu MatilainenClean up rpmdsFind() a bit
2012-09-11 Panu MatilainenSplit rpmds EVR comparison into function of its own
2012-09-11 Panu MatilainenUse getter functions for name, evr and flags in rpmdsCu...
2012-09-11 Panu MatilainenClean up rpmdsCompare() a bit
2012-09-11 Panu MatilainenClean up rpmdsNewDNEVR() a bit
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 MatilainenMove string pool typedefs to rpmtypes.h
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-09-07 Panu MatilainenMissing <stdio.h> include for fprintf()
2012-09-06 Panu MatilainenReturn fingerprint lookups through retval pointer,...
2012-09-06 Panu MatilainenAvoid double iteration on 'rpm -e' now that iterator...
2012-09-06 Panu MatilainenPush RPMDBI_LABEL arch parsing down to rpmdb layer...
2012-09-05 Panu MatilainenUse existing fingerprint for packages being removed
2012-09-05 Panu MatilainenShut up gcc whine about potentially uninitialized variable
2012-09-05 Panu MatilainenAvoid rehashing directory name when it doesn't change...
2012-09-05 Panu MatilainenPrehash dir names on fingerprinting to avoid recalculat...
2012-09-05 Panu MatilainenUse helper variable to eliminate multiple identical...
2012-09-05 Panu MatilainenPrehash dependency strings to avoid recalculating when...
2012-09-05 Panu MatilainenPrehash basenames to avoid recalculation when adding...
2012-09-05 Panu MatilainenAdd alternative hash key add/get/check methods with...
2012-09-05 Panu MatilainenAdd hash table methodn for (pre)calculating base hash...
2012-09-04 Panu MatilainenMinor optimizations to rpmvercmp()
2012-09-03 Panu MatilainenAvoid netshared path matching when netshared path is...
2012-09-03 Panu Matilainen"Optimize" addFingerprints() a bit
2012-08-30 Panu MatilainenAvoid unnecessary calculations on %ghost %config
2012-08-30 Panu MatilainenOnly backup if osuffix is set
2012-08-30 Panu MatilainenFix memleak regresssion in rpmfiDecideFateIndex()
2012-08-30 Panu MatilainenCache the actual result on rpmdb header verification
2012-08-30 Panu MatilainenUse file info set of removed packages instead of header...
2012-08-30 Panu MatilainenUse file info set of removed packages instead of new...
2012-08-30 Panu MatilainenStore transaction element pointers in the removedPkgs...
2012-08-29 Panu MatilainenDefine separate hash for rpmdb header check cache
2012-08-29 Panu MatilainenOops, undefining wrong name...
2012-08-29 Panu MatilainenSplit colored conflict resolution to helper function...
2012-08-29 Panu MatilainenEliminate redundant helper variable
2012-08-29 Panu MatilainenDifferentiate between filtered and otherwise resolved...
2012-08-24 Panu MatilainenDetect attempts to replace directory symlink to directo...
2012-08-24 Panu MatilainenDetect attempts to replace directories and report as...
2012-08-24 Panu MatilainenMake rpmteHaveTransScript() available internally
next