summaryrefslogtreecommitdiff
path: root/methods/https.h
AgeCommit message (Expand)AuthorFilesLines
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-1/+6
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies1-8/+8
2014-02-22Fix typos in documentation (codespell)Michael Vogt1-1/+1
2014-01-16correct some style/performance/warnings from cppcheckDavid Kalnischkies1-1/+1
2013-10-01handle complete responses to https range requestsDavid Kalnischkies1-0/+29
2013-01-09add missing curl_easy_cleanup()Michael Vogt1-0/+5
2012-02-11just in case: correct the header-guard for https to not match httpDavid Kalnischkies1-2/+2
2012-02-11remove the arbitrary MAXLEN limit for response lines (Closes: #658346)David Kalnischkies1-2/+0
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-1/+2
2009-11-17methods/https.cc: cleanup for CURLOPT_LOW_SPEED_TIMEMichael Vogt1-0/+2
2007-07-10Minor typos.Otavio Salvador1-1/+1
2007-07-10 * Fix compilation warnings:Otavio Salvador1-1/+1
2006-12-19* added https transport method as optional pacakgeMichael Vogt1-0/+48