summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
...
* | | move APT::Never-MarkAuto-Sections handling to MarkDeleteDavid Kalnischkies2015-08-101-9/+35
* | | no value for MultiArch field is 'no', not 'none'David Kalnischkies2015-08-102-4/+4
* | | change to libapt-pkg abi 5.0 with versioned symbolsDavid Kalnischkies2015-08-101-2/+2
* | | mark again deps of pkgs in APT::Never-MarkAuto-Sections as manualDavid Kalnischkies2015-08-101-2/+7
* | | drop extra newline in 'Failed to fetch' and 'GPG error' messageDavid Kalnischkies2015-08-102-2/+2
* | | enhance "hit paywall" error message to mention the probable causeDavid Kalnischkies2015-08-103-50/+72
* | | drop obsolete explicit :none handling in pkgCacheGenDavid Kalnischkies2015-08-102-51/+2
* | | parse packages from all architectures into the cacheDavid Kalnischkies2015-08-106-94/+47
* | | eliminate dead file-provides code in cache generationDavid Kalnischkies2015-08-103-103/+4
* | | elimate duplicated code in pkgIndexFile subclassesDavid Kalnischkies2015-08-1013-465/+452
* | | add volatile sources support in libapt-pkgDavid Kalnischkies2015-08-1011-315/+257
* | | just-in-time creation for (explicit) negative depsDavid Kalnischkies2015-08-103-72/+75
* | | just-in-time creation for (implicit) ProvidesDavid Kalnischkies2015-08-104-48/+100
* | | hide implicit deps in apt-cache again by defaultDavid Kalnischkies2015-08-107-82/+76
* | | use a smaller type for flags storage in the cacheDavid Kalnischkies2015-08-104-47/+84
* | | remove the compatibility markers for 4.13 abiDavid Kalnischkies2015-08-1017-214/+16
* | | link DependencyData structs togetherDavid Kalnischkies2015-08-103-43/+43
* | | split-up Dependency structDavid Kalnischkies2015-08-105-58/+162
* | | bunch of micro-optimizations for depcacheDavid Kalnischkies2015-08-105-141/+136
* | | avoid virtual in the iteratorsDavid Kalnischkies2015-08-104-89/+75
* | | show or-groups in not-installed recommends and suggests listsDavid Kalnischkies2015-08-105-39/+153
* | | implement a more generic ShowList methodDavid Kalnischkies2015-08-101-20/+79
* | | rename 'apt-get files' to 'apt-get indextargets'David Kalnischkies2015-08-102-22/+22
* | | handle site-changing redirects as mirror changesDavid Kalnischkies2015-08-102-19/+33
* | | skip .diff/Index acquire if Release file was a hitDavid Kalnischkies2015-08-101-0/+6
* | | add c++11 override marker to overridden methodsDavid Kalnischkies2015-08-1028-264/+267
* | | implement reverse_iterators for cachesetsDavid Kalnischkies2015-08-102-188/+167
* | | prepare cachesets for -std=c++11David Kalnischkies2015-08-101-62/+222
* | | allow individual targets to be kept compressedDavid Kalnischkies2015-08-104-12/+19
* | | remove the longtime deprecated vendor{,list} stuffDavid Kalnischkies2015-08-108-304/+0
* | | implement Signed-By option for sources.listDavid Kalnischkies2015-08-109-19/+91
* | | add sources.list Check-Valid-Until and Valid-Until-{Max,Min} optionsDavid Kalnischkies2015-08-104-41/+103
* | | merge indexRecords into metaIndexDavid Kalnischkies2015-08-1011-511/+408
* | | detect and error out on conflicting Trusted settingsDavid Kalnischkies2015-08-104-20/+34
* | | bring back deb822 sources.list entries as .sourcesDavid Kalnischkies2015-08-105-139/+140
* | | support lang= and target= sources.list optionsDavid Kalnischkies2015-08-105-294/+228
* | | fix memory leaks reported by -fsanitizeDavid Kalnischkies2015-08-1012-55/+87
* | | some CXXFLAGS housekeepingDavid Kalnischkies2015-08-103-2/+10
* | | simplify Origin matchmaking for status filesDavid Kalnischkies2015-08-101-5/+2
* | | cleanup Container.erase API to look more like std::containersDavid Kalnischkies2015-08-102-15/+16
* | | make all d-pointer * const pointersDavid Kalnischkies2015-08-1072-234/+244
* | | apply various style suggestions by cppcheckDavid Kalnischkies2015-08-1030-108/+95
* | | 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