summaryrefslogtreecommitdiff
path: root/methods/https.h
Commit message (Expand)AuthorAgeFilesLines
* avoid 416 response teardown binding to null pointerDavid Kalnischkies2016-07-051-1/+1
* use std::locale::global instead of setlocaleDavid Kalnischkies2016-05-281-2/+1
* apply various suggestions made by cppcheckDavid Kalnischkies2015-11-051-3/+1
* allow acquire method specific options via Binary scopeDavid Kalnischkies2015-11-051-1/+1
* fix two memory leaks reported by gccDavid Kalnischkies2015-09-141-2/+3
* add c++11 override marker to overridden methodsDavid Kalnischkies2015-08-101-17/+17
* detect 416 complete file in partial by expected hashDavid Kalnischkies2015-05-121-0/+1
* calculate hashes while downloading in httpsDavid Kalnischkies2015-04-191-2/+4
* calculate only expected hashes in methodsDavid Kalnischkies2015-04-191-1/+1
* improve https method queue progress reportingDavid Kalnischkies2015-04-191-1/+1
* derive more of https from http methodDavid Kalnischkies2015-03-161-6/+10
* merge debian/sid into debian/experimentalDavid Kalnischkies2015-03-161-5/+6
|\
| * Fix missing URIStart() for https downloadsMichael Vogt2015-01-051-0/+1
* | Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie()Michael Vogt2014-10-131-0/+2
* | make http size check workMichael Vogt2014-10-061-2/+1
|\ \
| * | fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies2014-09-271-3/+2
| |/
* / make https honor ExpectedSize as wellMichael Vogt2014-08-261-1/+2
|/
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-1/+6
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-8/+8
* Fix typos in documentation (codespell)Michael Vogt2014-02-221-1/+1
* correct some style/performance/warnings from cppcheckDavid Kalnischkies2014-01-161-1/+1
* handle complete responses to https range requestsDavid Kalnischkies2013-10-011-0/+29
* add missing curl_easy_cleanup()Michael Vogt2013-01-091-0/+5
* just in case: correct the header-guard for https to not match httpDavid Kalnischkies2012-02-111-2/+2
* remove the arbitrary MAXLEN limit for response lines (Closes: #658346)David Kalnischkies2012-02-111-2/+0
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-1/+2
* methods/https.cc: cleanup for CURLOPT_LOW_SPEED_TIMEMichael Vogt2009-11-171-0/+2
* Minor typos.Otavio Salvador2007-07-101-1/+1
* * Fix compilation warnings:Otavio Salvador2007-07-101-1/+1
* * added https transport method as optional pacakgeMichael Vogt2006-12-191-0/+48