Imported Upstream version 0.7.0
[platform/upstream/libsolv.git] / src / transaction.c
2019-09-10 DongHun KwakImported Upstream version 0.7.0 upstream/0.7.0
2016-10-27 DongHun KwakImported Upstream version 0.6.23 22/94122/1 upstream/0.6.23
2016-10-27 DongHun KwakImported Upstream version 0.6.13 12/94112/1 upstream/0.6.13
2016-10-27 DongHun KwakImported Upstream version 0.6.5 04/94104/1 upstream/0.6.5
2014-02-18 Michael Schroederchange last commit to check for SOLVER_TRANSACTION_KEEP...
2014-02-18 Michael SchroederAlways return IGNORE for pseudo packages in RPM_ONLY...
2014-02-18 Michael Schroederfix pseudo packages obsoleting other pseudo packages
2014-01-20 Michael SchroederMerge pull request #41 from dmacvicar/master
2013-10-24 Michael Schroedercleanup code a bit. remove unused choice calculation...
2013-10-16 Michael Schroederremove trailing whitespace
2013-10-16 Michael Schroederadd is_noinst_pseudo_package(), use it for filtering...
2013-10-15 Michael SchroederFix obsoletes handling in multiversion mode (hopefully...
2013-09-13 Michael Schroederadd solv_memdup and solv_memdup2 inline helper functions
2013-09-06 Michael Schroedermake sure that the ttransaction_info contains only...
2013-09-03 Michael Schroederoops, fix last commit
2013-09-03 Michael Schroederfix mem leak in last commit
2013-09-03 Michael SchroederSOLVER_TRANSACTION_RPM_ONLY: check if only pseudo packa...
2013-06-13 Michael Schroederfix archpolicy handling of '>'
2013-06-04 Michael Schroederadd POOL_FLAG_IMPLICITOBSOLETEUSESCOLORS to match the...
2013-04-26 Michael Schroederbring libsolv in line with currrent rpm's multiversion...
2013-04-24 Michael Schroederadd SOLVER_TRANSACTION_OBSOLETE_IS_UPGRADE helper flag
2013-04-05 Michael Schroedermake queue_insertn more flexible
2013-03-22 Michael Schroederrename "NOOBSOLETES" to "MULTIVERSION"
2012-12-18 Michael Schroedersimplify transaction_obs_pkg a bit
2012-11-22 Michael Schroedermore cleanup
2012-11-20 Michael Schroedersolver_samerule -> solver_rulecmp
2012-03-20 Michael Schroeder- don't show vendor/arch changes for packages that...
2012-03-07 Michael SchroederMerge pull request #8 from akozumpl/upstream
2012-03-07 Ales Kozumplikfix a small memory leak in transaction_order()
2012-02-21 Michael Schroeder- allow <> dep in susetags, special case pattern: in...
2012-01-11 Michael Schroeder- set pool_id2color, fix comments
2011-07-12 Michael Schroeder- rename all sat_ to solv_
2011-06-20 Michael Schroeder- change transaction_init to transaction_create, add...
2011-05-24 Michael Schroeder- do not use obsolete interface in libsolv library...
2011-05-19 Michael Schroeder- make peace with gcc46
2010-02-15 Klaus Kämpffix conflict
2009-09-22 Michael Schroeder- get missing translations from other solvables
2009-09-21 Michael Schroeder- also look at triggers when ordering packages
2009-08-31 Stephan KulowMerge branch 'master' of git://git.opensuse.org/project...
2009-07-17 Michael Schroeder- tweak problem rule selection heuristic
2009-07-14 Michael Schroeder- add new flags for the load functions:
2009-07-09 Michael Schroeder- add support for repository disabling
2009-07-03 Michael Schroeder- add solv file caching to solv application
2009-06-29 Michael Schroeder- add some comments, move code around
2009-06-23 Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-06-23 Michael Schroeder- close fds before calling rpm
2009-06-17 Michael Schroeder- add solver_take_solution() function
2009-06-16 Michael Schroeder- add queue_insertn, queue_deleten, queue_truncate
2009-06-16 Michael Schroeder- add transaction_add_obsoleted() function
2009-06-15 Michael Schroeder- code cleanup
2009-06-15 Michael Schroeder- make out parameters last in function calls
2009-06-15 Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-06-15 Michael Schroeder- cleanup transaction interface a bit
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-09 Michael Schroeder- look at repo/medianr when ordering the transaction
2009-06-08 Michael Schroeder- make orderdata private to be more flexible
2009-06-08 Michael Schroeder- update transaction ordering code
2009-06-04 Michael Schroeder- move some flags describing the rpm from solver to...
2009-06-03 Michael Schroeder- commit current ordering code
2009-05-28 Michael Schroeder- implement cycle removal
2009-05-13 Michael Schroeder- start transaction ordering