summaryrefslogtreecommitdiff
path: root/cmdline/apt-cache.cc
AgeCommit message (Expand)Author
2010-09-24* cmdline/apt-cache.cc:David Kalnischkies
2010-08-28remove useless GetInitialize methodDavid Kalnischkies
2010-08-25show in madison command again also source packages (LP: #614589)David Kalnischkies
2010-07-30 - return success in show if a virtual package was givenDavid Kalnischkies
2010-07-30 - [ABI BREAK] add an ErrorType option to CacheSetHelperDavid Kalnischkies
2010-07-26 - show in (r)depends the canidate per default instead of newestDavid Kalnischkies
2010-07-26add APT::Cache::ShowOnlyFirstOr option to print only the firstDavid Kalnischkies
2010-07-17* apt-pkg/cacheset.cc:David Kalnischkies
2010-07-16* cmdline/apt-cache.cc:David Kalnischkies
2010-07-11[ Martin Pitt ]David Kalnischkies
2010-06-26give the APT::Cache::Generate option her effect backDavid Kalnischkies
2010-06-26do not override the user set quiet setting even if the target is not a ttyDavid Kalnischkies
2010-06-25print all messages if the application is in an interactive runDavid Kalnischkies
2010-06-24Switch FileFd to not transparently gunzip, since that breaks code which expec...martin@piware.de
2010-06-19* cmdline/apt-get.cc:David Kalnischkies
2010-06-06use the GroupedFromCommandLine() method in the dotty and xvcg commandDavid Kalnischkies
2010-06-05do not fail if an unrelated error is pending in DisplayRecord()David Kalnischkies
2010-06-05accept package versions in the unmet commandDavid Kalnischkies
2010-06-05apt-cache show --no-all-versions should issues the CandidateDavid Kalnischkies
2010-06-05Don't increase the commandline parameter in the library but in theDavid Kalnischkies
2010-06-05add --target-release option (Closes: #115520)David Kalnischkies
2010-06-05Add a option to apt-cache policy to additionally init the DepCache beforeDavid Kalnischkies
2010-06-05use pkgCacheFile and the new CacheSets all over the placeDavid Kalnischkies
2010-05-31rename packageset into cacheset while it is not too lateDavid Kalnischkies
2010-05-31* cmdline/apt-cache.cc:David Kalnischkies
2010-05-31i managed to commit broken codeā€¦ which (at least in my mind) workedDavid Kalnischkies
2010-05-31move cmdline parsing from apt-cache to new FromCommandLine methodDavid Kalnischkies
2010-05-04Move the showauto command to apt-cache and sort output.Julian Andres Klode
2010-05-04use GroupCount for package names in stats and add a package struct lineDavid Kalnischkies
2010-04-23* cmdline/apt-cache.cc:David Kalnischkies
2010-04-01merged from lp:~donkult/apt/sidMichael Vogt
2010-03-21cmdline/apt-cache.cc: Change behavior of showsrc to match the one of show (Cl...Julian Andres Klode
2010-02-26move ShowPkg() from apt-get to the PkgIterator and rename it to FullName()David Kalnischkies
2010-02-13[BREAK] merge MultiArch-ABI. We don't support MultiArch,David Kalnischkies
2010-02-12Add yet another pseudo package which isn't as pseudo as the others:David Kalnischkies
2010-02-11display the architecture of the package if it is not the defaultDavid Kalnischkies
2010-01-08* French manpage translation updateMichael Vogt
2010-01-01remove translatable marker from the "%4i %s\n" string in apt-cache.ccDavid Kalnischkies
2009-08-08[cmdline/apt-cache.cc] fix a memory leak in the xvcg methodDavid Kalnischkies
2009-07-21The 'not dead yet' releaseMichael Vogt
2009-07-21* apt-pkg/acquire.cc:Michael Vogt
2009-07-15merge with lp:~mvo/apt/debian-sidDavid Kalnischkies
2009-07-06Support /etc/apt/preferences.d (Closes: #535512)Julian Andres Klode
2009-06-30add the various foldmarkers in apt-pkg & cmdline (no code change)David Kalnischkies
2008-12-09merged from the debian-sid branchMichael Vogt
2008-11-08Re-applied apt-cache built-in help fixes.Eugene V. Lyubimkin
2008-10-28fix various -Wall warningsMichael Vogt
2008-09-09* cmdline/apt-cache.cc:Michael Vogt
2008-08-05fix various -Wall warningsMichael Vogt
2008-07-31* Apply --important option to apt-cache depends (LP: #16947) Michael Vogt