Age | Commit message (Expand) | Author | Files | Lines |
2012-02-26 | Change order of parts of the tree in the default view, so when somebody 'open... | Manuel A. Fernandez Montecelo | 3 | -31/+80 |
2012-02-26 | Adding wrappers for FindVector methods, currently missing | Manuel A. Fernandez Montecelo | 1 | -0/+13 |
2012-02-25 | Improvement/simplification of the implementation of parsing sorting policies ... | Manuel A. Fernandez Montecelo | 2 | -127/+53 |
2012-02-24 | Refactor various apt-related comparison functors to apt.h | Daniel Hartwig | 9 | -124/+102 |
2012-02-24 | Close memory leak in solution_item.cc | Daniel Hartwig | 1 | -4/+8 |
2012-02-24 | Use arch-qualified names in pkg_columnizer | Daniel Hartwig | 2 | -2/+2 |
2012-02-24 | Show package architecture | Daniel Hartwig | 2 | -2/+3 |
2012-02-24 | Use arch-qualified names in cmdline_prompt, cmdline_action | Daniel Hartwig | 3 | -19/+26 |
2012-02-23 | Use arch-qualified names in cmdline_show_broken | Daniel Hartwig | 1 | -5/+14 |
2012-02-21 | Do not blindly call '/usr/games/gnomine' (GNOME mine sweeper game) from the m... | Manuel A. Fernandez Montecelo | 3 | -28/+0 |
2012-02-21 | Fix indentation (conditions and their possible actions inverted), otherwise i... | Manuel A. Fernandez Montecelo | 1 | -4/+4 |
2012-02-14 | Update Polish translations | Michał Kułach | 1 | -0/+27 |
2012-02-12 | Negate priority when including it in the cost computation. | Modestas Vainius | 1 | -1/+1 |
2012-02-12 | Update (auto)clean to use "archives" lock | Daniel Hartwig | 2 | -41/+56 |
2012-02-12 | Silence text progress when -q2 | Daniel Hartwig | 1 | -1/+5 |
2012-02-12 | Remove extra ellipsis from "Updating debtags" | Daniel Hartwig | 1 | -1/+1 |
2012-02-11 | Update package lists using ListUpdate (libapt-pkg) | Daniel Hartwig | 2 | -52/+24 |
2012-02-10 | Drop disused cmdline_parse.cc | Daniel Hartwig | 2 | -161/+0 |
2012-02-01 | Typos in output of version, usage. | Daniel Hartwig | 1 | -5/+5 |
2012-01-31 | Handle enhances/obsoletes in more places. | Daniel Hartwig | 4 | -0/+12 |
2012-01-22 | Fix typo triggering "unexpected null solution" | Daniel Hartwig | 1 | -1/+1 |
2012-01-18 | Missing paren in 28ebd48. | Daniel Hartwig | 1 | -1/+1 |
2012-01-18 | Fix prompt strings. | Daniel Hartwig | 5 | -7/+7 |
2012-01-18 | Add versions, newlines to --help | Daniel Hartwig | 1 | -3/+4 |
2012-01-16 | Wrap long description of boolean_config_treeitems. | Daniel Hartwig | 1 | -6/+7 |
2012-01-16 | Boldness of Tags and User-Tags fields. | Daniel Hartwig | 1 | -11/+5 |
2012-01-16 | Fix resolver help for next/previous. | Daniel Hartwig | 1 | -1/+1 |
2012-01-16 | Handle 'Enhances' relations in preview. | Daniel Hartwig | 1 | -0/+1 |
2011-12-31 | Localize date and time format in logs | Christian PERRIER | 1 | -1/+2 |
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-07-23 | Fix an unused variable. | Daniel Burrows | 1 | -2/+2 |
2011-07-23 | Hopefully fix the use of VTE in the GTK+ frontend. | Daniel Burrows | 1 | -6/+26 |
2011-05-14 | Add a missing header file to Makefile.am. | Daniel Burrows | 1 | -1/+2 |
2011-05-14 | Remove old cruft from Makefile.am files. | Daniel Burrows | 2 | -5/+1 |
2011-05-14 | Ensure that packages are manual after we mark them for install, not before. | Daniel Burrows | 1 | -5/+3 |
2011-05-14 | Save and restore the auto flag of a package around MarkInstall(). (Closes: #... | Daniel Burrows | 2 | -5/+16 |
2011-04-10 | Add a new "source" grouping policy, which groups packages according to their ... | Daniel Burrows | 3 | -0/+91 |
2011-04-10 | If the Xapian database isn't available, fake it for ?term and ?term-prefix. | Daniel Burrows | 1 | -10/+139 |
2011-04-10 | Fix serializing ?term-prefix. | Daniel Burrows | 1 | -2/+2 |
2011-04-06 | Eliminate an unused local variable. | Daniel Burrows | 1 | -10/+3 |
2011-04-06 | Actually count up the number of installs and upgrades. | Daniel Burrows | 1 | -0/+2 |
2011-04-06 | Add missing #include of stddef.h. | Daniel Burrows | 1 | -1/+2 |
2011-04-05 | For the string "~", use a name matcher instead of a term matcher. (Closes: #5... | Daniel Burrows | 1 | -2/+2 |
2011-04-02 | Apply patch from Tim Retout to support the preferences.d directory. | Daniel Burrows | 3 | -1/+9 |
2011-04-02 | Nuke the scons build scripts. | Daniel Burrows | 18 | -625/+0 |
2011-03-30 | Fix compile errors caused by changes in the libapt API. | Daniel Burrows | 10 | -62/+32 |
2011-03-30 | Fix a C++ error (accidentally returned false instead of NULL). | Daniel Burrows | 1 | -2/+2 |
2011-03-29 | Don't clobber a fixed-name file in /tmp if the user's home directory isn't se... | Daniel Burrows | 1 | -6/+8 |
2010-08-26 | Include the current time and thread ID in log messages. | Daniel Burrows | 1 | -1/+10 |