summaryrefslogtreecommitdiff
path: root/cmdline/apt-cache.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* * cmdline/apt-cache.cc:David Kalnischkies2011-02-041-57/+2
* cmdline/apt-cache.cc: Create an error for apt-cache dependsJulian Andres Klode2010-12-071-1/+1
* * cmdline/apt-cache.cc:David Kalnischkies2010-09-241-2/+2
* remove useless GetInitialize methodDavid Kalnischkies2010-08-281-11/+0
* show in madison command again also source packages (LP: #614589)David Kalnischkies2010-08-251-5/+11
* - return success in show if a virtual package was givenDavid Kalnischkies2010-07-301-26/+38
* - [ABI BREAK] add an ErrorType option to CacheSetHelperDavid Kalnischkies2010-07-301-8/+16
* - show in (r)depends the canidate per default instead of newestDavid Kalnischkies2010-07-261-146/+64
* add APT::Cache::ShowOnlyFirstOr option to print only the firstDavid Kalnischkies2010-07-261-2/+10
* * apt-pkg/cacheset.cc:David Kalnischkies2010-07-171-2/+1
* * cmdline/apt-cache.cc:David Kalnischkies2010-07-161-15/+62
* [ Martin Pitt ]David Kalnischkies2010-07-111-1/+1
|\
| * Switch FileFd to not transparently gunzip, since that breaks code which expec...martin@piware.de2010-06-241-1/+1
* | give the APT::Cache::Generate option her effect backDavid Kalnischkies2010-06-261-1/+3
* | do not override the user set quiet setting even if the target is not a ttyDavid Kalnischkies2010-06-261-1/+1
* | print all messages if the application is in an interactive runDavid Kalnischkies2010-06-251-7/+5
* | * cmdline/apt-get.cc:David Kalnischkies2010-06-191-1/+2
* | use the GroupedFromCommandLine() method in the dotty and xvcg commandDavid Kalnischkies2010-06-061-56/+28
* | do not fail if an unrelated error is pending in DisplayRecord()David Kalnischkies2010-06-051-4/+4
* | accept package versions in the unmet commandDavid Kalnischkies2010-06-051-23/+34
* | apt-cache show --no-all-versions should issues the CandidateDavid Kalnischkies2010-06-051-1/+1
* | Don't increase the commandline parameter in the library but in theDavid Kalnischkies2010-06-051-6/+6
* | add --target-release option (Closes: #115520)David Kalnischkies2010-06-051-0/+2
* | Add a option to apt-cache policy to additionally init the DepCache beforeDavid Kalnischkies2010-06-051-0/+6
* | use pkgCacheFile and the new CacheSets all over the placeDavid Kalnischkies2010-06-051-205/+194
* | rename packageset into cacheset while it is not too lateDavid Kalnischkies2010-05-311-1/+1
* | * cmdline/apt-cache.cc:David Kalnischkies2010-05-311-37/+40
* | i managed to commit broken codeā€¦ which (at least in my mind) workedDavid Kalnischkies2010-05-311-1/+1
* | move cmdline parsing from apt-cache to new FromCommandLine methodDavid Kalnischkies2010-05-311-59/+21