summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* policy: Fix the handling of config-files statesJulian Andres Klode2015-08-101-3/+12
* policy: Fix the new policy implementation to handle downgrades correctlyJulian Andres Klode2015-08-101-9/+8
* Determine the candidate based on per-version pins, instead of old codeJulian Andres Klode2015-08-102-0/+37
* policy: Return highest file pin if version pin == 0 in GetPriority()Julian Andres Klode2015-08-101-1/+10
* policy: Assign per-version pinsJulian Andres Klode2015-08-101-0/+11
* versionmatch: Extract version match checking out of Find()Julian Andres Klode2015-08-102-13/+26
* pkgPolicy: Introduce storage and helpers for per-version pinsJulian Andres Klode2015-08-102-1/+12
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-1658-185/+322
* allow ratelimiting progress reporting for testcasesDavid Kalnischkies2015-06-151-5/+9
* condense parallel requests with the same hashes to oneDavid Kalnischkies2015-06-151-1/+4
* show item ID in Hit, Ign and Err lines as wellDavid Kalnischkies2015-06-151-1/+1
* call URIStart in cdrom and file methodDavid Kalnischkies2015-06-152-10/+4
* deal better with acquiring the same URI multiple timesDavid Kalnischkies2015-06-156-151/+328
* provide a public interface for acquiring changelogsDavid Kalnischkies2015-06-153-0/+329
* hide Translation-* in 'apt-cache policy' outputDavid Kalnischkies2015-06-152-1/+2
* populate the Architecture field for PackageFilesDavid Kalnischkies2015-06-154-6/+16
* implement default apt-get file --release-info modeDavid Kalnischkies2015-06-157-7/+20
* store Release files data in the CacheDavid Kalnischkies2015-06-1224-214/+556
* implement 'apt-get files' to access index targetsDavid Kalnischkies2015-06-113-6/+32
* 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-114-11/+19
* 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-104-90/+82
* abstract the code to iterate over all targets a bitDavid Kalnischkies2015-06-101-94/+103
* configureable acquire targets to download additional filesDavid Kalnischkies2015-06-095-187/+173
* remove debianism file-content verificationDavid Kalnischkies2015-06-092-40/+2
* do not request files if we expect an IMS hitDavid Kalnischkies2015-06-091-27/+50
* cleanup pdiff support detection decisionDavid Kalnischkies2015-06-092-45/+45
* support hashes for compressed pdiff filesDavid Kalnischkies2015-06-095-25/+80
* check patch hashes in rred worker instead of in the handlerDavid Kalnischkies2015-06-094-49/+67
* rework hashsum verification in the acquire systemDavid Kalnischkies2015-06-0910-1825/+1732
* don't try other compressions on hashsum mismatchDavid Kalnischkies2015-06-071-10/+23
* Merge branch 'debian/sid' into debian/experimentalMichael Vogt2015-05-222-14/+3
|\
| * Merge remote-tracking branch 'upstream/debian/jessie' into debian/sidMichael Vogt2015-05-226-22/+16
| |\
| | * remove "first package seen is native package" assumptionDavid Kalnischkies2015-04-222-14/+2
| * | parse arch-qualified Provides correctlyHelmut Grohne2015-05-221-0/+6
| * | Move sysconf(_SC_OPEN_MAX); out of the for() loop to avoid unneeded syscallsMichael Vogt2015-04-281-1/+2
| * | Fix crash in pkgDPkgPM::WriteApportReport(() (LP: #1436626)Michael Vogt2015-04-071-2/+13
* | | treat older Release files than we already have as an IMSHitDavid Kalnischkies2015-05-184-137/+262
* | | detect Releasefile IMS hits even if the server doesn'tDavid Kalnischkies2015-05-133-13/+28
* | | implement VerifyFile as all-hashes checkDavid Kalnischkies2015-05-122-8/+15
* | | rewrite all TFRewrite instances to use the new pkgTagSection::WriteDavid Kalnischkies2015-05-113-109/+73
* | | implement a more c++-style TFRewrite alternativeDavid Kalnischkies2015-05-112-14/+181
* | | stop depending on copy-on-write for std::stringDavid Kalnischkies2015-05-112-21/+21
* | | sync TFRewrite*Order arrays with dpkg and dakDavid Kalnischkies2015-05-112-60/+112
* | | 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
* | | remove unused and strange default-value for pinsDavid Kalnischkies2015-05-111-24/+10