summaryrefslogtreecommitdiff
path: root/apt-private
AgeCommit message (Expand)Author
2015-10-20Allow -i and -u as aliases for installed and upgradable in listJulian Andres Klode
2015-09-14avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies
2015-09-14do not discard new manual-bits while applying EDSP solutionsDavid Kalnischkies
2015-09-14implement dpkgs vision of interpreting pkg:<arch> dependenciesDavid Kalnischkies
2015-08-31if file is inaccessible for _apt, disable privilege drop in acquireDavid Kalnischkies
2015-08-27install: Set a local deb as the candidate for that packageJulian Andres Klode
2015-08-18Add support for "apt-cache showsrc --only-source srcpkgname"Michael Vogt
2015-08-17Re-add support for G++ 4.8 and configure travis to use itJulian Andres Klode
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-16install: If package already is the newest version, display versionJulian Andres Klode
2015-08-15update: Check if the cache could be opened, don't just assume itJulian Andres Klode
2015-08-14Make auto-remove and auto-clean aliases for the versions without -Julian 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-13Accept --upgradeable as synonym for --upgradableJulian Andres Klode
2015-08-13Mark SPtr as deprecated, and convert users to std::unique_ptrJulian Andres Klode
2015-08-12Replace all "press enter" occurrences with "press [Enter]"Luca Bruno
2015-08-11Annotate more methods with APT_OVERRIDEJulian Andres Klode
2015-08-10add volatile sources support in libapt-pkgDavid Kalnischkies
2015-08-10hide implicit deps in apt-cache again by defaultDavid Kalnischkies
2015-08-10remove the compatibility markers for 4.13 abiDavid Kalnischkies
2015-08-10avoid virtual in the iteratorsDavid Kalnischkies
2015-08-10show or-groups in not-installed recommends and suggests listsDavid Kalnischkies
2015-08-10headers are for declarations onlyDavid Kalnischkies
2015-08-10implement a more generic ShowList methodDavid Kalnischkies
2015-08-10rename 'apt-get files' to 'apt-get indextargets'David Kalnischkies
2015-08-10disable locking even for root in --simulateDavid Kalnischkies
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies
2015-08-10prepare cachesets for -std=c++11David Kalnischkies
2015-08-10fix memory leaks reported by -fsanitizeDavid Kalnischkies
2015-06-15condense parallel requests with the same hashes to oneDavid Kalnischkies
2015-06-15show item ID in Hit, Ign and Err lines as wellDavid Kalnischkies
2015-06-15implement default apt-get file --release-info modeDavid Kalnischkies
2015-06-11implement 'apt-get files' to access index targetsDavid Kalnischkies
2015-05-11rewrite all TFRewrite instances to use the new pkgTagSection::WriteDavid Kalnischkies
2015-04-10add a simple unit test for acquire progressDavid Kalnischkies
2015-04-10reimplement the last uses of sprintfDavid Kalnischkies
2015-03-16fix another d(e)select-upgrade typoDavid Kalnischkies
2014-11-09use the same code to detect quiet setting in all toolsDavid Kalnischkies
2014-11-09streamline display of --help in all toolsDavid Kalnischkies
2014-11-08use a abi version check similar to the gcc checkDavid Kalnischkies
2014-10-23chown finished partial files earlierDavid Kalnischkies
2014-10-20reenable support for -s (and co) in apt-get sourceDavid Kalnischkies
2014-10-15check for available space, excluding root reserved blocksDavid Kalnischkies
2014-10-15don't drop privileges if _apt has not enough rightsDavid Kalnischkies
2014-10-07don't show ErrorText for Ign by defaultDavid Kalnischkies
2014-10-07display errortext for all Err as well as Ign logsDavid Kalnischkies
2014-10-07ensure partial dirs are 0700 and owned by _apt:rootDavid Kalnischkies
2014-10-01Use Acquire::Allow{InsecureRepositories,DowngradeToInsecureRepositories}Michael Vogt