Age | Commit message (Expand) | Author | Files | Lines |
2013-02-07 | import 0.2.4 from tar | Anas Nashif | 1 | -4/+9 |
2012-12-10 | implement special install/erase namespace provides hack | Michael Schroeder | 1 | -0/+5 |
2012-11-19 | implement SOLVER_FORCRBEST for install/up/dup | Michael Schroeder | 1 | -0/+19 |
2012-10-29 | set SOLVER_SETREPO and SOLVER_SETVENDOR flags in repo limiter | Michael Schroeder | 1 | -0/+1 |
2012-10-29 | oops, fix selection2str() | Michael Schroeder | 1 | -1/+1 |
2012-10-29 | join selection strings with ' + ', not ' | ' | Michael Schroeder | 1 | -1/+1 |
2012-10-29 | add pool_selection2str() and use it in the bindings | Michael Schroeder | 1 | -1/+43 |
2012-04-10 | fix some typos | Zdeněk Pavlas | 1 | -2/+2 |
2012-03-26 | - add "allownamechange" flag for completeness | Michael Schroeder | 1 | -0/+7 |
2012-01-09 | - add solver_get_orphaned and solver_get_recommendations interface | Michael Schroeder | 1 | -11/+21 |
2011-07-12 | - rename all sat_ to solv_ | Michael Schroeder | 1 | -93/+93 |
2011-06-20 | - change transaction_init to transaction_create, add solver flag setting/getting | Michael Schroeder | 1 | -6/+7 |
2011-05-25 | - add solver_private.h, make repo_ functions return an int, make solver_solv ... | Michael Schroeder | 1 | -0/+1 |
2011-05-25 | un-inline some functions, remove SAT_DEBUG_SCHUBI | Michael Schroeder | 1 | -11/+0 |
2011-05-24 | - do not use obsolete interface in libsolv library itself | Michael Schroeder | 1 | -98/+98 |
2011-03-16 | - added solver_solutionelement2str and policy_illegal2str helpers | Michael Schroeder | 1 | -0/+69 |
2011-03-07 | - add pool_job2str() and solver_problemruleinfo2str() convenience functions | Michael Schroeder | 1 | -0/+141 |
2011-03-03 | - add pool_freetmpspace, pool_tmpappend, pool_bin2hex, sat_dupappend, sat_hex... | Michael Schroeder | 1 | -6/+7 |
2010-12-22 | Expose solver_printproblemruleinfo() since its a generic rule function | Klaus Kämpf | 1 | -1/+1 |
2010-05-28 | - add SOLVER_SET bits to tell solver which properties of a job are intended b... | Michael Schroeder | 1 | -22/+14 |
2010-05-04 | - some more cleanup | Michael Schroeder | 1 | -6/+1 |
2010-05-04 | - support SOLVER_SOLVABLE_ALL for dup/update/verify | Michael Schroeder | 1 | -1/+3 |
2010-04-12 | Also look at obsoletes of installed packages, like newer versions of rpm do | Michael Schroeder | 1 | -4/+43 |
2009-12-18 | - disable update rule in noobsoletes case if installed package is to be kept,... | Michael Schroeder | 1 | -0/+2 |
2009-08-25 | - add support for SOLVER_SOLVABLE_REPO, used by SOLVER_DISTUPGRADE | Michael Schroeder | 1 | -0/+6 |
2009-07-24 | - make installed packages pass much faster | Michael Schroeder | 1 | -1/+32 |
2009-07-24 | - add experimental support for choice rules to fix #485409 | Michael Schroeder | 1 | -0/+5 |
2009-07-23 | - work around obsoleteusescolor problem by making infarch rules weak | Michael Schroeder | 1 | -8/+8 |
2009-07-09 | - add support for repository disabling | Michael Schroeder | 1 | -2/+8 |
2009-07-03 | - beautify | Michael Schroeder | 1 | -20/+20 |
2009-06-29 | - add some comments, move code around | Michael Schroeder | 1 | -1/+1 |
2009-06-23 | - fix bug in SOLVER_UPDATE handling (that nobody uses) | Michael Schroeder | 1 | -1/+1 |
2009-06-17 | - add solver_take_solution() function | Michael Schroeder | 1 | -103/+112 |
2009-06-15 | - make out parameters last in function calls | Michael Schroeder | 1 | -2/+2 |
2009-06-15 | - cleanup transaction interface a bit | Michael Schroeder | 1 | -8/+119 |
2009-06-04 | - move some flags describing the rpm from solver to pool | Michael Schroeder | 1 | -7/+9 |
2009-05-13 | - start transaction ordering | Michael Schroeder | 1 | -36/+20 |
2009-04-16 | - fix typo | Michael Schroeder | 1 | -2/+2 |
2009-04-16 | - create transaction as solver result | Michael Schroeder | 1 | -51/+56 |
2009-03-17 | - replace old solver_problemruleinfo with new solver_ruleinfo function | Michael Schroeder | 1 | -15/+25 |
2009-03-13 | - rewrite policy rule disabling/re-enabling (fixes bnc#481836) | Michael Schroeder | 1 | -1/+1 |
2009-03-02 | - frontport solver_trivial_installable() change | Michael Schroeder | 1 | -4/+1 |
2009-01-22 | - improve infarch/dup rule problem handling | Michael Schroeder | 1 | -2/+4 |
2009-01-19 | - add inferior arch handling | Michael Schroeder | 1 | -1/+27 |
2008-12-17 | - treat undecided packages as erase like libzypp does | Michael Schroeder | 1 | -2/+2 |
2008-11-04 | - add support for SOLVER_ESSENTIAL flag, marks a job that has to be | Michael Schroeder | 1 | -1/+1 |
2008-10-22 | - add pool_set_installed() function, remove no longer needed "installed" | Michael Schroeder | 1 | -1/+1 |
2008-09-17 | - Change provide iterator from ID pointer to ID. Before, iterating | Michael Schroeder | 1 | -3/+3 |
2008-08-29 | - new job commands, now combinded from job type and select type | Michael Schroeder | 1 | -27/+72 |
2008-05-14 | - change some comments | Michael Schroeder | 1 | -12/+56 |