Imported Upstream version 0.6.29
[platform/upstream/libsolv.git] / src / pool.h
2008-10-20 Michael Schroeder- more cleanups:
2008-10-09 Michael Schroeder- move search position into pool
2008-09-17 Michael Schroeder- Change provide iterator from ID pointer to ID. Before...
2008-08-29 Michael Schroeder- new job commands, now combinded from job type and...
2008-07-11 Michael Schroeder- add missing prototype
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- beautfy, rename & document
2008-04-11 Michael Schroeder- change DU interface to use installedmap, like the...
2008-04-10 Michael Schroeder- change interface for solvable_trivial_installable...
2008-04-04 Michael Schroeder- add solvable_trivial_installable
2008-04-04 Michael Schroeder- support REL_ARCH
2008-03-20 Michael Schroeder- add lookup_id function
2008-03-20 Michael Schroeder- rename str_lang to str_poollang
2008-03-20 Michael Schroeder- add checksum lookup functions
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-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-15 Michael Schroeder- add pool_search() function to search the pool
2008-02-14 Klaus KaempfTYPE_xxx should be enum, no ?
2008-02-12 Michael MatzIntroduce pool->considered. A map to select a subset...
2008-02-10 Duncan Mac-Vicar Pcompile
2008-02-10 Duncan Mac-Vicar Pcompile
2008-02-10 Michael MatzSupport for generating separate sub files and bugfixes...
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-14 Michael MatzIt's nicer to represent the special numbers as TYPE_VOI...
2008-01-11 Michael Schroeder- fix support for splitprovides
2007-12-21 Michael Schroeder- add evrmatch
2007-12-18 Michael MatzOne-valued types for media number. They can be encoded...
2007-12-10 Michael Schroeder- use schema in repodata to make it extendible
2007-12-08 Michael MatzPfeww. I'm tired, but now you can add refers from...
2007-12-08 Michael MatzI'm going to use the file info block real soon now...
2007-12-07 Michael MatzMake the attrstore types available generally.
2007-12-06 Michael Matzprefix-code the string store, difference-code the depen...
2007-12-04 Michael Schroeder- switch to new solv format using schemata
2007-11-30 Stephan KulowI hope that's ok to get the bindings going
2007-11-28 Michael Schroeder- changed debug mechanism a bit, it is now part of...
2007-11-21 Michael Andresuse SATSOLVER_ prefix in include guards
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-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 Klaus Kaempfkeep 'bool'ness in the comment
2007-10-26 Michael Schroeder- no more bool, too many conflicts
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 Duncan Mac-Vicar P- iterators for solver decisions
2007-10-26 Duncan Mac-Vicar Peach_solvable in Source almost working
2007-10-26 Duncan Mac-Vicar P- add cmake support
2007-10-25 Michael Schroeder- add support for namespace callbacks
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-12 Michael MatzMake the satsolver header usable with C++ (only pool...
2007-10-09 Michael Schroeder- fix arch handling
2007-10-05 Michael Schroeder- support for legacy rewriting
2007-10-02 Klaus Kaempfcurrent state of 'sat-solver'