tools/librpm-tizen.git
2012-10-02 Panu MatilainenExport rpmalAllSatisfiesDepend() internally (again)
2012-10-02 Panu MatilainenPass the newly create ts element instead of header...
2012-10-01 Panu MatilainenEliminate all the now unnecessary fsm->ix save-and...
2012-10-01 Panu MatilainenPass file index as argument to fsm fsmMapPath()
2012-10-01 Panu MatilainenPass file index as argument to fsm fsmCommit()
2012-10-01 Panu MatilainenPass file index as argument to fsm writeFile()
2012-10-01 Panu MatilainenEliminate current hardlink set from fsm struct
2012-10-01 Panu MatilainenPinpoint the one place where fsm->li is modified on...
2012-10-01 Panu MatilainenAvoid using fsm->li directly when creating pending...
2012-10-01 Panu MatilainenAvoid using/modifying fsm->li when committing hardlinks
2012-10-01 Panu MatilainenAvoid using/modifying fsm->li when writing links to...
2012-10-01 Panu MatilainenAvoid using/modifying fsm->li when freeing hard link...
2012-10-01 Panu MatilainenAvoid using/modifying fsm->li on hard link checking
2012-10-01 Panu MatilainenMove hardlink saving out of fsmInit()
2012-10-01 Panu MatilainenFree hardlink sets centrally in fsmFree()
2012-10-01 Panu MatilainenFilter out skipped files on hardlink checking
2012-09-28 Panu MatilainenSimplify fpLookupSubdir() a bit
2012-09-28 Florian FestiMake string pool strings static in memory
2012-09-27 Panu MatilainenMinimally resurrect fpLookupSubdir() functionality
2012-09-27 Panu MatilainenAdd doxygen documentation to string pool API
2012-09-27 Panu MatilainenFixup a copy-paste error in rpmdsPool() doxygen markup
2012-09-27 Panu MatilainenFixup string pool prototype argument names to match...
2012-09-27 Panu MatilainenRemove leftover, no longer valid comment
2012-09-26 Panu MatilainenFreeze the rpmfc string pools once all additions are...
2012-09-26 Panu MatilainenDont waste time with argi for rpmfc file class indexes
2012-09-26 Panu MatilainenDont waste time with argi for rpmfc file colors
2012-09-26 Panu MatilainenDont waste time with argv for rpmfc file names
2012-09-26 Panu MatilainenUse a string pool for the build-time file dependency...
2012-09-26 Panu MatilainenUse a string pool to build file class dictionary and...
2012-09-26 Panu MatilainenCosmetics: properly indent the rpmfc debug foobar
2012-09-26 Panu MatilainenAdd function to get number of unique strings in the...
2012-09-24 Panu MatilainenSwitch back to early added packages rpmal populating
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...
next