summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-18Merge branch 'debian/experimental' into feature/srv-recordsMichael Vogt475-85638/+107322
2015-05-22Merge branch 'debian/sid' into debian/experimentalMichael Vogt11-40/+158
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 Vogt61-21141/+21431
2015-05-22parse arch-qualified Provides correctlyHelmut Grohne1-0/+6
2015-05-22Add regression test for LP: #1445239Michael Vogt2-0/+31
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 Vogt4-10/+21
2015-05-22Merge remote-tracking branch 'upstream/debian/sid' into debian/sidMichael Vogt97-53522/+54712
2015-05-18treat older Release files than we already have as an IMSHitDavid Kalnischkies12-217/+383
2015-05-13detect Releasefile IMS hits even if the server doesn'tDavid Kalnischkies9-15/+99
2015-05-12implement VerifyFile as all-hashes checkDavid Kalnischkies2-8/+15
2015-05-12detect 416 complete file in partial by expected hashDavid Kalnischkies7-17/+62
2015-05-11rewrite all TFRewrite instances to use the new pkgTagSection::WriteDavid Kalnischkies16-342/+559
2015-05-11implement a more c++-style TFRewrite alternativeDavid Kalnischkies3-14/+187
2015-05-11stop depending on copy-on-write for std::stringDavid Kalnischkies2-21/+21
2015-05-11sync TFRewrite*Order arrays with dpkg and dakDavid Kalnischkies8-75/+211
2015-05-11fix 'Source' to 'Package' rename in apt-ftparchiveDavid Kalnischkies1-1/+2
2015-05-11drop incorrect parameter implicitely converted to boolDavid Kalnischkies1-2/+2
2015-05-11fix macro definition for very old GCC < 3David Kalnischkies1-1/+1
2015-05-11show non-matching m-a:same versions in debug messageDavid Kalnischkies1-6/+11
2015-05-11remove available file to have same dpkg -l behaviorDavid Kalnischkies1-1/+2
2015-05-11remove unused and strange default-value for pinsDavid Kalnischkies2-24/+14
2015-05-11a pin of 1000 always means downgrade allowedDavid Kalnischkies3-112/+96
2015-05-11do not require installed libapt-pkg-dev for gtestDavid Kalnischkies1-1/+2
2015-05-11improve partial/ cleanup in abort and failure casesDavid Kalnischkies6-82/+161
2015-04-28Move sysconf(_SC_OPEN_MAX); out of the for() loop to avoid unneeded syscallsMichael Vogt1-1/+2
2015-04-28releasing package apt version 1.0.9.91.0.9.9Michael Vogt1-0/+10
2015-04-22remove "first package seen is native package" assumptionDavid Kalnischkies3-14/+74
2015-04-19Merge branch 'debian/jessie' into debian/experimentalDavid Kalnischkies10-61/+293
2015-04-19hide first pdiff merge failure debug messageDavid Kalnischkies1-1/+2
2015-04-19a hit on Release files means the indexes will be hits tooDavid Kalnischkies11-98/+273
2015-04-19refactor calculation of final lists/ name from URIDavid Kalnischkies2-152/+124
2015-04-19unsigned Release files can expire, tooDavid Kalnischkies1-8/+18
2015-04-19ensure lists/ files have correct permissions after apt-cdrom addDavid Kalnischkies7-27/+43
2015-04-19calculate hashes while downloading in httpsDavid Kalnischkies7-24/+47
2015-04-19Italian program translation updateMilo Casagrande1-87/+85
2015-04-19calculate only expected hashes in methodsDavid Kalnischkies18-46/+116
2015-04-19if we can, use gccs __builtin_swap methodsDavid Kalnischkies1-0/+9
2015-04-19use SHA2 unrolled code as its a bit fasterDavid Kalnischkies1-0/+3
2015-04-19handle servers closing encoded connections correctlyDavid Kalnischkies2-10/+24
2015-04-19send Alt-* info for uncompressed based on any compressionsDavid Kalnischkies3-21/+26
2015-04-19remove duplicated check for same file copyDavid Kalnischkies1-9/+1
2015-04-19improve https method queue progress reportingDavid Kalnischkies7-90/+121
2015-04-19do not unlink https file on general errorDavid Kalnischkies1-1/+0
2015-04-19demote missing gtest to a buildtime warningDavid Kalnischkies2-1/+10
2015-04-13Revert "HttpsMethod::Fetch(): Zero the FetchResult object when leaving due to...Michael Vogt1-2/+0
2015-04-13release 1.0.9.8David Kalnischkies48-21049/+21068
2015-04-12parse specific-arch dependencies correctly on single-arch systemsDavid Kalnischkies3-55/+254
2015-04-10test for or-group choice behaviour in upgradeDavid Kalnischkies1-11/+79