summaryrefslogtreecommitdiff
path: root/methods/https.cc
Commit message (Collapse)AuthorAgeFilesLines
* fix various -Wall warningsMichael Vogt2008-10-281-1/+1
|
* * merge patch that enforces stricter https server certificateMichael Vogt2008-07-251-12/+47
| | | | | | | checking (thanks to Arnaud Ebalard, closes: #485960) * allow per-mirror specific https settings (thanks to Arnaud Ebalard, closes: #485965) * add doc/examples/apt-https-method-example.cof (thanks to Arnaud Ebalard, closes: #485964)
* Add timeout support for https.Otavio Salvador2008-05-021-1/+5
|
* methods/https.cc:Michael Vogt2007-10-051-13/+13
| | | | | - delete zero size I-M-S hits - fix of-by-one error in I-M-S code
* * Reset curl options and timestamp between downloaded files. Thanks toOtavio Salvador2007-08-101-0/+13
| | | Ryan Murray <rmurray@debian.org> for the patch (closes: #437150)
* * apt-pkg/acquire-item.cc:Michael Vogt2007-08-031-8/+20
|\ | | | | | | | | | | | | - remove zero size files on I-M-S hit * methods/https.cc: - only send LastModified if we actually have one - send range request with if-range - delete failed downloads
| * * methods/https.cc:Michael Vogt2007-08-021-8/+20
| | | | | | | | | | | | | | | | - only send i-m-s if last-modified is > 0 - instead of resume send a range: if-range: custom header - merge 304 detection patch from thom may (thanks!) * apt-pkg/acquire-item.cc: - remove empty files on i-m-s hits from partial/
* | 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