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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-09
Write an operator-> for choice_set::const_iterator.
Daniel Burrows
1
-0
/
+5
2009-03-09
Add a (very inefficient) iterator on choice sets and a test for it.
Daniel Burrows
1
-0
/
+73
2009-03-09
Let choice_set::for_each() short-circuit, just like imm::set::for_each().
Daniel Burrows
1
-4
/
+9
2009-03-08
Make install_version() choices carry the dependency that led to the install.
Daniel Burrows
2
-19
/
+29
2009-03-07
If find_all is "false" in find_best_justification, stop searching after we fi...
Daniel Burrows
1
-0
/
+6
2009-03-07
Implement a clone() method on choice sets, analogous to the clone() on soluti...
Daniel Burrows
1
-0
/
+16
2009-03-07
Fix how RootDir is kept out of the user configuration file.
Daniel Burrows
1
-4
/
+7
2009-03-07
Add a routine to look up the version of a package that a choice set installs.
Daniel Burrows
1
-0
/
+23
2009-03-07
Attach arbitrary integer tags to choice objects.
Daniel Burrows
2
-23
/
+38
2009-03-06
Don't write RootDir into the user's configuration file.
Daniel Burrows
1
-0
/
+4
2009-03-06
Add a slightly hacky way to set RootDir before the configuration, source list...
Daniel Burrows
3
-4
/
+23
2009-03-03
Don't force the resolver to always prioritize dependencies that impinge on us...
Daniel Burrows
1
-30
/
+0
2009-03-03
First step in the actual implementation of tiering.
Daniel Burrows
4
-449
/
+711
2009-03-03
Rename promotion_set to generic_promotion_set for consistency with the rest o...
Daniel Burrows
1
-8
/
+8
2009-03-03
Give promotions a default constructor.
Daniel Burrows
1
-0
/
+5
2009-03-03
Add a routine that inserts one choice set's values into another choice set.
Daniel Burrows
1
-0
/
+14
2009-03-03
Make sure that why_display_mode always gets a value.
Daniel Burrows
1
-5
/
+7
2009-03-03
Make choice sets take the *narrowest* element added to them, not the widest.
Daniel Burrows
1
-11
/
+33
2009-03-01
Use choice sets, not imm::set<choice>s, to store the choices stored in each p...
Daniel Burrows
1
-8
/
+11
2009-03-01
Implement a lame operator< on choice sets.
Daniel Burrows
1
-0
/
+12
2009-03-01
Output {} around choice sets.
Daniel Burrows
1
-0
/
+2
2009-03-01
Write a class that encapsulates the business of storing a set of choices and ...
Daniel Burrows
1
-0
/
+280
2009-03-01
Write a "contains" relationship in the choice class.
Daniel Burrows
1
-0
/
+33
2009-03-01
Add missing #includes to choice.h.
Daniel Burrows
1
-0
/
+4
2009-03-01
Add a routine to retrieve the size of a particular tier of the search.
Daniel Burrows
1
-0
/
+9
2009-02-27
Fix remove_below_tier so it compiles.
Daniel Burrows
1
-3
/
+5
2009-02-27
Remove the "iterator" member class of promotion_set; I had a notion it would ...
Daniel Burrows
1
-31
/
+0
2009-02-25
Update the doccomment for install_version_index_entry::from_dep_source_entrie...
Daniel Burrows
1
-0
/
+12
2009-02-25
Fix a bug in the promotion set which prevented incoming sets containing a fro...
Daniel Burrows
1
-4
/
+27
2009-02-23
Slight hack to force the summary modes of "why" to only show dependencies at ...
Daniel Burrows
1
-1
/
+30
2009-02-23
Improve the ordering of the "why" summary when dependency types are shown, an...
Daniel Burrows
1
-48
/
+93
2009-02-23
Sanity-check that the summarizer is never called with no_summary as a display...
Daniel Burrows
1
-0
/
+2
2009-02-23
Add a --show-summary option that displays all the packages that would start a...
Daniel Burrows
5
-28
/
+98
2009-02-23
Don't crash when summarizing chains that start with a Provides.
Daniel Burrows
1
-2
/
+16
2009-02-23
Extract the code to generate a fragment containing a three-column rendering o...
Daniel Burrows
1
-78
/
+87
2009-02-23
When displaying "why" output, pre-compute the required sizes of the two left-...
Daniel Burrows
1
-7
/
+19
2009-02-23
Use a better name for the new function that summarizes a list of reasons.
Daniel Burrows
3
-8
/
+8
2009-02-23
Break the logic used to summarize the reasons that a package is required into...
Daniel Burrows
3
-133
/
+277
2009-02-23
Don't crash when setting up the resolver if there are no overridden initial v...
Daniel Burrows
1
-1
/
+2
2009-02-23
Add a comment clarifying that the_impl can be NULL and what that means.
Daniel Burrows
1
-0
/
+3
2009-02-23
Trace calls to find_highest_promotion_* and trace parameters.
Daniel Burrows
1
-0
/
+4
2009-02-23
Fix find_highest_promotion_containing.
Daniel Burrows
1
-30
/
+66
2009-02-23
Add a default constructor on choices.
Daniel Burrows
1
-0
/
+5
2009-02-22
Add a "promotion set" object.
Daniel Burrows
5
-2
/
+1798
2009-02-22
Add support in imm::set::for_each for breaking out of the recursion early.
Daniel Burrows
4
-18
/
+41
2009-02-22
Cosmetic change on the "incremental" button.
Obey Arthur Liu
1
-1
/
+2
2009-02-22
Fix regression that prevented DownloadNotificationS from being displayed as d...
Obey Arthur Liu
1
-16
/
+13
2009-02-21
Actually regexproof the search terms from source-package and tag.
Obey Arthur Liu
2
-6
/
+2
2009-02-21
Refine the search terms for tag and source-package hyperlink.
Obey Arthur Liu
2
-11
/
+7
2009-02-21
Fix dumb copy-paste mistake in the previous changeset.
Obey Arthur Liu
1
-1
/
+1
[next]