Imported Upstream version 0.7.5
[platform/upstream/libsolv.git] / src / solvable.c
2019-09-10 DongHun KwakImported Upstream version 0.7.5 upstream/0.7.5
2019-09-10 DongHun KwakImported Upstream version 0.7.0 upstream/0.7.0
2018-11-30 DongHun KwakImported Upstream version 0.6.25 95/194195/1 upstream/0.6.25
2016-10-27 DongHun KwakImported Upstream version 0.6.23 22/94122/1 upstream/0.6.23
2014-07-08 Michael Schroedertweak solver_identical so that applications ignore...
2014-06-23 Michael Schroedersupport -X option in rpmmd2solv, make add_autopattern...
2014-06-13 Michael Andres[hotfix] Relax solvable_identical check for producs...
2014-01-28 Michael Schroederalso translate autoproduct strings
2014-01-20 Michael SchroederMerge pull request #41 from dmacvicar/master
2014-01-08 Michael Schroederfix a couple of minor problems found with cppcheck
2013-10-25 Michael Schroederterminate solvable2str() string when there is no arch
2013-10-16 Michael Schroederremove trailing whitespace
2013-10-16 Michael Schroedermake pattern translations also look at the linked packages
2013-09-09 Michael Schroederrename selection_make_deps to selection_make_matchdeps...
2013-09-04 Michael Schroederadd pool_whatmatchesdep and selection_make_deps to...
2013-07-10 Michael Schroederrefactor a bit, no functional changes
2013-06-11 Michael Schroedermake license/group a poolstr array for archlinux
2013-04-16 Michael Schroedermake pool_solvable2str use -<arch> for haiku
2013-03-22 Michael Schroederrename "NOOBSOLETES" to "MULTIVERSION"
2013-03-20 Michael Schroederimprove pool_solvable2str output if the evr or arch...
2013-03-06 Michael Schroedercleanup code now that the vendorcheck callback is in...
2013-01-14 Michael Schroedertrivial_installable: check vendor of affected package...
2012-11-23 Michael Schroedersupport medianr in lookup_deltalocation, change lookup_...
2012-11-13 Michael Schroedersupport REPO_NO_LOCATION, rename "set_deleted" to the...
2012-11-06 Michael Schroederrename repodata_delete to repodata_set_deleted, add...
2012-11-02 Michael Schroederadd pool_lookup_deltalocation helper so we can change...
2012-10-08 Michael Schroederuse evrid2vrstr inline function
2012-10-08 Michael Schroederadd repodata_set_sourcepkg and solvable_lookup_sourcepk...
2012-03-28 Michael Schroeder- incompatible ABI change: switch num over to unsigned...
2012-03-23 Michael Schroeder- strip distepoch in pool_solvable2str()
2012-03-21 Michael Schroeder- bring solvable_trivial_installable functions back...
2012-01-17 Michael Schroeder- add solvable_ setter functions, add solvable_lookup_t...
2011-07-12 Michael Schroeder- rename all sat_ to solv_
2011-05-24 Michael Schroeder- do not use obsolete interface in libsolv library...
2011-05-02 Michael Schroeder- clean up function names for shared library
2011-03-23 Michael Schroeder- add repo_lookup_idarray(), repo_lookup_checksum(...
2011-03-03 Michael Schroeder- add pool_freetmpspace, pool_tmpappend, pool_bin2hex...
2011-02-23 Michael Schroeder- delete type checks. instead, just call the repodata...
2010-11-11 Klaus KämpfMerge branch 'master' of gitorious.org:opensuse/sat...
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-13 Klaus KämpfMerge branch 'master' of gitorious.org:opensuse/sat...
2010-03-11 Michael Schroeder- fix language code lookup for fallback languages ...
2010-02-15 Klaus Kämpffix conflict
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