summaryrefslogtreecommitdiff
path: root/src/main.cc
AgeCommit message (Expand)AuthorFilesLines
2012-06-29Fix typo in main.ccDaniel Hartwig1-1/+1
2012-06-20Do not do FixMissing automatically for command-line actionsDaniel Hartwig1-0/+2
2012-06-20Tidy error handling in main, cmdline actionsDaniel Hartwig1-112/+92
2012-06-16Use apt's CommandLine parserDaniel Hartwig1-480/+267
2012-05-26Update to tasks support: task packages, multi-arch, syntaxDaniel Hartwig1-1/+1
2012-05-03Actually use aptitude::Logging::LevelsDaniel Hartwig1-1/+3
2012-03-23[curses] Hack to prevent debug messages dumping to the screenDaniel Hartwig1-6/+10
2012-02-01Typos in output of version, usage.Daniel Hartwig1-5/+5
2012-01-18Missing paren in 28ebd48.Daniel Hartwig1-1/+1
2012-01-18Add versions, newlines to --helpDaniel Hartwig1-3/+4
2011-07-23Strip out unused code that tracks whether some options were set.Daniel Burrows1-11/+0
2011-07-23Remove broken safe-upgrade-only options.Daniel Burrows1-6/+0
2011-03-30Fix compile errors caused by changes in the libapt API.Daniel Burrows1-2/+2
2010-08-26Include the current time and thread ID in log messages.Daniel Burrows1-1/+10
2010-08-25Fix the TRACE log level.Daniel Burrows1-2/+5
2010-07-13Add build rules for aptitude-QtPiotr Galiszewski1-8/+56
2010-06-03Move StdinEOFException to terminal.h.Daniel Burrows1-0/+1
2010-06-02Eliminate all uses of the global screen_width variable and use terminal objec...Daniel Burrows1-4/+0
2010-05-28Transition from log4cxx to the new logging framework.Daniel Burrows1-77/+85
2010-05-14Don't assign to use_new_gui if HAVE_GTK isn't set.Daniel Burrows1-0/+2
2010-05-13Write a fully functional alternate initialization path.Daniel Burrows1-1/+16
2010-04-21Rename the log4cxx namespace to logging.Daniel Burrows1-6/+6
2010-04-17Move the parsing logic for --group-by to cmdline_versions.cc.Daniel Burrows1-23/+6
2010-04-16Make -F affect "versions" in addition to "search".Daniel Burrows1-0/+1
2010-04-16Add --show-package-names to control whether "versions" displays package names...Daniel Burrows1-8/+37
2010-04-16Change --group-by-package to --group-by with options "none", "auto", "package...Daniel Burrows1-17/+20
2010-04-16Refactor the search routine into two routines, cmdline_search (which does wha...Daniel Burrows1-9/+9
2010-04-15Initial implementation of "versions".Daniel Burrows1-1/+1
2010-04-15Add the necessary hooks in main() to provide a "versions" command.Daniel Burrows1-5/+46
2010-04-15Move a comment to match the convention that comments come before what they do...Daniel Burrows1-1/+1
2010-04-09Terminology change: replace "tier operation" with "cost" everywhere.Daniel Burrows1-1/+1
2010-01-17Use pthread_sigmask() instead of sigprocmask() to avoid problems on architect...Daniel Burrows1-2/+2
2009-11-19Initialize the temporary file module *after* logging so its startup messages ...Daniel Burrows1-2/+2
2009-11-18Overhaul how temporary file creation is handled to use a single directory in ...Daniel Burrows1-0/+4
2009-10-12Don't claim that --no-gui is a bad option value even if GTK+ isn't compiled i...Daniel Burrows1-1/+4
2009-10-10Add information about GTK/GTK-- versions to the --version output.Daniel Burrows1-0/+12
2009-09-24Consistently use a full-stop at the end of "--help" output.Daniel Burrows1-32/+32
2009-09-24Mention build-dep in "help". (Closes: #547151)Daniel Burrows1-0/+1
2009-09-23Block SIGWINCH by default to ensure that cwidget is able to sigwait() on it. ...Daniel Burrows1-0/+21
2009-09-13Recognize --no-gui even when the GUI isn't compiled in, so that the su-to-roo...Daniel Burrows1-1/+3
2009-09-06Deprecate Keep-Suggests and Keep-Recommends in favor of the "standard" apt eq...Daniel Burrows1-1/+1
2009-09-05Make autoclean support automatic su-to-root as well.Daniel Burrows1-3/+14
2009-09-05Add support for auto-su-to-root to the "clean package cache" command. (Closes...Daniel Burrows1-13/+33
2009-09-03Merge safe-upgrade into the main "package action" codepath.Daniel Burrows1-30/+10
2009-08-22Add an apt_shutdown() routine that destroys the global structures that aren't...Daniel Burrows1-2/+5
2009-07-29Close the cache when the program exits.Daniel Burrows1-0/+24
2009-06-24Log a more reasonable amount of stuff relating to the promotion set at INFO, ...Daniel Burrows1-2/+2
2009-04-25Rename the configuration option "Why-Display-Mode" to "Show-Summary".Daniel Burrows1-1/+1
2009-04-25Change --show-summary=last-package to --show-summary=first-package.Daniel Burrows1-4/+4
2009-04-12Add a command-line option to easily enable logging options that produce good ...Daniel Burrows1-0/+24