summaryrefslogtreecommitdiff
path: root/methods/https.cc
Commit message (Expand)AuthorAgeFilesLines
* add spaces around PACKAGE_VERSION to fix FTBFS with -std=c++11David Kalnischkies2012-05-171-1/+1
* the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies2012-03-221-1/+1
* * methods/http{s,}.cc:David Kalnischkies2012-01-301-0/+13
* * methods/https.cc:David Kalnischkies2012-01-191-5/+5
* try to avoid direct usage of .Fd() if possible and do read()s and coDavid Kalnischkies2011-12-171-1/+1
* merge with current debian apt/experimentalDavid Kalnischkies2011-10-051-1/+4
|\
| * * apt-pkg/contrib/configuration.cc:Michael Vogt2011-10-051-1/+4
| |\
| | * * methods/https.cc:Michael Vogt2011-09-201-1/+4
* | | use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-0/+1
|/ /
* | Support large files in the complete toolset. Indexes of thisDavid Kalnischkies2011-09-131-1/+1
* | reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-2/+3
|/
* * methods/https.cc:David Kalnischkies2011-01-121-4/+2
* * French manpage translation updateMichael Vogt2010-01-081-6/+20
* merged patches from david (many thanks)Michael Vogt2009-12-141-46/+42
|\
| * fix the backport of the https methods as they would require an ABI breakDavid Kalnischkies2009-12-111-3/+3
| * add https options which default to the ones from http for the httpsDavid Kalnischkies2009-12-111-55/+45
| * add config setting for User-Agent in http and https to the Acquire group,David Kalnischkies2009-12-111-1/+4
|/
* merged -r1875..1886 from lp:~donkult/apt/sidMichael Vogt2009-12-101-1/+0
|\
* \ * merge lp:~mvo/apt/netrc branch, this adds support for aMichael Vogt2009-12-101-1/+4
|\ \
| * \ merge lp:~mvo/apt/netrc branch, this adds support for aMichael Vogt2009-12-071-1/+4
| |\ \
| | * | * apt-pkg/contrib/netrc.cc:Michael Vogt2009-12-041-1/+1
| | * | add maybe_add_auth for ftp as wellMichael Vogt2009-10-161-1/+1
| | * | port netrc support from maemonMichael Vogt2009-10-161-0/+3
* | | | * apt-pkg/packagemanager.cc:Michael Vogt2009-12-021-1/+3
|\| | | | |_|/ |/| |
| * | methods/https.cc: cleanup for CURLOPT_LOW_SPEED_TIMEMichael Vogt2009-11-171-2/+1
| * | * methods/https.cc:Michael Vogt2009-11-171-1/+4
| |/
* / methods/https.cc: Add support for authentication using netrc (Closes: #518473),Julian Andres Klode2009-10-121-0/+1
|/
* merged from the jackyf-devel branchMichael Vogt2009-08-191-12/+19
|\
| * Make apt proxy options have the highest priority, unified proxy determining c...Eugene V. Lyubimkin2008-12-151-12/+19
| * fix various -Wall warningsMichael Vogt2008-10-281-1/+1
| * * merge patch that enforces stricter https server certificateMichael Vogt2008-07-251-12/+47
* | * methods/https.cc:Michael Vogt2009-02-031-0/+5
* | methods/https.cc: do not unlink partial files (thanks to robbiew)Michael Vogt2009-02-031-1/+0
* | fix various -Wall warningsMichael Vogt2008-08-051-1/+1
* | * merge patch that enforces stricter https server certificateMichael Vogt2008-07-251-12/+47
|/
* Add timeout support for https.Otavio Salvador2008-05-021-1/+5
* methods/https.cc:Michael Vogt2007-10-051-13/+13
* * Reset curl options and timestamp between downloaded files. Thanks toOtavio Salvador2007-08-101-0/+13
* * apt-pkg/acquire-item.cc:Michael Vogt2007-08-031-8/+20
|\
| * * methods/https.cc:Michael Vogt2007-08-021-8/+20
* | Minor typos.Otavio Salvador2007-07-101-1/+1
* | * Fix compilation warnings:Otavio Salvador2007-07-101-3/+2
|/
* * methods/https.cc:Michael Vogt2006-12-191-3/+26
* * added https transport method as optional pacakgeMichael Vogt2006-12-191-0/+226