summaryrefslogtreecommitdiff
path: root/methods/https.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* | Minor typos.Otavio Salvador2007-07-101-1/+1
| |
* | * Fix compilation warnings:Otavio Salvador2007-07-101-3/+2
|/ | | | | | | | | | - 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;
* * methods/https.cc:Michael Vogt2006-12-191-3/+26
| | | | - implemented various cert verification options
* * added https transport method as optional pacakgeMichael Vogt2006-12-191-0/+226