summaryrefslogtreecommitdiff
path: root/cmdline/apt-cache.cc
AgeCommit message (Expand)Author
2015-08-18Add support for "apt-cache showsrc --only-source srcpkgname"Michael Vogt
2015-08-16Show full package records in apt-cache search -fKusanagi Kouichi
2015-08-16When looking if Provides match, OR them with the normal patchesJulian Andres Klode
2015-08-14apt-cache: Show an error if stats gets any argumentsJulian Andres Klode
2015-08-13Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>Julian Andres Klode
2015-08-12apt-cache: Improve translateability of the "with priority" thingJulian Andres Klode
2015-08-12apt-cache: Modify policy output to use per-version pinsJulian Andres Klode
2015-08-10just-in-time creation for (implicit) ProvidesDavid Kalnischkies
2015-08-10hide implicit deps in apt-cache again by defaultDavid Kalnischkies
2015-08-10remove the compatibility markers for 4.13 abiDavid Kalnischkies
2015-08-10split-up Dependency structDavid Kalnischkies
2015-08-10fix memory leaks reported by -fsanitizeDavid Kalnischkies
2015-08-10apt-cache: Change version pin output to use per-version pinsJulian Andres Klode
2015-06-15hide Translation-* in 'apt-cache policy' outputDavid Kalnischkies
2015-06-12store Release files data in the CacheDavid Kalnischkies
2015-05-11rewrite all TFRewrite instances to use the new pkgTagSection::WriteDavid Kalnischkies
2015-03-16stop displaying time of build in online helpJérémy Bobbio
2014-11-18various small additional tests and testcasesDavid Kalnischkies
2014-11-09use the same code to detect quiet setting in all toolsDavid Kalnischkies
2014-11-09streamline display of --help in all toolsDavid Kalnischkies
2014-11-08guard pkg/grp hashtable creation changesDavid Kalnischkies
2014-11-08guard ABI changes for SourcePkg/Ver in pkgCacheDavid Kalnischkies
2014-09-27store source name and version in binary cacheDavid Kalnischkies
2014-09-27adapt to the new CacheSetHelper APIDavid Kalnischkies
2014-09-27rework cachesets API to allow future extensionDavid Kalnischkies
2014-09-27count strings more accurately for statsDavid Kalnischkies
2014-09-05Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2014-09-02Use heap to allocate PatternMatch to avoid potential stack overflowMichael Vogt
2014-06-18correct 'apt-cache stats' to include moreDavid Kalnischkies
2014-06-18cleanup datatypes mix used in binary cacheDavid Kalnischkies
2014-06-18Merge remote-tracking branch 'mvo/feature/hash-stats' into debian/experimentalMichael Vogt
2014-06-18Provide ShowHashTableStats functionMichael Vogt
2014-06-18improve formating of the hash statsMichael Vogt
2014-06-10support Acquire::GzipIndexes in dumpavailDavid Kalnischkies
2014-05-29add hashtable statsMichael Vogt
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies
2014-03-13warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies
2014-03-13fix -Wmissing-field-initializers warningsDavid Kalnischkies
2013-08-12squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt
2013-07-26use FileFd::Write instead of fwrite for errorsDavid Kalnischkies
2013-07-18fix 'apt-cache search' crash with missing descriptionDavid Kalnischkies
2013-07-18skip all Description fields in apt-cache, not just firstDavid Kalnischkies
2013-06-20handle missing "Description" in apt-cache showDavid Kalnischkies
2013-06-09fix support for multiple patterns in apt-cache searchDavid Kalnischkies
2013-06-09initialize the whole search array with zeroDavid Kalnischkies
2012-09-26* cmdline/apt-cache.cc:David Kalnischkies
2012-03-22the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies
2012-02-25* cmdline/apt-cache.cc:David Kalnischkies