summaryrefslogtreecommitdiff
path: root/cmdline/apt-get.cc
AgeCommit message (Expand)AuthorFilesLines
2011-02-03merge 'after squeeze release'-stuffDavid Kalnischkies1-33/+68
2010-12-03set the Candidate for all before doing the propargationDavid Kalnischkies1-0/+4
2010-12-03simplify the new-and-autoremove fix a bitDavid Kalnischkies1-4/+2
2010-12-03really do not show packages in the extra section if they wereDavid Kalnischkies1-9/+8
2010-12-03* apt-pkg/depcache.cc:David Kalnischkies1-3/+33
2010-12-03keep not installed garbage packages uninstalled instead of showingDavid Kalnischkies1-18/+22
2010-11-30show dependencies of essential packages which are going to removeDavid Kalnischkies1-1/+3
2010-11-30* cmdline/apt-get.cc:David Kalnischkies1-2/+0
2010-11-18merged from apt-get-downloadMichael Vogt1-2/+1
2010-11-18cmdline/apt-get.cc: download it all in one goMichael Vogt1-2/+1
2010-11-18merged from apt-get-changelogMichael Vogt1-8/+9
2010-11-18cmdline/apt-get.cc: remove srcpkgMichael Vogt1-5/+4
2010-11-18cmdline/apt-get.cc: use source version instead of binary versionMichael Vogt1-3/+5
2010-11-18cmdline/apt-get.cc: add download/changelog to usageMichael Vogt1-0/+2
2010-11-18merged from the apt-get-changelog branchMichael Vogt1-44/+54
2010-11-18refactor/simplify changelog fetching codeMichael Vogt1-30/+53
2010-11-18cmdline/apt-get.cc: simplify changelog uri generationMichael Vogt1-17/+4
2010-11-18cmdline/apt-get.cc: fix typoMichael Vogt1-1/+1
2010-11-18merged lp:~mvo/apt/apt-get-changelog Michael Vogt1-0/+153
2010-11-18move DoDownload up to workaround merge conflict with the changelog branchMichael Vogt1-54/+54
2010-11-16cmdline/apt-get.cc: improve changelog descriptionMichael Vogt1-3/+6
2010-11-16add support for third party changelogsMichael Vogt1-0/+42
2010-11-15cmdline/apt-get.cc: and add size as wellMichael Vogt1-1/+1
2010-11-15cmdline/apt-get.cc: add hash to the downloaderMichael Vogt1-6/+15
2010-11-15cmdline/apt-get.cc: add download commandlien optionMichael Vogt1-0/+46
2010-11-15cmdline/apt-get.cc: create the mkdtemp dir in /tmpMichael Vogt1-1/+1
2010-11-15cmdline/apt-get.cc: move Setup a level higherMichael Vogt1-3/+2
2010-11-15cmdline/apt-get.cc make only the server configurable, but not the format stri...Michael Vogt1-6/+8
2010-11-15support Apt::Changelog::Server, code cleanupMichael Vogt1-21/+19
2010-11-15use mkdtemp() instead of tempnam, free mkdtemp() data afterwards, return true...Michael Vogt1-2/+12
2010-11-15initial apt-get changelog implementation, not quite ready yet (need to get ri...Michael Vogt1-0/+99
2010-09-28* apt-pkg/contrib/strutl.cc:David Kalnischkies1-0/+12
2010-08-28remove death code by removing unused GetInitializeDavid Kalnischkies1-16/+0
2010-08-26* cmdline/apt-get.cc:David Kalnischkies1-19/+20
2010-08-24Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aokibubulle@debian.org1-1/+1
2010-08-12purge packages in 'rc' state, thanks Rogier! (Closes: #150831)David Kalnischkies1-3/+6
2010-08-11* cmdline/apt-get.cc:David Kalnischkies1-1/+3
2010-07-29merged lp:~donkult/apt/sidMichael Vogt1-1/+1
2010-07-27* cmdline/apt-get.cc:Julian Andres Klode1-0/+6
2010-07-17* apt-pkg/cacheset.cc:David Kalnischkies1-1/+1
2010-07-05make the specify order of packages irrelevant (half-close #196021)David Kalnischkies1-5/+18
2010-07-04prefer the Policy if it is built instead of the DepCache andDavid Kalnischkies1-0/+3
2010-07-03reorder classes a bit and make TryToInstallBuildDep use themDavid Kalnischkies1-360/+250
2010-07-03Refactor TryToInstall to look a bit saner by splitting the RemoveDavid Kalnischkies1-52/+177
2010-06-29if the package has no installed & candidate but is virtual see if onlyDavid Kalnischkies1-37/+49
2010-06-29for install, do all installs first and then the removes and vice versaDavid Kalnischkies1-38/+54
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-22Use an abstract helper for error handling and outputDavid Kalnischkies1-23/+56
2010-06-19* cmdline/apt-get.cc:David Kalnischkies1-202/+47