Age | Commit message (Expand) | Author | Files | Lines |
2011-05-24 | - do not use obsolete interface in libsolv library itself | Michael Schroeder | 1 | -0/+2 |
2011-05-24 | rename satsolver -> libsolv | Michael Schroeder | 1 | -3/+3 |
2011-05-02 | - clean up function names for shared library | Michael Schroeder | 1 | -2/+12 |
2011-03-28 | - use correct defaults for rpm5, put tmpspace in extra struct | Michael Schroeder | 1 | -3/+7 |
2011-03-23 | - delete fixed vendor classes, add pool_setvendorclasses() method | Michael Schroeder | 1 | -3/+5 |
2011-03-03 | - add pool_freetmpspace, pool_tmpappend, pool_bin2hex, sat_dupappend, sat_hex... | Michael Schroeder | 1 | -0/+3 |
2010-04-12 | Also look at obsoletes of installed packages, like newer versions of rpm do | Michael Schroeder | 1 | -0/+1 |
2010-03-11 | - fix language code lookup for fallback languages [bnc#584644] | Michael Schroeder | 1 | -1/+1 |
2009-10-02 | - add repodata_delete_uninternalized | Michael Schroeder | 1 | -2/+13 |
2009-09-21 | - also look at triggers when ordering packages | Michael Schroeder | 1 | -0/+1 |
2009-07-15 | - include satversion.h from pool.h | Michael Schroeder | 1 | -0/+1 |
2009-07-14 | - add new flags for the load functions: | Michael Schroeder | 1 | -3/+3 |
2009-07-09 | - add support for repository disabling | Michael Schroeder | 1 | -16/+4 |
2009-06-24 | - add pool_tmpjoin and sat_dupjoin helpers | Michael Schroeder | 1 | -0/+1 |
2009-06-23 | - add appdata application private pointer to Pool/Repo | Michael Schroeder | 1 | -0/+2 |
2009-06-22 | - revert debugcallback Pool constness, as the callback may want to do | Michael Schroeder | 1 | -3/+3 |
2009-06-22 | Pass a const Pool to debugcallback | Klaus Kämpf | 1 | -4/+4 |
2009-06-22 | More const | Klaus Kämpf | 1 | -1/+1 |
2009-06-20 | - add support for cutoff argument in file conflict checker | Michael Schroeder | 1 | -0/+2 |
2009-06-19 | - add support for REL_FILECONFLICT | Michael Schroeder | 1 | -0/+4 |
2009-06-17 | - move some debug statements from STATS to SOLVER | Michael Schroeder | 1 | -0/+2 |
2009-06-15 | - move output arg to back in solver_calculate_noobsmap() | Michael Schroeder | 1 | -3/+4 |
2009-06-15 | - add repoid to repo struct | Michael Schroeder | 1 | -0/+1 |
2009-06-15 | - add FOR_REPOS macro to iterate over repos | Michael Schroeder | 1 | -0/+6 |
2009-06-04 | - move some flags describing the rpm from solver to pool | Michael Schroeder | 1 | -1/+6 |
2009-05-28 | - fix noprovide handling in findupdate | Michael Schroeder | 1 | -0/+7 |
2009-05-25 | - move create_obsolete_index to policy.c | Michael Schroeder | 1 | -0/+1 |
2009-05-12 | - define solvid2str() function, use sat_sort() | Michael Schroeder | 1 | -0/+4 |
2009-03-17 | - replace old solver_problemruleinfo with new solver_ruleinfo function | Michael Schroeder | 1 | -0/+1 |
2009-03-02 | - frontport solver_trivial_installable() change | Michael Schroeder | 1 | -0/+1 |
2009-01-26 | - add pool_whatprovides_ptr() helper | Michael Schroeder | 1 | -0/+6 |
2008-11-20 | - get rid of unused pool argument in solvable_identical | Michael Schroeder | 1 | -1/+1 |
2008-10-22 | - add pool_set_installed() function, remove no longer needed "installed" | Michael Schroeder | 1 | -7/+11 |
2008-10-20 | - more cleanups: | Michael Schroeder | 1 | -0/+4 |
2008-10-09 | - move search position into pool | Michael Schroeder | 1 | -0/+10 |
2008-09-17 | - Change provide iterator from ID pointer to ID. Before, iterating | Michael Schroeder | 1 | -5/+5 |
2008-08-29 | - new job commands, now combinded from job type and select type | Michael Schroeder | 1 | -0/+1 |
2008-07-11 | - add missing prototype | Michael Schroeder | 1 | -0/+1 |
2008-05-09 | - add pool_id2langid function | Michael Schroeder | 1 | -0/+1 |
2008-05-06 | - add pool_match_nevr() to match a single solvable's nevr against | Michael Schroeder | 1 | -0/+9 |
2008-04-16 | - provide yet another interface to check if packages are trivial | Michael Schroeder | 1 | -0/+2 |
2008-04-11 | - beautfy, rename & document | Michael Schroeder | 1 | -1/+2 |
2008-04-11 | - change DU interface to use installedmap, like the trivial functions | Michael Schroeder | 1 | -2/+2 |
2008-04-10 | - change interface for solvable_trivial_installable. We now have | Michael Schroeder | 1 | -1/+4 |
2008-04-04 | - add solvable_trivial_installable | Michael Schroeder | 1 | -0/+1 |
2008-04-04 | - support REL_ARCH | Michael Schroeder | 1 | -0/+1 |
2008-03-20 | - add lookup_id function | Michael Schroeder | 1 | -0/+1 |
2008-03-20 | - rename str_lang to str_poollang | Michael Schroeder | 1 | -1/+2 |
2008-03-20 | - add checksum lookup functions | Michael Schroeder | 1 | -0/+3 |
2008-03-19 | - write info block containing addedprovides | Michael Schroeder | 1 | -0/+1 |