summaryrefslogtreecommitdiff
path: root/cmdline/apt-cache.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix -Wmissing-field-initializers warningsDavid Kalnischkies2014-03-131-1/+1
* squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt2013-08-121-81/+35
* use FileFd::Write instead of fwrite for errorsDavid Kalnischkies2013-07-261-3/+4
* fix 'apt-cache search' crash with missing descriptionDavid Kalnischkies2013-07-181-11/+22
* skip all Description fields in apt-cache, not just firstDavid Kalnischkies2013-07-181-17/+35
* handle missing "Description" in apt-cache showDavid Kalnischkies2013-06-201-15/+32
* fix support for multiple patterns in apt-cache searchDavid Kalnischkies2013-06-091-28/+51
* initialize the whole search array with zeroDavid Kalnischkies2013-06-091-1/+1
* * cmdline/apt-cache.cc:David Kalnischkies2012-09-261-3/+7