support 'dry run' (#159467)
[platform/upstream/libzypp.git] / zypp / target / TargetImpl.cc
2006-03-30 Klaus Kaempfsupport 'dry run' (#159467)
2006-03-27 Michael Andres- fixed handling of Language resolvables
2006-03-27 Duncan Mac-Vicar Pdont try to install messages and scritps in the stor...
2006-03-22 Stanislav VisnovskyMessage callback implemented to show patch messages
2006-03-21 Jiri Srainadded script and message installation
2006-03-13 Jiri Sraindelete RPMs downloaded via FTP/HTTP after installing...
2006-03-10 Stanislav Visnovskyprovide at least Url of the source
2006-03-07 Jiri Srainadded special exception class for aborting installation...
2006-03-04 Klaus Kaempfrelease the last source at end of commit (see inline...
2006-03-03 Klaus Kaempfcomment -> warning
2006-03-03 Klaus Kaempfreduce debug
2006-03-03 Klaus Kaempfreduce debug
2006-03-03 Klaus Kaempfreduce debug
2006-03-02 Stanislav Visnovskyabort on user request (#150379)
2006-02-27 Klaus Kaempfreset Transact state for obsoleted packages (#153578)
2006-02-24 Stanislav VisnovskyAvoid reinitialization of target if the root is the...
2006-02-23 Klaus Kaempffix typo :-((((((((
2006-02-23 Klaus Kaempfuse SrcPackage kind instead of Arch_src
2006-02-23 Klaus Kaempfjust clear transact bit after successful commit
2006-02-22 Klaus Kaempfdon't change installed<->uninstalled status here, its...
2006-02-22 Klaus Kaempfremove 'Arch_src'
2006-02-21 Jiri Srainadded Target::setInstallationLogfile to set the RPM log
2006-02-20 Klaus Kaempftrack "uninstall due to upgrade" seperately
2006-02-20 Klaus Kaempfcomment typo
2006-02-16 Klaus Kaempfremove all hacked capability iterators
2006-02-16 Klaus Kaempf- dont throw if "rpm -e --nodeps" was not successful
2006-02-15 Stanislav VisnovskyEven if to_inst list is empty, try to return at least...
2006-02-15 Duncan Mac-Vicar Pdont depend enabled on is initialized
2006-02-14 Stanislav Visnovskyuse reasonable stream instead of cerr
2006-02-11 Klaus Kaempfuse the ResPool iterators to find providers during...
2006-02-11 Klaus Kaempf- move typedefs PoolItemList/PoolItemSet into class
2006-02-10 Klaus Kaempfcope with empty returns (backport from y2pm)
2006-02-10 Klaus Kaempfonly move those non-package to the nonpkginstalllist...
2006-02-10 Klaus Kaempfmake CD ordering function available
2006-02-10 Klaus Kaempfreturn # of successfully commited resolvables from...
2006-02-10 Duncan Mac-Vicar Penable storage always
2006-02-10 Duncan Mac-Vicar Pdont use the storage if is not disabled
2006-02-10 Duncan Mac-Vicar Pwork for bug 149869
2006-02-09 Klaus Kaempfleave non-packages out
2006-02-09 Klaus Kaempffix computeNextSet for non-packages
2006-02-09 Klaus Kaempfif its not a package, it doesnt have a media nr
2006-02-09 Klaus Kaempffilter non-packages
2006-02-08 Duncan Mac-Vicar P- completed integration of the backend in the target.
2006-02-08 Klaus Kaempfcomplete commit()
2006-02-08 Klaus Kaempflimit commits to media, return uncommited PoolItems
2006-02-08 Klaus Kaempfextend commit()
2006-02-08 Klaus Kaempfadd missing ;
2006-02-08 Klaus Kaempfremove "setNoTransact", its equal to "setTransact(false)"
2006-02-07 Stanislav Visnovskyall callbacks implemented (no testing)
2006-02-07 Stanislav Visnovskyresolvable download callback
2006-02-06 Stanislav Visnovskyprovide also the level of RPM pushing in callbacks
2006-02-06 Klaus Kaempfmore debug
2006-02-03 Klaus Kaempfadd 'whoOwnsFile' for "rpm -qf"
2006-02-03 Duncan Mac-Vicar Pindent with spaces here, not tab
2006-02-02 Klaus Kaempfsort uninstall correctly
2006-02-02 Klaus Kaempfcatch and retry install & deletes with --nodeps and...
2006-02-02 Klaus Kaempfinstall --force --nodeps
2006-02-02 Stanislav Visnovskypackage install callback impl
2006-02-01 Klaus Kaempfdebug
2006-02-01 Klaus Kaempfreset transact as user
2006-02-01 Klaus KaempfsetNoTransact on PoolItem after rpm was successful.
2006-01-31 Klaus Kaempfadd TargetImpl::providesFile()
2006-01-31 Stanislav Visnovskypropagate chroot to rpmdb
2006-01-30 Jiri Srainsplit commit into 2 functions
2006-01-30 Jiri Srainpropagate installOnly() to zypp::Package interface...
2006-01-30 Jiri Srainuse ordering of packages for installation
2006-01-30 Stanislav VisnovskyResPool is a reference already
2006-01-30 Jiri Srainadded preliminary commit function for target
2006-01-27 Jiri Srainadded implementation of target classes, which are conta...