summaryrefslogtreecommitdiff
path: root/methods/https.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie()Michael Vogt2014-10-131-2/+10
* Send "Fail-Reason: MaximumSizeExceeded" from the methodMichael Vogt2014-10-071-1/+3
* make expected-size a maximum-size check as this is what we want at this pointMichael Vogt2014-10-071-2/+2
* add ftp expected size checkMichael Vogt2014-10-071-1/+0
* methods/https.cc: use File->Tell() here tooMichael Vogt2014-10-071-2/+1
* make http size check workMichael Vogt2014-10-061-0/+6
|\
| * methods: Fail if we cannot drop privilegesJulian Andres Klode2014-09-241-2/+2
| * Drop Privileges to "Debian-apt" in most acquire methodsMichael Vogt2014-09-241-0/+2
| * Make Proxy-Auto-Detect check for each hostMichael Vogt2014-09-021-0/+4
* | make https honor ExpectedSize as wellMichael Vogt2014-08-261-0/+6
|/
* 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
|\| | | | |_|/ |/| |