Imported Upstream version 0.6.20
[platform/upstream/libsolv.git] / src / pool.c
2016-10-27 DongHun KwakImported Upstream version 0.6.20 19/94119/1 upstream/0.6.20
2016-10-27 DongHun KwakImported Upstream version 0.6.15 14/94114/1 upstream/0.6.15
2016-10-27 DongHun KwakImported Upstream version 0.6.12 11/94111/1 upstream/0.6.12
2016-10-27 DongHun KwakImported Upstream version 0.6.11 10/94110/1 upstream/0.6.11
2016-10-27 DongHun KwakImported Upstream version 0.6.7 06/94106/1 upstream/0.6.7
2016-10-27 DongHun KwakImported Upstream version 0.6.5 04/94104/1 upstream/0.6.5
2014-04-14 Michael Schroederfix type introduced in commit #bbdec95b
2014-04-14 Michael Schroederadd a single space
2014-04-14 Michael Schroedersmall optimization for pool_addfileprovides
2014-02-18 Michael Schroedertreat AND and COND more optimistic in pool_addrelproviders
2014-01-20 Michael Schroederfix last commit
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-12-12 Michael Schroederrefactor pool_calc_duchanges a bit
2013-12-10 Michael Schroederfix double-free if the number of languages is reduced...
2013-10-18 Michael Schroedersupport debian multiarch annotation
2013-10-16 Michael Schroederremove trailing whitespace
2013-10-04 Michael Schroederrefactor selection code, add SELECTION_SKIP_KIND, add...
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-06-13 Michael Schroederfix archpolicy handling of '>'
2013-06-04 Michael Schroederadd POOL_FLAG_IMPLICITOBSOLETEUSESCOLORS to match the...
2013-06-03 Michael Schroederadd POOL_FLAG_ADDFILEPROVIDESFILTERED option to make...
2013-05-27 Michael Schroederadd pool_lookup_idarray for completeness
2013-05-17 Michael Schroederallow SOLVID_META queries through SOLVID_POS
2013-04-26 Michael Schroederbring libsolv in line with currrent rpm's multiversion...
2013-04-22 Michael Schroederadd pool_setnamespacecallback() and pool_flush_namespac...
2013-04-16 Michael Schroederswitch range->name and range->evr in REL_COMPAT deps...
2013-04-16 Michael Schroederadd DISTTYPE_HAIKU, some small fixes
2013-04-16 Ingo WeinholdAdd support for Haiku compat version comparison
2013-04-08 Michael Schroederfix bugs in fileconflicts code and prepare for aliased...
2013-03-22 Michael Schroederrename "NOOBSOLETES" to "MULTIVERSION"
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...
next