summaryrefslogtreecommitdiff
path: root/methods/https.cc
AgeCommit message (Expand)Author
2019-03-01Add support for /etc/apt/auth.conf.d/*.conf (netrcparts)Julian Andres Klode
2017-02-22Honour Acquire::ForceIPv4/6 in the https transportLukasz Kawczynski
2017-01-17https: Quote path in URL before passing it to curlJulian Andres Klode
2016-08-31report all instead of first error up the acquire chainDavid Kalnischkies
2016-05-10refactored no_proxy code to work regardless of where https proxy is setPatrick Cable
2015-12-27Convert most callers of isspace() to isspace_ascii()Julian Andres Klode
2015-11-05apply various suggestions made by cppcheckDavid Kalnischkies
2015-11-04wrap every unlink call to check for != /dev/nullDavid Kalnischkies
2015-11-04set failreasons similar to connect.cc based on curl errorsDavid Kalnischkies
2015-09-14fix two memory leaks reported by gccDavid Kalnischkies
2015-05-22Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2015-05-22Update methods/https.cc now that ServerState::Size is renamedMichael Vogt
2015-05-22Merge remote-tracking branch 'upstream/debian/jessie' into debian/sidMichael Vogt
2015-05-22Rename "Size" in ServerState to TotalFileSizeMichael Vogt
2015-05-13detect Releasefile IMS hits even if the server doesn'tDavid Kalnischkies
2015-05-12detect 416 complete file in partial by expected hashDavid Kalnischkies
2015-04-19calculate hashes while downloading in httpsDavid Kalnischkies
2015-04-19calculate only expected hashes in methodsDavid Kalnischkies
2015-04-19improve https method queue progress reportingDavid Kalnischkies
2015-04-19do not unlink https file on general errorDavid Kalnischkies
2015-04-13Revert "HttpsMethod::Fetch(): Zero the FetchResult object when leaving due to...Michael Vogt
2015-04-07properly handle expected filesize in httpsDavid Kalnischkies
2015-04-07HttpsMethod::Fetch(): Zero the FetchResult object when leaving due to 404Robert Edmonds
2015-03-16derive more of https from http methodDavid Kalnischkies
2015-03-16merge debian/sid into debian/experimentalDavid Kalnischkies
2015-01-05Fix missing URIStart() for https downloadsMichael Vogt
2014-12-22dispose http(s) 416 error page as non-contentDavid Kalnischkies
2014-12-09dispose http(s) 416 error page as non-contentDavid Kalnischkies
2014-10-13Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie()Michael Vogt
2014-10-07Send "Fail-Reason: MaximumSizeExceeded" from the methodMichael Vogt
2014-10-07make expected-size a maximum-size check as this is what we want at this pointMichael Vogt
2014-10-07add ftp expected size checkMichael Vogt
2014-10-07methods/https.cc: use File->Tell() here tooMichael Vogt
2014-10-06make http size check workMichael Vogt
2014-09-24methods: Fail if we cannot drop privilegesJulian Andres Klode
2014-09-24Drop Privileges to "Debian-apt" in most acquire methodsMichael Vogt
2014-09-02Make Proxy-Auto-Detect check for each hostMichael Vogt
2014-08-26make https honor ExpectedSize as wellMichael Vogt
2014-04-26enforce LFS for partial files in https range requestsDavid Kalnischkies
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies
2014-02-22Fix typos in documentation (codespell)Michael Vogt
2014-02-14add a testcase to check for forbidden https→http downgradesDavid Kalnischkies
2014-02-14disable https->http redirects in libcurlMichael Vogt
2014-02-14report https download start only if we really get itDavid Kalnischkies
2014-02-11use utimes instead of utimensat/futimensDavid Kalnischkies
2014-01-16correct some style/performance/warnings from cppcheckDavid Kalnischkies
2013-10-01handle complete responses to https range requestsDavid Kalnischkies
2013-10-01fix partial (206 and 416) support in httpsDavid Kalnischkies