summaryrefslogtreecommitdiff
path: root/methods/https.h
Commit message (Expand)AuthorAgeFilesLines
* Fix missing URIStart() for https downloadsMichael Vogt2015-01-051-0/+1
* 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