index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
acquire-method.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace PrintStatus with SendMessage usage
David Kalnischkies
2021-02-04
1
-6
/
+38
*
Keep URIs encoded in the acquire system
David Kalnischkies
2020-12-18
1
-0
/
+3
*
acquire: Do not hide _errror messages in Fail()
Julian Andres Klode
2020-08-11
1
-11
/
+14
*
Remove includes of (md5|sha1|sha2).h headers
Julian Andres Klode
2020-01-14
1
-3
/
+0
*
RFC1123StrToTime: Accept const std::string& as first argument
Julian Andres Klode
2019-06-17
1
-1
/
+1
*
Verify data being sent by methods in SendMessage()
Julian Andres Klode
2019-01-30
1
-0
/
+31
*
SECURITY UPDATE: content injection in http method (CVE-2019-3462)
Julian Andres Klode
2019-01-22
1
-0
/
+6
*
Remove obsolete RCS keywords
Guillem Jover
2018-05-07
1
-1
/
+0
*
require methods to request AuxRequest capability at startup
David Kalnischkies
2018-01-03
1
-0
/
+3
*
refactor message generation for methods
David Kalnischkies
2018-01-03
1
-90
/
+100
*
Run Proxy-Auto-Detect script from main process
Julian Andres Klode
2017-10-22
1
-4
/
+20
*
send the hashes for alternative file correctly
David Kalnischkies
2017-10-05
1
-4
/
+4
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
1
-6
/
+6
*
fix various typos reported by spellintian
David Kalnischkies
2017-01-19
1
-1
/
+1
*
report all instead of first error up the acquire chain
David Kalnischkies
2016-07-06
1
-3
/
+14
*
use +0000 instead of UTC by default as timezone in output
David Kalnischkies
2016-07-02
1
-3
/
+3
*
prevent C++ locale number formatting in text APIs
David Kalnischkies
2016-05-27
1
-5
/
+5
*
act on various suggestions from cppcheck
David Kalnischkies
2016-01-26
1
-1
/
+4
*
make all d-pointer * const pointers
David Kalnischkies
2015-08-10
1
-2
/
+2
*
add d-pointer, virtual destructors and de-inline de/constructors
David Kalnischkies
2015-06-16
1
-1
/
+5
*
check patch hashes in rred worker instead of in the handler
David Kalnischkies
2015-06-09
1
-8
/
+6
*
rework hashsum verification in the acquire system
David Kalnischkies
2015-06-09
1
-1
/
+4
*
do not inline virtual destructors with d-pointers
David Kalnischkies
2014-10-13
1
-0
/
+2
*
Merge remote-tracking branch 'mvo/feature/expected-size' into debian/experime...
Michael Vogt
2014-10-08
1
-0
/
+2
|
\
|
*
Merge remote-tracking branch 'donkult/feature/acq-trans' into feature/expecte...
Michael Vogt
2014-10-08
1
-1
/
+4
|
|
\
|
*
|
make expected-size a maximum-size check as this is what we want at this point
Michael Vogt
2014-10-07
1
-1
/
+1
|
*
|
make http size check work
Michael Vogt
2014-10-06
1
-0
/
+12
|
|
\
\
|
*
|
|
Pass ExpectedSize to tthe backend method
Michael Vogt
2014-08-26
1
-0
/
+2
*
|
|
|
Merge remote-tracking branch 'mvo/feature/acq-trans' into debian/experimental
Michael Vogt
2014-10-08
1
-1
/
+4
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
do not show IP in output of testcases
David Kalnischkies
2014-10-07
1
-1
/
+4
|
|
|
/
|
|
/
|
*
/
|
Rename DropPrivs() to DropPrivileges()
Michael Vogt
2014-10-07
1
-1
/
+1
|
/
/
*
/
methods: Fail if we cannot drop privileges
Julian Andres Klode
2014-09-24
1
-0
/
+12
|
/
*
tell download methods the expected hashes
David Kalnischkies
2014-05-09
1
-0
/
+9
*
use HashStringList in the acquire system
David Kalnischkies
2014-05-09
1
-23
/
+16
*
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
1
-2
/
+10
*
* apt-pkg/acquire*.cc:
Raphael Geissert
2012-05-14
1
-15
/
+3
*
* apt-pkg/acquire-methods.cc:
David Kalnischkies
2012-05-14
1
-13
/
+10
*
merge with my debian-sid branch
David Kalnischkies
2011-10-30
1
-5
/
+5
|
\
|
*
convert a few for-loop char finds to proper strchr and memchr
David Kalnischkies
2011-09-21
1
-5
/
+5
*
|
merge with debian/experimental
David Kalnischkies
2011-09-13
1
-7
/
+3
|
\
\
|
*
|
merged from the debian-sid branch
Michael Vogt
2011-08-15
1
-7
/
+3
|
|
\
|
|
|
*
cppcheck complains about some possible speed improvements which could be
David Kalnischkies
2011-08-11
1
-1
/
+1
|
|
*
cppcheck is right that the check for preventing null deference of Query
David Kalnischkies
2011-08-11
1
-6
/
+2
*
|
|
reorder includes: add <config.h> if needed and include it at first
David Kalnischkies
2011-09-13
1
-0
/
+2
|
/
/
*
|
merge lp:~mvo/apt/sha512-template to add support for sha512
Michael Vogt
2011-06-08
1
-1
/
+6
|
\
\
|
|
/
|
/
|
|
*
add sha512 support in the client now as well
Michael Vogt
2011-02-25
1
-1
/
+7
*
|
fix order of CurrentURI and UsedMirror in Status() and Log()
David Kalnischkies
2011-05-10
1
-18
/
+20
*
|
* apt-pkg/acquire-method.cc:
David Kalnischkies
2011-04-16
1
-139
/
+90
*
|
apt-pkg/acquire-method.cc: fix copy/paste error
Michael Vogt
2011-03-15
1
-1
/
+1
*
|
* mirror method:
Michael Vogt
2011-03-14
1
-5
/
+12
|
/
[next]