Add functions to create IDARRAY attributes.
[platform/upstream/libsolv.git] / src / repo_solv.c
2008-03-19 Michael MatzAdd functions to create IDARRAY attributes.
2008-03-19 Michael Schroeder- write addedprovides as rel_idarray to save some bytes
2008-03-19 Michael Schroeder- write info block containing addedprovides
2008-03-06 Michael Schroeder- beautify a bit
2008-03-03 Michael Schroeder- fix mem leaks
2008-02-29 Michael Schroeder- change solv format in an incompatible way, breaking...
2008-02-20 Michael Schroeder- fix file descriptor leak
2008-02-20 Michael Schroeder- fix memory leaks
2008-02-19 Michael Schroeder- fix memory leaks
2008-02-18 Michael Schroeder- strip trailing slashes from splitprovides so that...
2008-02-15 Michael Schroeder- really support DIRSTRARRAY type
2008-02-15 Michael MatzRead version 6 files, but don't expose to outside.
2008-02-15 Klaus Kaempfremove 'kind' handling ( will re-appear in applayer...
2008-02-14 Michael MatzCleanup a bit.
2008-02-11 Michael MatzMore subtle errors in (up to now) untested code paths...
2008-02-10 Michael MatzSupport for generating separate sub files and bugfixes...
2008-02-07 Klaus Kaempfintroduce Solvable.kind to remove the need for strcmp...
2008-01-30 Michael Schroederallow empty strings
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-14 Michael MatzIt's nicer to represent the special numbers as TYPE_VOI...
2008-01-09 Michael Schroeder- rename xmalloc/... functions to sat_malloc, as we...
2007-12-27 Michael MatzEnable ATTR_INTLIST to contain zeros. Use the same...
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- forgot to store start and end of id block
2007-12-14 Michael Schroeder- some pieces of code for the unified lookup/search...
2007-12-11 Michael MatzHandle most of the susetags tags. Major exception...
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-08 Michael MatzAlso activate paging for embedded attr stores.
2007-12-08 Michael MatzPull together attribute store and repo. dumpsolv actua...
2007-12-06 Michael Schroeder- cleanup code a bit
2007-12-06 Michael MatzWhile trying to regenerate the testsuite I noticed...
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-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-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 id to solvables
2007-10-26 Duncan Mac-Vicar Pto follow SUSE tools conventions