Add macro %isu_package to generate ISU Package
[platform/upstream/rpm.git] / lib / transaction.c
2018-01-25 Panu MatilainenAdd scriptlet-specific disablers for %pretrans and... 03/168303/1 submit/tizen_base/20180330.050344
2013-02-03 Elena ReshetovaTemporally making loading of a configured plugin optional
2013-02-03 Elena ReshetovaAdding security msm plugin
2013-02-03 Elena ReshetovaMaking pre/post tsm/psm hooks more consistent.
2013-02-03 Elena ReshetovaExtending rpm plugin interface, part 1
2013-02-03 Anas NashifPrefer sys/vfs.h, as statvfs stats all filesystems...
2013-01-30 Panu MatilainenDont skip shared file/dir create if the other one is...
2013-01-30 Panu MatilainenRevert the severely broken FA_SKIP on %ghost "fix"
2013-01-29 Panu MatilainenBe more careful about skipping shared file/directory...
2012-12-19 Panu MatilainenHandle transaction global pool allocation centrally...
2012-11-14 Panu MatilainenAccount for temporary disk-space requirement on forced...
2012-11-14 Panu MatilainenRemove ancient, no longer relevant comment
2012-11-14 Panu MatilainenAccount for temporary disk-space requirements on update...
2012-11-01 Panu MatilainenHide the strpool-related rpmts/rpmfi/rpmds interfaces...
2012-09-14 Panu MatilainenSwitch rpmdb basename finding to use pool id's instead...
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 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 MatilainenMove the entire fingerprint cache population into fprint.c
2012-09-14 Panu MatilainenHide by-fingerprint hash into fingerprint cache, add...
2012-09-13 Panu MatilainenConvert our dependency checking code to use the new...
2012-09-13 Panu MatilainenUse transaction string pool for ensureOlder() dependenc...
2012-09-12 Panu MatilainenWhoopsie, unbreak checking of installed dependencies
2012-09-12 Panu MatilainenAdd infastructure for global transaction set string...
2012-09-06 Panu MatilainenReturn fingerprint lookups through retval pointer,...
2012-09-05 Panu MatilainenUse existing fingerprint for packages being removed
2012-09-05 Panu MatilainenPrehash basenames to avoid recalculation when adding...
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 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 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 MatilainenDifferentiate between filtered and otherwise resolved...
2012-08-23 Panu MatilainenRemove unused leftover variable
2012-08-22 Panu MatilainenUse rpmfiConfigConflictIndex() for modified config...
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-07 Panu MatilainenFix RPMPROB_FILTER_FORCERELOCATE aka --badreloc (RhBug...
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
2012-04-12 Panu MatilainenFurther tweak the config file removal/backup logic...
2012-04-12 Panu MatilainenAvoid unnecessary calls to rpmfiFN()
2012-04-12 Panu MatilainenMake config file modification detection a bit more...
2012-02-28 Panu MatilainenOnly consider rpmdb growth for added packages
2012-02-28 Panu MatilainenFix invalid memory access from rpmdb growth estimation...
2012-02-01 Panu MatilainenDon't free up file info sets on transaction test-runs
2012-01-28 Panu MatilainenDon't assume rpmfiNew() always succeeds
2012-01-12 Ales Kozumplikremove the 'path' parameter of rpmtsSELabelInit()
2012-01-12 Ales Kozumplikselinux: reopen label between transactions if necessary...
2011-11-22 Panu MatilainenEhm, %pretrans failure shouldn't abort the entire trans...
2011-11-22 Panu MatilainenMake %pretrans failure fail the install (RhBug:736960)
2011-09-01 Panu MatilainenSource formatting cosmetics: function blocks start...
2011-08-29 Panu MatilainenUse correct file state for colored file replacements
2011-05-31 Panu MatilainenRemove reamining dead assignments from rpmtsiFree(...
2011-05-30 Panu MatilainenRemove possibility of abusing freed iterator by moving...
2011-05-29 Panu MatilainenEliminate dead NULL-assignments at scope-end in librpm...
2011-05-26 Panu MatilainenColored conflict resolution part II
2011-05-26 Panu MatilainenBoth files must be colored for multilib conflict resolu...
2011-05-25 Panu MatilainenDisable all scriptlets and collections centrally on...
2011-05-18 Panu MatilainenEmpty transaction is not an error (RhBug:699929)
2011-04-19 Panu MatilainenEliminate another set-but-unused xx warning
2011-03-10 Panu MatilainenMove string hash function to librpmio and rename for...
2011-03-04 Panu MatilainenRemove pointless return code from handleInstInstalledFi...
2011-01-28 Panu MatilainenAdd an error message + comments on open(".") behavior...
2011-01-21 Panu MatilainenPlug potential division by zero in the rpmdb size calcu...
2010-11-18 Panu MatilainenOnly force default umask during transaction (RhBug...
2010-11-17 Panu MatilainenAlways exit rpmtsRun() via rpmtsFinish()
2010-11-04 Panu MatilainenEliminate unused strlen() calls 'n stuff from skipInsta...
2010-11-04 Panu MatilainenRemove nicely misleading #ifndef NOTYET case from skipI...
2010-10-26 Panu MatilainenSeparate match iterator allocation vs initialization
2010-10-22 Panu MatilainenEliminate pgpHashAlgo uses in librpm side
2010-10-22 Panu MatilainenChange all internal uses of rpmtsInitIterator() to...
2010-09-01 Steve LawrenceUse selabel interfaces instead of matchpathcon
2010-09-01 Steve LawrenceUpdate the plugin architecture to allow for remembering...
2010-08-13 Panu MatilainenLose the now unnecessary rpmtsSELinuxEnabled() function
2010-06-22 Steve LawrenceDetermine when to perform Collection actions
2010-06-11 Panu MatilainenDont bother with selinux contexts in test transactions
2010-05-31 Panu MatilainenNuke leftover variable from the chroot workout
2010-05-31 Panu MatilainenUse the new chroot API everywhere, eliminate old relate...
2010-05-26 Panu MatilainenHandle test-transaction centrally on entry to psm
2010-05-21 Panu MatilainenMove the lone hashFunctionString() into misc.[ch],...
2010-05-07 Panu MatilainenConvert rpmte internals to use the transaction pointer...
2010-05-06 Florian FestiConvert tsmem->removedPackages to a hash table and...
2010-04-22 Panu MatilainenFurther generalize the rpmlock interface
2010-04-22 Panu MatilainenMake rpmlock type visible inside rpm, use instead of...
2010-04-21 Rakesh PanditEliminate unused "known problems" based filtering from...
2010-03-29 Panu MatilainenHide rpmte open/close/error etc logic inside rpmteProcess()
2010-03-29 Panu MatilainenMove the little thats left of psm.h into rpmte_internal.h
2010-03-26 Panu MatilainenOops, diskspace problem messed up from the argument...
2010-03-26 Panu MatilainenRecord originating header instance to all problems...
next