summaryrefslogtreecommitdiff
path: root/methods/http.cc
Commit message (Expand)AuthorAgeFilesLines
* add Acquire::http::Proxy-Auto-Detect to the apt.conf.5 manpage (closes: 726597)Michael Vogt2013-10-221-1/+5
* handle complete responses to https range requestsDavid Kalnischkies2013-10-011-0/+5
* refactor http client implementationDavid Kalnischkies2013-10-011-790/+201
* replace "filesize - 1" trick in http with proper 416 handlingDavid Kalnischkies2013-10-011-6/+21
* retry without partial data after a 416 responseDavid Kalnischkies2013-10-011-2/+17
* Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sidMichael Vogt2013-07-281-1/+1
|\
| * fix off-by-one error in HttpMethod::​AutoDetectProxy()Michael Vogt2013-07-251-1/+1
* | request absolute URIs from proxies again (0.9.9.3 regession)David Kalnischkies2013-07-261-4/+16
* | Do not send a connection: keep-alive, at allRaphael Geissert2013-07-141-21/+8
|/
* merged patch from Daniel Hartwig to fix URI and proxy releated issuesMichael Vogt2013-05-081-7/+7
* quote plus in filenames to work around a bug in the S3 serverMichael Vogt2013-01-241-1/+5
* * methods/http.cc:Michael Vogt2013-01-111-1/+1
* add spaces around PACKAGE_VERSION to fix FTBFS with -std=c++11David Kalnischkies2012-05-171-1/+1
* * methods/http.cc:David Kalnischkies2012-05-151-1/+1
* * apt-pkg/acquire*.cc:Raphael Geissert2012-05-141-1/+4
* newer gcc versions seems to have no problem with that, but while workingDavid Kalnischkies2012-04-171-1/+1
* the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies2012-03-221-1/+1
* fix "(performance) Possible inefficient checking for 'R' emptiness."David Kalnischkies2012-03-051-1/+1
* fix "(style) Checking if unsigned variable 'Minor' is less than zero."David Kalnischkies2012-03-051-1/+1
* ensure that (s)scanf doesn't parse a too long Code now that a previousDavid Kalnischkies2012-03-051-5/+7
* remove the arbitrary MAXLEN limit for response lines (Closes: #658346)David Kalnischkies2012-02-111-4/+0
* * methods/http{s,}.cc:David Kalnischkies2012-01-301-1/+13
* try to avoid direct usage of .Fd() if possible and do read()s and coDavid Kalnischkies2011-12-171-17/+7
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-0/+6
* merge with debian/experimentalDavid Kalnischkies2011-09-131-3/+3
|\
| * cppcheck complains about some possible speed improvements which could beDavid Kalnischkies2011-08-111-3/+3
* | Support large files in the complete toolset. Indexes of thisDavid Kalnischkies2011-09-131-16/+16
* | reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-2/+4
|/
* dequote URL taken from Location in redirects as we will otherwiseDavid Kalnischkies2011-05-101-2/+2
* Location header in redirects should be absolute URI, but someDavid Kalnischkies2011-04-291-1/+17
* * methods/http.cc:David Kalnischkies2011-04-271-3/+10
* * methods/http.cc:Michael Vogt2010-11-221-4/+13
* * methods/http.cc:David Kalnischkies2010-08-211-2/+8
* merged from lp:~donkult/apt/sidMichael Vogt2010-06-091-1/+1
|\
| * move the users away from the deprecated StrToTime() methodDavid Kalnischkies2010-06-091-1/+1
* | * merge the remaining Ubuntu change:Michael Vogt2010-06-091-11/+3
|\ \ | |/ |/|
| * merged from the mvo branchMichael Vogt2010-02-171-1/+48
| |\
| * \ merged from lp:~mvo/apt/mvoMichael Vogt2010-02-031-14/+16
| |\ \
| * \ \ * Merged from the mvo branchMichael Vogt2009-12-181-1/+2
| |\ \ \
| * \ \ \ merged from the mvo branchMichael Vogt2009-12-091-2/+5
| |\ \ \ \
| * \ \ \ \ merged from debianMichael Vogt2009-09-231-2/+2
| |\ \ \ \ \
| * \ \ \ \ \ merged from the mvo branchMichael Vogt2009-08-241-13/+18
| |\ \ \ \ \ \
| * | | | | | | methods/http.cc: remove merge artifactMichael Vogt2009-07-301-11/+0
| * | | | | | | merged from debianMichael Vogt2009-07-301-0/+10
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merged from the debian-sid branchMichael Vogt2009-06-091-0/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | * apt-pkg/contrib/strutl.cc:Michael Vogt2009-04-091-1/+77
| * | | | | | | | | * [ABI break] merge support for http redirects, thanks toMichael Vogt2009-02-021-1/+77
| * | | | | | | | | * fix various -Wall warningsMichael Vogt2008-08-061-1/+2
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | * typo fixes (LP: #107960)Michael Vogt2008-03-111-2/+2
| * | | | | | | | | | * Simplified HttpMethod::Fetch on http.cc removing Tail variable;Michael Vogt2007-07-141-6/+18
| |\ \ \ \ \ \ \ \ \ \