Imported Upstream version 0.6.35
[platform/upstream/libsolv.git] / src / pool.c
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
2008-05-06 Michael Schroeder- add pool_match_nevr() to match a single solvable...
2008-04-16 Michael Schroeder- provide yet another interface to check if packages...
2008-04-11 Michael Schroeder- change DU interface to use installedmap, like the...
2008-04-08 Klaus Kaempfmore comments
2008-04-04 Michael Schroeder- fix bug
2008-04-04 Michael Schroeder- support REL_ARCH
2008-03-19 Michael Schroeder- beautify add_array code
2008-03-19 Michael Schroeder- write info block containing addedprovides
2008-03-18 Michael Schroeder- move known id definitions to one file, lets see if...
2008-03-17 Michael MatzInitialize all allocated array members for blocky array...
2008-03-14 Michael Schroeder- move change calculation into pool
2008-03-05 Michael Schroeder- add HEADEREND
2008-03-04 Michael Schroeder- add namespace:filesystem support to fix_legacy
2008-03-04 Michael Schroeder- clean up tmp space management
2008-03-03 Michael Schroeder- fix mem leaks
2008-03-03 Michael Schroeder- fix bug in solv loading callback
2008-02-29 Michael Schroeder- change solv format in an incompatible way, breaking...
2008-02-18 Michael Schroeder- bring duchange code to life
2008-02-16 Stephan Kulowsomehow the -Wall got lost in the debug build - fix
2008-02-15 Michael Schroeder- really support DIRSTRARRAY type
2008-02-15 Michael Schroeder- add pool_search() function to search the pool
2008-02-15 Klaus Kaempfremove 'kind' handling ( will re-appear in applayer...
2008-02-07 Klaus Kaempfintroduce Solvable.kind to remove the need for strcmp...
2008-01-30 Michael Schroeder- use namespace instead of solvable for languages
2008-01-29 Michael Schroeder- add key filtering to repo_write
2008-01-15 Michael Schroeder- add dir reading code to solv reader
2008-01-11 Michael Schroeder- fix support for splitprovides
2008-01-09 Michael Schroeder- rename xmalloc/... functions to sat_malloc, as we...
2007-12-21 Michael Schroeder- add evrmatch
2007-12-10 Michael Schroeder- use schema in repodata to make it extendible
2007-12-10 Michael Schroeder- add evrcmp mode parameter
2007-12-06 Michael Schroederadded some DEBIAN_SEMANTICS
2007-12-04 Michael Schroeder- switch to new solv format using schemata
2007-11-28 Michael Schroeder- changed debug mechanism a bit, it is now part of...
2007-11-26 Stefan Schubertreplaced printf by a locking function
2007-11-19 Michael Schroeder- add solvable2str function to make things easier and...
2007-11-17 Michael Schroeder- some more cleanup
2007-11-17 Michael Schroeder- changed repo interface a bit, now alloc/free handle...
2007-11-16 Michael Schroeder- add solvable allocation functions
2007-11-16 Michael MatzReduce C&P code by factoring out the uniquifying string...
2007-11-14 Michael Schroeder- allow repositories that don't consist of a single...
2007-11-13 Michael Schroeder- cleanup repo handlin API
2007-11-08 Michael Schroeder- add a license
2007-10-30 Michael Schroeder- add vendor change policy (but fixes no test case...
2007-10-30 Michael Schroeder- add vendor id to solvables
2007-10-29 Michael SchroederUse Offset instead of unsigned int.
2007-10-29 Michael Schroeder- rename queue* to queue_*, inline a bit more
2007-10-26 Michael Schroeder- move dep2str buffer into pool so that the memory...
2007-10-26 Duncan Mac-Vicar Pto follow SUSE tools conventions
2007-10-26 Stephan Kulowfix memory leaks
2007-10-26 Duncan Mac-Vicar Prevert debug
2007-10-26 Duncan Mac-Vicar Peach_solvable in Source almost working
2007-10-25 Michael Schroeder- do not add rules that are always fulfilled
2007-10-25 Michael Schroeder- add support for namespace callbacks
2007-10-23 Michael Schroeder- switch dependencies from Id pointers to Offsets
2007-10-22 Michael Schroeder- first step in getting rid of dependency pointers:
2007-10-17 Michael Schroeder- added pool_installable() inline function
2007-10-17 Michael Schroederunify whatprovides data to save memory.
2007-10-15 Michael Schroederimplemented GNADENLOS in a better way, now option ...
2007-10-09 Michael Schroeder- fix arch handling
2007-10-05 Michael Schroeder- don't pass name spaces for now
next