summaryrefslogtreecommitdiff
path: root/cmdline/apt-cache.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies2012-03-221-1/+1
* * cmdline/apt-cache.cc:David Kalnischkies2012-02-251-1/+1
* enable FileFd to guess the compressor based on the filename if requested orDavid Kalnischkies2011-12-101-1/+1
* - provide a {Package,Version}List similar to {Package,Version}SetDavid Kalnischkies2011-11-111-14/+14
* * apt-pkg/cacheset.cc:David Kalnischkies2011-11-091-4/+4
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-1/+5
* merge with debian/experimentalDavid Kalnischkies2011-09-131-52/+52
|\
| * cppcheck complains about some possible speed improvements which could beDavid Kalnischkies2011-08-111-52/+52
* | reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-5/+5
|/
* convert a lot of places to use IsNegative instead of checking by handDavid Kalnischkies2011-05-111-10/+4
* * cmdline/apt-get.cc:David Kalnischkies2011-04-211-4/+3
* fix a bunch of cppcheck warnings/errors based on a patch byDavid Kalnischkies2011-04-161-0/+3
* Remove the "pseudopackage" handling of Architecture: all packages forDavid Kalnischkies2011-03-081-9/+1