aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add some docPascal Rigaux2007-09-111-1/+4
* simplifyPascal Rigaux2007-09-111-3/+2
* simplifyPascal Rigaux2007-09-111-7/+6
* simplify: make find_candidate_packages() the wrapper aroundPascal Rigaux2007-09-111-8/+12
* create find_candidate_packages_(), wrapper around find_candidate_packages()Pascal Rigaux2007-09-111-12/+12
* drop callback_backtrack, unused for a long timePascal Rigaux2007-09-111-4/+0
* fix old typo in commentPascal Rigaux2007-09-111-1/+1
* add a commentPascal Rigaux2007-09-111-1/+3
* fix old typo (rejected field is unused anyway afaik)Pascal Rigaux2007-09-111-1/+1
* fix typo in previous typo fixPascal Rigaux2007-09-111-1/+1
* fix typo in previous commit :-/Pascal Rigaux2007-09-111-1/+1
* - speedup is_arch_compat (x7) by keeping the platform in a cachePascal Rigaux2007-09-112-6/+7
* add missing free()Pascal Rigaux2007-09-111-0/+1
* move doc where it belongsPascal Rigaux2007-09-112-26/+39
* add commentPascal Rigaux2007-09-111-0/+1
* simplify prototype of find_candidate_packages()Pascal Rigaux2007-09-101-7/+6
* rename find_chosen_packages() into find_required_package()Pascal Rigaux2007-09-101-4/+7
* - pass the prefered choices to {callback_choices}: this allows urpmi to selectPascal Rigaux2007-09-102-13/+18
* - do not propose packages for non installed localesPascal Rigaux2007-09-101-0/+2
* - do not propose packages for non installed localesPascal Rigaux2007-09-101-42/+40
* fix typo in previous commitPascal Rigaux2007-09-101-1/+1
* create _find_chosen_packages__sort() out of find_chosen_packages()Pascal Rigaux2007-09-101-5/+11
* more detailed docPascal Rigaux2007-09-081-2/+3
* typo in commentPascal Rigaux2007-09-081-1/+1
* rename lists with "closure" in the name to things like "xxx_todo" orPascal Rigaux2007-09-081-15/+17
* rename local var for clarityPascal Rigaux2007-09-081-6/+6
* rename local varPascal Rigaux2007-09-081-4/+4
* document $state fieldsPascal Rigaux2007-09-081-10/+24
* rename a local variable for clarityPascal Rigaux2007-09-081-4/+4
* create _handle_conflicts() out of resolve_requested__no_suggests()Pascal Rigaux2007-09-081-38/+43
* fix typo in older commitPascal Rigaux2007-09-081-1/+1
* use function calls instead of method calls (it allows perl_checker checks whenPascal Rigaux2007-09-081-26/+26
* create _handle_diff_provides() out of resolve_requested__no_suggests()Pascal Rigaux2007-09-071-51/+54
* create _compute_diff_provides() and _compute_diff_provides_one() out of resol...Pascal Rigaux2007-09-071-90/+103
* factorize regexps into functionsPascal Rigaux2007-09-071-14/+26
* make it more clearPascal Rigaux2007-09-071-7/+6
* cleanupPascal Rigaux2007-09-071-1/+1
* create _ids_to_fullnames() and _ids_to_names()Pascal Rigaux2007-09-071-4/+14
* fix typo in recent commitPascal Rigaux2007-09-071-1/+1
* make it clear that resolve_rejected_ is modifying @properties fromPascal Rigaux2007-09-071-14/+14
* revert previous commit: compute_deps() is still used by mkcdPascal Rigaux2007-09-071-0/+214
* remove unused compute_deps() \o/Pascal Rigaux2007-09-071-213/+0
* simplify: nopromoteepoch is always 1 (no caller ever define it)Pascal Rigaux2007-09-071-5/+3
* cleanup: nopromoteepoch is 1 by default in find_candidate_packagesPascal Rigaux2007-09-071-1/+0
* factorize code in functions whatrequires() and whatrequires_id()Pascal Rigaux2007-09-071-9/+17
* simplify: whatrequires is a hash with provides_nosense as key, don't need toPascal Rigaux2007-09-071-3/+1
* hoist a debug message so that it occurs for other uses ofPascal Rigaux2007-09-071-1/+1
* re-use same code for conflict from installed package as is used for conflictPascal Rigaux2007-09-071-10/+1
* move code from resolve_requested__no_suggests() into new function _handle_pro...Pascal Rigaux2007-09-071-33/+40
* prepare to factorize code handling property becoming unavailable.Pascal Rigaux2007-09-071-1/+1