summaryrefslogtreecommitdiff
path: root/apt-private
Commit message (Expand)AuthorAgeFilesLines
* move apts cmdline helper type into -privateDavid Kalnischkies2015-11-042-10/+20
* generate commands array after config is loadedDavid Kalnischkies2015-11-042-46/+68
* new quiet level -qq for apt to hide progress outputDavid Kalnischkies2015-11-045-14/+29
* deduplicate main methodsDavid Kalnischkies2015-11-044-9/+99
* split up help messages for simpler reuseDavid Kalnischkies2015-11-042-9/+10
* disable updating insecure repositories in apt by defaultDavid Kalnischkies2015-11-041-0/+1
* move 'search' implementations as wellDavid Kalnischkies2015-11-043-5/+211
* centralize 'show' implementation of apt and apt-cacheDavid Kalnischkies2015-11-043-46/+174
* add binary-specific options via Binary scopeDavid Kalnischkies2015-11-041-2/+16
* suggest 'apt autoremove' to get right of unneeded packagesDavid Kalnischkies2015-11-041-1/+5
* support .deb files in upgrade operations as wellDavid Kalnischkies2015-11-043-26/+31
* allow all dpkg selections to be set via apt-mark and libaptDavid Kalnischkies2015-11-041-8/+20
* Allow -i and -u as aliases for installed and upgradable in listJulian Andres Klode2015-10-201-2/+2
* avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies2015-09-141-1/+1
* do not discard new manual-bits while applying EDSP solutionsDavid Kalnischkies2015-09-141-7/+2
* implement dpkgs vision of interpreting pkg:<arch> dependenciesDavid Kalnischkies2015-09-142-0/+71
* if file is inaccessible for _apt, disable privilege drop in acquireDavid Kalnischkies2015-08-312-51/+0
* install: Set a local deb as the candidate for that packageJulian Andres Klode2015-08-271-0/+12
* Add support for "apt-cache showsrc --only-source srcpkgname"Michael Vogt2015-08-181-1/+5
* Re-add support for G++ 4.8 and configure travis to use itJulian Andres Klode2015-08-172-2/+2
* 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
* install: If package already is the newest version, display versionJulian Andres Klode2015-08-161-2/+3
* update: Check if the cache could be opened, don't just assume itJulian Andres Klode2015-08-151-1/+2
* Make auto-remove and auto-clean aliases for the versions without -Julian Andres Klode2015-08-142-3/+4
* Replace --force-yes by various options starting with --allowJulian Andres Klode2015-08-143-16/+36
* Merge branch 'debian/experimental' of https://github.com/DonKult/apt into deb...Julian Andres Klode2015-08-141-1/+1
|\
| * Replace all "press enter" occurrences with "press [Enter]"Luca Bruno2015-08-121-1/+1
* | Accept --upgradeable as synonym for --upgradableJulian Andres Klode2015-08-131-0/+1
* | Mark SPtr as deprecated, and convert users to std::unique_ptrJulian Andres Klode2015-08-131-5/+5
|/
* Annotate more methods with APT_OVERRIDEJulian Andres Klode2015-08-111-1/+1
* add volatile sources support in libapt-pkgDavid Kalnischkies2015-08-102-39/+3
* hide implicit deps in apt-cache again by defaultDavid Kalnischkies2015-08-101-0/+1
* remove the compatibility markers for 4.13 abiDavid Kalnischkies2015-08-101-10/+0
* avoid virtual in the iteratorsDavid Kalnischkies2015-08-101-3/+2
* show or-groups in not-installed recommends and suggests listsDavid Kalnischkies2015-08-106-154/+95
* headers are for declarations onlyDavid Kalnischkies2015-08-102-216/+242
* implement a more generic ShowList methodDavid Kalnischkies2015-08-106-236/+299
* rename 'apt-get files' to 'apt-get indextargets'David Kalnischkies2015-08-101-3/+3
* disable locking even for root in --simulateDavid Kalnischkies2015-08-101-3/+5
* add c++11 override marker to overridden methodsDavid Kalnischkies2015-08-103-17/+19
* prepare cachesets for -std=c++11David Kalnischkies2015-08-101-1/+1
* fix memory leaks reported by -fsanitizeDavid Kalnischkies2015-08-102-13/+23
* condense parallel requests with the same hashes to oneDavid Kalnischkies2015-06-151-5/+1
* show item ID in Hit, Ign and Err lines as wellDavid Kalnischkies2015-06-152-10/+31
* implement default apt-get file --release-info modeDavid Kalnischkies2015-06-151-0/+1
* implement 'apt-get files' to access index targetsDavid Kalnischkies2015-06-111-0/+4
* rewrite all TFRewrite instances to use the new pkgTagSection::WriteDavid Kalnischkies2015-05-111-22/+24
* add a simple unit test for acquire progressDavid Kalnischkies2015-04-104-32/+31
* reimplement the last uses of sprintfDavid Kalnischkies2015-04-102-89/+88