summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-18releasing package apt version 1.1~exp91.1.exp9Michael Vogt
2015-08-18Do not fail if building test/ fails (issues with parallel builds)Michael Vogt
2015-08-17Fix the test suite harderJulian Andres Klode
2015-08-17Fix the test suite againJulian Andres Klode
2015-08-17Re-add support for G++ 4.8 and configure travis to use itJulian Andres Klode
2015-08-17Really fix all iwyu issuesMichael Vogt
2015-08-17debian/NEWS: Mention new pinning algorithm added in 2.0~exp1Julian Andres Klode
2015-08-17Fix all the wrong removals of includes that iwyu got wrongMichael Vogt
2015-08-17Cleanup includes after running iwyuMichael Vogt
2015-08-17Do not crash in 'apt show' for non-installed packagesJulian Andres Klode
2015-08-16Replace "extra" in "the following extra packages [...]" by "additional"Julian Andres Klode
2015-08-16Make pkgCache::Priority() static, it does not need the instanceJulian Andres Klode
2015-08-16install: If package already is the newest version, display versionJulian Andres Klode
2015-08-16Use terminfo's typical save_cursor/restore_cursor sequencesJames McCoy
2015-08-16Show full package records in apt-cache search -fKusanagi Kouichi
2015-08-16When looking if Provides match, OR them with the normal patchesJulian Andres Klode
2015-08-15Document the general effect of the comma operatorJulian Andres Klode
2015-08-15Add GetPriority(VerIterator) to pkgDepCache::PolicyJulian Andres Klode
2015-08-15cachefile.cc: Do not ignore return value of pkgDepCache::Init()Julian Andres Klode
2015-08-15update: Check if the cache could be opened, don't just assume itJulian Andres Klode
2015-08-14doc/files.dbk: Improve documentation for {src,}pkgcache.binJulian Andres Klode
2015-08-14apt-get: allow non-root --print-uris build-depJulian Andres Klode
2015-08-14add {contrib,non-free}/{metapackages,oldlibs} to section specialhandlingDavid Kalnischkies
2015-08-14apt-cache(8): Drop the #versions >= #package names comparisonJulian Andres Klode
2015-08-14Also add 'in combination with the other options.' to another errorJulian Andres Klode
2015-08-14Set Acquire::Changelogs::URI::Origin::Tanglu for Tanglu changelogsJulian Andres Klode
2015-08-14debian/control: Remove XS- from Testsuite and bump Standards-VersionJulian Andres Klode
2015-08-14debian/control: Drop the versioned python-apt conflictJulian Andres Klode
2015-08-14debian/control: Replace debian by DebianJulian Andres Klode
2015-08-14changelog: Replace reenable by re-enable everywhereJulian Andres Klode
2015-08-14apt: Add autoremove and auto-remove commandsJulian Andres Klode
2015-08-14Make apt compile with clang++ againMichael Vogt
2015-08-14Make auto-remove and auto-clean aliases for the versions without -Julian Andres Klode
2015-08-14apt_preferences(5): Mention overlapping of pin matchesJulian Andres Klode
2015-08-14apt_preferences(5): Correct default pin assignment documentationJulian Andres Klode
2015-08-14apt-cache(8): Mention that --names-only search providesJulian Andres Klode
2015-08-14apt-cache: Show an error if stats gets any argumentsJulian Andres Klode
2015-08-14Say "in combination with the other options" if an option is not understoodJulian Andres Klode
2015-08-14Mention that source order only matter per versionJulian Andres Klode
2015-08-14Replace UINT_MAX with std::numeric_limits<unsigned int>::max()Julian Andres Klode
2015-08-14Add integration test for Pin-Priority range checksJulian Andres Klode
2015-08-14Replace --force-yes by various options starting with --allowJulian Andres Klode
2015-08-14Merge branch 'debian/experimental' of https://github.com/DonKult/apt into deb...Julian Andres Klode
2015-08-14po/fr.po: Remove the unbreakable space before ! in the confirm stringJulian Andres Klode
2015-08-13Accept --upgradeable as synonym for --upgradableJulian Andres Klode
2015-08-13Use setresuid() and setresgid() where availableJulian Andres Klode
2015-08-13Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>Julian Andres Klode
2015-08-13Mark SPtr as deprecated, and convert users to std::unique_ptrJulian Andres Klode
2015-08-13C++11: Switch from auto_ptr to unique_ptrJulian Andres Klode
2015-08-13Remove an invalid fi from a testcaseJulian Andres Klode