summaryrefslogtreecommitdiff
path: root/methods/mirror.cc
Commit message (Expand)AuthorAgeFilesLines
* Apply various suggestions by cppcheckDavid Kalnischkies2019-07-081-7/+3
* Add 'explicit' to most single argument constructorsJulian Andres Klode2019-04-301-1/+1
* non-local mirrorlists shouldn't redirect to localDavid Kalnischkies2018-01-031-2/+46
* add tag-based control over mirror choices from the listDavid Kalnischkies2018-01-031-34/+103
* require methods to request AuxRequest capability at startupDavid Kalnischkies2018-01-031-1/+1
* reimplement and simplify mirror:// methodDavid Kalnischkies2018-01-031-398/+225
* methods/mirror: Enable sandboxing and other aptMethod featuresJulian Andres Klode2017-10-221-1/+1
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-10/+10
* avoid changing directory in mirror methodDavid Kalnischkies2017-06-261-17/+13
* implement generic config fallback for methodsDavid Kalnischkies2016-08-101-2/+2
* use std::locale::global instead of setlocaleDavid Kalnischkies2016-05-281-6/+1
* ignore lost+found in private directory cleanupDavid Kalnischkies2015-11-191-0/+1
* wrap every unlink call to check for != /dev/nullDavid Kalnischkies2015-11-041-1/+1
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-5/+5
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-1/+1
* warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-03-131-14/+14
* Fix typos in documentation (codespell)Michael Vogt2014-02-221-3/+3
* correct some style/performance/warnings from cppcheckDavid Kalnischkies2014-01-161-4/+4
* Fix double free (closes: #711045)Michael Vogt2013-06-061-0/+3
* * methods/mirror.cc:Raphael Geissert2012-05-141-1/+1
* * methods/rred.cc:David Kalnischkies2012-03-201-2/+3
* micro-optimize "(performance) Prefer prefix ++/-- operators for non-primitive...David Kalnischkies2012-03-051-1/+1
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-1/+2
* merge with debian/experimentalDavid Kalnischkies2011-09-131-4/+20
|\
| * merged from lp:~mvo/apt/mvoMichael Vogt2011-08-151-1/+17
| |\
| | * * methods/mirror.cc:Michael Vogt2011-08-111-1/+17
| * | follow the recommendation of cppcheck to make some method methods (scnr)David Kalnischkies2011-08-111-1/+1
| * | cppcheck complains about some possible speed improvements which could beDavid Kalnischkies2011-08-111-2/+2
| |/
* / reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-1/+3
|/
* append the dist (e.g. sid, wheezy) as a query string whenMichael Vogt2011-06-071-0/+5
* * methods/mirror.cc:Michael Vogt2011-06-071-2/+12
* methods/mirror.cc: raise error if the mirror file can not be readMichael Vogt2011-03-241-0/+7
* do not crash if the mirror file fails to downloadMichael Vogt2011-03-241-2/+5
* merge fix from Matt Zimmerman, many thanks (LP: #741098)Michael Vogt2011-03-241-1/+3
* methods/mirror.cc: randomize only based on hostnameMichael Vogt2011-03-141-4/+15
* methods/mirror.cc: init random seed at startupMichael Vogt2011-03-141-1/+3
* randomize mirror list to ensure more even loadMichael Vogt2011-03-141-0/+30
* * mirror method:Michael Vogt2011-03-141-0/+4
* methods/mirror.cc: improve debug output and fix selecting the next mirrorMichael Vogt2011-03-111-4/+9
* fix compiler warning in the new mirror codeDavid Kalnischkies2010-06-091-11/+16
* methods/mirror.cc: debug improvementsMichael Vogt2010-06-021-2/+9
* implement Fail-Ignore bool in FetchItem that tells the method that a failure ...Michael Vogt2010-06-021-12/+11
* methods/mirror.cc: simplify uri.startswith()Michael Vogt2010-06-021-1/+1
* methods/mirrors.cc: make cycle through the mirrors work properlyMichael Vogt2010-06-021-15/+40
* methods/mirror.cc: remove Acquire::Mirror::RefreshInterval (not really useful)Michael Vogt2010-06-021-22/+0
* improve error message if mirror method failsMichael Vogt2010-06-021-6/+8
* methods/mirror.cc: on fail try the next mirrorMichael Vogt2010-06-021-1/+11
* * apt-pkg/deb/dpkgpm.cc:Michael Vogt2010-06-021-7/+23
* * methods/mirror.cc:Michael Vogt2009-03-191-2/+16
* * methods/mirror.{cc,h}:Michael Vogt2007-11-281-59/+93
|\