summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* ExecFork: Use /proc/self/fd to determine which files to closeJulian Andres Klode2015-08-111-5/+19
* Make QItem a subclass of DescItemJulian Andres Klode2015-08-111-9/+1
* Re-introduce None as a deprecated alias for NoJulian Andres Klode2015-08-111-0/+4
* Drop C++11 elements from headersJulian Andres Klode2015-08-113-4/+4
* Fix an obscure warning from GCCJulian Andres Klode2015-08-111-2/+2
* Simply ignore cruft in the status files, do not treat it as prio 0Julian Andres Klode2015-08-111-2/+1
* Replace INT_MIN with std::numeric_limits<int>::minJulian Andres Klode2015-08-111-2/+2
* initialize PinVers to a nullptrDavid Kalnischkies2015-08-101-1/+2
* move manual-bit from 'oldlibs' pkg to its dependenciesDavid Kalnischkies2015-08-101-0/+28
* 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