Age | Commit message (Expand) | Author | Files | Lines |
2012-01-17 | - add solvable_ setter functions, add solvable_lookup_type/solvable_lookup_de... | Michael Schroeder | 3 | -18/+110 |
2012-01-16 | - add missing repo_lookup_deparray/repo_add_deparray/repo_add_idarray/repo_se... | Michael Schroeder | 3 | -0/+169 |
2012-01-16 | - make add_solvable return a XSolvable | Michael Schroeder | 1 | -2/+3 |
2012-01-16 | - remove access to dependency offsets again, add add_provides... methods to a... | Michael Schroeder | 1 | -88/+72 |
2012-01-16 | Merge pull request #2 from karelklic/master | Michael Schroeder | 1 | -8/+126 |
2012-01-13 | Extend bindings to support creation of custom repositories via | Karel Klic | 1 | -8/+126 |
2012-01-13 | - add dup versions for the allow* flags, make dup automatically use them | Michael Schroeder | 8 | -29/+27 |
2012-01-13 | - remove legace vars now that they are no longer visible | Michael Schroeder | 2 | -14/+1 |
2012-01-12 | - fix types in p5solv and pysolv | Michael Schroeder | 2 | -2/+2 |
2012-01-11 | - cleanup bindings example code a bit | Michael Schroeder | 4 | -69/+23 |
2012-01-11 | - add some missing copyright blocks | Michael Schroeder | 4 | -4/+25 |
2012-01-11 | - set pool_id2color, fix comments | Michael Schroeder | 15 | -80/+85 |
2012-01-10 | - change splitprovides so that they only work on packages that are to be upda... | Michael Schroeder | 5 | -15/+15 |
2012-01-10 | - revert last commit now libzypp is fixed, make nkeys and nschemata signed (f... | Michael Schroeder | 2 | -4/+3 |
2012-01-09 | - make noobsmap public again for now, to be reverted | Michael Schroeder | 1 | -1/+2 |
2012-01-09 | - add solver_get_orphaned and solver_get_recommendations interface | Michael Schroeder | 4 | -234/+247 |
2012-01-09 | - hide solver internals | Michael Schroeder | 15 | -286/+153 |
2012-01-03 | - clean up findrecommendedsuggested | Michael Schroeder | 2 | -23/+37 |
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-12-29 | merge cleanup | Dirk Mueller | 1 | -1/+4 |
2011-12-23 | - fix pool_freeallrepos | Michael Schroeder | 1 | -1/+2 |
2011-12-23 | - add repo_id2repodata, fix loop start in maybe_load_repodata() | Michael Schroeder | 2 | -1/+6 |
2011-12-22 | - make repodata also start with id 1 | Michael Schroeder | 6 | -26/+45 |
2011-12-22 | - make sure pool->repos[0] is zero | Michael Schroeder | 1 | -2/+6 |
2011-12-22 | - INCOMPATIBLE CHANGE: index with repoid (thus pool->repos[repoid] == repo->r... | Michael Schroeder | 7 | -36/+37 |
2011-12-22 | - add solv_strdup(), rename repo_freeallrepos() to pool_freeallrepos() | Michael Schroeder | 18 | -57/+70 |
2011-12-21 | - improve filemarker handling | Michael Schroeder | 1 | -3/+28 |
2011-12-21 | - clear lastmarkerpos when recreating the hash | Michael Schroeder | 1 | -0/+1 |
2011-12-20 | update markerpos if element needed to be moved | Michael Schroeder | 1 | -1/+5 |
2011-12-20 | fix memmove calls in repo_addid_dep, move hash version into separate function... | Michael Schroeder | 1 | -95/+115 |
2011-12-19 | - speed up repo_addid_dep() in case of excessive dependencies | Michael Schroeder | 3 | -15/+122 |
2011-12-15 | Also allow passing the repodata dir to repo2solv.sh.BASE-SuSE-Code-12_1-Branch | Michael Andres | 1 | -2/+4 |
2011-12-05 | - fix obsolete handling in case of cycles, also bring installed packages to f... | Michael Schroeder | 1 | -22/+210 |
2011-12-01 | Fixed compile break on pgpFreeDig with RPM 5, thanks eveith | Michael Schroeder | 1 | -0/+4 |
2011-12-01 | - support severity/rights/updated in updateinfo.xml | Michael Schroeder | 2 | -21/+46 |
2011-11-16 | repo_deb: The control file may not have a leading "./". Thanks djszapi! | Michael Schroeder | 1 | -2/+2 |
2011-10-24 | changes | Michael Andres | 1 | -0/+6 |
2011-10-24 | fix package provides/obsoletes | Michael Schroeder | 1 | -27/+0 |
2011-10-21 | libsolv: doc updates | Jan Engelhardt | 2 | -47/+32 |
2011-10-19 | Add spec file license header | Michael Andres | 1 | -0/+17 |
2011-10-18 | changes | Michael Andres | 1 | -0/+5 |
2011-10-18 | Add arch arvm7tnhl and armv7thl | Michael Andres | 1 | -0/+2 |
2011-10-13 | support rhel and centos | Michael Schroeder | 1 | -5/+5 |
2011-10-13 | fix libsatsolver provides/obsoletes | Michael Schroeder | 1 | -2/+4 |
2011-10-10 | fix .gitignore | Michael Andres | 1 | -2/+1 |
2011-10-10 | fix specfile so that static builds work | Michael Schroeder | 1 | -0/+6 |
2011-10-10 | remove Werror for now | Michael Schroeder | 1 | -1/+1 |
2011-10-06 | Build static per default. | Michael Andres | 1 | -2/+2 |
2011-10-06 | Provide a FindLibSolv.cmake file | Michael Andres | 3 | -11/+108 |