summaryrefslogtreecommitdiff
path: root/methods/https.cc
Commit message (Expand)AuthorAgeFilesLines
* Make Proxy-Auto-Detect check for each hostMichael Vogt2014-09-021-0/+4
* enforce LFS for partial files in https range requestsDavid Kalnischkies2014-04-261-5/+5
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-4/+5
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-4/+4
* warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-03-131-1/+1
* Fix typos in documentation (codespell)Michael Vogt2014-02-221-2/+2
* add a testcase to check for forbidden https→http downgradesDavid Kalnischkies2014-02-141-1/+2
* disable https->http redirects in libcurlMichael Vogt2014-02-141-0/+3
* report https download start only if we really get itDavid Kalnischkies2014-02-141-1/+2
* use utimes instead of utimensat/futimensDavid Kalnischkies2014-02-111-3/+3
* correct some style/performance/warnings from cppcheckDavid Kalnischkies2014-01-161-5/+5
* handle complete responses to https range requestsDavid Kalnischkies2013-10-011-23/+53
* fix partial (206 and 416) support in httpsDavid Kalnischkies2013-10-011-33/+67
* merged patch from Daniel Hartwig to fix URI and proxy releated issuesMichael Vogt2013-05-081-1/+19
* merged from the debian-wheezy branchMichael Vogt2013-05-081-1/+6
|\
| * properly handle if-modfied-since with libcurl/https Michael Vogt2013-05-081-1/+6
* | * methods/https.cc:Michael Vogt2013-01-091-2/+2
|/
* 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