summaryrefslogtreecommitdiff
path: root/methods/https.cc
Commit message (Expand)AuthorAgeFilesLines
* rename ServerMethod to BaseHttpMethodDavid Kalnischkies2016-12-311-7/+7
* separating state variables regarding server/requestDavid Kalnischkies2016-12-311-46/+44
* Honour Acquire::ForceIPv4/6 in the https transportLukasz Kawczynski2016-12-081-0/+5
* don't sent Range requests if we know its not acceptedDavid Kalnischkies2016-08-161-7/+8
* reorganize server-states resetting in http/httpsDavid Kalnischkies2016-08-161-1/+4
* http: auto-configure for local Tor proxy if called as 'tor'David Kalnischkies2016-08-111-0/+2
* implement generic config fallback for methodsDavid Kalnischkies2016-08-101-115/+111
* use the same redirection handling for http and httpsDavid Kalnischkies2016-08-101-60/+46
* fail on unsupported http/https proxy settingsDavid Kalnischkies2016-08-101-5/+9
* support all socks-proxy known to curl in https methodDavid Kalnischkies2016-08-101-1/+12
* 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