Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | just in case: correct the header-guard for https to not match http | David Kalnischkies | 2012-02-11 | 1 | -2/+2 |
| | |||||
* | remove the arbitrary MAXLEN limit for response lines (Closes: #658346) | David Kalnischkies | 2012-02-11 | 1 | -2/+0 |
| | |||||
* | use forward declaration in headers if possible instead of includes | David Kalnischkies | 2011-09-19 | 1 | -1/+2 |
| | |||||
* | methods/https.cc: cleanup for CURLOPT_LOW_SPEED_TIME | Michael Vogt | 2009-11-17 | 1 | -0/+2 |
| | |||||
* | Minor typos. | Otavio Salvador | 2007-07-10 | 1 | -1/+1 |
| | |||||
* | * Fix compilation warnings: | Otavio Salvador | 2007-07-10 | 1 | -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 pacakge | Michael Vogt | 2006-12-19 | 1 | -0/+48 |