summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.cc
AgeCommit message (Expand)Author
2014-05-08Merge remote-tracking branch 'mvo/bugfix/update-progress-reporting' into debi...Michael Vogt
2014-05-08Merge remote-tracking branch 'upstream/debian/sid' into bugfix/update-progres...Michael Vogt
2014-05-07Merge remote-tracking branch 'mvo/bugfix/update-progress-reporting' into debi...Michael Vogt
2014-05-07Merge remote-tracking branch 'mvo/feature/apt-install-deb' into debian/experi...Michael Vogt
2014-05-07Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2014-04-28initialize Verify in second pkgAcqIndex constructorDavid Kalnischkies
2014-04-28WIP local deb installMichael Vogt
2014-04-17pass Target/MetaIndexParser around into pkgAcqDiffIndex so that this can be u...Michael Vogt
2014-04-16use correct compression extension when loading the size of the size into the ...Michael Vogt
2014-04-16add Debug::acquire::progress debug option and fixme for index file loading wi...Michael Vogt
2014-04-16load the size from the metaindex into the fetcher to have even more accurate ...Michael Vogt
2014-04-16make the TotalFiles more reliable in apt-get updateMichael Vogt
2014-03-13use the pretty fullname of a pkg as download desciptionDavid Kalnischkies
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies
2014-03-13warning: useless cast to type A [-Wuseless-cast]David Kalnischkies
2014-02-27Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2014-02-27initial version of apt-helperMichael Vogt
2014-02-22Fix typos in documentation (codespell)Michael Vogt
2014-02-10always cleanup patchfiles at the end of rred callDavid Kalnischkies
2014-01-15integrate Anthonys rred with POC for client-side mergeDavid Kalnischkies
2014-01-15reenable unlimited pdiff files downloadDavid Kalnischkies
2014-01-15correct IndexDiff vs DiffIndex in Debug outputAnthony Towns
2013-12-13implement POC client-side merging of pdiffs via apt-fileDavid Kalnischkies
2013-12-13query an empty pkgAcqIndexDiffs if index is up-to-dateDavid Kalnischkies
2013-10-09Merge remote-tracking branch 'mvo/feature/limit-default-pdiffs' into debian/sidMichael Vogt
2013-10-03use pkgAcqArchive in 'download' for proper errorsDavid Kalnischkies
2013-10-03refactor onError relabeling of DestFile as '.FAILED'David Kalnischkies
2013-09-26pkg from only trusted sources keeps being trustedDavid Kalnischkies
2013-08-26set Acquire::PDiffs::FileLimit to 20 to avoid needless huge fetchesMichael Vogt
2013-08-22Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sidMichael Vogt
2013-08-15Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2013-08-12fix: --print-uris removes authenticationDavid Kalnischkies
2013-08-12some more coverity fixesMichael Vogt
2013-07-25pick up Translation-* even if only compressed availableDavid Kalnischkies
2013-06-20do not redownload unchanged InRelease filesDavid Kalnischkies
2013-04-23merged debian-sid branch and resolved conflictsMichael Vogt
2013-04-10Fix English spelling error in a message ('A error'). Unfuzzybubulle@debian.org
2013-04-08merged bundle from davidMichael Vogt
2013-04-02merged lp:~mvo/apt/fix-inrelease5Michael Vogt
2013-03-15* apt-pkg/acquire-item.cc:David Kalnischkies
2013-03-10various simple changes to fix cppcheck warningsDavid Kalnischkies
2013-03-01merged lp:~mvo/apt/hash-orderMichael Vogt
2013-01-14ensure sha512 is really used when available (thanks to Tyler Hicks )Michael Vogt
2012-07-10 cherry pick -r1847 from bzr+ssh://bazaar.launchpad.net/~mvo/apt/lp346386/Michael Vogt
2012-06-21update comments and add one FIXME for the next ABI breakMichael Vogt
2012-06-21check when finished downloading the InRelease file if it has the expected gpg...Michael Vogt
2012-03-06add Debug::pkgAcqArchive::NoQueue to disable package downloadingDavid Kalnischkies
2012-03-04* apt-pkg/acquire-item.cc:David Kalnischkies