summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>Julian Andres Klode2015-08-1310-51/+52
* Mark SPtr as deprecated, and convert users to std::unique_ptrJulian Andres Klode2015-08-134-23/+23
* C++11: Switch from auto_ptr to unique_ptrJulian Andres Klode2015-08-132-11/+11
* Remove an invalid fi from a testcaseJulian Andres Klode2015-08-131-1/+0
* Fix integration tests for the removal of the Package pin outputJulian Andres Klode2015-08-132-12/+5
* Drop the Section field from pkgCache::Package againJulian Andres Klode2015-08-122-11/+3
* apt_preferences(5): Re-document how priorities are calculatedJulian Andres Klode2015-08-121-5/+8
* policy: Be more strict about parsing pin files, and document prio 0Julian Andres Klode2015-08-123-4/+22
* apt-cache: Improve translateability of the "with priority" thingJulian Andres Klode2015-08-121-2/+2
* Only make Upgradable() return true for packages with a candidateJulian Andres Klode2015-08-121-1/+1
* apt-cache: Modify policy output to use per-version pinsJulian Andres Klode2015-08-121-13/+30
* Add a parameter ConsiderFiles to GetPriority(VerIterator)Julian Andres Klode2015-08-122-3/+4
* Makefile: Add a make fast command for developmentJulian Andres Klode2015-08-121-1/+11
* apt.cron.daily: Reference 10periodic instead of 02periodicJulian Andres Klode2015-08-121-1/+1
* debian/control: Rename libapt-pkg4.15 -> libapt-pkg5.0Julian Andres Klode2015-08-111-1/+1
* debian/gbp.conf: Set multimaint-merge = TrueJulian Andres Klode2015-08-111-1/+2
* Annotate more methods with APT_OVERRIDEJulian Andres Klode2015-08-116-15/+15
* Bump apt-inst SONAME to 2.0 to adjust for the ABI break in apt-pkgJulian Andres Klode2015-08-115-74/+74
* Merge changelog entries from sid-gcc5Julian Andres Klode2015-08-111-0/+56
* po: Update Simplified Chinese programs translationZhou Mo2015-08-111-13/+13
* po: update zh_CN translation slightlyZhou Mo2015-08-111-4/+4
* 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
* apt-get: Do not include apt-pkg/indexrecords.hJulian Andres Klode2015-08-111-1/+0
* 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-103-0/+63
* move APT::Never-MarkAuto-Sections handling to MarkDeleteDavid Kalnischkies2015-08-103-49/+66
* no value for MultiArch field is 'no', not 'none'David Kalnischkies2015-08-104-8/+8
* change to libapt-pkg abi 5.0 with versioned symbolsDavid Kalnischkies2015-08-107-1576/+1584
* update symbols file to current state of affairsDavid Kalnischkies2015-08-102-513/+563
* mark again deps of pkgs in APT::Never-MarkAuto-Sections as manualDavid Kalnischkies2015-08-103-3/+116
* drop extra newline in 'Failed to fetch' and 'GPG error' messageDavid Kalnischkies2015-08-106-14/+2
* enhance "hit paywall" error message to mention the probable causeDavid Kalnischkies2015-08-106-60/+83
* drop obsolete explicit :none handling in pkgCacheGenDavid Kalnischkies2015-08-102-51/+2
* parse packages from all architectures into the cacheDavid Kalnischkies2015-08-1011-116/+152
* eliminate dead file-provides code in cache generationDavid Kalnischkies2015-08-103-103/+4
* elimate duplicated code in pkgIndexFile subclassesDavid Kalnischkies2015-08-1016-472/+460
* add volatile sources support in libapt-pkgDavid Kalnischkies2015-08-1015-362/+309
* just-in-time creation for (explicit) negative depsDavid Kalnischkies2015-08-106-88/+83
* just-in-time creation for (implicit) ProvidesDavid Kalnischkies2015-08-109-51/+466
* hide implicit deps in apt-cache again by defaultDavid Kalnischkies2015-08-1012-150/+169
* 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-1026-304/+18
* link DependencyData structs togetherDavid Kalnischkies2015-08-104-47/+47
* split-up Dependency structDavid Kalnischkies2015-08-106-62/+167