summaryrefslogtreecommitdiff
path: root/src/repo_solv.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-21make sure we don't see REPOKEY_TYPE_REL_IDARRAY outside of a stored solv fileMichael Schroeder1-0/+5
2013-04-05cleanup hash code, it makes no sense to have an extra type for the maskMichael Schroeder1-3/+2
2012-11-29free tmp repodata when repo_solv returns an errorMichael Schroeder1-18/+31
2012-11-26- save memory in localpool caseMichael Schroeder1-4/+7
2012-11-23optimize string handling in repo_add_solv a bitMichael Schroeder1-21/+28
2012-11-22make sure we have at least id 0 and 1 in a local pool, also call the correct ...Michael Schroeder1-5/+5
2012-04-13- add pool_error and pool_errstr. get rid of lots of exit() calls.Michael Schroeder1-110/+45
2012-04-11- support REPO_EXTEND_SOLVABLES in repo_add_solv (thanks Ales Kozumplik)Michael Schroeder1-14/+24
2012-03-28- incompatible ABI change: switch num over to unsigned long long and store si...Michael Schroeder1-0/+27
2012-03-21- don't free whatprovides in repo_solv, instead grow the array. Also get rid ...Michael Schroeder1-48/+55
2012-03-20- reuse string/rel hashes in repo_add_solv where possibleMichael Schroeder1-52/+65
2012-03-19- cleanup array eof handling, improve data_readid/readnumMichael Schroeder1-6/+29
2012-03-15- simplify code a bit, also allow to store RPM_RPMDBID as num (formerly only ...Michael Schroeder1-15/+12
2012-03-14- be a bit more careful with signed ids, check that everything in a vertical ...Michael Schroeder1-7/+15
2012-03-01- rename repo_add_solv_flags to repo_add_solv. Should have done this a couple...Michael Schroeder1-6/+1
2012-02-17- hide repodata internals (needed to move repo_write from ext to src for this)Michael Schroeder1-0/+2
2011-12-22- make repodata also start with id 1Michael Schroeder1-1/+7
2011-07-12- rename all sat_ to solv_Michael Schroeder1-83/+83
2011-05-24- do not use obsolete interface in libsolv library itselfMichael Schroeder1-9/+9
2011-04-21- made data_read_idarray, data_read_rel_idarray, data_skip_key staticMichael Schroeder1-2/+2
2011-04-04- fix constantid handling for localpool case: we must treat constantid the sa...Michael Schroeder1-7/+2
2011-02-23- repo_solv: add some type/storage checksMichael Schroeder1-4/+23
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