summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* implement 'apt-get files' to access index targetsDavid Kalnischkies2015-06-118-10/+223
* use an enum instead of strings as IndexTarget::Option interfaceDavid Kalnischkies2015-06-114-12/+38
* use IndexTarget to get to IndexFileDavid Kalnischkies2015-06-117-509/+197
* show URI.Path in all acquire item descriptionsDavid Kalnischkies2015-06-1117-50/+98
* rename Calculate- to GetIndexTargets and use it as official APIDavid Kalnischkies2015-06-103-27/+21
* stop using IndexTarget pointers which are never freedDavid Kalnischkies2015-06-104-118/+113
* store all targets data in IndexTarget structDavid Kalnischkies2015-06-106-108/+97
* abstract the code to iterate over all targets a bitDavid Kalnischkies2015-06-103-95/+142
* replace ULONG_MAX with c++ style std::numeric_limitsDavid Kalnischkies2015-06-091-2/+2
* configureable acquire targets to download additional filesDavid Kalnischkies2015-06-098-192/+376
* remove debianism file-content verificationDavid Kalnischkies2015-06-092-40/+2
* do not request files if we expect an IMS hitDavid Kalnischkies2015-06-098-45/+127
* cleanup pdiff support detection decisionDavid Kalnischkies2015-06-092-45/+45
* support hashes for compressed pdiff filesDavid Kalnischkies2015-06-097-28/+125
* fix download-file using testcases to run as rootDavid Kalnischkies2015-06-092-16/+17
* add more parsing error checking for rredDavid Kalnischkies2015-06-093-22/+245
* check patch hashes in rred worker instead of in the handlerDavid Kalnischkies2015-06-096-59/+121
* rework hashsum verification in the acquire systemDavid Kalnischkies2015-06-0922-1871/+1824
* don't try other compressions on hashsum mismatchDavid Kalnischkies2015-06-074-16/+52
* Merge branch 'debian/sid' into debian/experimentalMichael Vogt2015-05-2211-40/+158
|\
| * 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-2261-21141/+21431
| |\
| | * releasing package apt version 1.0.9.9Michael Vogt2015-04-281-0/+10
| | * remove "first package seen is native package" assumptionDavid Kalnischkies2015-04-223-14/+74
| * | parse arch-qualified Provides correctlyHelmut Grohne2015-05-221-0/+6
| * | Add regression test for LP: #1445239Michael Vogt2015-05-222-0/+31
| * | 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-224-10/+21
| * | Merge remote-tracking branch 'upstream/debian/sid' into debian/sidMichael Vogt2015-05-2297-53522/+54712
| |\ \
| | * | Move sysconf(_SC_OPEN_MAX); out of the for() loop to avoid unneeded syscallsMichael Vogt2015-04-281-1/+2
| | * | 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
| | * | Fix crash in pkgDPkgPM::WriteApportReport(() (LP: #1436626)Michael Vogt2015-04-071-2/+13
| | * | test/integration/test-apt-download-progress: fix test failure on fast hardwareMichael Vogt2015-03-201-2/+2
| * | | Merge remote-tracking branch 'upstream/debian/sid' into debian/sidMichael Vogt2014-10-27175-74650/+82998
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/debian/sid' into debian/sidMichael Vogt2014-06-1870-4111/+4371
| |\ \ \ \
| * | | | | fix test-apt-ftparchive-cachedb-lp1274466 and apt-internal-solver testsMichael Vogt2014-06-183-3/+5
| * | | | | fix autopkgtest testsMichael Vogt2014-06-184-2/+5
* | | | | | treat older Release files than we already have as an IMSHitDavid Kalnischkies2015-05-1812-217/+383
* | | | | | detect Releasefile IMS hits even if the server doesn'tDavid Kalnischkies2015-05-139-15/+99
* | | | | | implement VerifyFile as all-hashes checkDavid Kalnischkies2015-05-122-8/+15
* | | | | | detect 416 complete file in partial by expected hashDavid Kalnischkies2015-05-127-17/+62
* | | | | | rewrite all TFRewrite instances to use the new pkgTagSection::WriteDavid Kalnischkies2015-05-1116-342/+559
* | | | | | implement a more c++-style TFRewrite alternativeDavid Kalnischkies2015-05-113-14/+187
* | | | | | stop depending on copy-on-write for std::stringDavid Kalnischkies2015-05-112-21/+21
* | | | | | sync TFRewrite*Order arrays with dpkg and dakDavid Kalnischkies2015-05-118-75/+211
* | | | | | fix 'Source' to 'Package' rename in apt-ftparchiveDavid Kalnischkies2015-05-111-1/+2
* | | | | | drop incorrect parameter implicitely converted to boolDavid Kalnischkies2015-05-111-2/+2
* | | | | | fix macro definition for very old GCC < 3David Kalnischkies2015-05-111-1/+1
* | | | | | show non-matching m-a:same versions in debug messageDavid Kalnischkies2015-05-111-6/+11