Age | Commit message (Expand) | Author | Files | Lines |
2011-12-23 | - fix pool_freeallrepos | Michael Schroeder | 1 | -1/+2 |
2011-12-22 | - INCOMPATIBLE CHANGE: index with repoid (thus pool->repos[repoid] == repo->r... | Michael Schroeder | 1 | -5/+8 |
2011-12-22 | - add solv_strdup(), rename repo_freeallrepos() to pool_freeallrepos() | Michael Schroeder | 1 | -3/+17 |
2011-07-12 | - rename all sat_ to solv_ | Michael Schroeder | 1 | -78/+78 |
2011-06-14 | - use FOR_REPODATAS macro | Michael Schroeder | 1 | -1/+1 |
2011-05-25 | un-inline some functions, remove SAT_DEBUG_SCHUBI | Michael Schroeder | 1 | -2/+17 |
2011-05-24 | - do not use obsolete interface in libsolv library itself | Michael Schroeder | 1 | -15/+15 |
2011-03-28 | - use correct defaults for rpm5, put tmpspace in extra struct | Michael Schroeder | 1 | -16/+20 |
2011-03-23 | - delete fixed vendor classes, add pool_setvendorclasses() method | Michael Schroeder | 1 | -0/+1 |
2011-03-03 | - add pool_freetmpspace, pool_tmpappend, pool_bin2hex, sat_dupappend, sat_hex... | Michael Schroeder | 1 | -0/+82 |
2010-08-06 | - refactor code a bit, no functual changes | Michael Schroeder | 1 | -95/+106 |
2010-08-03 | - fix mem leak | Michael Schroeder | 1 | -0/+1 |
2010-06-01 | - work around debian obsoletes handling for now | Michael Schroeder | 1 | -0/+6 |
2010-03-25 | - make obsoleteusescolors default to true on FEDORA | Michael Schroeder | 1 | -46/+35 |
2010-01-26 | - speed up createwhatprovides when many solvables provide the same dep | Michael Schroeder | 1 | -15/+10 |
2009-10-02 | - add repodata_delete_uninternalized | Michael Schroeder | 1 | -19/+25 |
2009-09-22 | - get missing translations from other solvables | Michael Schroeder | 1 | -14/+7 |
2009-09-10 | - be more carful in pool_addfileprovides | Michael Schroeder | 1 | -1/+3 |
2009-09-03 | - fix multiversion handling for real | Michael Schroeder | 1 | -4/+7 |
2009-07-29 | - speed up file list parsing a bit | Michael Schroeder | 1 | -0/+5 |
2009-07-29 | - make addfileprovides faster | Michael Schroeder | 1 | -101/+110 |
2009-07-22 | - solv: fix segfault, add findfastest | Michael Schroeder | 1 | -2/+4 |
2009-07-21 | - color support in fileconflict checking | Michael Schroeder | 1 | -10/+15 |
2009-07-17 | Take care fatal and error messages are written to stderr and not to stdout. | Michael Andres | 1 | -1/+1 |
2009-07-14 | - add new flags for the load functions: | Michael Schroeder | 1 | -8/+32 |
2009-07-13 | - globalize id in pool_lookup_id if needed | Michael Schroeder | 1 | -1/+5 |
2009-07-09 | - support disabling of the "installed" repo | Michael Schroeder | 1 | -2/+2 |
2009-06-24 | - add pool_tmpjoin and sat_dupjoin helpers | Michael Schroeder | 1 | -0/+29 |
2009-06-22 | - revert debugcallback Pool constness, as the callback may want to do | Michael Schroeder | 1 | -1/+1 |
2009-06-22 | Pass a const Pool to debugcallback | Klaus Kämpf | 1 | -1/+1 |
2009-06-20 | - add support for cutoff argument in file conflict checker | Michael Schroeder | 1 | -1/+2 |
2009-06-19 | - add support for REL_FILECONFLICT | Michael Schroeder | 1 | -1/+55 |
2009-06-17 | - move some debug statements from STATS to SOLVER | Michael Schroeder | 1 | -1/+1 |
2009-05-28 | - fix noprovide handling in findupdate | Michael Schroeder | 1 | -0/+68 |
2009-05-26 | - split problem handling from solver.c | Michael Schroeder | 1 | -1/+1 |
2009-05-25 | - move create_obsolete_index to policy.c | Michael Schroeder | 1 | -0/+57 |
2009-05-12 | - define solvid2str() function, use sat_sort() | Michael Schroeder | 1 | -6/+3 |
2009-03-17 | - replace old solver_problemruleinfo with new solver_ruleinfo function | Michael Schroeder | 1 | -1/+2 |
2009-03-02 | - frontport solver_trivial_installable() change | Michael Schroeder | 1 | -6/+31 |
2009-01-26 | - add pool_whatprovides_ptr() helper | Michael Schroeder | 1 | -6/+6 |
2009-01-19 | - add inferior arch handling | Michael Schroeder | 1 | -1/+6 |
2008-12-18 | - handle patch conflicts different also in trivial_installable | Michael Schroeder | 1 | -5/+11 |
2008-11-05 | - actually "unsigned long" is wrong, too. It should be "size_t" and | Michael Schroeder | 1 | -1/+1 |
2008-11-05 | fix compile on 64bit | Klaus Kaempf | 1 | -1/+1 |
2008-11-04 | - log more statistics | Michael Schroeder | 1 | -0/+1 |
2008-10-30 | - adapt to coding style | Michael Schroeder | 1 | -0/+3 |
2008-10-22 | - add pool_set_installed() function, remove no longer needed "installed" | Michael Schroeder | 1 | -8/+22 |
2008-10-20 | - more cleanups: | Michael Schroeder | 1 | -1/+7 |
2008-10-13 | - change entry back to better name solvid | Michael Schroeder | 1 | -1/+1 |
2008-10-09 | - the big solv data change | Michael Schroeder | 1 | -11/+29 |