summaryrefslogtreecommitdiff
path: root/methods
AgeCommit message (Expand)AuthorFilesLines
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies13-56/+57
2015-08-10implement Signed-By without using gpg for verificationDavid Kalnischkies1-9/+60
2015-08-10allow individual targets to be kept compressedDavid Kalnischkies1-6/+2
2015-08-10implement Signed-By option for sources.listDavid Kalnischkies1-8/+10
2015-06-15call URIStart in cdrom and file methodDavid Kalnischkies2-9/+12
2015-06-15ensure valid or remove destination file in file methodDavid Kalnischkies1-11/+33
2015-06-09replace ULONG_MAX with c++ style std::numeric_limitsDavid Kalnischkies1-2/+2
2015-06-09support hashes for compressed pdiff filesDavid Kalnischkies1-1/+1
2015-06-09add more parsing error checking for rredDavid Kalnischkies1-21/+49
2015-06-09check patch hashes in rred worker instead of in the handlerDavid Kalnischkies1-10/+52
2015-06-09rework hashsum verification in the acquire systemDavid Kalnischkies1-1/+5
2015-05-22Merge branch 'debian/sid' into debian/experimentalMichael Vogt4-22/+39
2015-05-22Update methods/https.cc now that ServerState::Size is renamedMichael Vogt1-1/+1
2015-05-22Merge remote-tracking branch 'upstream/debian/jessie' into debian/sidMichael Vogt1-14/+4
2015-05-22Rename "Size" in ServerState to TotalFileSizeMichael Vogt3-16/+22
2015-05-22Fix endless loop in apt-get update that can cause disk fillupMichael Vogt3-7/+18
2015-05-13detect Releasefile IMS hits even if the server doesn'tDavid Kalnischkies1-1/+1
2015-05-12detect 416 complete file in partial by expected hashDavid Kalnischkies3-11/+46
2015-04-19calculate hashes while downloading in httpsDavid Kalnischkies6-22/+43
2015-04-19calculate only expected hashes in methodsDavid Kalnischkies13-23/+23
2015-04-19handle servers closing encoded connections correctlyDavid Kalnischkies1-3/+3
2015-04-19send Alt-* info for uncompressed based on any compressionsDavid Kalnischkies1-19/+24
2015-04-19remove duplicated check for same file copyDavid Kalnischkies1-9/+1
2015-04-19improve https method queue progress reportingDavid Kalnischkies3-46/+41
2015-04-19do not unlink https file on general errorDavid Kalnischkies1-1/+0
2015-04-13Revert "HttpsMethod::Fetch(): Zero the FetchResult object when leaving due to...Michael Vogt1-2/+0
2015-04-10reimplement the last uses of sprintfDavid Kalnischkies1-7/+9
2015-04-07properly handle expected filesize in httpsDavid Kalnischkies1-14/+4
2015-04-07HttpsMethod::Fetch(): Zero the FetchResult object when leaving due to 404Robert Edmonds1-0/+2
2015-03-16derive more of https from http methodDavid Kalnischkies5-25/+40
2015-03-16merge debian/sid into debian/experimentalDavid Kalnischkies3-15/+26
2015-02-23Fix crash in the apt-transport-https when Owner is NULLTomasz Buchert1-1/+1
2015-01-05Fix missing URIStart() for https downloadsMichael Vogt2-2/+8
2014-12-22dispose http(s) 416 error page as non-contentDavid Kalnischkies4-15/+30
2014-12-09dispose http(s) 416 error page as non-contentDavid Kalnischkies4-16/+32
2014-11-09use getline() instead of rolling our ownDavid Kalnischkies1-26/+5
2014-11-08Assert statement calls a function which may have desired side effects: 'pos_i...David Kalnischkies1-2/+2
2014-10-14Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-5/+8
2014-10-13Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie()Michael Vogt7-11/+39
2014-10-08methods/rsh.cc: replace strcat with std::stringMichael Vogt1-5/+8
2014-10-08Fix ServerMethod::FindMaximumObjectSizeInQueue()Michael Vogt1-1/+1
2014-10-08Fix http pipeline messup detectionMichael Vogt2-2/+18
2014-10-07Send "Fail-Reason: MaximumSizeExceeded" from the methodMichael Vogt4-4/+12
2014-10-07Merge branch 'feature/acq-trans' into feature/expected-sizeMichael Vogt2-1/+9
2014-10-07make expected-size a maximum-size check as this is what we want at this pointMichael Vogt6-13/+13
2014-10-07add ftp expected size checkMichael Vogt3-5/+8
2014-10-07methods/https.cc: use File->Tell() here tooMichael Vogt1-2/+1
2014-10-06make http size check workMichael Vogt11-92/+75
2014-09-29Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt5-21/+17
2014-09-29Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-7/+4