- fix notfound return in solvable_lookup_num, fix typo in comment
[platform/upstream/libsolv.git] / src / solvable.c
2010-09-09 Michael Schroeder- fix notfound return in solvable_lookup_num, fix typo...
2010-06-01 Michael Schroeder- fix dependency comparison in no-buildtime case
2010-03-11 Michael Schroeder- fix language code lookup for fallback languages ...
2009-09-24 Michael Schroederfix bug in solvable_lookup_str_base
2009-09-22 Michael Schroeder- get missing translations from other solvables
2009-08-31 Stephan KulowMerge branch 'master' of git://git.opensuse.org/project...
2009-08-25 Michael Schroeder- add support for SOLVER_SOLVABLE_REPO, used by SOLVER_...
2009-06-15 Klaus KämpfMerge branch 'master' of git@git.opensuse.org:projects...
2009-06-11 Dirk MuellerMerge branch 'master' of git@git.opensuse.org:projects...
2009-06-08 Michael Schroeder- update transaction ordering code
2009-03-17 Michael Schroeder- replace old solver_problemruleinfo with new solver_ru...
2009-01-26 Michael Schroeder- add pool_whatprovides_ptr() helper
2008-11-20 Michael Schroeder- get rid of unused pool argument in solvable_identical
2008-10-30 Michael Schroeder- add repodata_set_location() function
2008-10-09 Michael Schroeder- the big solv data change
2008-09-17 Michael Schroeder- Change provide iterator from ID pointer to ID. Before...
2008-09-10 Michael Schroeder- bring side data handling into better shape
2008-09-02 Michael Schroeder- disable requires check (for now?) to make testcases...
2008-08-29 Michael Schroeder- new job commands, now combinded from job type and...
2008-05-19 Duncan Mac-Vicar Pmake solvable_look_bool more robust by allowing both
2008-05-13 Duncan Mac-Vicar Pa boolean is not a num attribute set to 1, but just...
2008-05-09 Michael Schroeder- add pool_id2langid function
2008-04-11 Michael Schroeder- oops
2008-04-11 Michael Schroeder- beautfy, rename & document
2008-04-11 Michael Schroeder- allow no conflictsmap
2008-04-10 Michael Schroeder- change interface for solvable_trivial_installable...
2008-04-05 Stephan KulowI guess this was intended
2008-04-04 Michael Schroeder- add solvable_trivial_installable
2008-04-03 Michael Schroeder- fix memory leak
2008-03-31 Michael Andresmissing solvable_lookup_bool implementation
2008-03-20 Michael Schroeder- add lookup_id function
2008-03-20 Michael Schroeder- rename str_lang to str_poollang
2008-03-20 Michael Schroeder- init checksum type to zero (just in case)
2008-03-20 Michael Schroeder- add checksum lookup functions
2008-03-04 Michael Schroeder- clean up tmp space management
2008-03-03 Michael Schroeder- fix mem leaks