Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-11-30 | Imported Upstream version 0.6.27upstream/0.6.27 | DongHun Kwak | 1 | -1/+0 | |
Change-Id: I4feccd10bd9fe0514ff13520136e962b6c093175 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com> | |||||
2018-11-30 | Imported Upstream version 0.6.24upstream/0.6.24 | DongHun Kwak | 1 | -1/+8 | |
Change-Id: I68f4d40b704c1ccd2a86576a3c03687922f023aa Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com> | |||||
2016-10-27 | Imported Upstream version 0.6.13upstream/0.6.13 | DongHun Kwak | 1 | -31/+35 | |
Change-Id: I9fed388d0b8658275d9089b22473596379566069 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com> | |||||
2016-10-27 | Imported Upstream version 0.6.11upstream/0.6.11 | DongHun Kwak | 1 | -0/+9 | |
Change-Id: Ia7fcc570c551205421c68cc6feb2ecfd3c97e149 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com> | |||||
2013-07-12 | bring installcheck up to speed | Michael Schroeder | 1 | -74/+52 | |
- noarch packages should not be part of an archlock - the archlock part is no longer needed as we have infarch rules - it makes no sense to try to install all packages and do the nocheck filtering on the results | |||||
2013-05-07 | add case statements for completeness | Michael Schroeder | 1 | -0/+2 | |
2013-02-04 | make it possible to re-run an existing solver (re-using the rpm rules) | Michael Schroeder | 1 | -3/+3 | |
2012-12-10 | implement special install/erase namespace provides hack | Michael Schroeder | 1 | -0/+1 | |
2012-06-25 | - get rid of a couple of warnings when building for debian | Michael Schroeder | 1 | -2/+7 | |
2012-04-13 | - add pool_error and pool_errstr. get rid of lots of exit() calls. | Michael Schroeder | 1 | -8/+11 | |
2012-03-01 | - rename repo_add_solv_flags to repo_add_solv. Should have done this a ↵ | Michael Schroeder | 1 | -1/+1 | |
couple of months earlier, sorry. | |||||
2012-01-18 | - add cmake options to only build for some repository types | Michael Schroeder | 1 | -6/+15 | |
2012-01-17 | Make more C89 and POSIX compliant | Ingo Weinhold | 1 | -1/+2 | |
2011-12-29 | Add --withobsoletes which checks for obsoleted packages | Dirk Mueller | 1 | -0/+40 | |
2011-12-29 | implement error message for SOLVER_RULE_UPDATE | Dirk Mueller | 1 | -0/+2 | |
2011-07-12 | - rename all sat_ to solv_ | Michael Schroeder | 1 | -2/+2 | |
2011-06-20 | - change transaction_init to transaction_create, add solver flag setting/getting | Michael Schroeder | 1 | -2/+2 | |
2011-06-14 | - use FOR_REPODATAS macro | Michael Schroeder | 1 | -1/+1 | |
2011-05-25 | - add solver_private.h, make repo_ functions return an int, make solver_solv ↵ | Michael Schroeder | 1 | -2/+3 | |
return the problem count | |||||
2011-05-24 | - do not use obsolete interface in libsolv library itself | Michael Schroeder | 1 | -30/+30 | |
2011-03-08 | - add mode argument to sat_xfopen* functions | Michael Schroeder | 1 | -1/+1 | |
2011-01-28 | - put sat_xfopen in libsatsolverext | Michael Schroeder | 1 | -2/+2 | |
- commit current state of new python bindings and python example package manager still work in progress, though | |||||
2011-01-24 | - merge in most of the MacOS changes from Dave Abrahams | Michael Schroeder | 1 | -32/+1 | |
2010-06-08 | extend usage() | Dirk Mueller | 1 | -1/+5 | |
2010-06-01 | - make installcheck work with debian Packages files | Michael Schroeder | 1 | -0/+17 | |
2009-10-02 | - add repodata_delete_uninternalized | Michael Schroeder | 1 | -0/+11 | |
- fix bugs in deb handling - add support for MULTI_SEMANTICS needed for the build service - add --withsrc option for installcheck | |||||
2009-06-15 | fix indent | Dirk Mueller | 1 | -3/+2 | |
2009-06-11 | implement --exclude parameter | Dirk Mueller | 1 | -1/+56 | |
installcheck can be called with a whitespace seperated list of substrings that are matched against package names and that are excluded from checking. This is useful to ignore e.g. known or wanted dependency errors. Also added a small usage() implementation | |||||
2009-03-17 | - replace old solver_problemruleinfo with new solver_ruleinfo function | Michael Schroeder | 1 | -55/+66 | |
- add solvable_selfprovidedep() function (used in buddy deps) - add noinfarchcheck solver option - clone job queue to make the code more flexible | |||||
2009-01-22 | - improve infarch/dup rule problem handling | Michael Schroeder | 1 | -1/+7 | |
2009-01-19 | - add inferior arch handling | Michael Schroeder | 1 | -0/+314 | |
- add installcheck tool - add support for repo local distupgrades - add debian version compare function |