summaryrefslogtreecommitdiff
path: root/methods
Commit message (Expand)AuthorAgeFilesLines
* fix some unused parameter/variable warningsDavid Kalnischkies2015-08-311-6/+4
* implement PDiff patching for compressed filesDavid Kalnischkies2015-08-281-37/+47
* fix various typos reported by codespellDavid Kalnischkies2015-08-273-4/+4
* Fix typoMichael Vogt2015-08-241-1/+1
* Add basic (non weight adjusted) shuffling for SrvRecords selectionMichael Vogt2015-08-201-2/+3
* cleanupMichael Vogt2015-08-181-10/+8
* Merge remote-tracking branch 'upstream/debian/experimental' into feature/srv-...Michael Vogt2015-08-1814-118/+286
|\
| * Make apt compile with clang++ againMichael Vogt2015-08-141-1/+1
| * support setting a port for rsh:// in sources.listDaniel Hartwig2015-08-122-2/+21
| * add c++11 override marker to overridden methodsDavid Kalnischkies2015-08-1013-56/+57
| * implement Signed-By without using gpg for verificationDavid Kalnischkies2015-08-101-9/+60
| * allow individual targets to be kept compressedDavid Kalnischkies2015-08-101-6/+2
| * implement Signed-By option for sources.listDavid Kalnischkies2015-08-101-8/+10
| * call URIStart in cdrom and file methodDavid Kalnischkies2015-06-152-9/+12
| * ensure valid or remove destination file in file methodDavid Kalnischkies2015-06-151-11/+33
| * replace ULONG_MAX with c++ style std::numeric_limitsDavid Kalnischkies2015-06-091-2/+2
| * support hashes for compressed pdiff filesDavid Kalnischkies2015-06-091-1/+1
| * add more parsing error checking for rredDavid Kalnischkies2015-06-091-21/+49
| * check patch hashes in rred worker instead of in the handlerDavid Kalnischkies2015-06-091-10/+52
| * rework hashsum verification in the acquire systemDavid Kalnischkies2015-06-091-1/+5
* | Merge branch 'debian/experimental' into feature/srv-recordsMichael Vogt2015-08-1816-269/+466
|\|
| * Merge branch 'debian/sid' into debian/experimentalMichael Vogt2015-05-224-22/+39
| |\
| | * Update methods/https.cc now that ServerState::Size is renamedMichael Vogt2015-05-221-1/+1
| | * Merge remote-tracking branch 'upstream/debian/jessie' into debian/sidMichael Vogt2015-05-221-14/+4
| | |\
| | | * properly handle expected filesize in httpsDavid Kalnischkies2015-04-071-14/+4
| | * | Rename "Size" in ServerState to TotalFileSizeMichael Vogt2015-05-223-16/+22
| | * | Fix endless loop in apt-get update that can cause disk fillupMichael Vogt2015-05-223-7/+18
| | * | Revert "HttpsMethod::Fetch(): Zero the FetchResult object when leaving due to...Michael Vogt2015-04-131-2/+0
| | * | HttpsMethod::Fetch(): Zero the FetchResult object when leaving due to 404Robert Edmonds2015-04-071-0/+2
| | |/
| * | detect Releasefile IMS hits even if the server doesn'tDavid Kalnischkies2015-05-131-1/+1
| * | detect 416 complete file in partial by expected hashDavid Kalnischkies2015-05-123-11/+46
| * | calculate hashes while downloading in httpsDavid Kalnischkies2015-04-196-22/+43
| * | calculate only expected hashes in methodsDavid Kalnischkies2015-04-1913-23/+23
| * | handle servers closing encoded connections correctlyDavid Kalnischkies2015-04-191-3/+3
| * | send Alt-* info for uncompressed based on any compressionsDavid Kalnischkies2015-04-191-19/+24
| * | remove duplicated check for same file copyDavid Kalnischkies2015-04-191-9/+1
| * | improve https method queue progress reportingDavid Kalnischkies2015-04-193-46/+41
| * | do not unlink https file on general errorDavid Kalnischkies2015-04-191-1/+0
| * | reimplement the last uses of sprintfDavid Kalnischkies2015-04-101-7/+9
| * | derive more of https from http methodDavid Kalnischkies2015-03-165-25/+40
| * | merge debian/sid into debian/experimentalDavid Kalnischkies2015-03-163-15/+26
| |\|
| | * Fix crash in the apt-transport-https when Owner is NULLTomasz Buchert2015-02-231-1/+1
| | * Fix missing URIStart() for https downloadsMichael Vogt2015-01-052-2/+8
| | * dispose http(s) 416 error page as non-contentDavid Kalnischkies2014-12-224-15/+30
| * | dispose http(s) 416 error page as non-contentDavid Kalnischkies2014-12-094-16/+32
| * | use getline() instead of rolling our ownDavid Kalnischkies2014-11-091-26/+5
| * | Assert statement calls a function which may have desired side effects: 'pos_i...David Kalnischkies2014-11-081-2/+2
| * | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-10-141-5/+8
| |\|
| | * methods/rsh.cc: replace strcat with std::stringMichael Vogt2014-10-081-5/+8
| * | Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie()Michael Vogt2014-10-137-11/+39