summaryrefslogtreecommitdiff
path: root/cmdline/apt-cache.cc
AgeCommit message (Expand)AuthorFilesLines
2016-07-02use +0000 instead of UTC by default as timezone in outputDavid Kalnischkies1-1/+1
2016-05-28look into the right textdomain for apt-utils againDavid Kalnischkies1-2/+0
2016-01-03apt-cache: stats: Show a table utilization as percentageJulian Andres Klode1-0/+1
2016-01-03apt-cache: stats: Average is over used, not all, bucketsJulian Andres Klode1-1/+1
2015-11-29drop some needlessly public declarations in libapt-privateDavid Kalnischkies1-2/+2
2015-11-29move 'unmet' handling into libapt-privateDavid Kalnischkies1-103/+1
2015-11-29use function pointers instead of weak symbols for cmdline parsingDavid Kalnischkies1-1/+1
2015-11-21review of new/changed translatable program stringsJustin B Rye1-4/+4
2015-11-04revamp all tools help messagesDavid Kalnischkies1-15/+7
2015-11-04hidden support more apt-get/apt-cache commands in aptDavid Kalnischkies1-321/+1
2015-11-04deal with --version more centrallyDavid Kalnischkies1-14/+2
2015-11-04move apts cmdline helper type into -privateDavid Kalnischkies1-3/+2
2015-11-04generate commands array after config is loadedDavid Kalnischkies1-6/+9
2015-11-04deduplicate main methodsDavid Kalnischkies1-17/+5
2015-11-04split up help messages for simpler reuseDavid Kalnischkies1-45/+35
2015-11-04move 'search' implementations as wellDavid Kalnischkies1-200/+2
2015-11-04centralize 'show' implementation of apt and apt-cacheDavid Kalnischkies1-140/+2
2015-09-14various changes to increase test-coverageDavid Kalnischkies1-3/+4
2015-09-14implement dpkgs vision of interpreting pkg:<arch> dependenciesDavid Kalnischkies1-3/+2
2015-08-18Add support for "apt-cache showsrc --only-source srcpkgname"Michael Vogt1-0/+4
2015-08-16Show full package records in apt-cache search -fKusanagi Kouichi1-7/+4
2015-08-16When looking if Provides match, OR them with the normal patchesJulian Andres Klode1-1/+1
2015-08-14apt-cache: Show an error if stats gets any argumentsJulian Andres Klode1-1/+6
2015-08-13Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>Julian Andres Klode1-3/+3
2015-08-12apt-cache: Improve translateability of the "with priority" thingJulian Andres Klode1-2/+2
2015-08-12apt-cache: Modify policy output to use per-version pinsJulian Andres Klode1-13/+30
2015-08-10just-in-time creation for (implicit) ProvidesDavid Kalnischkies1-2/+2
2015-08-10hide implicit deps in apt-cache again by defaultDavid Kalnischkies1-3/+8
2015-08-10remove the compatibility markers for 4.13 abiDavid Kalnischkies1-3/+1
2015-08-10split-up Dependency structDavid Kalnischkies1-4/+5
2015-08-10fix memory leaks reported by -fsanitizeDavid Kalnischkies1-0/+1
2015-08-10apt-cache: Change version pin output to use per-version pinsJulian Andres Klode1-1/+1
2015-06-15hide Translation-* in 'apt-cache policy' outputDavid Kalnischkies1-0/+2
2015-06-12store Release files data in the CacheDavid Kalnischkies1-3/+8
2015-05-11rewrite all TFRewrite instances to use the new pkgTagSection::WriteDavid Kalnischkies1-9/+12
2015-03-16stop displaying time of build in online helpJérémy Bobbio1-3/+2
2014-11-18various small additional tests and testcasesDavid Kalnischkies1-2/+2
2014-11-09use the same code to detect quiet setting in all toolsDavid Kalnischkies1-3/+1
2014-11-09streamline display of --help in all toolsDavid Kalnischkies1-16/+2
2014-11-08guard pkg/grp hashtable creation changesDavid Kalnischkies1-5/+8
2014-11-08guard ABI changes for SourcePkg/Ver in pkgCacheDavid Kalnischkies1-0/+2
2014-09-27store source name and version in binary cacheDavid Kalnischkies1-0/+2
2014-09-27adapt to the new CacheSetHelper APIDavid Kalnischkies1-6/+6
2014-09-27rework cachesets API to allow future extensionDavid Kalnischkies1-6/+6
2014-09-27count strings more accurately for statsDavid Kalnischkies1-14/+39
2014-09-05Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-2/+3
2014-09-02Use heap to allocate PatternMatch to avoid potential stack overflowMichael Vogt1-2/+3
2014-06-18correct 'apt-cache stats' to include moreDavid Kalnischkies1-24/+32
2014-06-18cleanup datatypes mix used in binary cacheDavid Kalnischkies1-1/+1
2014-06-18Merge remote-tracking branch 'mvo/feature/hash-stats' into debian/experimentalMichael Vogt1-1/+45