get rid of the ugly policy callbacks while we're breaking the ABI, add new pool_set_c...
[platform/upstream/libsolv.git] / src / pool.c
2013-03-06 Michael Schroederget rid of the ugly policy callbacks while we're breaki...
2013-02-04 Michael Schroederdo not call pool_freewhatprovides in pool_add_fileconfl...
2013-01-15 Michael Schroederdo not ignore disabled/considered flags for src packages
2013-01-11 Michael Schroedersupport "pooljobs", fixed jobs set in the pool
2013-01-03 Michael Schroederfix trivial installable requires handling [bnc#795267]
2012-12-17 Michael Schroedercosmetics: fix comments
2012-12-13 Michael Schroedersmall optimization: make whatprovidesdata + 2 always...
2012-11-23 Michael Schroedersupport medianr in lookup_deltalocation, change lookup_...
2012-11-02 Michael Schroederfix delta location suffix
2012-11-02 Michael Schroederadd pool_lookup_deltalocation helper so we can change...
2012-10-31 Michael Schroederfix .src matching .src and .nosrc packages
2012-10-23 Michael Schroederimplement pool_set_rootdir/REPO_USE_ROOTDIR instead...
2012-04-13 Michael Schroeder- add pool_error and pool_errstr. get rid of lots of...
2012-04-11 Michael Schroeder- clean up system type definition, use -DSUSE=1 when...
2012-04-04 Michael Schroeder- make example solv program a tiny bit more secure...
2012-04-03 Michael Schroeder- get rid of DEBINA_SEMANTICS, add pool->noarchid,...
2012-03-28 Michael Schroeder- incompatible ABI change: switch num over to unsigned...
2012-03-23 Michael Schroeder- it helps to implement to get/set_flag code for POOL_F...
2012-03-22 Michael Schroeder- turn on "havedistepoch" by default if rpm5 is used
2012-03-21 Michael Schroeder- more memory usage statistics
2012-03-14 Michael Schroeder- speed up pool_shrink_whatprovides
2012-03-13 Michael Schroeder- speed up pool_addrelproviders a bit
2012-03-02 Michael Schroeder- add idqinst parameter to pool_addfileprovides_queue...
2012-02-22 Michael Schroeder- adapt to rpm changes regarding cornercases where...
2012-02-22 Michael Schroeder- change allowselfconflicts to forbidselfconflicts...
2012-02-20 Michael Schroeder- make pool flags private, allow self conflicts for...
2012-02-20 Michael Schroeder- make file list conversion twice as fast by adding...
2012-02-15 Michael SchroederMerge pull request #6 from akozumpl/upstream
2012-02-15 Ales Kozumplikfix a small memory leak: pool->id2color.
2012-02-14 Michael Schroeder- add pool_addvendorclass and solver_solutionelement_in...
2012-02-06 Michael Schroeder- clean up repo parsing code
2012-02-01 Michael Schroeder- rename pool_addfileprovides_ids to pool_addfileprovid...
2011-12-23 Michael Schroeder- fix pool_freeallrepos
2011-12-22 Michael Schroeder- INCOMPATIBLE CHANGE: index with repoid (thus pool...
2011-12-22 Michael Schroeder- add solv_strdup(), rename repo_freeallrepos() to...
2011-07-12 Michael Schroeder- rename all sat_ to solv_
2011-06-14 Michael Schroeder- use FOR_REPODATAS macro
2011-05-25 Michael Schroederun-inline some functions, remove SAT_DEBUG_SCHUBI
2011-05-24 Michael Schroeder- do not use obsolete interface in libsolv library...
2011-03-28 Michael Schroeder- use correct defaults for rpm5, put tmpspace in extra...
2011-03-23 Michael Schroeder- delete fixed vendor classes, add pool_setvendorclasse...
2011-03-03 Michael Schroeder- add pool_freetmpspace, pool_tmpappend, pool_bin2hex...
2010-11-11 Klaus KämpfMerge branch 'master' of gitorious.org:opensuse/sat...
2010-08-06 Michael Schroeder- refactor code a bit, no functual changes
2010-08-03 Michael Schroeder- fix mem leak
2010-06-01 Michael Schroeder- work around debian obsoletes handling for now
2010-03-25 Michael SchroederMerge branch 'master' of gitorious.org:opensuse/sat...
2010-03-25 Michael Schroeder- make obsoleteusescolors default to true on FEDORA
2010-02-15 Klaus Kämpffix conflict
2010-01-26 Michael Schroeder- speed up createwhatprovides when many solvables provi...
2009-10-02 Michael Schroeder- add repodata_delete_uninternalized
2009-09-22 Michael Schroeder- get missing translations from other solvables
2009-09-10 Michael Schroeder- be more carful in pool_addfileprovides
2009-09-07 Stephan KulowMerge branch 'master' of git://git.opensuse.org/project...
2009-09-03 Michael Schroeder- fix multiversion handling for real
2009-08-31 Stephan KulowMerge branch 'master' of git://git.opensuse.org/project...
2009-07-29 Michael Schroeder- speed up file list parsing a bit
2009-07-29 Michael Schroeder- make addfileprovides faster
2009-07-22 Michael Schroeder- solv: fix segfault, add findfastest
2009-07-21 Michael Schroeder- color support in fileconflict checking
2009-07-17 Michael AndresTake care fatal and error messages are written to stder...
2009-07-14 Michael Schroeder- add new flags for the load functions:
2009-07-14 Stephan KulowMerge branch 'master' of git://git.opensuse.org/project...
2009-07-13 Michael Schroeder- globalize id in pool_lookup_id if needed
2009-07-09 Michael Schroeder- support disabling of the "installed" repo
2009-06-24 Michael Schroeder- add pool_tmpjoin and sat_dupjoin helpers
2009-06-22 Klaus KämpfMerge branch 'master' of git@git.opensuse.org:projects...
2009-06-22 Michael Schroeder- revert debugcallback Pool constness, as the callback...
2009-06-22 Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-06-22 Klaus KämpfPass a const Pool to debugcallback
2009-06-20 Michael Schroeder- add support for cutoff argument in file conflict...
2009-06-20 Klaus KämpfMerge branch 'master' of git@git.opensuse.org:projects...
2009-06-19 Michael Schroeder- add support for REL_FILECONFLICT
2009-06-17 Michael Schroeder- move some debug statements from STATS to SOLVER
2009-06-15 Klaus KämpfMerge branch 'master' of git@git.opensuse.org:projects...
2009-05-28 Michael Schroeder- fix noprovide handling in findupdate
2009-05-26 Michael Schroeder- split problem handling from solver.c
2009-05-25 Michael Schroeder- move create_obsolete_index to policy.c
2009-05-12 Michael Schroeder- define solvid2str() function, use sat_sort()
2009-03-17 Michael Schroeder- replace old solver_problemruleinfo with new solver_ru...
2009-03-02 Michael Schroeder- frontport solver_trivial_installable() change
2009-01-26 Michael Schroeder- add pool_whatprovides_ptr() helper
2009-01-19 Michael Schroeder- add inferior arch handling
2008-12-18 Michael Schroeder- handle patch conflicts different also in trivial_inst...
2008-11-05 Michael Schroeder- actually "unsigned long" is wrong, too. It should...
2008-11-05 Klaus Kaempffix compile on 64bit
2008-11-04 Michael Schroeder- log more statistics
2008-10-30 Michael Schroeder- adapt to coding style
2008-10-22 Michael Schroeder- add pool_set_installed() function, remove no longer...
2008-10-20 Michael Schroeder- more cleanups:
2008-10-13 Michael Schroeder- change entry back to better name solvid
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-01 Michael Schroeder- implement otherproviders()
2008-08-29 Michael Schroeder- new job commands, now combinded from job type and...
2008-08-25 Michael Schroeder- add stringpool_free()
2008-07-21 Michael Schroeder- no more freshens. R.I.P.
2008-05-21 Michael Schroeder- allow <pkg>.src matching, could be used in zypper...
2008-05-14 Michael Schroeder- ignore obsoletes in trivial test for now
2008-05-09 Michael Schroeder- add pool_id2langid function
next