summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2011-10-30merge with my debian-sid branchDavid Kalnischkies10-70/+59
2011-10-17* algorithms.cc:David Kalnischkies1-2/+9
2011-10-17* apt-pkg/packagemanager.cc:David Kalnischkies1-9/+2
2011-10-14merged lp:~donkult/apt/experimentalMichael Vogt91-1102/+1216
2011-10-12* apt-pkg/pkgcache.cc:David Kalnischkies1-3/+14
2011-10-12add implicit dependencies needed for Multi-Arch at the time a VersionDavid Kalnischkies2-82/+106
2011-10-12use one string to construct the error message instead of using multipleDavid Kalnischkies1-23/+30
2011-10-12a version can have only a single md5 for descriptions, so we can optimizeDavid Kalnischkies1-24/+30
2011-10-11share description list between "same" versions (LP: #868977)David Kalnischkies1-15/+45
2011-10-11* apt-pkg/pkgcachegen.cc:David Kalnischkies4-131/+190
2011-10-05cherrypick from my apt/experimental branchDavid Kalnischkies2-4/+10
2011-10-05* apt-pkg/deb/debmetaindex.cc:David Kalnischkies2-4/+10
2011-10-05merge with current debian apt/experimentalDavid Kalnischkies4-17/+34
2011-10-05* apt-pkg/contrib/configuration.cc:Michael Vogt4-17/+34
2011-10-04* apt-pkg/policy.cc:David Kalnischkies1-1/+2
2011-09-26merged fix from donkultMichael Vogt1-12/+20
2011-09-21* apt-pkg/init.cc:David Kalnischkies1-7/+6
2011-09-21* apt-pkg/deb/debsrcrecords.cc:David Kalnischkies2-20/+26
2011-09-21convert a few for-loop char finds to proper strchr and memchrDavid Kalnischkies6-59/+42
2011-09-20* apt-pkg/deb/dpkgpm.cc:David Kalnischkies2-73/+79
2011-09-20* apt-pkg/algorithms.cc:David Kalnischkies1-1/+1
2011-09-20load the dpkg base arguments only one time and reuse them laterDavid Kalnischkies1-22/+28
2011-09-20* apt-pkg/deb/dpkgpm.cc:David Kalnischkies1-61/+61
2011-09-19fix foldmarker in algorithms.hDavid Kalnischkies1-3/+2
2011-09-19remove old APT_COMPATIBILITY ifdef'sDavid Kalnischkies6-59/+0
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies50-192/+252
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies65-534/+493
2011-09-19remove an extra argument for the error mesage formatDavid Kalnischkies1-1/+1
2011-09-16* apt-pkg/acquire-item.h, apt-pkg/deb/debmetaindex.cc:Michael Vogt2-1/+9
2011-09-14enable APT in unpack/configure ordering to handle loops as wellDavid Kalnischkies6-168/+344
2011-09-14* [abi-break] Support large files in the complete toolset. Indexes of thisMichael Vogt1-1/+1
2011-09-14* apt-pkg/contrib/configuration.cc:Michael Vogt1-4/+5
2011-09-13merge with debian/sidDavid Kalnischkies9-55/+142
2011-09-13merge with debian/experimentalDavid Kalnischkies49-301/+490
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies28-112/+157
2011-09-13* apt-pkg/contrib/configuration.cc:Michael Vogt1-4/+5
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies57-71/+168
2011-09-09M-A:same lockstep unpack should operate on installedDavid Kalnischkies1-5/+26
2011-09-05 - add an Acquire::Min-ValidTime option (Closes: #640122)David Kalnischkies1-4/+15
2011-09-05* apt-pkg/indexrecords.cc:David Kalnischkies1-2/+2
2011-08-24* apt-pkg/orderlist.cc:David Kalnischkies1-7/+43
2011-08-23print from their the visit came fromDavid Kalnischkies2-12/+14
2011-08-22remove the caches in 'apt-get update', too, as they will beDavid Kalnischkies2-0/+15
2011-08-22* apt-pkg/acquire.cc:David Kalnischkies1-0/+4
2011-08-22* apt-pkg/acquire-item.cc:David Kalnischkies1-25/+22
2011-08-17* apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc:David Kalnischkies2-2/+3
2011-08-16Fixed a problem where the loop flag would be removed prematurely.Christopher Baines1-15/+34
2011-08-15Fixed a bug where SmartUnPack would be called with Immediate=true (to resolve...Christopher Baines2-37/+42
2011-08-15merged from lp:~mvo/apt/mvoMichael Vogt1-1/+3
2011-08-15merged from the debian-sid branchMichael Vogt32-236/+236