summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2015-08-11Drop C++11 elements from headersJulian Andres Klode3-4/+4
2015-08-11Fix an obscure warning from GCCJulian Andres Klode1-2/+2
2015-08-11Simply ignore cruft in the status files, do not treat it as prio 0Julian Andres Klode1-2/+1
2015-08-11Replace INT_MIN with std::numeric_limits<int>::minJulian Andres Klode1-2/+2
2015-08-10initialize PinVers to a nullptrDavid Kalnischkies1-1/+2
2015-08-10move manual-bit from 'oldlibs' pkg to its dependenciesDavid Kalnischkies1-0/+28
2015-08-10move APT::Never-MarkAuto-Sections handling to MarkDeleteDavid Kalnischkies1-9/+35
2015-08-10no value for MultiArch field is 'no', not 'none'David Kalnischkies2-4/+4
2015-08-10change to libapt-pkg abi 5.0 with versioned symbolsDavid Kalnischkies1-2/+2
2015-08-10mark again deps of pkgs in APT::Never-MarkAuto-Sections as manualDavid Kalnischkies1-2/+7
2015-08-10drop extra newline in 'Failed to fetch' and 'GPG error' messageDavid Kalnischkies2-2/+2
2015-08-10enhance "hit paywall" error message to mention the probable causeDavid Kalnischkies3-50/+72
2015-08-10drop obsolete explicit :none handling in pkgCacheGenDavid Kalnischkies2-51/+2
2015-08-10parse packages from all architectures into the cacheDavid Kalnischkies6-94/+47
2015-08-10eliminate dead file-provides code in cache generationDavid Kalnischkies3-103/+4
2015-08-10elimate duplicated code in pkgIndexFile subclassesDavid Kalnischkies13-465/+452
2015-08-10add volatile sources support in libapt-pkgDavid Kalnischkies11-315/+257
2015-08-10just-in-time creation for (explicit) negative depsDavid Kalnischkies3-72/+75
2015-08-10just-in-time creation for (implicit) ProvidesDavid Kalnischkies4-48/+100
2015-08-10hide implicit deps in apt-cache again by defaultDavid Kalnischkies7-82/+76
2015-08-10use a smaller type for flags storage in the cacheDavid Kalnischkies4-47/+84
2015-08-10remove the compatibility markers for 4.13 abiDavid Kalnischkies17-214/+16
2015-08-10link DependencyData structs togetherDavid Kalnischkies3-43/+43
2015-08-10split-up Dependency structDavid Kalnischkies5-58/+162
2015-08-10bunch of micro-optimizations for depcacheDavid Kalnischkies5-141/+136
2015-08-10avoid virtual in the iteratorsDavid Kalnischkies4-89/+75
2015-08-10show or-groups in not-installed recommends and suggests listsDavid Kalnischkies5-39/+153
2015-08-10implement a more generic ShowList methodDavid Kalnischkies1-20/+79
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