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