Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-28 | use std::locale::global instead of setlocale | David Kalnischkies | 1 | -4/+1 | |
We use a wild mixture of C and C++ ways of generating output, so having a consistent world-view in both styles sounds like a good idea and should help in preventing regressions. | |||||
2015-08-10 | add c++11 override marker to overridden methods | David Kalnischkies | 1 | -5/+5 | |
C++11 adds the 'override' specifier to mark that a method is overriding a base class method and error out if not. We hide it in the APT_OVERRIDE macro to ensure that we keep compiling in pre-c++11 standards. Reported-By: clang-modernize -add-override -override-macros Git-Dch: Ignore | |||||
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies | 1 | -0/+2 | |
Beside being a bit cleaner it hopefully also resolves oddball problems I have with high levels of parallel jobs. Git-Dch: Ignore Reported-By: iwyu (include-what-you-use) | |||||
2014-02-22 | Fix typos in documentation (codespell) | Michael Vogt | 1 | -1/+1 | |
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies | 1 | -12/+13 | |
2011-06-07 | append the dist (e.g. sid, wheezy) as a query string when | Michael Vogt | 1 | -0/+1 | |
asking for a suitable mirror | |||||
2011-03-14 | randomize mirror list to ensure more even load | Michael Vogt | 1 | -0/+1 | |
2010-06-02 | methods/mirrors.cc: make cycle through the mirrors work properly | Michael Vogt | 1 | -1/+2 | |
2010-06-02 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | 1 | -1/+3 | |
- add missing include * methods/mirror.{cc,h}: - add SelectNextMirror() and InitMirrors() functions - read all mirrors into the AllMirrors vector | |||||
2007-11-28 | methods/mirror.{cc,h}: | Michael Vogt | 1 | -3/+4 | |
- improve the mirror method so that it only updates the mirror list from the server if we get new indexfiles - code cleanup | |||||
2007-02-01 | * commited the latest mirror failure detection code | Michael Vogt | 1 | -1/+0 | |
2007-01-17 | * basic error reporting from apt in place now (ReportMirrorFailures()) | Michael Vogt | 1 | -0/+1 | |
2007-01-08 | * apt-pkg/init.cc: | Michael Vogt | 1 | -0/+1 | |
- added Dir::State::Mirrors * doc/examples/configure-index: - added Acquire::mirror::RefreshInterval * methods/mirror.{cc,h}: - download the mirror file into Dir::State::Mirrors - added RefreshInterval option to not ask for the mirror file too often | |||||
2006-11-29 | * todo added | Michael Vogt | 1 | -0/+3 | |
2006-11-29 | * working mirror implementation based on http method | Michael Vogt | 1 | -4/+11 | |
2006-11-29 | * prototype of mirror method added | Michael Vogt | 1 | -0/+40 | |