summaryrefslogtreecommitdiff
path: root/cmdline/apt-get.cc
Commit message (Expand)AuthorAgeFilesLines
* sptr: Remove deprecated smart pointer classesJulian Andres Klode2019-02-261-1/+0
* Add a "reinstall" command as an alias for "install --reinstall".Josh Triplett2019-01-271-0/+1
* Provide a "autopurge" shortcutJulian Andres Klode2018-12-031-0/+1
* Fix typos reported by codespell & spellintianDavid Kalnischkies2018-08-291-1/+1
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-11/+11
* Drop cacheiterators.h includeJulian Andres Klode2017-07-121-1/+0
* indextargets: Check that cache could be built before using itJulian Andres Klode2016-07-051-3/+3
* look into the right textdomain for apt-utils againDavid Kalnischkies2016-05-281-2/+0
* keep compressed indexes in a low-cost formatDavid Kalnischkies2016-01-081-0/+2
* drop some needlessly public declarations in libapt-privateDavid Kalnischkies2015-11-291-2/+2
* use function pointers instead of weak symbols for cmdline parsingDavid Kalnischkies2015-11-291-1/+1
* revamp all tools help messagesDavid Kalnischkies2015-11-041-33/+14
* hidden support more apt-get/apt-cache commands in aptDavid Kalnischkies2015-11-041-1184/+1
* deal with --version more centrallyDavid Kalnischkies2015-11-041-11/+2
* move apts cmdline helper type into -privateDavid Kalnischkies2015-11-041-3/+2
* generate commands array after config is loadedDavid Kalnischkies2015-11-041-8/+9
* new quiet level -qq for apt to hide progress outputDavid Kalnischkies2015-11-041-10/+3
* deduplicate main methodsDavid Kalnischkies2015-11-041-22/+5
* split up help messages for simpler reuseDavid Kalnischkies2015-11-041-47/+40
* implement apt-get source msg 'Please use: $vcs' for gitDavid Kalnischkies2015-09-141-21/+13
* if file is inaccessible for _apt, disable privilege drop in acquireDavid Kalnischkies2015-08-311-8/+0
* implement indextargets option 'DefaultEnabled'David Kalnischkies2015-08-291-0/+2
* implement PDiff patching for compressed filesDavid Kalnischkies2015-08-281-1/+4
* sources.list and indextargets option for pdiffsDavid Kalnischkies2015-08-271-1/+6
* use always priv-dropping for changelog download as rootDavid Kalnischkies2015-08-271-4/+1
* Provide "apt-get full-upgrade" to match "apt full-upgrade"Michael Vogt2015-08-181-0/+1
* apt-get: allow non-root --print-uris build-depJulian Andres Klode2015-08-141-1/+3
* Make auto-remove and auto-clean aliases for the versions without -Julian Andres Klode2015-08-141-0/+2
* Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>Julian Andres Klode2015-08-131-1/+1
* Mark SPtr as deprecated, and convert users to std::unique_ptrJulian Andres Klode2015-08-131-3/+3
* apt-get: Do not include apt-pkg/indexrecords.hJulian Andres Klode2015-08-111-1/+0
* no value for MultiArch field is 'no', not 'none'David Kalnischkies2015-08-101-2/+2
* remove the compatibility markers for 4.13 abiDavid Kalnischkies2015-08-101-33/+0
* show or-groups in not-installed recommends and suggests listsDavid Kalnischkies2015-08-101-4/+4
* headers are for declarations onlyDavid Kalnischkies2015-08-101-0/+1
* rename 'apt-get files' to 'apt-get indextargets'David Kalnischkies2015-08-101-5/+5
* add c++11 override marker to overridden methodsDavid Kalnischkies2015-08-101-1/+1
* merge indexRecords into metaIndexDavid Kalnischkies2015-08-101-21/+14
* support lang= and target= sources.list optionsDavid Kalnischkies2015-08-101-2/+2
* fix memory leaks reported by -fsanitizeDavid Kalnischkies2015-08-101-5/+3
* provide a public interface for acquiring changelogsDavid Kalnischkies2015-06-151-165/+39
* implement default apt-get file --release-info modeDavid Kalnischkies2015-06-151-3/+23
* implement 'apt-get files' to access index targetsDavid Kalnischkies2015-06-111-0/+87
* drop incorrect parameter implicitely converted to boolDavid Kalnischkies2015-05-111-2/+2
* add a simple unit test for acquire progressDavid Kalnischkies2015-04-101-3/+3
* stop displaying time of build in online helpJérémy Bobbio2015-03-161-5/+4
* merge debian/sid into debian/experimentalDavid Kalnischkies2015-03-161-4/+4
|\
| * use 'best' hash for source authenticationDavid Kalnischkies2014-11-101-12/+16
| * apt-get: Create the temporary downloaded changelog inside tmpdirGuillem Jover2014-10-021-1/+1