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