fix a small memory leak in transaction_order()
[platform/upstream/libsolv.git] / src / transaction.c
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