summaryrefslogtreecommitdiff
path: root/cmdline/apt-cache.cc
Commit message (Expand)AuthorAgeFilesLines
* revamp all tools help messagesDavid Kalnischkies2015-11-041-15/+7
* hidden support more apt-get/apt-cache commands in aptDavid Kalnischkies2015-11-041-321/+1
* deal with --version more centrallyDavid Kalnischkies2015-11-041-14/+2
* move apts cmdline helper type into -privateDavid Kalnischkies2015-11-041-3/+2
* generate commands array after config is loadedDavid Kalnischkies2015-11-041-6/+9
* deduplicate main methodsDavid Kalnischkies2015-11-041-17/+5
* split up help messages for simpler reuseDavid Kalnischkies2015-11-041-45/+35
* move 'search' implementations as wellDavid Kalnischkies2015-11-041-200/+2
* centralize 'show' implementation of apt and apt-cacheDavid Kalnischkies2015-11-041-140/+2
* various changes to increase test-coverageDavid Kalnischkies2015-09-141-3/+4
* implement dpkgs vision of interpreting pkg:<arch> dependenciesDavid Kalnischkies2015-09-141-3/+2
* Add support for "apt-cache showsrc --only-source srcpkgname"Michael Vogt2015-08-181-0/+4
* Show full package records in apt-cache search -fKusanagi Kouichi2015-08-161-7/+4
* When looking if Provides match, OR them with the normal patchesJulian Andres Klode2015-08-161-1/+1
* apt-cache: Show an error if stats gets any argumentsJulian Andres Klode2015-08-141-1/+6
* Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>Julian Andres Klode2015-08-131-3/+3
* apt-cache: Improve translateability of the "with priority" thingJulian Andres Klode2015-08-121-2/+2
* apt-cache: Modify policy output to use per-version pinsJulian Andres Klode2015-08-121-13/+30
* just-in-time creation for (implicit) ProvidesDavid Kalnischkies2015-08-101-2/+2
* hide implicit deps in apt-cache again by defaultDavid Kalnischkies2015-08-101-3/+8
* remove the compatibility markers for 4.13 abiDavid Kalnischkies2015-08-101-3/+1
* split-up Dependency structDavid Kalnischkies2015-08-101-4/+5
* fix memory leaks reported by -fsanitizeDavid Kalnischkies2015-08-101-0/+1
* apt-cache: Change version pin output to use per-version pinsJulian Andres Klode2015-08-101-1/+1
* hide Translation-* in 'apt-cache policy' outputDavid Kalnischkies2015-06-151-0/+2
* store Release files data in the CacheDavid Kalnischkies2015-06-121-3/+8
* rewrite all TFRewrite instances to use the new pkgTagSection::WriteDavid Kalnischkies2015-05-111-9/+12
* stop displaying time of build in online helpJérémy Bobbio2015-03-161-3/+2
* various small additional tests and testcasesDavid Kalnischkies2014-11-181-2/+2
* use the same code to detect quiet setting in all toolsDavid Kalnischkies2014-11-091-3/+1
* streamline display of --help in all toolsDavid Kalnischkies2014-11-091-16/+2
* guard pkg/grp hashtable creation changesDavid Kalnischkies2014-11-081-5/+8
* guard ABI changes for SourcePkg/Ver in pkgCacheDavid Kalnischkies2014-11-081-0/+2
* store source name and version in binary cacheDavid Kalnischkies2014-09-271-0/+2
* adapt to the new CacheSetHelper APIDavid Kalnischkies2014-09-271-6/+6
* rework cachesets API to allow future extensionDavid Kalnischkies2014-09-271-6/+6
* count strings more accurately for statsDavid Kalnischkies2014-09-271-14/+39
* Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-051-2/+3
|\
| * Use heap to allocate PatternMatch to avoid potential stack overflowMichael Vogt2014-09-021-2/+3
* | correct 'apt-cache stats' to include moreDavid Kalnischkies2014-06-181-24/+32
* | cleanup datatypes mix used in binary cacheDavid Kalnischkies2014-06-181-1/+1
* | Merge remote-tracking branch 'mvo/feature/hash-stats' into debian/experimentalMichael Vogt2014-06-181-1/+45
|\ \ | |/ |/|
| * Provide ShowHashTableStats functionMichael Vogt2014-06-181-55/+43
| * improve formating of the hash statsMichael Vogt2014-06-181-15/+15
| * add hashtable statsMichael Vogt2014-05-291-1/+57
* | support Acquire::GzipIndexes in dumpavailDavid Kalnischkies2014-06-101-1/+1
|/
* follow method attribute suggestions by gccDavid Kalnischkies2014-03-131-1/+1
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-21/+30
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-6/+6
* warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies2014-03-131-24/+24