summaryrefslogtreecommitdiff
path: root/cmdline/apt-get.cc
AgeCommit message (Expand)Author
2019-01-27Add a "reinstall" command as an alias for "install --reinstall".Josh Triplett
2018-12-03Provide a "autopurge" shortcutJulian Andres Klode
2018-08-29Fix typos reported by codespell & spellintianDavid Kalnischkies
2018-05-07Remove obsolete RCS keywordsGuillem Jover
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2017-07-12Drop cacheiterators.h includeJulian Andres Klode
2016-07-05indextargets: Check that cache could be built before using itJulian Andres Klode
2016-05-28look into the right textdomain for apt-utils againDavid Kalnischkies
2016-01-08keep compressed indexes in a low-cost formatDavid Kalnischkies
2015-11-29drop some needlessly public declarations in libapt-privateDavid Kalnischkies
2015-11-29use function pointers instead of weak symbols for cmdline parsingDavid Kalnischkies
2015-11-04revamp all tools help messagesDavid Kalnischkies
2015-11-04hidden support more apt-get/apt-cache commands in aptDavid Kalnischkies
2015-11-04deal with --version more centrallyDavid Kalnischkies
2015-11-04move apts cmdline helper type into -privateDavid Kalnischkies
2015-11-04generate commands array after config is loadedDavid Kalnischkies
2015-11-04new quiet level -qq for apt to hide progress outputDavid Kalnischkies
2015-11-04deduplicate main methodsDavid Kalnischkies
2015-11-04split up help messages for simpler reuseDavid Kalnischkies
2015-09-14implement apt-get source msg 'Please use: $vcs' for gitDavid Kalnischkies
2015-08-31if file is inaccessible for _apt, disable privilege drop in acquireDavid Kalnischkies
2015-08-29implement indextargets option 'DefaultEnabled'David Kalnischkies
2015-08-28implement PDiff patching for compressed filesDavid Kalnischkies
2015-08-27sources.list and indextargets option for pdiffsDavid Kalnischkies
2015-08-27use always priv-dropping for changelog download as rootDavid Kalnischkies
2015-08-18Provide "apt-get full-upgrade" to match "apt full-upgrade"Michael Vogt
2015-08-14apt-get: allow non-root --print-uris build-depJulian Andres Klode
2015-08-14Make auto-remove and auto-clean aliases for the versions without -Julian Andres Klode
2015-08-13Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>Julian Andres Klode
2015-08-13Mark SPtr as deprecated, and convert users to std::unique_ptrJulian Andres Klode
2015-08-11apt-get: Do not include apt-pkg/indexrecords.hJulian Andres Klode
2015-08-10no value for MultiArch field is 'no', not 'none'David Kalnischkies
2015-08-10remove the compatibility markers for 4.13 abiDavid Kalnischkies
2015-08-10show or-groups in not-installed recommends and suggests listsDavid Kalnischkies
2015-08-10headers are for declarations onlyDavid Kalnischkies
2015-08-10rename 'apt-get files' to 'apt-get indextargets'David Kalnischkies
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies
2015-08-10merge indexRecords into metaIndexDavid Kalnischkies
2015-08-10support lang= and target= sources.list optionsDavid Kalnischkies
2015-08-10fix memory leaks reported by -fsanitizeDavid Kalnischkies
2015-06-15provide a public interface for acquiring changelogsDavid 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-11drop incorrect parameter implicitely converted to boolDavid Kalnischkies
2015-04-10add a simple unit test for acquire progressDavid Kalnischkies
2015-03-16stop displaying time of build in online helpJérémy Bobbio
2015-03-16merge debian/sid into debian/experimentalDavid Kalnischkies
2014-11-10use 'best' hash for source authenticationDavid Kalnischkies
2014-11-09use pkgAcquire::GetLock instead of own codeDavid Kalnischkies
2014-11-09streamline display of --help in all toolsDavid Kalnischkies