Age | Commit message (Expand) | Author | Files | Lines |
2020-11-27 | Imported Upstream version 0.7.8upstream/0.7.8 | DongHun Kwak | 1 | -0/+2 |
2019-09-10 | Imported Upstream version 0.7.3upstream/0.7.3 | DongHun Kwak | 1 | -0/+2 |
2016-10-27 | Imported Upstream version 0.6.23upstream/0.6.23 | DongHun Kwak | 1 | -33/+0 |
2016-10-27 | Imported Upstream version 0.6.11upstream/0.6.11 | DongHun Kwak | 1 | -1/+1 |
2016-10-27 | Imported Upstream version 0.6.5upstream/0.6.5 | DongHun Kwak | 1 | -0/+2 |
2014-01-08 | three other changes to make cppcheck happier | Michael Schroeder | 1 | -1/+1 |
2013-10-16 | remove trailing whitespace | Michael Schroeder | 1 | -5/+5 |
2013-04-24 | solverdebug: add solver_get_orphaned call that somehow got lost | Michael Schroeder | 1 | -0/+1 |
2013-04-24 | terminate solver_create_decisions_obsoletesmap function | Michael Schroeder | 1 | -94/+0 |
2013-04-24 | move stringification functions from solverdebug to more correct places | Michael Schroeder | 1 | -457/+25 |
2013-04-24 | use SOLVER_TRANSACTION_OBSOLETE_IS_UPGRADE in transaction_print | Michael Schroeder | 1 | -1/+1 |
2013-03-22 | rename "NOOBSOLETES" to "MULTIVERSION" | Michael Schroeder | 1 | -5/+5 |
2013-01-11 | support "pooljobs", fixed jobs set in the pool | Michael Schroeder | 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 |