platform/upstream/rpm.git
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
2012-09-11 Panu MatilainenClean up rpmdsNewDNEVR() a bit
2012-09-09 Panu MatilainenAnd now, on to the embarrassing string-pool reimplement...
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 MatilainenFirst cut of a libsolv-style string <-> id pool API
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 MatilainenMinor optimization to rnibble()
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-29 Panu MatilainenAdd further multilib resolution test-cases
2012-08-29 Panu MatilainenTweak the conflict test descriptions a bit
2012-08-24 Panu MatilainenOops, replacetest spec missing from dist tarballs
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 MatilainenAdd pile of new test-cases for file type changes in...
2012-08-24 Panu MatilainenClean up testroot /opt throughly to avoid other test...
2012-08-24 Panu MatilainenMake rpmteHaveTransScript() available internally
2012-08-24 Panu MatilainenDifferentiate between filtered and otherwise resolved...
2012-08-23 Panu MatilainenRemove unused leftover variable
2012-08-23 Panu MatilainenAxe the if-what jungle in rpmfiDecideFateIndex()
2012-08-23 Panu MatilainenBacking up contents when replaced by directory needs...
2012-08-23 Panu MatilainenUse fsm->action to decide whether we need a backup...
2012-08-23 Panu MatilainenBackup filename needs suffix, whether its directory...
2012-08-23 Panu MatilainenRemove dead file-backup code
2012-08-23 Panu MatilainenSimplify the non-modified config file vs directory...
2012-08-23 Panu MatilainenDoh, gotta love it when test-suite expectations are...
2012-08-22 Panu MatilainenFix a massive memleak from rpmfiConfigConflictIndex...
2012-08-22 Panu MatilainenUse rpmfiConfigConflictIndex() for modified config...
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-21 Panu MatilainenErm, remember to actually enable all the new tests
2012-08-21 Panu MatilainenAdd a third set of config tests for file type changes...
2012-08-21 Panu MatilainenAdd similar set of %config tests on symlinks
2012-08-21 Panu MatilainenPrepare config test-suite to cleaning up directories
2012-08-21 Panu MatilainenFurther parametrize the config test spec file to allow...
2012-08-21 Panu MatilainenFix %config backup on erasure regression
2012-08-21 Panu MatilainenAnd yet more %config test-cases
2012-08-20 Panu MatilainenDont create redundant %config backups when on-disk...
2012-08-20 Panu MatilainenCosmetics: remove unnecessary line-wrap
2012-08-20 Panu MatilainenDont create %config backups on skipped files
2012-08-20 Panu MatilainenTest that the %config backup contents are what we expect
2012-08-20 Panu MatilainenYet more %config test-cases - shared configs have quirk...
2012-08-20 Panu MatilainenAdd similar set of %config(noreplace) tests
2012-08-20 Panu MatilainenAdjust the config test descriptions a bit to make room...
2012-08-20 Panu MatilainenAdd further "parametrization" to our config file test...
2012-08-20 Panu MatilainenAdd a test-case for another %config file special case
2012-08-20 Panu MatilainenTighten the existing %config tests a bit
2012-08-17 Panu MatilainenAdd a test-case for the shared file timestamp behavior
2012-08-17 Panu MatilainenOnly create the first instance of a file shared between...
2012-08-17 Panu MatilainenBlargh, more fdFree() braindamage
2012-08-17 Panu MatilainenRevert "Always return NULL from fdFree()"
next