index
:
aptitude
debian
debian-sid
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmdline
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-18
Alphabetize a switch statement.
Daniel Burrows
1
-6
/
+6
2010-04-18
Fix a ForTranslators comment that's out of date (old command-line option name).
Daniel Burrows
1
-2
/
+2
2010-04-18
Add support for grouping versions by their source package AND source version.
Daniel Burrows
2
-0
/
+52
2010-04-18
Improve the header printed for package grouping.
Daniel Burrows
1
-1
/
+1
2010-04-18
Put more thought into the return value of "aptitude versions".
Daniel Burrows
1
-3
/
+13
2010-04-18
Emit an error if the user asked to see the versions of a package that doesn't...
Daniel Burrows
1
-0
/
+9
2010-04-17
Add support for grouping versions according to the archive in which they occur.
Daniel Burrows
2
-2
/
+37
2010-04-17
Alphabetize the parsing code for --group-by.
Daniel Burrows
1
-5
/
+5
2010-04-17
Fix the error message emitted when --group-by's argument can't be parsed.
Daniel Burrows
1
-1
/
+1
2010-04-17
Move the parsing logic for --group-by to cmdline_versions.cc.
Daniel Burrows
2
-0
/
+66
2010-04-16
Add --show-package-names to control whether "versions" displays package names...
Daniel Burrows
2
-8
/
+84
2010-04-16
Change --group-by-package to --group-by with options "none", "auto", "package...
Daniel Burrows
2
-27
/
+73
2010-04-16
Make the code to group version results more general, in preparation for addin...
Daniel Burrows
2
-31
/
+126
2010-04-16
Add a missing license statement to cmdline_search.cc.
Daniel Burrows
1
-1
/
+17
2010-04-16
Refactor the search routine into two routines, cmdline_search (which does wha...
Daniel Burrows
6
-334
/
+515
2010-04-16
Print a separator/header between different packages when grouping by package.
Daniel Burrows
1
-0
/
+3
2010-04-16
Fix the columnization of versions to actually show version information.
Daniel Burrows
1
-4
/
+5
2010-04-15
Zap a raw pointer in cmdline_search that was being used in a particularly ugl...
Daniel Burrows
1
-22
/
+14
2010-04-15
Initial implementation of "versions".
Daniel Burrows
2
-29
/
+227
2010-04-15
Fix the prototype of the version search stuff to make group-by-package a mult...
Daniel Burrows
2
-3
/
+23
2010-04-15
Write a doccomment for cmdline_search().
Daniel Burrows
1
-0
/
+32
2010-04-15
First work towards implementing the "versions" command I've been thinking abo...
Daniel Burrows
2
-50
/
+107
2010-04-05
Don't crash in "aptitude changelog" when the package given on the command-lin...
Daniel Burrows
1
-3
/
+9
2010-03-12
Increase the default resolver step limit to 500,000 (from 5,000).
Daniel Burrows
1
-1
/
+1
2010-03-12
Always display more information if the safe-upgrade resolver fails, and add a...
Daniel Burrows
1
-10
/
+10
2010-01-28
Don't crash if the user asks to see information about a removal.
Daniel Burrows
1
-4
/
+18
2010-01-28
Don't crash if the user gives an explicit package/version pair to reject or a...
Daniel Burrows
1
-0
/
+2
2010-01-17
Selectively make warnings about uninitialized variables non-fatal.
Daniel Burrows
1
-1
/
+5
2010-01-17
Don't display broken packages in a group in the command-line preview; instead...
Daniel Burrows
1
-2
/
+7
2010-01-17
Put the default case of that switch back in to avoid compile errors.
Daniel Burrows
1
-0
/
+2
2010-01-17
Remove an unused local variable (deps_ok) in cmdline_show_instinfo.
Daniel Burrows
1
-8
/
+0
2010-01-17
Fix story-generation to properly align accept/reject flags with the choices t...
Daniel Burrows
1
-0
/
+1
2010-01-17
Mention which dependency caused a choice to be selected when printing it out.
Daniel Burrows
1
-1
/
+12
2010-01-17
Make the command-line resolver prompt recognize action IDs as commands and pr...
Daniel Burrows
1
-2
/
+101
2010-01-17
Eliminate two places where a %s substitution in fragf didn't have any matchin...
Daniel Burrows
1
-2
/
+2
2010-01-17
Expose version_file_fragment from cmdline_show().
Daniel Burrows
2
-4
/
+18
2010-01-17
When displaying a resolver solution grouped by dependency at the command-line...
Daniel Burrows
1
-3
/
+7
2010-01-17
Make full-upgrade also only upgrade its arguments.
Daniel Burrows
1
-2
/
+3
2010-01-15
Add a note that I should eventually stop displaying the message about solving...
Daniel Burrows
1
-0
/
+2
2010-01-15
Redisplay the current solution after the user accepts or rejects a choice in ...
Daniel Burrows
1
-1
/
+7
2010-01-15
Display A/R flags for accepted/rejected actions at the command-line.
Daniel Burrows
1
-1
/
+9
2010-01-15
Add integer IDs for solution entries that can be used to quickly reject/accep...
Daniel Burrows
1
-96
/
+224
2010-01-10
Fix a bunch of missing #includes revealed by newer libraries being less promi...
Daniel Burrows
6
-2
/
+11
2009-11-27
Rewrite the changelog code to be based on aptitude's download queue, not the ...
Daniel Burrows
4
-50
/
+365
2009-11-20
Document the flags shown after packages in the command-line help at long last.
Daniel Burrows
1
-0
/
+11
2009-11-18
Fix several places where the "why" code dereferenced version iterators withou...
Daniel Burrows
1
-13
/
+20
2009-11-18
Show a preview after running the resolver even if -y was passed, and exit wit...
Daniel Burrows
1
-9
/
+13
2009-11-18
Base whether to say that nothing is being done on whether nothing is being do...
Daniel Burrows
1
-4
/
+2
2009-11-18
Delete some unnecessary whitespace.
Daniel Burrows
1
-1
/
+1
2009-10-11
Run resolver continuations in the foreground thread via a trampoline callback.
Daniel Burrows
1
-4
/
+16
[next]