Age | Commit message (Expand) | Author |
2014-03-13 | follow method attribute suggestions by gcc | David Kalnischkies |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies |
2014-03-13 | StartPos is always positive for http/https | David Kalnischkies |
2014-03-13 | warning: extra ‘;’ [-Wpedantic] | David Kalnischkies |
2014-02-22 | Fix typos in documentation (codespell) | Michael Vogt |
2014-01-30 | fix various style/performance warnings in rred | David Kalnischkies |
2014-01-16 | correct some style/performance/warnings from cppcheck | David Kalnischkies |
2013-10-22 | add Acquire::http::Proxy-Auto-Detect to the apt.conf.5 manpage (closes: 726597) | Michael Vogt |
2013-10-01 | handle complete responses to https range requests | David Kalnischkies |
2013-10-01 | refactor http client implementation | David Kalnischkies |
2013-10-01 | replace "filesize - 1" trick in http with proper 416 handling | David Kalnischkies |
2013-10-01 | retry without partial data after a 416 response | David Kalnischkies |
2013-07-28 | Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sid | Michael Vogt |
2013-07-26 | request absolute URIs from proxies again (0.9.9.3 regession) | David Kalnischkies |
2013-07-25 | fix off-by-one error in HttpMethod::AutoDetectProxy() | Michael Vogt |
2013-07-14 | Do not send a connection: keep-alive, at all | Raphael Geissert |
2013-05-08 | merged patch from Daniel Hartwig to fix URI and proxy releated issues | Michael Vogt |
2013-01-24 | quote plus in filenames to work around a bug in the S3 server | Michael Vogt |
2013-01-11 | * methods/http.cc: | Michael Vogt |
2012-05-17 | add spaces around PACKAGE_VERSION to fix FTBFS with -std=c++11 | David Kalnischkies |
2012-05-15 | * methods/http.cc: | David Kalnischkies |
2012-05-14 | * apt-pkg/acquire*.cc: | Raphael Geissert |
2012-04-17 | newer gcc versions seems to have no problem with that, but while working | David Kalnischkies |
2012-03-22 | the previously used VERSION didn't work everywhere so we are switching | David Kalnischkies |
2012-03-05 | fix "(performance) Possible inefficient checking for 'R' emptiness." | David Kalnischkies |
2012-03-05 | fix "(style) Checking if unsigned variable 'Minor' is less than zero." | David Kalnischkies |
2012-03-05 | ensure that (s)scanf doesn't parse a too long Code now that a previous | David Kalnischkies |
2012-02-11 | remove the arbitrary MAXLEN limit for response lines (Closes: #658346) | David Kalnischkies |
2012-01-30 | * methods/http{s,}.cc: | David Kalnischkies |
2011-12-17 | try to avoid direct usage of .Fd() if possible and do read()s and co | David Kalnischkies |
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies |
2011-09-13 | merge with debian/experimental | David Kalnischkies |
2011-09-13 | Support large files in the complete toolset. Indexes of this | David Kalnischkies |
2011-09-13 | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies |
2011-08-11 | cppcheck complains about some possible speed improvements which could be | David Kalnischkies |
2011-05-10 | dequote URL taken from Location in redirects as we will otherwise | David Kalnischkies |
2011-04-29 | Location header in redirects should be absolute URI, but some | David Kalnischkies |
2011-04-27 | * methods/http.cc: | David Kalnischkies |
2010-11-22 | * methods/http.cc: | Michael Vogt |
2010-08-21 | * methods/http.cc: | David Kalnischkies |
2010-06-09 | merged from lp:~donkult/apt/sid | Michael Vogt |
2010-06-09 | * merge the remaining Ubuntu change: | Michael Vogt |
2010-06-09 | move the users away from the deprecated StrToTime() method | David Kalnischkies |
2010-05-25 | methods/http.cc: shorten comment on return values of DealWithHeaders (because... | Michael Vogt |
2010-05-07 | * methods/http.cc: | Michael Vogt |
2010-02-17 | merged from the mvo branch | Michael Vogt |
2010-02-05 | add Acquire::http::ProxyAutoDetect configuration that | Michael Vogt |
2010-02-03 | merged from lp:~mvo/apt/mvo | Michael Vogt |
2010-02-03 | * methods/http.cc: | Michael Vogt |
2009-12-18 | * Merged from the mvo branch | Michael Vogt |