summaryrefslogtreecommitdiff
path: root/methods/https.h
Commit message (Expand)AuthorAgeFilesLines
* 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