Age | Commit message (Expand) | Author | Files | Lines |
2017-07-26 | allow the auth.conf to be root:root owned | David Kalnischkies | 1 | -2/+1 |
2017-07-26 | reimplement and document auth.conf | David Kalnischkies | 1 | -3/+2 |
2017-07-26 | fail early in http if server answer is too small as well | David Kalnischkies | 1 | -2/+2 |
2017-07-26 | fail earlier if server answers with too much data | David Kalnischkies | 1 | -3/+13 |
2017-07-12 | Reformat and sort all includes with clang-format | Julian Andres Klode | 1 | -8/+8 |
2017-07-03 | Stop bragging about old speeds in http.cc comments | Julian Andres Klode | 1 | -8/+0 |
2017-06-30 | http: Add support for https:// proxies | Julian Andres Klode | 1 | -3/+8 |
2017-06-30 | http: Add support for CONNECT proxying to HTTPS locations | Julian Andres Klode | 1 | -1/+128 |
2017-06-28 | support tor+https being handled by http | David Kalnischkies | 1 | -3/+10 |
2017-06-28 | methods: http: Drain pending data before selecting | Julian Andres Klode | 1 | -1/+9 |
2017-06-28 | methods: Add HTTPS support to http method, using GnuTLS | Julian Andres Klode | 1 | -177/+10 |
2017-06-28 | methods: connect: Switch from int fds to new MethodFd | Julian Andres Klode | 1 | -37/+40 |
2016-12-31 | rename ServerMethod to BaseHttpMethod | David Kalnischkies | 1 | -4/+4 |
2016-12-31 | separating state variables regarding server/request | David Kalnischkies | 1 | -53/+46 |
2016-11-11 | http: skip connection cleanup if we close it anyhow | David Kalnischkies | 1 | -0/+3 |
2016-11-10 | improve SOCKS error messages for http slightly | David Kalnischkies | 1 | -14/+46 |
2016-08-16 | don't sent Range requests if we know its not accepted | David Kalnischkies | 1 | -1/+1 |
2016-08-16 | reorganize server-states resetting in http/https | David Kalnischkies | 1 | -0/+7 |
2016-08-11 | http: auto-configure for local Tor proxy if called as 'tor' | David Kalnischkies | 1 | -0/+3 |
2016-08-10 | implement socks5h proxy support for http method | David Kalnischkies | 1 | -22/+169 |
2016-08-10 | implement generic config fallback for methods | David Kalnischkies | 1 | -29/+30 |
2016-08-10 | use the same redirection handling for http and https | David Kalnischkies | 1 | -0/+29 |
2016-08-10 | detect redirection loops in acquire instead of workers | David Kalnischkies | 1 | -0/+6 |
2016-08-10 | fail on unsupported http/https proxy settings | David Kalnischkies | 1 | -0/+2 |
2016-07-30 | prevent C++ locale number formatting in text APIs (try 2) | David Kalnischkies | 1 | -1/+1 |
2016-07-05 | avoid 416 response teardown binding to null pointer | David Kalnischkies | 1 | -7/+9 |
2016-07-02 | use +0000 instead of UTC by default as timezone in output | David Kalnischkies | 1 | -2/+2 |
2016-06-15 | http: don't hang on redirect with length + connection close | David Kalnischkies | 1 | -4/+4 |
2016-05-28 | use std::locale::global instead of setlocale | David Kalnischkies | 1 | -1/+0 |
2016-05-27 | prevent C++ locale number formatting in text APIs | David Kalnischkies | 1 | -2/+2 |
2015-09-14 | fix two memory leaks reported by gcc | David Kalnischkies | 1 | -2/+2 |
2015-05-22 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt | 1 | -1/+1 |
2015-05-22 | Fix endless loop in apt-get update that can cause disk fillup | Michael Vogt | 1 | -1/+1 |
2015-04-19 | calculate hashes while downloading in https | David Kalnischkies | 1 | -5/+3 |
2015-04-19 | calculate only expected hashes in methods | David Kalnischkies | 1 | -7/+7 |
2015-04-19 | handle servers closing encoded connections correctly | David Kalnischkies | 1 | -3/+3 |
2015-03-16 | derive more of https from http method | David Kalnischkies | 1 | -2/+0 |
2014-12-22 | dispose http(s) 416 error page as non-content | David Kalnischkies | 1 | -0/+2 |
2014-12-09 | dispose http(s) 416 error page as non-content | David Kalnischkies | 1 | -0/+2 |
2014-10-13 | Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie() | Michael Vogt | 1 | -0/+2 |
2014-10-07 | Send "Fail-Reason: MaximumSizeExceeded" from the method | Michael Vogt | 1 | -0/+1 |
2014-10-07 | make expected-size a maximum-size check as this is what we want at this point | Michael Vogt | 1 | -2/+2 |
2014-10-06 | make http size check work | Michael Vogt | 1 | -63/+7 |
2014-09-02 | Make Proxy-Auto-Detect check for each host | Michael Vogt | 1 | -60/+2 |
2014-08-26 | Pass ExpectedSize to tthe backend method | Michael Vogt | 1 | -1/+9 |
2014-06-24 | methods/http.cc: use Req.str() in debug output | Michael Vogt | 1 | -1/+1 |
2014-04-26 | build http request in a stringstream | David Kalnischkies | 1 | -57/+31 |
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 |