summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-08-13Fix integration tests for the removal of the Package pin outputJulian Andres Klode
2015-08-12Drop the Section field from pkgCache::Package againJulian Andres Klode
2015-08-12apt_preferences(5): Re-document how priorities are calculatedJulian Andres Klode
2015-08-12policy: Be more strict about parsing pin files, and document prio 0Julian Andres Klode
2015-08-12apt-cache: Improve translateability of the "with priority" thingJulian Andres Klode
2015-08-12Only make Upgradable() return true for packages with a candidateJulian Andres Klode
2015-08-12apt-cache: Modify policy output to use per-version pinsJulian Andres Klode
2015-08-12Add a parameter ConsiderFiles to GetPriority(VerIterator)Julian Andres Klode
2015-08-12use a=experimental instead n=experimental in pin documentationJohannes Schauer
2015-08-12document APT::Periodic::RandomSleepTomas Pospisek
2015-08-12Do not set unhonored DPKG_NO_TSTP variable for dpkgGuillem Jover
2015-08-12document VERSION 2 (and 3) pre-install-pkgs hook interfaceJonathan Nieder