summaryrefslogtreecommitdiff
path: root/methods
AgeCommit message (Expand)AuthorFilesLines
2015-11-28disable privilege dropping for rsh/ssh method by defaultDavid Kalnischkies1-0/+4
2015-11-28fix program name detection in rsh methodDavid Kalnischkies2-6/+6
2015-11-19ignore lost+found in private directory cleanupDavid Kalnischkies1-0/+1
2015-11-05activate AI_IDN by default to support IDN domainsDavid Kalnischkies1-0/+2
2015-11-05apply various suggestions made by cppcheckDavid Kalnischkies7-12/+10
2015-11-05allow acquire method specific options via Binary scopeDavid Kalnischkies12-109/+65
2015-11-05drop privileges in copy:// method as we do for file://David Kalnischkies3-38/+54
2015-11-04allow getaddrinfo flag AI_ADDRCONFIG to be disabledDavid Kalnischkies1-1/+6
2015-11-04wrap every unlink call to check for != /dev/nullDavid Kalnischkies5-8/+8
2015-11-04set failreasons similar to connect.cc based on curl errorsDavid Kalnischkies1-3/+18
2015-11-04unbreak the copy-method claiming hashsum mismatch since ~exp9David Kalnischkies2-23/+35
2015-11-04drop privileges in file:// method as we do for decompressorsDavid Kalnischkies1-2/+12
2015-09-14fix two memory leaks reported by gccDavid Kalnischkies6-18/+21
2015-09-14avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies1-1/+1
2015-08-31fix some unused parameter/variable warningsDavid Kalnischkies1-6/+4
2015-08-28implement PDiff patching for compressed filesDavid Kalnischkies1-37/+47
2015-08-27fix various typos reported by codespellDavid Kalnischkies3-4/+4
2015-08-24Fix typoMichael Vogt1-1/+1
2015-08-20Add basic (non weight adjusted) shuffling for SrvRecords selectionMichael Vogt1-2/+3
2015-08-18cleanupMichael Vogt1-10/+8
2015-08-18Merge remote-tracking branch 'upstream/debian/experimental' into feature/srv-...Michael Vogt14-118/+286
2015-08-18Merge branch 'debian/experimental' into feature/srv-recordsMichael Vogt16-269/+466
2015-08-14Make apt compile with clang++ againMichael Vogt1-1/+1
2015-08-12support setting a port for rsh:// in sources.listDaniel Hartwig2-2/+21
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