summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2015-08-13Mark SPtr as deprecated, and convert users to std::unique_ptrJulian Andres Klode2-15/+15
2015-08-13C++11: Switch from auto_ptr to unique_ptrJulian Andres Klode1-1/+1
2015-08-12Drop the Section field from pkgCache::Package againJulian Andres Klode2-11/+3
2015-08-12policy: Be more strict about parsing pin files, and document prio 0Julian Andres Klode2-4/+18
2015-08-12Only make Upgradable() return true for packages with a candidateJulian Andres Klode1-1/+1
2015-08-12Add a parameter ConsiderFiles to GetPriority(VerIterator)Julian Andres Klode2-3/+4
2015-08-11Annotate more methods with APT_OVERRIDEJulian Andres Klode5-14/+14
2015-08-11ExecFork: Use /proc/self/fd to determine which files to closeJulian Andres Klode1-5/+19
2015-08-11Make QItem a subclass of DescItemJulian Andres Klode1-9/+1
2015-08-11Re-introduce None as a deprecated alias for NoJulian Andres Klode1-0/+4
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