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