Age | Commit message (Expand) | Author | Files | Lines |
2012-01-17 | - add solvable_ setter functions, add solvable_lookup_type/solvable_lookup_de... | Michael Schroeder | 1 | -0/+75 |
2011-07-12 | - rename all sat_ to solv_ | Michael Schroeder | 1 | -3/+3 |
2011-05-24 | - do not use obsolete interface in libsolv library itself | Michael Schroeder | 1 | -8/+8 |
2011-05-02 | - clean up function names for shared library | Michael Schroeder | 1 | -1/+1 |
2011-03-23 | - add repo_lookup_idarray(), repo_lookup_checksum(), repodata_set_idarray(), ... | Michael Schroeder | 1 | -19/+9 |
2011-03-03 | - add pool_freetmpspace, pool_tmpappend, pool_bin2hex, sat_dupappend, sat_hex... | Michael Schroeder | 1 | -2/+2 |
2011-02-23 | - delete type checks. instead, just call the repodata function and use repoda... | Michael Schroeder | 1 | -30/+5 |
2010-09-09 | - fix notfound return in solvable_lookup_num, fix typo in comment | Michael Schroeder | 1 | -1/+1 |
2010-06-01 | - fix dependency comparison in no-buildtime case | Michael Schroeder | 1 | -2/+2 |
2010-03-11 | - fix language code lookup for fallback languages [bnc#584644] | Michael Schroeder | 1 | -18/+10 |
2009-09-24 | fix bug in solvable_lookup_str_base | Michael Schroeder | 1 | -3/+3 |
2009-09-22 | - get missing translations from other solvables | Michael Schroeder | 1 | -3/+46 |
2009-08-25 | - add support for SOLVER_SOLVABLE_REPO, used by SOLVER_DISTUPGRADE | Michael Schroeder | 1 | -1/+2 |
2009-06-08 | - update transaction ordering code | Michael Schroeder | 1 | -0/+23 |
2009-03-17 | - replace old solver_problemruleinfo with new solver_ruleinfo function | Michael Schroeder | 1 | -0/+26 |
2009-01-26 | - add pool_whatprovides_ptr() helper | Michael Schroeder | 1 | -2/+2 |
2008-11-20 | - get rid of unused pool argument in solvable_identical | Michael Schroeder | 1 | -1/+4 |
2008-10-30 | - add repodata_set_location() function | Michael Schroeder | 1 | -2/+13 |
2008-10-09 | - the big solv data change | Michael Schroeder | 1 | -168/+22 |
2008-09-17 | - Change provide iterator from ID pointer to ID. Before, iterating | Michael Schroeder | 1 | -4/+4 |
2008-09-10 | - bring side data handling into better shape | Michael Schroeder | 1 | -21/+19 |
2008-09-02 | - disable requires check (for now?) to make testcases work | Michael Schroeder | 1 | -0/+6 |
2008-08-29 | - new job commands, now combinded from job type and select type | Michael Schroeder | 1 | -0/+36 |
2008-05-19 | make solvable_look_bool more robust by allowing both | Duncan Mac-Vicar P | 1 | -1/+37 |
2008-05-13 | a boolean is not a num attribute set to 1, but just a existing void | Duncan Mac-Vicar P | 1 | -6/+6 |
2008-05-09 | - add pool_id2langid function | Michael Schroeder | 1 | -17/+5 |
2008-04-11 | - oops | Michael Schroeder | 1 | -1/+1 |
2008-04-11 | - beautfy, rename & document | Michael Schroeder | 1 | -2/+34 |
2008-04-11 | - allow no conflictsmap | Michael Schroeder | 1 | -1/+4 |
2008-04-10 | - change interface for solvable_trivial_installable. We now have | Michael Schroeder | 1 | -24/+103 |
2008-04-05 | I guess this was intended | Stephan Kulow | 1 | -1/+1 |
2008-04-04 | - add solvable_trivial_installable | Michael Schroeder | 1 | -0/+108 |
2008-04-03 | - fix memory leak | Michael Schroeder | 1 | -0/+1 |
2008-03-31 | missing solvable_lookup_bool implementation | Michael Andres | 1 | -14/+20 |
2008-03-20 | - add lookup_id function | Michael Schroeder | 1 | -0/+44 |
2008-03-20 | - rename str_lang to str_poollang | Michael Schroeder | 1 | -1/+25 |
2008-03-20 | - init checksum type to zero (just in case) | Michael Schroeder | 1 | -0/+1 |
2008-03-20 | - add checksum lookup functions | Michael Schroeder | 1 | -0/+40 |
2008-03-04 | - clean up tmp space management | Michael Schroeder | 1 | -2/+15 |
2008-03-03 | - fix mem leaks | Michael Schroeder | 1 | -0/+231 |