summaryrefslogtreecommitdiff
path: root/methods
AgeCommit message (Expand)AuthorFilesLines
2014-08-18Merge branch 'debian/sid' of git://anonscm.debian.org/apt/aptIgor Pashev2-63/+37
2014-06-24methods/http.cc: use Req.str() in debug outputMichael Vogt1-1/+1
2014-04-26enforce LFS for partial files in https range requestsDavid Kalnischkies1-5/+5
2014-04-26build http request in a stringstreamDavid Kalnischkies1-57/+31
2014-04-06Merge git://anonscm.debian.org/apt/aptIgor Pashev21-256/+261
2014-03-13add a config option to switch uncompress methods to compressDavid Kalnischkies1-9/+18
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies4-5/+5
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies20-60/+80
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies6-17/+17
2014-03-13StartPos is always positive for http/httpsDavid Kalnischkies2-8/+3
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies7-31/+31
2014-03-13fix -Wformat= warnings about size_t != %lu on e.g. armelDavid Kalnischkies1-6/+6
2014-03-13fix -Wmissing-field-initializers warningsDavid Kalnischkies1-2/+2
2014-02-22Fix typos in documentation (codespell)Michael Vogt12-19/+19
2014-02-14add a testcase to check for forbidden https→http downgradesDavid Kalnischkies1-1/+2
2014-02-14disable https->http redirects in libcurlMichael Vogt1-0/+3
2014-02-14allow http protocol to switch to httpsDavid Kalnischkies1-5/+9
2014-02-14report https download start only if we really get itDavid Kalnischkies1-1/+2
2014-02-11use utimes instead of utimensat/futimensDavid Kalnischkies7-53/+46
2014-02-02Merge git://anonscm.debian.org/apt/aptIgor Pashev14-1544/+1952
2014-01-30fix various style/performance warnings in rredDavid Kalnischkies3-45/+24
2014-01-26Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt11-92/+94
2014-01-21methods/rred: minor robustness improvementsAnthony Towns1-19/+20
2014-01-16correct some style/performance/warnings from cppcheckDavid Kalnischkies11-92/+94
2014-01-15integrate Anthonys rred with POC for client-side mergeDavid Kalnischkies1-68/+26
2014-01-15reimplement rred to allow applying all the diffs in a single passAnthony Towns1-600/+684
2013-12-13implement POC client-side merging of pdiffs via apt-fileDavid Kalnischkies1-32/+96
2013-10-22add Acquire::http::Proxy-Auto-Detect to the apt.conf.5 manpage (closes: 726597)Michael Vogt1-1/+5
2013-10-01handle complete responses to https range requestsDavid Kalnischkies6-25/+92
2013-10-01fix partial (206 and 416) support in httpsDavid Kalnischkies1-33/+67
2013-10-01refactor http client implementationDavid Kalnischkies5-889/+1049
2013-10-01replace "filesize - 1" trick in http with proper 416 handlingDavid Kalnischkies1-6/+21
2013-10-01retry without partial data after a 416 responseDavid Kalnischkies1-2/+17
2013-07-28Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sidMichael Vogt4-1/+5
2013-07-26fix missing va_end()Michael Vogt2-0/+3
2013-07-26request absolute URIs from proxies again (0.9.9.3 regession)David Kalnischkies1-4/+16
2013-07-25add missing "free(buffer) for allocated bufferMichael Vogt1-0/+1
2013-07-25fix off-by-one error in HttpMethod::​AutoDetectProxy()Michael Vogt1-1/+1
2013-07-14Do not send a connection: keep-alive, at allRaphael Geissert1-21/+8
2013-06-20trigger NODATA error for invalid InRelease filesDavid Kalnischkies1-9/+7
2013-06-09remove -ldl from cdrom and -lutil from apt-get linkageDavid Kalnischkies1-1/+1
2013-06-06Fix double free (closes: #711045)Michael Vogt1-0/+3
2013-05-22Merge http://git.debian.org/apt/aptIgor Pashev7-28/+58
2013-05-08merged patch from Daniel Hartwig to fix URI and proxy releated issuesMichael Vogt2-8/+26
2013-05-08merged from the debian-wheezy branchMichael Vogt1-1/+6
2013-05-08properly handle if-modfied-since with libcurl/https Michael Vogt1-1/+6
2013-04-10Fix English spelling error in a message ('A error'). Unfuzzybubulle@debian.org1-1/+1
2013-04-08merged bundle from davidMichael Vogt1-2/+0
2013-04-02merged lp:~mvo/apt/fix-inrelease5Michael Vogt1-13/+2
2013-03-25* methods/connect.cc:Michael Vogt1-2/+2