summaryrefslogtreecommitdiff
path: root/methods/https.cc
AgeCommit message (Expand)AuthorFilesLines
2016-05-28use std::locale::global instead of setlocaleDavid Kalnischkies1-7/+1
2016-04-27refactored no_proxy code to work regardless of where https proxy is setPatrick Cable1-6/+6
2015-12-27Convert most callers of isspace() to isspace_ascii()Julian Andres Klode1-1/+1
2015-11-05apply various suggestions made by cppcheckDavid Kalnischkies1-2/+2
2015-11-04wrap every unlink call to check for != /dev/nullDavid Kalnischkies1-3/+3
2015-11-04set failreasons similar to connect.cc based on curl errorsDavid Kalnischkies1-3/+18
2015-09-14fix two memory leaks reported by gccDavid Kalnischkies1-2/+2
2015-05-22Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-4/+4
2015-05-22Update methods/https.cc now that ServerState::Size is renamedMichael Vogt1-1/+1
2015-05-22Merge remote-tracking branch 'upstream/debian/jessie' into debian/sidMichael Vogt1-14/+4
2015-05-22Rename "Size" in ServerState to TotalFileSizeMichael Vogt1-2/+2
2015-05-13detect Releasefile IMS hits even if the server doesn'tDavid Kalnischkies1-1/+1
2015-05-12detect 416 complete file in partial by expected hashDavid Kalnischkies1-8/+29
2015-04-19calculate hashes while downloading in httpsDavid Kalnischkies1-12/+26
2015-04-19calculate only expected hashes in methodsDavid Kalnischkies1-1/+1
2015-04-19improve https method queue progress reportingDavid Kalnischkies1-43/+39
2015-04-19do not unlink https file on general errorDavid Kalnischkies1-1/+0
2015-04-13Revert "HttpsMethod::Fetch(): Zero the FetchResult object when leaving due to...Michael Vogt1-2/+0
2015-04-07properly handle expected filesize in httpsDavid Kalnischkies1-14/+4
2015-04-07HttpsMethod::Fetch(): Zero the FetchResult object when leaving due to 404Robert Edmonds1-0/+2
2015-03-16derive more of https from http methodDavid Kalnischkies1-15/+22
2015-03-16merge debian/sid into debian/experimentalDavid Kalnischkies1-9/+19
2015-01-05Fix missing URIStart() for https downloadsMichael Vogt1-2/+7
2014-12-22dispose http(s) 416 error page as non-contentDavid Kalnischkies1-2/+10
2014-12-09dispose http(s) 416 error page as non-contentDavid Kalnischkies1-3/+12
2014-10-13Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie()Michael Vogt1-2/+10
2014-10-07Send "Fail-Reason: MaximumSizeExceeded" from the methodMichael Vogt1-1/+3
2014-10-07make expected-size a maximum-size check as this is what we want at this pointMichael Vogt1-2/+2
2014-10-07add ftp expected size checkMichael Vogt1-1/+0
2014-10-07methods/https.cc: use File->Tell() here tooMichael Vogt1-2/+1
2014-10-06make http size check workMichael Vogt1-0/+6
2014-09-24methods: Fail if we cannot drop privilegesJulian Andres Klode1-2/+2
2014-09-24Drop Privileges to "Debian-apt" in most acquire methodsMichael Vogt1-0/+2
2014-09-02Make Proxy-Auto-Detect check for each hostMichael Vogt1-0/+4
2014-08-26make https honor ExpectedSize as wellMichael Vogt1-0/+6
2014-04-26enforce LFS for partial files in https range requestsDavid Kalnischkies1-5/+5
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-4/+5
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies1-4/+4
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies1-1/+1
2014-02-22Fix typos in documentation (codespell)Michael Vogt1-2/+2
2014-02-14add a testcase to check for forbidden https→http downgradesDavid Kalnischkies1-1/+2
2014-02-14disable https->http redirects in libcurlMichael Vogt1-0/+3
2014-02-14report https download start only if we really get itDavid Kalnischkies1-1/+2
2014-02-11use utimes instead of utimensat/futimensDavid Kalnischkies1-3/+3
2014-01-16correct some style/performance/warnings from cppcheckDavid Kalnischkies1-5/+5
2013-10-01handle complete responses to https range requestsDavid Kalnischkies1-23/+53
2013-10-01fix partial (206 and 416) support in httpsDavid Kalnischkies1-33/+67
2013-05-08merged patch from Daniel Hartwig to fix URI and proxy releated issuesMichael Vogt1-1/+19
2013-05-08merged from the debian-wheezy branchMichael Vogt1-1/+6
2013-05-08properly handle if-modfied-since with libcurl/https Michael Vogt1-1/+6