summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2015-08-10rename 'apt-get files' to 'apt-get indextargets'David Kalnischkies2-22/+22
2015-08-10handle site-changing redirects as mirror changesDavid Kalnischkies2-19/+33
2015-08-10skip .diff/Index acquire if Release file was a hitDavid Kalnischkies1-0/+6
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies28-264/+267
2015-08-10implement reverse_iterators for cachesetsDavid Kalnischkies2-188/+167
2015-08-10prepare cachesets for -std=c++11David Kalnischkies1-62/+222
2015-08-10allow individual targets to be kept compressedDavid Kalnischkies4-12/+19
2015-08-10remove the longtime deprecated vendor{,list} stuffDavid Kalnischkies8-304/+0
2015-08-10implement Signed-By option for sources.listDavid Kalnischkies9-19/+91
2015-08-10add sources.list Check-Valid-Until and Valid-Until-{Max,Min} optionsDavid Kalnischkies4-41/+103
2015-08-10merge indexRecords into metaIndexDavid Kalnischkies11-511/+408
2015-08-10detect and error out on conflicting Trusted settingsDavid Kalnischkies4-20/+34
2015-08-10bring back deb822 sources.list entries as .sourcesDavid Kalnischkies5-139/+140
2015-08-10support lang= and target= sources.list optionsDavid Kalnischkies5-294/+228
2015-08-10fix memory leaks reported by -fsanitizeDavid Kalnischkies12-55/+87
2015-08-10some CXXFLAGS housekeepingDavid Kalnischkies3-2/+10
2015-08-10simplify Origin matchmaking for status filesDavid Kalnischkies1-5/+2
2015-08-10cleanup Container.erase API to look more like std::containersDavid Kalnischkies2-15/+16
2015-08-10make all d-pointer * const pointersDavid Kalnischkies72-234/+244
2015-08-10apply various style suggestions by cppcheckDavid Kalnischkies30-108/+95
2015-08-10policy: Fix the handling of config-files statesJulian Andres Klode1-3/+12
2015-08-10policy: Fix the new policy implementation to handle downgrades correctlyJulian Andres Klode1-9/+8
2015-08-10Determine the candidate based on per-version pins, instead of old codeJulian Andres Klode2-0/+37
2015-08-10policy: Return highest file pin if version pin == 0 in GetPriority()Julian Andres Klode1-1/+10
2015-08-10policy: Assign per-version pinsJulian Andres Klode1-0/+11
2015-08-10versionmatch: Extract version match checking out of Find()Julian Andres Klode2-13/+26
2015-08-10pkgPolicy: Introduce storage and helpers for per-version pinsJulian Andres Klode2-1/+12
2015-06-16add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies58-185/+322
2015-06-15allow ratelimiting progress reporting for testcasesDavid Kalnischkies1-5/+9
2015-06-15condense parallel requests with the same hashes to oneDavid Kalnischkies1-1/+4
2015-06-15show item ID in Hit, Ign and Err lines as wellDavid Kalnischkies1-1/+1
2015-06-15call URIStart in cdrom and file methodDavid Kalnischkies2-10/+4
2015-06-15deal better with acquiring the same URI multiple timesDavid Kalnischkies6-151/+328
2015-06-15provide a public interface for acquiring changelogsDavid Kalnischkies3-0/+329
2015-06-15hide Translation-* in 'apt-cache policy' outputDavid Kalnischkies2-1/+2
2015-06-15populate the Architecture field for PackageFilesDavid Kalnischkies4-6/+16
2015-06-15implement default apt-get file --release-info modeDavid Kalnischkies7-7/+20
2015-06-12store Release files data in the CacheDavid Kalnischkies24-214/+556
2015-06-11implement 'apt-get files' to access index targetsDavid Kalnischkies3-6/+32
2015-06-11use an enum instead of strings as IndexTarget::Option interfaceDavid Kalnischkies4-12/+38
2015-06-11use IndexTarget to get to IndexFileDavid Kalnischkies7-509/+197
2015-06-11show URI.Path in all acquire item descriptionsDavid Kalnischkies4-11/+19
2015-06-10rename Calculate- to GetIndexTargets and use it as official APIDavid Kalnischkies3-27/+21
2015-06-10stop using IndexTarget pointers which are never freedDavid Kalnischkies4-118/+113
2015-06-10store all targets data in IndexTarget structDavid Kalnischkies4-90/+82
2015-06-10abstract the code to iterate over all targets a bitDavid Kalnischkies1-94/+103
2015-06-09configureable acquire targets to download additional filesDavid Kalnischkies5-187/+173
2015-06-09remove debianism file-content verificationDavid Kalnischkies2-40/+2
2015-06-09do not request files if we expect an IMS hitDavid Kalnischkies1-27/+50
2015-06-09cleanup pdiff support detection decisionDavid Kalnischkies2-45/+45