summaryrefslogtreecommitdiff
path: root/src/cmdline/cmdline_action.cc
AgeCommit message (Expand)AuthorFilesLines
2012-06-20Tidy error handling in main, cmdline actionsDaniel Hartwig1-100/+88
2012-06-14Use arch-qualified names for virtual packages in more placesDaniel Hartwig1-9/+16
2012-06-08Add pkgset helpersDaniel Hartwig1-104/+84
2012-06-08Add typedefs for vectors of package, version search resultsDaniel Hartwig1-3/+4
2012-05-26Update to tasks support: task packages, multi-arch, syntaxDaniel Hartwig1-30/+28
2012-02-24Use arch-qualified names in cmdline_prompt, cmdline_actionDaniel Hartwig1-11/+18
2010-07-10Split the "terminal" interface into several interfaces that each export one p...Daniel_Burrows@alumni.brown.edu1-16/+16
2010-07-09Added a missing "\n" in a message for consistencyJens Seidel1-1/+1
2010-06-02Eliminate all uses of the global screen_width variable and use terminal objec...Daniel Burrows1-15/+30
2010-01-10Fix a bunch of missing #includes revealed by newer libraries being less promi...Daniel Burrows1-0/+1
2009-09-25Un-reverse the meaning of --arch-only (Closes: #547266).Daniel Burrows1-2/+2
2009-09-03Merge safe-upgrade into the main "package action" codepath.Daniel Burrows1-0/+17
2009-09-03In cmdline_action.cc, explicitly name apt_cache_file[pkg] to make it easier t...Daniel Burrows1-6/+8
2009-04-21Apply patch from Sven Joachim to improve the message displayed when a build d...Daniel Burrows1-1/+2
2009-01-16Move cmdline_is_search_pattern() to aptitude::matching::is_pattern().Daniel Burrows1-1/+1
2008-10-06Switch everything over to the new search code.Daniel Burrows1-17/+20
2008-07-13Correctly handle install-and-mark-auto commands that are targeted at a partic...Daniel Burrows1-1/+1
2008-06-21Fix some warnings that turned up with -Wall -Werror.Daniel Burrows1-1/+1
2008-06-10Remove an unused variable.Daniel Burrows1-1/+0
2008-04-21Make "unhold" work. (Closes: #477165)Daniel Burrows1-1/+2
2008-04-08When the user asks to install a virtual package with only one provider, make ...Daniel Burrows1-24/+52
2008-03-25Updates from Jens Seidel, including a few English corrections and commentsChristian Perrier1-1/+1
2008-03-11When it looks like the user mistyped a package name, use a direct search for ...Daniel Burrows1-24/+15
2008-03-11Add support for installing build-dependencies at the command-line. (Closes: #...Daniel Burrows1-12/+242
2008-03-01Treat package names containing question marks as search patterns, just like n...Daniel Burrows1-1/+1
2008-02-14Add a variable-binding form and forms that consume and bind variables to argu...Daniel Burrows1-5/+7
2008-01-20Fix most compile errors with g++-4.3.Daniel Burrows1-0/+2
2008-01-05Fix task handling to consider a package to be in a task if *any* of its versi...Daniel Burrows1-2/+2
2007-10-30Properly thread pointers to the cache and the package records through match r...Daniel Burrows1-3/+3
2006-09-19[aptitude @ Make unhold clear the "hold" flag, without doing anything else.]Daniel Burrows1-5/+1
2006-09-19[aptitude @ Add some slightly hacky code to make the handling of command-line...Daniel Burrows1-9/+12
2005-10-14[aptitude @ Match against *ALL VERSIONS* when the action target is a package ...Daniel Burrows1-9/+1
2005-10-14[aptitude @ Use the version-agnostic matchers when trying to guess what the u...Daniel Burrows1-2/+2
2005-10-06[aptitude @ Mention in the error message about specific package versions that...Daniel Burrows1-1/+1
2005-10-06[aptitude @ Allow the user to give an archive or version with installauto in ...Daniel Burrows1-2/+7
2005-10-01[aptitude @ Import the Subversion repository into darcs.]Daniel Burrows1-0/+465