Merge branch 'master' of git@git.opensuse.org:projects/zypp/sat-solver
[platform/upstream/libsolv.git] / src / repo.c
2009-06-15 Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-06-11 Dirk MuellerMerge branch 'master' of git@git.opensuse.org:projects...
2009-05-28 Dirk Muellervoid* arithmetics is not defined
2008-10-31 Michael Schroeder- fix entry tests
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- also use matcher in repo_solv
2008-10-09 Michael Schroeder- the big solv data change
2008-09-12 Duncan Mac-Vicar P- add repo_add_poolstr_array
2008-09-10 Michael Schroeder- bring side data handling into better shape
2008-09-01 Michael Schroeder- implement otherproviders()
2008-07-21 Michael Schroeder- no more freshens. R.I.P.
2008-04-14 Michael MatzPreparation for structured types. The repodata_set_...
2008-04-08 Klaus Kaempfmake numeric attribute type consistent with repodata...
2008-04-01 Michael MatzWorking but for now inactive code to support non-solvab...
2008-03-07 Michael MatzMake rpmdb2solv reasonably fast again.
2008-03-06 Michael Schroeder- beautify a bit
2008-03-04 Michael Schroeder- add namespace:filesystem support to fix_legacy
2008-03-03 Michael Schroeder- do not use i twice (fixes #366548)
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-23 Michael MatzAn iterator interface to attributes. Supports the...
2008-02-19 Michael Schroeder- fix memory leaks
2008-02-18 Michael Schroeder- free repodata memory
2008-02-18 Michael Schroeder- strip trailing slashes from splitprovides so that...
2008-02-14 Klaus Kaempfadd a generic attribute lookup function 'repo_lookup'
2008-02-10 Michael MatzSupport for generating separate sub files and bugfixes...
2008-02-08 Michael Matzdata can validly be 0, in which case we never have...
2008-02-06 Michael MatzMake repo_lookup_num work.
2008-02-06 Duncan Mac-Vicar Pexpose repo_lookup_str and add lookup_num (nonworking)
2008-01-30 Michael Schroeder- use namespace instead of solvable for languages
2008-01-30 Michael MatzStoring the schema in front of the incore data releaves...
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- fix bug in repo_addid_dep
2007-12-20 Michael Schroeder- some bug fixes + stop handling, nothing fancy
2007-12-18 Michael Schroeder- some more things to think about
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-12-04 Michael Schroeder- switch to new solv format using schemata
2007-11-17 Michael Schroeder- some more cleanup
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 Duncan Mac-Vicar Pto follow SUSE tools conventions