index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
methods
/
server.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-05
allow acquire method specific options via Binary scope
David Kalnischkies
1
-13
/
+2
2015-11-04
wrap every unlink call to check for != /dev/null
David Kalnischkies
1
-2
/
+2
2015-09-14
fix two memory leaks reported by gcc
David Kalnischkies
1
-8
/
+9
2015-08-27
fix various typos reported by codespell
David Kalnischkies
1
-2
/
+2
2015-05-22
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
1
-14
/
+24
2015-05-22
Rename "Size" in ServerState to TotalFileSize
Michael Vogt
1
-10
/
+10
2015-05-22
Fix endless loop in apt-get update that can cause disk fillup
Michael Vogt
1
-5
/
+15
2015-05-12
detect 416 complete file in partial by expected hash
David Kalnischkies
1
-3
/
+16
2015-04-19
calculate hashes while downloading in https
David Kalnischkies
1
-1
/
+7
2015-04-19
calculate only expected hashes in methods
David Kalnischkies
1
-1
/
+1
2015-03-16
derive more of https from http method
David Kalnischkies
1
-1
/
+6
2015-03-16
merge debian/sid into debian/experimental
David Kalnischkies
1
-1
/
+1
2015-02-23
Fix crash in the apt-transport-https when Owner is NULL
Tomasz Buchert
1
-1
/
+1
2014-12-22
dispose http(s) 416 error page as non-content
David Kalnischkies
1
-11
/
+15
2014-12-09
dispose http(s) 416 error page as non-content
David Kalnischkies
1
-11
/
+15
2014-10-08
Fix ServerMethod::FindMaximumObjectSizeInQueue()
Michael Vogt
1
-1
/
+1
2014-10-08
Fix http pipeline messup detection
Michael Vogt
1
-2
/
+14
2014-10-07
make expected-size a maximum-size check as this is what we want at this point
Michael Vogt
1
-2
/
+2
2014-10-06
make http size check work
Michael Vogt
1
-6
/
+10
2014-09-27
fix: %i in format string (no. 1) requires 'int' but the argument type is
David Kalnischkies
1
-3
/
+3
2014-09-23
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
1
-3
/
+4
2014-09-05
Improve Debug::Acquire::http debug output
Michael Vogt
1
-3
/
+4
2014-08-26
Pass ExpectedSize to tthe backend method
Michael Vogt
1
-0
/
+5
2014-05-09
reenable pipelining via hashsum reordering support
David Kalnischkies
1
-4
/
+42
2014-03-13
cleanup headers and especially #includes everywhere
David Kalnischkies
1
-16
/
+11
2014-03-13
warning: extra ‘;’ [-Wpedantic]
David Kalnischkies
1
-10
/
+10
2014-02-22
Fix typos in documentation (codespell)
Michael Vogt
1
-3
/
+3
2014-02-14
allow http protocol to switch to https
David Kalnischkies
1
-5
/
+9
2014-02-11
use utimes instead of utimensat/futimens
David Kalnischkies
1
-6
/
+6
2014-01-16
correct some style/performance/warnings from cppcheck
David Kalnischkies
1
-13
/
+12
2013-10-01
refactor http client implementation
David Kalnischkies
1
-0
/
+665