summaryrefslogtreecommitdiff
path: root/cmdline/apt-cache.cc
AgeCommit message (Expand)AuthorFilesLines
2014-06-10support Acquire::GzipIndexes in dumpavailDavid Kalnischkies1-1/+1
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies1-1/+1
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-21/+30
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies1-6/+6
2014-03-13warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies1-24/+24
2014-03-13fix -Wmissing-field-initializers warningsDavid Kalnischkies1-1/+1
2013-08-12squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt1-81/+35
2013-07-26use FileFd::Write instead of fwrite for errorsDavid Kalnischkies1-3/+4
2013-07-18fix 'apt-cache search' crash with missing descriptionDavid Kalnischkies1-11/+22
2013-07-18skip all Description fields in apt-cache, not just firstDavid Kalnischkies1-17/+35
2013-06-20handle missing "Description" in apt-cache showDavid Kalnischkies1-15/+32
2013-06-09fix support for multiple patterns in apt-cache searchDavid Kalnischkies1-28/+51
2013-06-09initialize the whole search array with zeroDavid Kalnischkies1-1/+1
2012-09-26* cmdline/apt-cache.cc:David Kalnischkies1-3/+7
2012-03-22the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies1-1/+1
2012-02-25* cmdline/apt-cache.cc:David Kalnischkies1-1/+1
2011-12-10enable FileFd to guess the compressor based on the filename if requested orDavid Kalnischkies1-1/+1
2011-11-11 - provide a {Package,Version}List similar to {Package,Version}SetDavid Kalnischkies1-14/+14
2011-11-09* apt-pkg/cacheset.cc:David Kalnischkies1-4/+4
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-1/+5
2011-09-13merge with debian/experimentalDavid Kalnischkies1-52/+52
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-5/+5
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies1-52/+52
2011-05-11convert a lot of places to use IsNegative instead of checking by handDavid Kalnischkies1-10/+4
2011-04-21* cmdline/apt-get.cc:David Kalnischkies1-4/+3
2011-04-16fix a bunch of cppcheck warnings/errors based on a patch byDavid Kalnischkies1-0/+3
2011-03-08Remove the "pseudopackage" handling of Architecture: all packages forDavid Kalnischkies1-9/+1
2011-02-04* cmdline/apt-cache.cc:David Kalnischkies1-57/+2
2010-12-07cmdline/apt-cache.cc: Create an error for apt-cache dependsJulian Andres Klode1-1/+1
2010-09-24* cmdline/apt-cache.cc:David Kalnischkies1-2/+2
2010-08-28remove useless GetInitialize methodDavid Kalnischkies1-11/+0
2010-08-25show in madison command again also source packages (LP: #614589)David Kalnischkies1-5/+11
2010-07-30 - return success in show if a virtual package was givenDavid Kalnischkies1-26/+38
2010-07-30 - [ABI BREAK] add an ErrorType option to CacheSetHelperDavid Kalnischkies1-8/+16
2010-07-26 - show in (r)depends the canidate per default instead of newestDavid Kalnischkies1-146/+64
2010-07-26add APT::Cache::ShowOnlyFirstOr option to print only the firstDavid Kalnischkies1-2/+10
2010-07-17* apt-pkg/cacheset.cc:David Kalnischkies1-2/+1
2010-07-16* cmdline/apt-cache.cc:David Kalnischkies1-15/+62
2010-07-11[ Martin Pitt ]David Kalnischkies1-1/+1
2010-06-26give the APT::Cache::Generate option her effect backDavid Kalnischkies1-1/+3
2010-06-26do not override the user set quiet setting even if the target is not a ttyDavid Kalnischkies1-1/+1
2010-06-25print all messages if the application is in an interactive runDavid Kalnischkies1-7/+5
2010-06-24Switch FileFd to not transparently gunzip, since that breaks code which expec...martin@piware.de1-1/+1
2010-06-19* cmdline/apt-get.cc:David Kalnischkies1-1/+2
2010-06-06use the GroupedFromCommandLine() method in the dotty and xvcg commandDavid Kalnischkies1-56/+28
2010-06-05do not fail if an unrelated error is pending in DisplayRecord()David Kalnischkies1-4/+4
2010-06-05accept package versions in the unmet commandDavid Kalnischkies1-23/+34
2010-06-05apt-cache show --no-all-versions should issues the CandidateDavid Kalnischkies1-1/+1
2010-06-05Don't increase the commandline parameter in the library but in theDavid Kalnischkies1-6/+6
2010-06-05add --target-release option (Closes: #115520)David Kalnischkies1-0/+2