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