summaryrefslogtreecommitdiff
path: root/methods/server.h
AgeCommit message (Expand)AuthorFilesLines
2015-05-22Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-3/+10
2015-05-22Rename "Size" in ServerState to TotalFileSizeMichael Vogt1-4/+10
2015-05-22Fix endless loop in apt-get update that can cause disk fillupMichael Vogt1-1/+2
2015-04-19calculate hashes while downloading in httpsDavid Kalnischkies1-1/+2
2015-04-19calculate only expected hashes in methodsDavid Kalnischkies1-1/+1
2015-04-19improve https method queue progress reportingDavid Kalnischkies1-2/+1
2015-03-16derive more of https from http methodDavid Kalnischkies1-1/+2
2014-12-22dispose http(s) 416 error page as non-contentDavid Kalnischkies1-2/+3
2014-12-09dispose http(s) 416 error page as non-contentDavid Kalnischkies1-2/+3
2014-10-08Fix http pipeline messup detectionMichael Vogt1-0/+4
2014-10-07make expected-size a maximum-size check as this is what we want at this pointMichael Vogt1-2/+2
2014-10-06make http size check workMichael Vogt1-1/+1
2014-09-23Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-1/+1
2014-09-05Improve Debug::Acquire::http debug outputMichael Vogt1-1/+1
2014-08-26Pass ExpectedSize to tthe backend methodMichael Vogt1-1/+3
2014-05-09reenable pipelining via hashsum reordering supportDavid Kalnischkies1-1/+1
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies1-1/+1
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-0/+3
2014-03-13StartPos is always positive for http/httpsDavid Kalnischkies1-1/+1
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies1-1/+1
2014-01-16correct some style/performance/warnings from cppcheckDavid Kalnischkies1-1/+1
2013-10-01handle complete responses to https range requestsDavid Kalnischkies1-1/+3
2013-10-01refactor http client implementationDavid Kalnischkies1-0/+142