summaryrefslogtreecommitdiff
path: root/python/acquire.cc
AgeCommit message (Collapse)AuthorFilesLines
2008-05-16Remove trailing whitespace.Ben Finney1-19/+19
2005-12-07* make pkgAcqFile use the old interface so that we don't depend on a new apt ↵Michael Vogt1-8/+4
and still work with breezys apt
2005-12-06* bugfix in the acquire.FetchNeeded codeMichael Vogt1-3/+3
2005-12-01* fix uninitialized size member in pkgAcqFileMichael Vogt1-1/+1
2005-12-01* pkgAcqFile wrapper addedMichael Vogt1-0/+67
2005-11-28* rewrote the cache.commit() code to make use of the new ↵Michael Vogt1-3/+4
pkgAcquire/pkgPackageManager interface
2005-11-22* fixes in the acquire interface code (use CppPyObject with pkgAcquire* ↵Michael Vogt1-15/+14
directly instead of using a PkgAcquireStruct)
2005-11-22* fix in the pkgmanager.cc code (/me needs to be hit with a clue-stick)Michael Vogt1-2/+6
2005-11-18* added stat constants to the acquire-item interfaceMichael Vogt1-0/+12
2005-11-18* support for the pkgAcquire::ItemIterator added Michael Vogt1-0/+75
2005-11-18* acquire interface works with progress reporting nowMichael Vogt1-1/+15
2005-11-18* basic pkgAcquire + pkgPackageManager support addedMichael Vogt1-0/+106