| Age | Commit message (Expand) | Author | Files | Lines |
| 2006-01-09 | * fix broken returns a usefull value now | Michael Vogt | 1 | -4/+5 |
| 2006-01-09 | * added MinimizeUpgrade, Upgrade returns a bool now | Michael Vogt | 1 | -3/+19 |
| 2006-01-04 | * added support for pkgIndexFile | Michael Vogt | 4 | -3/+102 |
| 2005-12-09 | * CdromProgress.totalSteps added | Michael Vogt | 2 | -4/+6 |
| 2005-12-07 | * make pkgAcqFile use the old interface so that we don't depend on a new apt ... | Michael Vogt | 1 | -8/+4 |
| 2005-12-06 | * bugfix in the acquire.FetchNeeded code | Michael Vogt | 1 | -3/+3 |
| 2005-12-05 | * added PkgSourceList.GetIndexes(); rewrote apt.cache.update() to use it | Michael Vogt | 1 | -0/+17 |
| 2005-12-01 | * fix uninitialized size member in pkgAcqFile | Michael Vogt | 1 | -1/+1 |
| 2005-12-01 | * pkgAcqFile wrapper added | Michael Vogt | 3 | -0/+69 |
| 2005-11-28 | * rewrote the cache.commit() code to make use of the new pkgAcquire/pkgPackag... | Michael Vogt | 1 | -3/+4 |
| 2005-11-22 | * fixes in the acquire interface code (use CppPyObject with pkgAcquire* direc... | Michael Vogt | 4 | -26/+17 |
| 2005-11-22 | * python/sourcelist.cc cleaned up | Michael Vogt | 3 | -19/+14 |
| 2005-11-22 | * another bugfix in the new pkgPackageManager wrapper | Michael Vogt | 1 | -4/+2 |
| 2005-11-22 | * fix in the pkgmanager.cc code (/me needs to be hit with a clue-stick) | Michael Vogt | 2 | -15/+49 |
| 2005-11-22 | * less debug messages | Michael Vogt | 3 | -10/+9 |
| 2005-11-21 | * apt_inst.debExtractArchive() added | Michael Vogt | 1 | -0/+38 |
| 2005-11-18 | * added stat constants to the acquire-item interface | Michael Vogt | 1 | -0/+12 |
| 2005-11-18 | * support for the pkgAcquire::ItemIterator added | Michael Vogt | 1 | -0/+75 |
| 2005-11-18 | * acquire interface works with progress reporting now | Michael Vogt | 1 | -1/+15 |
| 2005-11-18 | * basic pkgAcquire + pkgPackageManager support added | Michael Vogt | 10 | -16/+257 |
| 2005-11-17 | * fail if a download fails | Michael Vogt | 1 | -2/+18 |
| 2005-10-24 | * custom waitChild() added in installProgress | Michael Vogt | 2 | -13/+37 |
| 2005-10-21 | * fix a crasher in the install interface | Michael Vogt | 2 | -4/+8 |
| 2005-10-20 | * progress interface fully working now, commit interface too | Michael Vogt | 4 | -35/+26 |
| 2005-10-20 | * merged with the progress reporting code | Michael Vogt | 2 | -2/+8 |
| 2005-09-12 | * export locking | Michael Vogt | 1 | -3/+57 |
| 2005-08-08 | * always call Restart in srcrecords.Lookup | Michael Vogt | 1 | -0/+1 |
| 2005-08-08 | * support for srcrecords.Files added | Michael Vogt | 2 | -5/+22 |
| 2005-08-05 | * improved the examples, added README too | Michael Vogt | 1 | -2/+5 |
| 2005-08-05 | * changelog merged with older debian versions, apt-secure support added (but ... | Michael Vogt | 1 | -0/+15 |
| 2005-08-04 | * applied a patch from Chris Halls to return the apt error string on a system... | Michael Vogt | 1 | -6/+11 |
| 2005-08-04 | * downloads can be canceld now (in FetchProgress::Pulse) | Michael Vogt | 1 | -7/+10 |
| 2005-08-03 | * API BREAK: follow PEP08 now | Michael Vogt | 1 | -21/+21 |
| 2005-07-01 | * added "Downloadable" as attribute to a VerIterator | Michael Vogt | 2 | -1/+4 |
| 2005-07-01 | * added Cache.Open(),Close(); fixed some refcout problems | Michael Vogt | 1 | -5/+53 |
| 2005-07-01 | * SetReInstall() added to depcache | Michael Vogt | 1 | -0/+19 |
| 2005-06-24 | * support autoInst flag in depcache.MarkInstall() | Michael Vogt | 1 | -3/+3 |
| 2005-06-20 | * added support for the pkgProblemResolver() | Michael Vogt | 3 | -1/+168 |
| 2005-06-03 | * fixes, MarkedInstall() checks for "NewInstall()" now, we have "Upgrade()" t... | Michael Vogt | 1 | -1/+1 |
| 2005-06-01 | * Cache.GetChanges() added, support for Marked{Downgrade,Reinstall} tests added | Michael Vogt | 1 | -0/+33 |
| 2005-05-27 | * make better use of the cachefile in the depcache, avoid a stupid double dep... | Michael Vogt | 3 | -75/+73 |
| 2005-05-11 | * support Op and SubOp in the progress wrapper | Michael Vogt | 1 | -2/+12 |
| 2005-05-09 | * more work on the native python apt interface | Michael Vogt | 1 | -1/+1 |
| 2005-05-06 | * merged with matts mainline | Michael Vogt | 1 | -1/+1 |
| 2005-05-04 | * more tests added | Michael Vogt | 2 | -2/+4 |
| 2005-05-03 | * merged with Greek0@gmx.net--2005-main, native apt interface added, fixed a ... | Michael Vogt | 4 | -9/+25 |
| 2005-04-13 | * build-depends added to PkgSrcRecords, example for build-depends added | Michael Vogt | 3 | -1/+18 |
| 2005-04-11 | * alway call pkgApplyStatus() in DepCache.Init() | Michael Vogt | 2 | -1/+3 |
| 2005-04-11 | * added Cdrom.Ident(), improved the examples | Michael Vogt | 1 | -4/+11 |
| 2005-04-11 | * cdrom interface added | Michael Vogt | 6 | -10/+190 |