summaryrefslogtreecommitdiff
path: root/methods
Commit message (Expand)AuthorAgeFilesLines
* methods/rsh.cc: replace strcat with std::stringMichael Vogt2014-10-081-5/+8
* generalize Acquire::GzipIndexMichael Vogt2014-09-211-7/+4
* Fix regression when copy: is used for a relative pathMichael Vogt2014-09-191-2/+2
* SECURITY UPDATE for CVE-2014-{0488,0487,0489}Michael Vogt2014-09-161-5/+27
* Improve Debug::Acquire::http debug outputMichael Vogt2014-09-052-4/+5
* Make Proxy-Auto-Detect check for each hostMichael Vogt2014-09-023-63/+6
* methods/http.cc: use Req.str() in debug outputMichael Vogt2014-06-241-1/+1
* enforce LFS for partial files in https range requestsDavid Kalnischkies2014-04-261-5/+5
* build http request in a stringstreamDavid Kalnischkies2014-04-261-57/+31
* add a config option to switch uncompress methods to compressDavid Kalnischkies2014-03-131-9/+18
* follow method attribute suggestions by gccDavid Kalnischkies2014-03-134-5/+5
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-1320-60/+80
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-136-17/+17
* StartPos is always positive for http/httpsDavid Kalnischkies2014-03-132-8/+3
* warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-03-137-31/+31
* fix -Wformat= warnings about size_t != %lu on e.g. armelDavid Kalnischkies2014-03-131-6/+6
* fix -Wmissing-field-initializers warningsDavid Kalnischkies2014-03-131-2/+2
* Fix typos in documentation (codespell)Michael Vogt2014-02-2212-19/+19
* add a testcase to check for forbidden https→http downgradesDavid Kalnischkies2014-02-141-1/+2
* disable https->http redirects in libcurlMichael Vogt2014-02-141-0/+3
* allow http protocol to switch to httpsDavid Kalnischkies2014-02-141-5/+9
* report https download start only if we really get itDavid Kalnischkies2014-02-141-1/+2
* use utimes instead of utimensat/futimensDavid Kalnischkies2014-02-117-53/+46
* fix various style/performance warnings in rredDavid Kalnischkies2014-01-303-45/+24
* Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt2014-01-2611-92/+94
|\
| * correct some style/performance/warnings from cppcheckDavid Kalnischkies2014-01-1611-92/+94
* | methods/rred: minor robustness improvementsAnthony Towns2014-01-211-19/+20
* | integrate Anthonys rred with POC for client-side mergeDavid Kalnischkies2014-01-151-68/+26
* | reimplement rred to allow applying all the diffs in a single passAnthony Towns2014-01-151-600/+684
* | implement POC client-side merging of pdiffs via apt-fileDavid Kalnischkies2013-12-131-32/+96
|/
* add Acquire::http::Proxy-Auto-Detect to the apt.conf.5 manpage (closes: 726597)Michael Vogt2013-10-221-1/+5
* handle complete responses to https range requestsDavid Kalnischkies2013-10-016-25/+92
* fix partial (206 and 416) support in httpsDavid Kalnischkies2013-10-011-33/+67
* refactor http client implementationDavid Kalnischkies2013-10-015-889/+1049
* replace "filesize - 1" trick in http with proper 416 handlingDavid Kalnischkies2013-10-011-6/+21
* retry without partial data after a 416 responseDavid Kalnischkies2013-10-011-2/+17
* Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sidMichael Vogt2013-07-284-1/+5
|\
| * fix missing va_end()Michael Vogt2013-07-262-0/+3
| * add missing "free(buffer) for allocated bufferMichael Vogt2013-07-251-0/+1
| * fix off-by-one error in HttpMethod::​AutoDetectProxy()Michael Vogt2013-07-251-1/+1
* | request absolute URIs from proxies again (0.9.9.3 regession)David Kalnischkies2013-07-261-4/+16
* | Do not send a connection: keep-alive, at allRaphael Geissert2013-07-141-21/+8
|/
* trigger NODATA error for invalid InRelease filesDavid Kalnischkies2013-06-201-9/+7
* remove -ldl from cdrom and -lutil from apt-get linkageDavid Kalnischkies2013-06-091-1/+1
* Fix double free (closes: #711045)Michael Vogt2013-06-061-0/+3
* merged patch from Daniel Hartwig to fix URI and proxy releated issuesMichael Vogt2013-05-082-8/+26
* merged from the debian-wheezy branchMichael Vogt2013-05-081-1/+6
|\
| * properly handle if-modfied-since with libcurl/https Michael Vogt2013-05-081-1/+6
* | Fix English spelling error in a message ('A error'). Unfuzzybubulle@debian.org2013-04-101-1/+1
* | merged bundle from davidMichael Vogt2013-04-081-2/+0
|\ \