summaryrefslogtreecommitdiff
path: root/cmdline/apt-cache.cc
AgeCommit message (Expand)AuthorFilesLines
2010-05-04Move the showauto command to apt-cache and sort output.Julian Andres Klode1-0/+27
2010-05-04use GroupCount for package names in stats and add a package struct lineDavid Kalnischkies1-1/+3
2010-04-23* cmdline/apt-cache.cc:David Kalnischkies1-2/+10
2010-04-01merged from lp:~donkult/apt/sidMichael Vogt1-42/+57
2010-03-21cmdline/apt-cache.cc: Change behavior of showsrc to match the one of show (Cl...Julian Andres Klode1-3/+14
2010-02-26move ShowPkg() from apt-get to the PkgIterator and rename it to FullName()David Kalnischkies1-31/+28
2010-02-13[BREAK] merge MultiArch-ABI. We don't support MultiArch,David Kalnischkies1-15/+33
2010-02-12Add yet another pseudo package which isn't as pseudo as the others:David Kalnischkies1-0/+2
2010-02-11display the architecture of the package if it is not the defaultDavid Kalnischkies1-15/+31
2010-01-08* French manpage translation updateMichael Vogt1-1/+1
2010-01-01remove translatable marker from the "%4i %s\n" string in apt-cache.ccDavid Kalnischkies1-1/+1
2009-08-08[cmdline/apt-cache.cc] fix a memory leak in the xvcg methodDavid Kalnischkies1-1/+5
2009-07-21The 'not dead yet' releaseMichael Vogt1-12/+7
2009-07-21* apt-pkg/acquire.cc:Michael Vogt1-6/+11
2009-07-15merge with lp:~mvo/apt/debian-sidDavid Kalnischkies1-2/+2
2009-07-06Support /etc/apt/preferences.d (Closes: #535512)Julian Andres Klode1-2/+2
2009-06-30add the various foldmarkers in apt-pkg & cmdline (no code change)David Kalnischkies1-12/+7
2008-12-09merged from the debian-sid branchMichael Vogt1-2/+2
2008-11-08Re-applied apt-cache built-in help fixes.Eugene V. Lyubimkin1-2/+2
2008-10-28fix various -Wall warningsMichael Vogt1-1/+1
2008-09-09* cmdline/apt-cache.cc:Michael Vogt1-1/+2
2008-08-05fix various -Wall warningsMichael Vogt1-1/+1
2008-07-31* Apply --important option to apt-cache depends (LP: #16947) Michael Vogt1-1/+7
2008-07-29* cmdline/apt-cache.cc:Michael Vogt1-4/+2
2008-02-23Fix some strings and unfuzzy translations. Closes: #466845bubulle@debian.org1-2/+2
2007-08-01* Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrongOtavio Salvador1-2/+2
2006-08-25initial Breaks implementationIan Jackson1-2/+8
2006-08-11* merged ddtp supportMichael Vogt1-22/+78
2006-02-13* make apt-cache madion wotk without deb-src linesMichael Vogt1-2/+3
2005-10-21* ABI/API change: add "VerIterator::TranslatedDescription()" method to make t...Michael Vogt1-7/+1
2005-10-20* fix a off-by-one error when showing the descriptionMichael Vogt1-1/+1
2005-08-30* updated with mainlineMichael Vogt1-5/+22
2005-06-01* added a missing OpProgress::Done() in depCache::Init(), removed the show-vi...Michael Vogt1-14/+0
2005-05-17* merged with otavoiMichael Vogt1-3/+4
2005-05-13* fix for output of the description and the debTranslationsIndex::Exists()Michael Vogt1-3/+1
2005-05-12Another fix included here by mistake. Moving it to apt--fixes--0 branch.Otavio Salvador1-13/+0
2005-05-10* apt-cache show <virtual-pkg> shows all virtual packages instead of nothing ...Michael Vogt1-0/+14
2005-03-30Sync with apt@packages.debian.org/apt--main--0--patch-75Otavio Salvador1-17/+17
2005-03-23Fix sintax error on apt-cacheOtavio Salvador1-1/+1
2005-03-23Port DDTP to APT 0.6 branchOtavio Salvador1-22/+81
2005-03-06Bring consistency to the use of capitals in programs messagesChristian Perrier1-17/+17
2005-01-20Correct typo in Usage message : s/arbitary/arbitrary. Unfuzzy translations. C...Christian Perrier1-1/+1
2004-12-13Merge apt--authentication--0Matt Zimmerman1-5/+10
2004-09-20* Suppress a signed/unsigned warning in apt-cache.cc:Di...Arch Librarian1-2/+2
2004-09-20Don't use the Archive name in madison; it won't be uniq...Arch Librarian1-14/+13
2004-09-20* Add an "apt-cache madison" command with an output for...Arch Librarian1-1/+68
2004-09-20* Correctly implement -n as a synonym for --names-only ...Arch Librarian1-4/+4
2004-09-20* Use isatty rather than ttyname for checking if stdin ...Arch Librarian1-2/+2
2004-09-20* Write records from "apt-cache show" using fwrite(3) r...Arch Librarian1-2/+2
2004-09-20* Patch from Otavio Salvador to exit successfully after...Arch Librarian1-1/+4