summaryrefslogtreecommitdiff
path: root/python/depcache.cc
AgeCommit message (Expand)AuthorFilesLines
2005-11-22* less debug messagesMichael Vogt1-3/+3
2005-11-17* fail if a download failsMichael Vogt1-2/+18
2005-10-24* custom waitChild() added in installProgressMichael Vogt1-6/+5
2005-10-21* fix a crasher in the install interfaceMichael Vogt1-1/+1
2005-10-20* progress interface fully working now, commit interface tooMichael Vogt1-29/+10
2005-07-01* added "Downloadable" as attribute to a VerIteratorMichael Vogt1-0/+1
2005-07-01* SetReInstall() added to depcacheMichael Vogt1-0/+19
2005-06-24* support autoInst flag in depcache.MarkInstall()Michael Vogt1-3/+3
2005-06-20* added support for the pkgProblemResolver()Michael Vogt1-1/+161
2005-06-03* fixes, MarkedInstall() checks for "NewInstall()" now, we have "Upgrade()" t...Michael Vogt1-1/+1
2005-06-01* Cache.GetChanges() added, support for Marked{Downgrade,Reinstall} tests addedMichael Vogt1-0/+33
2005-05-27* make better use of the cachefile in the depcache, avoid a stupid double dep...Michael Vogt1-68/+62
2005-05-09* more work on the native python apt interfaceMichael Vogt1-1/+1
2005-05-03* merged with Greek0@gmx.net--2005-main, native apt interface added, fixed a ...Michael Vogt1-5/+1
2005-04-11* alway call pkgApplyStatus() in DepCache.Init()Michael Vogt1-0/+2
2005-04-08* InstallProgress has overridable fork interface now, added example for the u...Michael Vogt1-8/+15
2005-04-08* simple InstallProgress interface addedMichael Vogt1-1/+6
2005-04-08* started the DepCache.Commit() interface Michael Vogt1-1/+133
2005-03-31* merged with the pkgDepCache treeMichael Vogt1-17/+14
2005-03-31* debcache has a "Packages" attribute now too (like the cache)Michael Vogt1-1/+6
2005-03-09* OpProgress interface added for DepCacheMichael Vogt1-5/+21
2005-03-09* star-merged with my pkgDepCache branchMichael Vogt1-2/+20
2005-03-02* merged with matts tree, resolved lots of conflictsMichael Vogt1-40/+216
2005-02-23* apt_pkg.GetCache() supports a progress callback now tooMichael Vogt1-63/+20
2005-02-23* progress callback support addedMichael Vogt1-11/+63
2005-02-23* added basic depcache support Michael Vogt1-0/+149