summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix all the wrong removals of includes that iwyu got wrongMichael Vogt2015-08-1710-0/+16
* | | Cleanup includes after running iwyuMichael Vogt2015-08-1728-70/+3
* | | Make pkgCache::Priority() static, it does not need the instanceJulian Andres Klode2015-08-161-1/+1
* | | Use terminfo's typical save_cursor/restore_cursor sequencesJames McCoy2015-08-161-4/+4
* | | Add GetPriority(VerIterator) to pkgDepCache::PolicyJulian Andres Klode2015-08-154-3/+6
* | | cachefile.cc: Do not ignore return value of pkgDepCache::Init()Julian Andres Klode2015-08-151-2/+1
* | | Also add 'in combination with the other options.' to another errorJulian Andres Klode2015-08-141-1/+1
* | | Set Acquire::Changelogs::URI::Origin::Tanglu for Tanglu changelogsJulian Andres Klode2015-08-141-0/+1
* | | Make apt compile with clang++ againMichael Vogt2015-08-142-2/+2
* | | Say "in combination with the other options" if an option is not understoodJulian Andres Klode2015-08-141-3/+3
* | | Merge branch 'debian/experimental' of https://github.com/DonKult/apt into deb...Julian Andres Klode2015-08-142-4/+1
|\ \ \
| * | | Do not set unhonored DPKG_NO_TSTP variable for dpkgGuillem Jover2015-08-121-3/+0
| * | | Replace all "press enter" occurrences with "press [Enter]"Luca Bruno2015-08-121-1/+1
* | | | Use setresuid() and setresgid() where availableJulian Andres Klode2015-08-131-3/+13
* | | | Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>Julian Andres Klode2015-08-138-47/+48
* | | | Mark SPtr as deprecated, and convert users to std::unique_ptrJulian Andres Klode2015-08-132-15/+15
* | | | C++11: Switch from auto_ptr to unique_ptrJulian Andres Klode2015-08-131-1/+1
* | | | Drop the Section field from pkgCache::Package againJulian Andres Klode2015-08-122-11/+3
* | | | policy: Be more strict about parsing pin files, and document prio 0Julian Andres Klode2015-08-122-4/+18
* | | | Only make Upgradable() return true for packages with a candidateJulian Andres Klode2015-08-121-1/+1
* | | | Add a parameter ConsiderFiles to GetPriority(VerIterator)Julian Andres Klode2015-08-122-3/+4
|/ / /
* | | Annotate more methods with APT_OVERRIDEJulian Andres Klode2015-08-115-14/+14
* | | 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