- add HEADEREND
[platform/upstream/libsolv.git] / src / pool.c
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
2007-10-05 Michael Schroeder- support for legacy rewriting
2007-10-02 Klaus Kaempfcurrent state of 'sat-solver'