Add hash table methodn for (pre)calculating base hash of a key
[platform/upstream/rpm.git] / lib /
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
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-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 MatilainenFix %config backup on erasure regression
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-17 Panu MatilainenOnly create the first instance of a file shared between...
2012-08-17 Panu MatilainenBlargh, more fdFree() braindamage
2012-08-07 Panu MatilainenVerify files from non-installed packages again (RhBug...
2012-08-07 Panu MatilainenFix RPMPROB_FILTER_FORCERELOCATE aka --badreloc (RhBug...
2012-08-03 Panu MatilainenHonor RPMSENSE_MISSINGOK flag in dependency checking
2012-07-11 Panu MatilainenReport config and missinok flags in deptype format...
2012-07-03 Panu MatilainenRecognize relative paths as such in --whatprovides...
2012-07-02 Panu MatilainenPush payload file size limit checking into cpio code
2012-07-02 Panu MatilainenCosmetics: remove redundant {} block, fixup indentation
2012-07-02 Panu MatilainenDont use mmap() for anything, axe the code instead
2012-06-28 Phil KnirschPlain 32bit ppc cannot be a ppc64p7
2012-06-27 Panu MatilainenClarify/correct tag usage in rpmdbProvides()
2012-06-27 Panu MatilainenFix obsoletes-thinko in rpmdbProvides()
2012-06-21 Panu MatilainenFall back to using fsync() on systems without fdatasync()
2012-05-21 Panu MatilainenRestore basic debug output for fsm operations
2012-05-16 Panu MatilainenExplicitly differentate internal/exported file attributes
2012-05-04 Michael SchroederSmall patch to reverse hardlink ordering
2012-05-03 Panu MatilainenFall back to private db environment on system level...
2012-04-24 Panu MatilainenEliminate rpmts usage from lower levels of fsm machinery
2012-04-24 Panu MatilainenOnly install needs selabel handle, dont bother elsewhere
2012-04-24 Panu MatilainenDont bother with fsm-level digest statistics
2012-04-24 Panu MatilainenEliminate rpmts and rpmte kludgery from package building
2012-04-24 Panu MatilainenEliminate rpmte usage from lower levels of fsm machinery
2012-04-24 Panu MatilainenMove mode-specific flag setting out of fsmNew()
2012-04-24 Panu MatilainenClean up file backup logic a bit
2012-04-24 Panu MatilainenEliminate header and rpmte knowledge from rpmfs
2012-04-24 Panu MatilainenBury build filestate setting inside fsm remains
2012-04-24 Panu MatilainenSplit out file state recording out of fsmMapPath()
2012-04-23 Michael SchroederAdd support for dpkg-style sorting of tilde in version...
2012-04-20 Panu MatilainenrpmdsMatchesDep() isn't correct on obsoletes
2012-04-18 Panu MatilainenPay attention to NULL returns from rpmcpioOpen()
2012-04-18 Panu MatilainenSanitize fsm creation/initialization and destruction
2012-04-18 Panu MatilainenSplit out hardlink checking from fsmTeardown()
2012-04-18 Panu MatilainenEliminate unused leftover rc member from fsm struct
2012-04-18 Panu MatilainenMove cpio end trailer detection to the cpio code
2012-04-18 Panu MatilainenSeparate payload archive close and free
2012-04-17 Panu MatilainenEliminate payload archive member from fsm struct
2012-04-17 Panu MatilainenPush fsm archive size down to the only caller who cares
2012-04-17 Panu MatilainenLose unnecessary cfd member from fsm, refcount through...
2012-04-17 Panu MatilainenKill couple of useless "helper" functions
2012-04-17 Panu MatilainenRemove now unused psm argument to fsmSetup()
2012-04-17 Panu MatilainenMove mapping index + and related loop exits out of...
2012-04-17 Panu MatilainenMove the install-only payload reading to the install...
2012-04-17 Panu MatilainenSplit fsm state reset to a separate function
2012-04-17 Panu MatilainenZeroing out the fsm is common to all modes, move it...
2012-04-17 Panu MatilainenPush dnl iterator init + free to the sole caller fsmMkd...
2012-04-17 Panu MatilainenInline what little is left of fsmCreate() into fsmSetup()
2012-04-17 Panu MatilainenMove temporary install suffix creation to more logical...
2012-04-17 Panu MatilainenMove unowned directory creation to more logical place
2012-04-17 Panu MatilainenEliminate the pointless fsm NULL checking in fsmFsPath()
2012-04-17 Panu MatilainenEliminate unused subdir argument from fsmFsPath()
2012-04-17 Panu MatilainenfsmFsPath() only needs directory/something else not...
2012-04-17 Panu MatilainenRemove now unnecessary psm member from fsm struct
2012-04-17 Panu MatilainenRemove redundant progress notification from fsmCommit()
2012-04-17 Panu MatilainenClean up + improve file/directory removal error handling
2012-04-17 Panu MatilainenMinimally fix file/directory removal
2012-04-17 Phil Knirsch- Add support for ppc64p7 architecture using new auxv...
2012-04-17 Phil Knirsch- Add general /proc/self/auxv parsing to rpmrc for...
2012-04-16 Panu MatilainenAxe unused leftover variable
2012-04-13 Panu MatilainenRaise file conflicts on differing device node numbers
2012-04-13 Panu MatilainenRaise file conflicts on differing permissions (user...
2012-04-12 Panu MatilainenCheck for file conflicts within package (RhBug:808750)
2012-04-12 Panu MatilainenCheck for file conflicts within package (RhBug:808750)
2012-04-12 Panu MatilainenChange file disposition code to access rpmfi's by index
2012-04-12 Panu MatilainenChange rpmfi replaced size functions to take index
next