aboutsummaryrefslogtreecommitdiffstats
path: root/URPM
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* one more debug messagePascal Rigaux2007-09-071-0/+1
* small cleanupPascal Rigaux2007-09-071-4/+4
* add some debug messagesPascal Rigaux2007-09-071-0/+5
* - fix displaying @sorted whereas some elements have been removed from itPascal Rigaux2007-09-051-4/+5
* add debug codePascal Rigaux2007-09-051-0/+2
* - fix bug in sort_graph (used by build_transaction_set)Pascal Rigaux2007-09-031-18/+49
* - fix bug in sort_graph (used by build_transaction_set)Pascal Rigaux2007-09-031-10/+15
* fix dead-loop in build_transaction_set (#33020)Pascal Rigaux2007-08-311-8/+38
* ensure #31969 doesn't occur anymore. if somethings goes wrong:Pascal Rigaux2007-08-281-5/+17
* - build_transaction_set: new sort algorithm which allow returning sets ofPascal Rigaux2007-08-281-26/+98
* - fix split_length > 1 Pascal Rigaux2007-08-241-6/+4
* - more debug messagesPascal Rigaux2007-08-241-14/+16
* - sort choices per media, then per versionPascal Rigaux2007-08-121-5/+28
* cleanup (easier to read)Pascal Rigaux2007-08-121-2/+2
* - "suggests" are no more handled as "requires"Pascal Rigaux2007-08-091-2/+34
* factorize some code into with_db_unsatisfied_requires:Pascal Rigaux2007-08-081-13/+20
* "nopromoteepoch => 1" is the default option in ->unsatisfied_requiresPascal Rigaux2007-08-081-2/+2
* - fix --auto-select skipping some packages because of other packages providingPascal Rigaux2007-07-021-24/+1
* help debugging the strange behaviour of this codePascal Rigaux2007-07-021-1/+4
* document the fact that build_synthesis returns true on successPascal Rigaux2007-06-151-1/+2
* - pass the virtual package name as a parameter to {callback_choices} inPascal Rigaux2007-05-031-1/+1
* re-sync after the big svn lossPascal Rigaux2007-04-271-0/+1
* re-sync after the big svn loss1.581.571.561.55Pascal Rigaux2007-04-242-14/+22
* document what bug is fixedtopic/1.60Pascal Rigaux2007-03-291-1/+1
* perl_checker compliancePascal Rigaux2007-03-081-12/+7
* split request_packages_to_upgrade() in 2 functionsPascal Rigaux2007-03-061-2/+18
* rewritePascal Rigaux2007-03-061-6/+7
* simplifyPascal Rigaux2007-03-061-2/+8
* fix regexp detecting the need for strict-arch (on x86_64)Pascal Rigaux2007-01-191-2/+2
* better debug text1.54Pascal Rigaux2007-01-091-2/+2
* @chosen is always non empty, and @chosen == 1 is already handledPascal Rigaux2007-01-091-1/+1
* use a sort to make things clearPascal Rigaux2007-01-091-20/+15
* factorizePascal Rigaux2007-01-091-12/+10
* factorize code into _set_flag_installed_and_upgrade_if_no_newer()Pascal Rigaux2007-01-091-31/+21
* suggest a valid reason why a package was not foundPascal Rigaux2007-01-091-1/+1
* fix previous commitPascal Rigaux2007-01-091-4/+4
* create _id_to_name() and use itPascal Rigaux2007-01-091-12/+37
* allow toggling debugging and handling it through a callbackPascal Rigaux2007-01-091-14/+28
* Patch by Pixel to ignore self-obsoletesRafael Garcia-Suarez2006-10-161-0/+6
* Invert bogus checkRafael Garcia-Suarez2006-09-211-5/+5