summaryrefslogtreecommitdiff
path: root/src/repo_solv.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-21- fix stub handling bugsMichael Schroeder1-5/+8
2009-07-21- color support in fileconflict checkingMichael Schroeder1-1/+1
2009-07-17- move check for space block to front so that we will not abort whenMichael Schroeder1-37/+39
2009-07-15- check for holes when replacing solvable dataMichael Schroeder1-3/+14
2009-07-14- add new flags for the load functions:Michael Schroeder1-145/+32
2009-05-25- cleanup the code, make two functions staticMichael Schroeder1-1/+1
2008-11-05- actually "unsigned long" is wrong, too. It should be "size_t" andMichael Schroeder1-1/+1
2008-11-05fix compile on 64bitKlaus Kaempf1-1/+1
2008-11-04- log more statisticsMichael Schroeder1-0/+7
2008-10-30- adapt to coding styleMichael Schroeder1-3/+3
2008-10-23- read data in larger chunksMichael Schroeder1-29/+56
2008-10-21- maybe better this wayMichael Schroeder1-1/+1
2008-10-21- make repo_add_solv fast againMichael Schroeder1-9/+15
2008-10-20- more cleanups:Michael Schroeder1-3/+3
2008-10-13- change entry back to better name solvidMichael Schroeder1-8/+8
2008-10-13- add some parens to fix the segfaultMichael Schroeder1-1/+1
2008-10-13- clean up repopage stuffMichael Schroeder1-2/+2
2008-10-09- the big solv data changeMichael Schroeder1-644/+392
2008-09-10- bring side data handling into better shapeMichael Schroeder1-1/+1
2008-07-21- no more freshens. R.I.P.Michael Schroeder1-3/+1
2008-05-07- add rpmdbcookie supportMichael Schroeder1-0/+7
2008-04-27(De-)Serialize structured types. Dataiterator and repo_search supportMichael Matz1-3/+33
2008-04-14Add REPOKEY_TYPE_COUNTED type (for arrays of structures).Michael Matz1-3/+6
2008-04-01Working but for now inactive code to support non-solvables (things whichMichael Matz1-5/+42
2008-03-20- also support sha256Michael Schroeder1-1/+8
2008-03-19Support new types for MD5 and SHA1 checksums (stored in binary, but withMichael Matz1-1/+15
2008-03-19- beautify add_array codeMichael Schroeder1-2/+4
2008-03-19Add functions to create IDARRAY attributes.Michael Matz1-2/+28
2008-03-19- write addedprovides as rel_idarray to save some bytesMichael Schroeder1-2/+13
2008-03-19- write info block containing addedprovidesMichael Schroeder1-14/+39
2008-03-06- beautify a bitMichael Schroeder1-2/+16
2008-03-03- fix mem leaksMichael Schroeder1-1/+2
2008-02-29- change solv format in an incompatible way, breaking compatibilityMichael Schroeder1-257/+269
2008-02-20- fix file descriptor leakMichael Schroeder1-1/+1
2008-02-20- fix memory leaksMichael Schroeder1-0/+1
2008-02-19- fix memory leaksMichael Schroeder1-10/+14
2008-02-18- strip trailing slashes from splitprovides so that file provides willMichael Schroeder1-71/+104
2008-02-15- really support DIRSTRARRAY typeMichael Schroeder1-1/+20
2008-02-15Read version 6 files, but don't expose to outside.Michael Matz1-0/+3
2008-02-15remove 'kind' handling ( will re-appear in applayer ;-) )Klaus Kaempf1-10/+1
2008-02-14Cleanup a bit.Michael Matz1-39/+0
2008-02-11More subtle errors in (up to now) untested code paths, this time dealingMichael Matz1-1/+3
2008-02-10Support for generating separate sub files and bugfixes in the readerMichael Matz1-12/+39
2008-02-07introduce Solvable.kind to remove the need for strcmp()/strchr() whenKlaus Kaempf1-1/+10
2008-01-30allow empty stringsMichael Schroeder1-2/+2
2008-01-30Storing the schema in front of the incore data releaves us from fiddlingMichael Matz1-16/+2
2008-01-29- add key filtering to repo_writeMichael Schroeder1-106/+355
2008-01-15- add dir reading code to solv readerMichael Schroeder1-10/+42
2008-01-14It's nicer to represent the special numbers as TYPE_VOID with the actualMichael Matz1-1/+1
2008-01-09- rename xmalloc/... functions to sat_malloc, as we're aMichael Schroeder1-36/+36