Merge branch 'master' of git@git.opensuse.org:projects/zypp/sat-solver
[platform/upstream/libsolv.git] / tools / repo_write.c
2009-05-28 Michael Schroeder- rename dirpool_create to dirpool_init, as it just...
2009-05-12 Michael Schroeder- define solvid2str() function, use sat_sort()
2008-10-20 Michael Schroeder- more cleanups:
2008-10-13 Michael Schroeder- fix order of schema creation
2008-10-13 Michael Schroeder- change entry back to better name solvid
2008-10-13 Michael Schroeder- clean up repopage stuff
2008-10-09 Michael Schroeder- oops, forgot bindings
2008-10-09 Michael Schroeder- the big solv data change
2008-07-21 Michael Schroeder- no more freshens. R.I.P.
2008-05-30 Michael Schroeder- make code easier to understand
2008-05-07 Michael Schroeder- add rpmdbcookie support
2008-04-27 Michael Matz(De-)Serialize structured types. Dataiterator and...
2008-04-14 Michael MatzAdd REPOKEY_TYPE_COUNTED type (for arrays of structures).
2008-04-01 Michael MatzWorking but for now inactive code to support non-solvab...
2008-03-19 Michael MatzSupport new types for MD5 and SHA1 checksums (stored...
2008-03-19 Michael Schroeder- fix memory leak
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-14 Michael Schroeder- fixed ugly bug that made repo_write drop the first...
2008-03-07 Michael Schroeder- handle the poolusage=3, dirpoolusage=2 case a bit...
2008-03-06 Michael Schroeder- add localpool parameter
2008-03-05 Michael Schroeder- replace exit() with return, oops
2008-02-29 Michael Schroeder- change solv format in an incompatible way, breaking...
2008-02-20 Michael Schroeder- fix bugs in pool merging code
2008-02-19 Michael Schroeder- currently, the dirpool code relies on the fact that...
2008-02-19 Michael Schroeder- patch memory leaks
2008-02-18 Michael Schroeder- write the correct marker
2008-02-15 Michael Schroeder- add static noise
2008-02-15 Michael MatzUnbreak things.
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-02-05 Michael MatzBah, we have to handle the empty string too. Whenever...
2008-01-30 Michael Schroeder- add optimization comment
2008-01-30 Michael Schroeder- allow empty string space
2008-01-29 Michael MatzIncrement needid[] of the right member.
2008-01-29 Michael Matzno comment
2008-01-29 Michael Schroeder- add key filtering to repo_write
2008-01-09 Michael Schroeder- rename xmalloc/... functions to sat_malloc, as we...
2007-12-17 Michael Schroeder- removed verticals for now to make work easier
2007-12-11 Michael Schroeder- beautify
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-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-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