index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
methods
/
mirror.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Spelling fixes
Ville Skyttä
2021-11-27
1
-3
/
+3
*
Implement encoded URI handling in all methods
David Kalnischkies
2020-12-18
1
-1
/
+1
*
Apply various suggestions by cppcheck
David Kalnischkies
2019-07-08
1
-7
/
+3
*
Add 'explicit' to most single argument constructors
Julian Andres Klode
2019-04-30
1
-1
/
+1
*
non-local mirrorlists shouldn't redirect to local
David Kalnischkies
2018-01-03
1
-2
/
+46
*
add tag-based control over mirror choices from the list
David Kalnischkies
2018-01-03
1
-34
/
+103
*
require methods to request AuxRequest capability at startup
David Kalnischkies
2018-01-03
1
-1
/
+1
*
reimplement and simplify mirror:// method
David Kalnischkies
2018-01-03
1
-398
/
+225
*
methods/mirror: Enable sandboxing and other aptMethod features
Julian Andres Klode
2017-10-22
1
-1
/
+1
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
1
-10
/
+10
*
avoid changing directory in mirror method
David Kalnischkies
2017-06-26
1
-17
/
+13
*
implement generic config fallback for methods
David Kalnischkies
2016-08-10
1
-2
/
+2
*
use std::locale::global instead of setlocale
David Kalnischkies
2016-05-28
1
-6
/
+1
*
ignore lost+found in private directory cleanup
David Kalnischkies
2015-11-19
1
-0
/
+1
*
wrap every unlink call to check for != /dev/null
David Kalnischkies
2015-11-04
1
-1
/
+1
*
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
1
-5
/
+5
*
warning: unused parameter ‘foo’ [-Wunused-parameter]
David Kalnischkies
2014-03-13
1
-1
/
+1
*
warning: extra ‘;’ [-Wpedantic]
David Kalnischkies
2014-03-13
1
-14
/
+14
*
Fix typos in documentation (codespell)
Michael Vogt
2014-02-22
1
-3
/
+3
*
correct some style/performance/warnings from cppcheck
David Kalnischkies
2014-01-16
1
-4
/
+4
*
Fix double free (closes: #711045)
Michael Vogt
2013-06-06
1
-0
/
+3
*
* methods/mirror.cc:
Raphael Geissert
2012-05-14
1
-1
/
+1
*
* methods/rred.cc:
David Kalnischkies
2012-03-20
1
-2
/
+3
*
micro-optimize "(performance) Prefer prefix ++/-- operators for non-primitive...
David Kalnischkies
2012-03-05
1
-1
/
+1
*
use forward declaration in headers if possible instead of includes
David Kalnischkies
2011-09-19
1
-1
/
+2
*
merge with debian/experimental
David Kalnischkies
2011-09-13
1
-4
/
+20
|
\
|
*
merged from lp:~mvo/apt/mvo
Michael Vogt
2011-08-15
1
-1
/
+17
|
|
\
|
|
*
* methods/mirror.cc:
Michael Vogt
2011-08-11
1
-1
/
+17
|
*
|
follow the recommendation of cppcheck to make some method methods (scnr)
David Kalnischkies
2011-08-11
1
-1
/
+1
|
*
|
cppcheck complains about some possible speed improvements which could be
David Kalnischkies
2011-08-11
1
-2
/
+2
|
|
/
*
/
reorder includes: add <config.h> if needed and include it at first
David Kalnischkies
2011-09-13
1
-1
/
+3
|
/
*
append the dist (e.g. sid, wheezy) as a query string when
Michael Vogt
2011-06-07
1
-0
/
+5
*
* methods/mirror.cc:
Michael Vogt
2011-06-07
1
-2
/
+12
*
methods/mirror.cc: raise error if the mirror file can not be read
Michael Vogt
2011-03-24
1
-0
/
+7
*
do not crash if the mirror file fails to download
Michael Vogt
2011-03-24
1
-2
/
+5
*
merge fix from Matt Zimmerman, many thanks (LP: #741098)
Michael Vogt
2011-03-24
1
-1
/
+3
*
methods/mirror.cc: randomize only based on hostname
Michael Vogt
2011-03-14
1
-4
/
+15
*
methods/mirror.cc: init random seed at startup
Michael Vogt
2011-03-14
1
-1
/
+3
*
randomize mirror list to ensure more even load
Michael Vogt
2011-03-14
1
-0
/
+30
*
* mirror method:
Michael Vogt
2011-03-14
1
-0
/
+4
*
methods/mirror.cc: improve debug output and fix selecting the next mirror
Michael Vogt
2011-03-11
1
-4
/
+9
*
fix compiler warning in the new mirror code
David Kalnischkies
2010-06-09
1
-11
/
+16
*
methods/mirror.cc: debug improvements
Michael Vogt
2010-06-02
1
-2
/
+9
*
implement Fail-Ignore bool in FetchItem that tells the method that a failure ...
Michael Vogt
2010-06-02
1
-12
/
+11
*
methods/mirror.cc: simplify uri.startswith()
Michael Vogt
2010-06-02
1
-1
/
+1
*
methods/mirrors.cc: make cycle through the mirrors work properly
Michael Vogt
2010-06-02
1
-15
/
+40
*
methods/mirror.cc: remove Acquire::Mirror::RefreshInterval (not really useful)
Michael Vogt
2010-06-02
1
-22
/
+0
*
improve error message if mirror method fails
Michael Vogt
2010-06-02
1
-6
/
+8
*
methods/mirror.cc: on fail try the next mirror
Michael Vogt
2010-06-02
1
-1
/
+11
*
* apt-pkg/deb/dpkgpm.cc:
Michael Vogt
2010-06-02
1
-7
/
+23
[next]