platform/upstream/rpm.git
2012-10-26 Panu MatilainenRemove transition-time leftover pool unfreezing
2012-10-26 Panu MatilainenEliminate static "misc stuff pool" from rpmfi
2012-10-19 Panu MatilainenEliminate copy-paste nibble(), use rnibble() instead
2012-10-19 Panu MatilainenDefault to NSS crypto though...
2012-10-19 Michael SchroederAdd support for beecrypt as an alternative crypto imple...
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-11 Panu MatilainenFix noarch __isa_* macro filter in installplatform...
2012-10-11 Panu MatilainenEliminate now unnecessary WITH_SELINUX conditionals...
2012-10-11 Panu MatilainenOnly try compiling sepolicy plugin if selinux is enabled
2012-10-11 Panu MatilainenMissing include in string pool
2012-10-11 Florian FestiRevert "Update man page to reflect that rpm no longer...
2012-10-10 Florian FestiAdd rpm --setperms and rpm --setugids to the man page
2012-10-10 Florian FestiUpdate man page to reflect that rpm no longer uses...
2012-10-09 Anders F BjorklundAdd lua 5.2 support.
2012-10-08 Panu MatilainenDon't bother calculating digests of %ghost %config...
2012-10-05 Panu MatilainenUse rpmal lookups for already added obsoletions too
2012-10-05 Panu MatilainenAdd a hash + lookup function on obsoletes to rpmal
2012-10-05 Panu MatilainenRename rpmalProvidesHash to rpmalDepHash
2012-10-05 Panu MatilainenAvoid changing the file info sets when adding to rpmal...
2012-10-05 Panu MatilainenAvoid changing the dependency sets when looking up...
2012-10-05 Panu MatilainenAvoid changing the dependency sets when adding to rpmal...
2012-10-05 Panu MatilainenGuard against NULL ds in the rpmds indexed getters
2012-10-05 Panu MatilainenExport the indexed rpmds accessors internally
2012-10-05 Panu MatilainenAdd indexed access variants for rpmdsColor() and rpmdsC...
2012-10-04 Panu MatilainenBe as lazy as possible wrt rpmal hash creation
2012-10-02 Panu MatilainenUse rpmal lookups for finding redundancies in the added set
2012-10-02 Panu MatilainenDont bother with rpmRelocateFileList() if relocations...
2012-10-02 Panu MatilainenOnly return non-NULL from rpmalAllSatisfiesDepends...
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
next