added Target::setInstallationLogfile to set the RPM log
[platform/upstream/libzypp.git] / zypp / target / TargetImpl.cc
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...