Age | Commit message (Expand) | Author |
2015-08-17 | debian/NEWS: Mention new pinning algorithm added in 2.0~exp1 | Julian Andres Klode |
2015-08-17 | Fix all the wrong removals of includes that iwyu got wrong | Michael Vogt |
2015-08-17 | Cleanup includes after running iwyu | Michael Vogt |
2015-08-17 | Do not crash in 'apt show' for non-installed packages | Julian Andres Klode |
2015-08-16 | Replace "extra" in "the following extra packages [...]" by "additional" | Julian Andres Klode |
2015-08-16 | Make pkgCache::Priority() static, it does not need the instance | Julian Andres Klode |
2015-08-16 | install: If package already is the newest version, display version | Julian Andres Klode |
2015-08-16 | Use terminfo's typical save_cursor/restore_cursor sequences | James McCoy |
2015-08-16 | Show full package records in apt-cache search -f | Kusanagi Kouichi |
2015-08-16 | When looking if Provides match, OR them with the normal patches | Julian Andres Klode |
2015-08-15 | Document the general effect of the comma operator | Julian Andres Klode |
2015-08-15 | Add GetPriority(VerIterator) to pkgDepCache::Policy | Julian Andres Klode |
2015-08-15 | cachefile.cc: Do not ignore return value of pkgDepCache::Init() | Julian Andres Klode |
2015-08-15 | update: Check if the cache could be opened, don't just assume it | Julian Andres Klode |
2015-08-14 | doc/files.dbk: Improve documentation for {src,}pkgcache.bin | Julian Andres Klode |
2015-08-14 | apt-get: allow non-root --print-uris build-dep | Julian Andres Klode |
2015-08-14 | add {contrib,non-free}/{metapackages,oldlibs} to section specialhandling | David Kalnischkies |
2015-08-14 | apt-cache(8): Drop the #versions >= #package names comparison | Julian Andres Klode |
2015-08-14 | Also add 'in combination with the other options.' to another error | Julian Andres Klode |
2015-08-14 | Set Acquire::Changelogs::URI::Origin::Tanglu for Tanglu changelogs | Julian Andres Klode |
2015-08-14 | debian/control: Remove XS- from Testsuite and bump Standards-Version | Julian Andres Klode |
2015-08-14 | debian/control: Drop the versioned python-apt conflict | Julian Andres Klode |
2015-08-14 | debian/control: Replace debian by Debian | Julian Andres Klode |
2015-08-14 | changelog: Replace reenable by re-enable everywhere | Julian Andres Klode |
2015-08-14 | apt: Add autoremove and auto-remove commands | Julian Andres Klode |
2015-08-14 | Make apt compile with clang++ again | Michael Vogt |
2015-08-14 | Make auto-remove and auto-clean aliases for the versions without - | Julian Andres Klode |
2015-08-14 | apt_preferences(5): Mention overlapping of pin matches | Julian Andres Klode |
2015-08-14 | apt_preferences(5): Correct default pin assignment documentation | Julian Andres Klode |
2015-08-14 | apt-cache(8): Mention that --names-only search provides | Julian Andres Klode |
2015-08-14 | apt-cache: Show an error if stats gets any arguments | Julian Andres Klode |
2015-08-14 | Say "in combination with the other options" if an option is not understood | Julian Andres Klode |
2015-08-14 | Mention that source order only matter per version | Julian Andres Klode |
2015-08-14 | Replace UINT_MAX with std::numeric_limits<unsigned int>::max() | Julian Andres Klode |
2015-08-14 | Add integration test for Pin-Priority range checks | Julian Andres Klode |
2015-08-14 | Replace --force-yes by various options starting with --allow | Julian Andres Klode |
2015-08-14 | Merge branch 'debian/experimental' of https://github.com/DonKult/apt into deb... | Julian Andres Klode |
2015-08-14 | po/fr.po: Remove the unbreakable space before ! in the confirm string | Julian Andres Klode |
2015-08-13 | Accept --upgradeable as synonym for --upgradable | Julian Andres Klode |
2015-08-13 | Use setresuid() and setresgid() where available | Julian Andres Klode |
2015-08-13 | Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]> | Julian Andres Klode |
2015-08-13 | Mark SPtr as deprecated, and convert users to std::unique_ptr | Julian Andres Klode |
2015-08-13 | C++11: Switch from auto_ptr to unique_ptr | Julian Andres Klode |
2015-08-13 | Remove an invalid fi from a testcase | Julian Andres Klode |
2015-08-13 | Fix integration tests for the removal of the Package pin output | Julian Andres Klode |
2015-08-12 | Drop the Section field from pkgCache::Package again | Julian Andres Klode |
2015-08-12 | apt_preferences(5): Re-document how priorities are calculated | Julian Andres Klode |
2015-08-12 | policy: Be more strict about parsing pin files, and document prio 0 | Julian Andres Klode |
2015-08-12 | apt-cache: Improve translateability of the "with priority" thing | Julian Andres Klode |
2015-08-12 | Only make Upgradable() return true for packages with a candidate | Julian Andres Klode |