summaryrefslogtreecommitdiff
path: root/methods/https.cc
AgeCommit message (Expand)AuthorFilesLines
2010-01-08* French manpage translation updateMichael Vogt1-6/+20
2009-12-14merged patches from david (many thanks)Michael Vogt1-46/+42
2009-12-11fix the backport of the https methods as they would require an ABI breakDavid Kalnischkies1-3/+3
2009-12-11add https options which default to the ones from http for the httpsDavid Kalnischkies1-55/+45
2009-12-11add config setting for User-Agent in http and https to the Acquire group,David Kalnischkies1-1/+4
2009-12-10merged -r1875..1886 from lp:~donkult/apt/sidMichael Vogt1-1/+0
2009-12-10* merge lp:~mvo/apt/netrc branch, this adds support for aMichael Vogt1-1/+4
2009-12-07merge lp:~mvo/apt/netrc branch, this adds support for aMichael Vogt1-1/+4
2009-12-04* apt-pkg/contrib/netrc.cc:Michael Vogt1-1/+1
2009-12-02* apt-pkg/packagemanager.cc:Michael Vogt1-1/+3
2009-11-17methods/https.cc: cleanup for CURLOPT_LOW_SPEED_TIMEMichael Vogt1-2/+1
2009-11-17* methods/https.cc:Michael Vogt1-1/+4
2009-10-16add maybe_add_auth for ftp as wellMichael Vogt1-1/+1
2009-10-16port netrc support from maemonMichael Vogt1-0/+3
2009-10-12methods/https.cc: Add support for authentication using netrc (Closes: #518473),Julian Andres Klode1-0/+1
2009-08-19merged from the jackyf-devel branchMichael Vogt1-12/+19
2009-02-03* methods/https.cc:Michael Vogt1-0/+5
2009-02-03methods/https.cc: do not unlink partial files (thanks to robbiew)Michael Vogt1-1/+0
2008-12-15Make apt proxy options have the highest priority, unified proxy determining c...Eugene V. Lyubimkin1-12/+19
2008-10-28fix various -Wall warningsMichael Vogt1-1/+1
2008-08-05fix various -Wall warningsMichael Vogt1-1/+1
2008-07-25* merge patch that enforces stricter https server certificateMichael Vogt1-12/+47
2008-07-25* merge patch that enforces stricter https server certificateMichael Vogt1-12/+47
2008-05-02Add timeout support for https.Otavio Salvador1-1/+5
2007-10-05methods/https.cc:Michael Vogt1-13/+13
2007-08-10* Reset curl options and timestamp between downloaded files. Thanks toOtavio Salvador1-0/+13
2007-08-03* apt-pkg/acquire-item.cc:Michael Vogt1-8/+20
2007-08-02* methods/https.cc:Michael Vogt1-8/+20
2007-07-10Minor typos.Otavio Salvador1-1/+1
2007-07-10 * Fix compilation warnings:Otavio Salvador1-3/+2
2006-12-19* methods/https.cc:Michael Vogt1-3/+26
2006-12-19* added https transport method as optional pacakgeMichael Vogt1-0/+226