summaryrefslogtreecommitdiff
path: root/methods/https.cc
AgeCommit message (Expand)Author
2015-01-05Fix missing URIStart() for https downloadsMichael Vogt
2014-12-22dispose http(s) 416 error page as non-contentDavid Kalnischkies
2014-09-02Make Proxy-Auto-Detect check for each hostMichael Vogt
2014-04-26enforce LFS for partial files in https range requestsDavid Kalnischkies
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies
2014-02-22Fix typos in documentation (codespell)Michael Vogt
2014-02-14add a testcase to check for forbidden https→http downgradesDavid Kalnischkies
2014-02-14disable https->http redirects in libcurlMichael Vogt
2014-02-14report https download start only if we really get itDavid Kalnischkies
2014-02-11use utimes instead of utimensat/futimensDavid Kalnischkies
2014-01-16correct some style/performance/warnings from cppcheckDavid Kalnischkies
2013-10-01handle complete responses to https range requestsDavid Kalnischkies
2013-10-01fix partial (206 and 416) support in httpsDavid Kalnischkies
2013-05-08merged patch from Daniel Hartwig to fix URI and proxy releated issuesMichael Vogt
2013-05-08merged from the debian-wheezy branchMichael Vogt
2013-05-08properly handle if-modfied-since with libcurl/https Michael Vogt
2013-01-09* methods/https.cc:Michael Vogt
2012-05-17add spaces around PACKAGE_VERSION to fix FTBFS with -std=c++11David Kalnischkies
2012-03-22the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies
2012-01-30* methods/http{s,}.cc:David Kalnischkies
2012-01-19* methods/https.cc:David Kalnischkies
2011-12-17try to avoid direct usage of .Fd() if possible and do read()s and coDavid Kalnischkies
2011-10-05merge with current debian apt/experimentalDavid Kalnischkies
2011-10-05* apt-pkg/contrib/configuration.cc:Michael Vogt
2011-09-20* methods/https.cc:Michael Vogt
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies
2011-01-12* methods/https.cc:David Kalnischkies
2010-01-08* French manpage translation updateMichael Vogt
2009-12-14merged patches from david (many thanks)Michael Vogt
2009-12-11fix the backport of the https methods as they would require an ABI breakDavid Kalnischkies
2009-12-11add https options which default to the ones from http for the httpsDavid Kalnischkies
2009-12-11add config setting for User-Agent in http and https to the Acquire group,David Kalnischkies
2009-12-10merged -r1875..1886 from lp:~donkult/apt/sidMichael Vogt
2009-12-10* merge lp:~mvo/apt/netrc branch, this adds support for aMichael Vogt
2009-12-07merge lp:~mvo/apt/netrc branch, this adds support for aMichael Vogt
2009-12-04* apt-pkg/contrib/netrc.cc:Michael Vogt
2009-12-02* apt-pkg/packagemanager.cc:Michael Vogt
2009-11-17methods/https.cc: cleanup for CURLOPT_LOW_SPEED_TIMEMichael Vogt
2009-11-17* methods/https.cc:Michael Vogt
2009-10-16add maybe_add_auth for ftp as wellMichael Vogt
2009-10-16port netrc support from maemonMichael Vogt
2009-10-12methods/https.cc: Add support for authentication using netrc (Closes: #518473),Julian Andres Klode
2009-08-19merged from the jackyf-devel branchMichael Vogt
2009-02-03* methods/https.cc:Michael Vogt
2009-02-03methods/https.cc: do not unlink partial files (thanks to robbiew)Michael Vogt
2008-12-15Make apt proxy options have the highest priority, unified proxy determining c...Eugene V. Lyubimkin