summaryrefslogtreecommitdiff
path: root/methods/http.cc
AgeCommit message (Expand)AuthorFilesLines
2012-05-17add spaces around PACKAGE_VERSION to fix FTBFS with -std=c++11David Kalnischkies1-1/+1
2012-05-15* methods/http.cc:David Kalnischkies1-1/+1
2012-05-14* apt-pkg/acquire*.cc:Raphael Geissert1-1/+4
2012-04-17newer gcc versions seems to have no problem with that, but while workingDavid Kalnischkies1-1/+1
2012-03-22the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies1-1/+1
2012-03-05fix "(performance) Possible inefficient checking for 'R' emptiness."David Kalnischkies1-1/+1
2012-03-05fix "(style) Checking if unsigned variable 'Minor' is less than zero."David Kalnischkies1-1/+1
2012-03-05ensure that (s)scanf doesn't parse a too long Code now that a previousDavid Kalnischkies1-5/+7
2012-02-11remove the arbitrary MAXLEN limit for response lines (Closes: #658346)David Kalnischkies1-4/+0
2012-01-30* methods/http{s,}.cc:David Kalnischkies1-1/+13
2011-12-17try to avoid direct usage of .Fd() if possible and do read()s and coDavid Kalnischkies1-17/+7
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-0/+6
2011-09-13merge with debian/experimentalDavid Kalnischkies1-3/+3
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies1-16/+16
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-2/+4
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies1-3/+3
2011-05-10dequote URL taken from Location in redirects as we will otherwiseDavid Kalnischkies1-2/+2
2011-04-29Location header in redirects should be absolute URI, but someDavid Kalnischkies1-1/+17
2011-04-27* methods/http.cc:David Kalnischkies1-3/+10
2010-11-22* methods/http.cc:Michael Vogt1-4/+13
2010-08-21* methods/http.cc:David Kalnischkies1-2/+8
2010-06-09merged from lp:~donkult/apt/sidMichael Vogt1-1/+1
2010-06-09* merge the remaining Ubuntu change:Michael Vogt1-11/+3
2010-06-09move the users away from the deprecated StrToTime() methodDavid Kalnischkies1-1/+1
2010-05-25methods/http.cc: shorten comment on return values of DealWithHeaders (because...Michael Vogt1-7/+1
2010-05-07* methods/http.cc: Michael Vogt1-22/+23
2010-02-17merged from the mvo branchMichael Vogt1-1/+48
2010-02-05add Acquire::http::ProxyAutoDetect configuration that Michael Vogt1-1/+48
2010-02-03merged from lp:~mvo/apt/mvoMichael Vogt1-14/+16
2010-02-03* methods/http.cc:Michael Vogt1-14/+16
2009-12-18* Merged from the mvo branchMichael Vogt1-1/+2
2009-12-11add config setting for User-Agent in http and https to the Acquire group,David Kalnischkies1-1/+2
2009-12-10* merge lp:~mvo/apt/netrc branch, this adds support for aMichael Vogt1-2/+5
2009-12-09merged from the mvo branchMichael Vogt1-2/+5
2009-10-16add maybe_add_auth for ftp as wellMichael Vogt1-1/+1
2009-10-16port netrc support from maemonMichael Vogt1-2/+5
2009-09-23merged from debianMichael Vogt1-2/+2
2009-08-27merged from lp:~donkult/apt/sidMichael Vogt1-2/+2
2009-08-24merged from the mvo branchMichael Vogt1-13/+18
2009-08-19merged from the jackyf-devel branchMichael Vogt1-13/+18
2009-08-18Allow empty Reason-Phase in the Status-Lines, which is allowed by rtfDavid Kalnischkies1-2/+2
2009-07-30methods/http.cc: remove merge artifactMichael Vogt1-11/+0
2009-07-30merged from debianMichael Vogt1-0/+10
2009-07-02* apt-pkg/acquire-worker.cc:Michael Vogt1-1/+3
2009-06-09merged from the debian-sid branchMichael Vogt1-0/+1
2009-04-09* apt-pkg/contrib/strutl.cc:Michael Vogt1-1/+77
2009-02-02* [ABI break] merge support for http redirects, thanks toMichael Vogt1-1/+77
2009-01-30[ABI break] merge support for http redirects, thanks toMichael Vogt1-1/+77
2008-12-15Make apt proxy options have the highest priority, unified proxy determining c...Eugene V. Lyubimkin1-13/+18
2008-10-28fix various -Wall warningsMichael Vogt1-1/+2