tools/librpm-tizen.git
2012-09-24 Panu MatilainenTest obsoletions within the transaction set, both ways
2012-09-24 Panu MatilainenTest different versions in same transaction both ways
2012-09-21 Panu MatilainenTake advantage of rpmstrPoolStreq() in rpmdsCompare()
2012-09-19 Florian FestiChange poolHash to use internal collision resolution
2012-09-19 Panu MatilainenEliminate strdup() in doLookupId()
2012-09-19 Panu MatilainenLift directory name canonicalization into a helper...
2012-09-19 Panu MatilainenAargh, stupid thinko in rpmstrPoolStrlen() last id...
2012-09-18 Panu MatilainenUnbreak fingerprinting when called twice for the same...
2012-09-18 Panu MatilainenOops, refactoring error in commit 327701572ff912413ec95...
2012-09-18 Panu MatilainenEnsure fingerprint subdirs have heading slashes
2012-09-18 Panu MatilainenEnsure directories have trailing slashes in doLookupId()
2012-09-18 Panu MatilainenFurther doLookupId() cleanup
2012-09-18 Panu MatilainenElimiate one of the umphteen directory variables in...
2012-09-18 Panu MatilainenAvoid redundant ds -> id -> string lookups in rpmalAllF...
2012-09-18 Panu MatilainenDont bother with separate notifications on multiple...
2012-09-18 Panu MatilainenAvoid the string copy in rpmalAllFileSatisfiesDepend...
2012-09-18 Panu MatilainenMake pool string->id operations properly length-aware
2012-09-18 Panu MatilainenAdd length aware variant(s) of string hashing
2012-09-18 Panu MatilainenEnhanced string hash to permit calculating string lengt...
2012-09-18 Panu MatilainenDont assume \0 terminated strings in rpmstrPoolPut()
2012-09-17 Panu MatilainenUse pool id's for hash table key, lookup strings from...
2012-09-17 Panu MatilainenMove the string pool struct definition earlier so we...
2012-09-17 Panu MatilainenInline poolHashfindEntry() into GetEntry(), nothing...
2012-09-17 Panu MatilainenEliminate key comparison and hash function vectors...
2012-09-17 Panu MatilainenMore poolHash multiple data-value cleanups
2012-09-17 Panu MatilainenEliminate redundant data counting from poolHash
2012-09-17 Panu MatilainenEliminate unnecessary key and data free-functionality...
2012-09-17 Panu MatilainenPull a private hash-implementation copy to string pool
2012-09-17 Panu MatilainenRename string pool hash type to poolHash
2012-09-17 Panu MatilainenPermit key imports even if signature checking is disabl...
2012-09-15 Panu MatilainenLift string pool rehash into a separate helper function
2012-09-15 Panu MatilainenUse a saner pool hash resize hint
2012-09-15 Panu MatilainenBe more selective about legacy retrofits on package...
2012-09-14 Panu MatilainenSwitch rpmdb basename finding to use pool id's instead...
2012-09-14 Panu MatilainenCleanup + optimize doLookupId() a bit
2012-09-14 Panu MatilainenRemove leftover variable from previous commit
2012-09-14 Panu MatilainenChange fpLookupList() to operate on pool id's only
2012-09-14 Panu MatilainenDo the low-level fingerprint lookup based on pool id...
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-13 Panu MatilainenAdd a string equality check function to string pool API
2012-09-12 Panu MatilainenWhoopsie, unbreak checking of installed dependencies
2012-09-12 Panu MatilainenOnly rehash the pool on insert if the data area actuall...
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 MatilainenString pool id 0 equals NULL
2012-09-12 Panu MatilainenAvoid doing anything if pool is already frozen
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 MatilainenFix segfault on rpmstrPoolId() on frozen pool
2012-09-11 Panu MatilainenMake rpmstrPoolUnfreeze() safe to call on unfrozen...
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
next