index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
methods
/
server.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
don't try pipelining if server closes connections
David Kalnischkies
2016-08-16
1
-1
/
+9
*
don't sent Range requests if we know its not accepted
David Kalnischkies
2016-08-16
1
-0
/
+10
*
reorganize server-states resetting in http/https
David Kalnischkies
2016-08-16
1
-12
/
+13
*
http(s): allow empty values for header fields
David Kalnischkies
2016-08-13
1
-19
/
+16
*
http: auto-configure for local Tor proxy if called as 'tor'
David Kalnischkies
2016-08-11
1
-0
/
+26
*
implement generic config fallback for methods
David Kalnischkies
2016-08-10
1
-8
/
+49
*
use the same redirection handling for http and https
David Kalnischkies
2016-08-10
1
-38
/
+18
*
detect redirection loops in acquire instead of workers
David Kalnischkies
2016-08-10
1
-44
/
+31
*
http: skip requesting if pipeline is full
David Kalnischkies
2016-07-27
1
-0
/
+2
*
use proper warning for automatic pipeline disable
David Kalnischkies
2016-07-27
1
-4
/
+1
*
close server if parsing of header field failed
David Kalnischkies
2016-06-27
1
-0
/
+1
*
use std::locale::global instead of setlocale
David Kalnischkies
2016-05-28
1
-1
/
+0
*
prevent C++ locale number formatting in text APIs
David Kalnischkies
2016-05-27
1
-1
/
+1
*
don't ask server if we have entire file in partial/
David Kalnischkies
2016-04-25
1
-24
/
+54
*
act on various suggestions from cppcheck
David Kalnischkies
2016-01-26
1
-1
/
+2
*
Only enable pipelining if server is HTTP/1.1
Julian Andres Klode
2016-01-12
1
-0
/
+8
*
Convert most callers of isspace() to isspace_ascii()
Julian Andres Klode
2015-12-27
1
-1
/
+1
*
allow acquire method specific options via Binary scope
David Kalnischkies
2015-11-05
1
-13
/
+2
*
wrap every unlink call to check for != /dev/null
David Kalnischkies
2015-11-04
1
-2
/
+2
*
fix two memory leaks reported by gcc
David Kalnischkies
2015-09-14
1
-8
/
+9
*
fix various typos reported by codespell
David Kalnischkies
2015-08-27
1
-2
/
+2
*
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
2015-05-22
1
-14
/
+24
|
\
|
*
Rename "Size" in ServerState to TotalFileSize
Michael Vogt
2015-05-22
1
-10
/
+10
|
*
Fix endless loop in apt-get update that can cause disk fillup
Michael Vogt
2015-05-22
1
-5
/
+15
*
|
detect 416 complete file in partial by expected hash
David Kalnischkies
2015-05-12
1
-3
/
+16
*
|
calculate hashes while downloading in https
David Kalnischkies
2015-04-19
1
-1
/
+7
*
|
calculate only expected hashes in methods
David Kalnischkies
2015-04-19
1
-1
/
+1
*
|
derive more of https from http method
David Kalnischkies
2015-03-16
1
-1
/
+6
*
|
merge debian/sid into debian/experimental
David Kalnischkies
2015-03-16
1
-1
/
+1
|
\
|
|
*
Fix crash in the apt-transport-https when Owner is NULL
Tomasz Buchert
2015-02-23
1
-1
/
+1
|
*
dispose http(s) 416 error page as non-content
David Kalnischkies
2014-12-22
1
-11
/
+15
*
|
dispose http(s) 416 error page as non-content
David Kalnischkies
2014-12-09
1
-11
/
+15
*
|
Fix ServerMethod::FindMaximumObjectSizeInQueue()
Michael Vogt
2014-10-08
1
-1
/
+1
*
|
Fix http pipeline messup detection
Michael Vogt
2014-10-08
1
-2
/
+14
*
|
make expected-size a maximum-size check as this is what we want at this point
Michael Vogt
2014-10-07
1
-2
/
+2
*
|
make http size check work
Michael Vogt
2014-10-06
1
-6
/
+10
|
\
\
|
*
|
fix: %i in format string (no. 1) requires 'int' but the argument type is
David Kalnischkies
2014-09-27
1
-3
/
+3
|
*
|
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
2014-09-23
1
-3
/
+4
|
|
\
|
|
|
*
Improve Debug::Acquire::http debug output
Michael Vogt
2014-09-05
1
-3
/
+4
*
|
|
Pass ExpectedSize to tthe backend method
Michael Vogt
2014-08-26
1
-0
/
+5
|
/
/
*
/
reenable pipelining via hashsum reordering support
David Kalnischkies
2014-05-09
1
-4
/
+42
|
/
*
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
1
-16
/
+11
*
warning: extra ‘;’ [-Wpedantic]
David Kalnischkies
2014-03-13
1
-10
/
+10
*
Fix typos in documentation (codespell)
Michael Vogt
2014-02-22
1
-3
/
+3
*
allow http protocol to switch to https
David Kalnischkies
2014-02-14
1
-5
/
+9
*
use utimes instead of utimensat/futimens
David Kalnischkies
2014-02-11
1
-6
/
+6
*
correct some style/performance/warnings from cppcheck
David Kalnischkies
2014-01-16
1
-13
/
+12
*
refactor http client implementation
David Kalnischkies
2013-10-01
1
-0
/
+665