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