summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Cleanup includes after running iwyuMichael Vogt2015-08-1728-70/+3
* | | Do not crash in 'apt show' for non-installed packagesJulian Andres Klode2015-08-171-1/+1
* | | Replace "extra" in "the following extra packages [...]" by "additional"Julian Andres Klode2015-08-161-1/+1
* | | Make pkgCache::Priority() static, it does not need the instanceJulian Andres Klode2015-08-161-1/+1
* | | install: If package already is the newest version, display versionJulian Andres Klode2015-08-161-2/+3
* | | Use terminfo's typical save_cursor/restore_cursor sequencesJames McCoy2015-08-161-4/+4
* | | Show full package records in apt-cache search -fKusanagi Kouichi2015-08-161-7/+4
* | | When looking if Provides match, OR them with the normal patchesJulian Andres Klode2015-08-161-1/+1
* | | Document the general effect of the comma operatorJulian Andres Klode2015-08-151-0/+5
* | | 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
* | | update: Check if the cache could be opened, don't just assume itJulian Andres Klode2015-08-151-1/+2
* | | doc/files.dbk: Improve documentation for {src,}pkgcache.binJulian Andres Klode2015-08-141-3/+3
* | | apt-get: allow non-root --print-uris build-depJulian Andres Klode2015-08-141-1/+3
* | | add {contrib,non-free}/{metapackages,oldlibs} to section specialhandlingDavid Kalnischkies2015-08-141-0/+4
* | | apt-cache(8): Drop the #versions >= #package names comparisonJulian Andres Klode2015-08-141-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
* | | debian/control: Remove XS- from Testsuite and bump Standards-VersionJulian Andres Klode2015-08-141-2/+2
* | | debian/control: Drop the versioned python-apt conflictJulian Andres Klode2015-08-141-1/+0
* | | debian/control: Replace debian by DebianJulian Andres Klode2015-08-141-1/+1
* | | changelog: Replace reenable by re-enable everywhereJulian Andres Klode2015-08-141-5/+5
* | | apt: Add autoremove and auto-remove commandsJulian Andres Klode2015-08-142-0/+8
* | | Make apt compile with clang++ againMichael Vogt2015-08-143-3/+3
* | | Make auto-remove and auto-clean aliases for the versions without -Julian Andres Klode2015-08-144-5/+8
* | | apt_preferences(5): Mention overlapping of pin matchesJulian Andres Klode2015-08-141-0/+3
* | | apt_preferences(5): Correct default pin assignment documentationJulian Andres Klode2015-08-141-2/+2
* | | apt-cache(8): Mention that --names-only search providesJulian Andres Klode2015-08-141-2/+2
* | | apt-cache: Show an error if stats gets any argumentsJulian Andres Klode2015-08-141-1/+6
* | | Say "in combination with the other options" if an option is not understoodJulian Andres Klode2015-08-141-3/+3
* | | Mention that source order only matter per versionJulian Andres Klode2015-08-141-1/+1
* | | Replace UINT_MAX with std::numeric_limits<unsigned int>::max()Julian Andres Klode2015-08-141-2/+3
* | | Add integration test for Pin-Priority range checksJulian Andres Klode2015-08-141-0/+60
* | | Replace --force-yes by various options starting with --allowJulian Andres Klode2015-08-1411-25/+167
* | | Merge branch 'debian/experimental' of https://github.com/DonKult/apt into deb...Julian Andres Klode2015-08-1457-95/+154
|\ \ \
| * | | use a=experimental instead n=experimental in pin documentationJohannes Schauer2015-08-1210-17/+17
| * | | document APT::Periodic::RandomSleepTomas Pospisek2015-08-121-0/+13
| * | | Do not set unhonored DPKG_NO_TSTP variable for dpkgGuillem Jover2015-08-122-12/+1
| * | | document VERSION 2 (and 3) pre-install-pkgs hook interfaceJonathan Nieder2015-08-121-4/+28
| * | | Replace all "press enter" occurrences with "press [Enter]"Luca Bruno2015-08-127-14/+14
| * | | replace direct calls to egrep with grep -EDaniel Hartwig2015-08-124-6/+6
| * | | remove Dir:: scope limit of RootDir in the documentationDavid Kalnischkies2015-08-121-1/+2
| * | | support setting a port for rsh:// in sources.listDaniel Hartwig2015-08-122-2/+21
| * | | po-fixups: fill Project-Id-Version and Encoding correctlyGuillem Jover2015-08-1234-34/+34
| * | | travis: add ppa:ubuntu-toolschain-r/test as source for gcc-5David Kalnischkies2015-08-124-5/+18
* | | | po/fr.po: Remove the unbreakable space before ! in the confirm stringJulian Andres Klode2015-08-141-1/+1
* | | | Accept --upgradeable as synonym for --upgradableJulian Andres Klode2015-08-1311-13/+16
* | | | Use setresuid() and setresgid() where availableJulian Andres Klode2015-08-133-5/+19
* | | | 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