- move known id definitions to one file, lets see if g++ likes it
[platform/upstream/libsolv.git] / src / repo.h
2008-03-07 Michael MatzMake rpmdb2solv reasonably fast again.
2008-03-06 Michael Schroeder- beautify a bit
2008-03-03 Michael Schroeder- fix bug in solv loading callback
2008-02-24 Michael MatzImplement iterating also over solvable data.
2008-02-23 Michael MatzAn iterator interface to attributes. Supports the...
2008-02-21 Klaus Kaempfre-compute 's' pointer while iterating repo solvables...
2008-02-14 Klaus Kaempfadd a generic attribute lookup function 'repo_lookup'
2008-02-14 Klaus Kaempffix comment
2008-02-14 Klaus Kaempffix and document parameters of Repokey
2008-02-08 Duncan Mac-Vicar Pfix typo, it compiles with or without typo uh?
2008-02-06 Duncan Mac-Vicar Pexpose repo_lookup_str and add lookup_num (nonworking)
2008-01-29 Michael Schroeder- add key filtering to repo_write
2008-01-15 Michael Schroeder- add dir reading code to solv reader
2007-12-21 Michael Schroeder- fix bug in repo_addid_dep
2007-12-18 Michael Schroeder- do not exit on bad solv files
2007-12-17 Michael Schroeder- removed verticals for now to make work easier
2007-12-14 Michael Schroeder- some pieces of code for the unified lookup/search...
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 MatzPull together attribute store and repo. dumpsolv actua...
2007-11-21 Michael Andresuse SATSOLVER_ prefix in include guards
2007-11-19 Michael Schroeder- add FOR_REPO_SOLVABLES repo iterator macro
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-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-29 Michael SchroederUse Offset instead of unsigned int.
2007-10-26 Michael Schroeder- no more bool, too many conflicts
2007-10-26 Duncan Mac-Vicar Pto follow SUSE tools conventions