summaryrefslogtreecommitdiff
path: root/methods/http.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ * cmdline/apt-get.cc:Michael Vogt2007-07-121-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ * merged the apt--mirror branchMichael Vogt2007-02-061-11/+5
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | * use pkgAcqMethod::FailReason() for consistent error reportingMichael Vogt2007-02-051-0/+3
| | * | | | | | | | | | | | * prototype of mirror method addedMichael Vogt2006-11-291-11/+2
| * | | | | | | | | | | | | * merged from apt--mvoMichael Vogt2006-12-201-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ * merged from the auto-install branchMichael Vogt2006-09-061-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | * methods/http.cc: change user agent from debian to ubuntuMichael Vogt2006-05-261-1/+1
* | | | | | | | | | | | | | | methods/http.cc: shorten comment on return values of DealWithHeaders (because...Michael Vogt2010-05-251-7/+1
* | | | | | | | | | | | | | | * methods/http.cc: Michael Vogt2010-05-071-22/+23
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | add Acquire::http::ProxyAutoDetect configuration that Michael Vogt2010-02-051-1/+48
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |