summaryrefslogtreecommitdiff
path: root/methods/https.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | - apt-pkg/contrib/configuration.cc: wrong argument type; - apt-pkg/deb/dpkgpm.cc: wrong signess; - apt-pkg-acquire-item.cc: wrong signess and orderned initializers; - methods/https.cc: - type conversion; - unused variable; - changed SetupProxy() method to void;
* * added https transport method as optional pacakgeMichael Vogt2006-12-191-0/+48