summaryrefslogtreecommitdiff
path: root/src/repo_write.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-27Imported Upstream version 0.6.5upstream/0.6.5DongHun Kwak1-2/+2
2014-04-09use less memory when just writing the filelistMichael Schroeder1-17/+90
2014-04-04[ABI BREAKAGE] add support for SHA224/384/512Michael Schroeder1-0/+9
2013-06-13add an ugly workaround so that repo_write knows how to deal with filelist ext...Michael Schroeder1-1/+33
2013-02-25support RPM_ADD_WITH_CHANGELOG in repo_add_rpmdbMichael Schroeder1-0/+2
2012-11-22more cleanupMichael Schroeder1-63/+30
2012-06-27- put SOLVABLE_PKGID, SOLVABLE_HDRID, SOLVABLE_LEADSIGID in the vertical sect...Michael Schroeder1-0/+3
2012-04-16- get rid of exit(1) calls in repo_write, instead return errorMichael Schroeder1-80/+84
2012-03-28- incompatible ABI change: switch num over to unsigned long long and store si...Michael Schroeder1-0/+1
2012-03-21- put file checksum and delta seq into vertical data to reduce the incore sizeMichael Schroeder1-0/+3
2012-03-19- cleanup array eof handling, improve data_readid/readnumMichael Schroeder1-26/+38
2012-03-19- store rpmdbid as TYPE_NUM. This means that TYPE_U32 is actually no longer u...Michael Schroeder1-2/+2
2012-03-16- advance num64 support. For now, we store the high 32 bits in kv->num2 to st...Michael Schroeder1-1/+19
2012-03-15- start support for 64bit numsMichael Schroeder1-1/+2
2012-03-02- yet another incompatible change: as everybody seems to use repo_write_stdke...Michael Schroeder1-3/+15
2012-03-01- change last argument in repo_write from Id ** to Queue *. Hopefully nobody ...Michael Schroeder1-16/+9
2012-02-17- hide repodata internals (needed to move repo_write from ext to src for this)Michael Schroeder1-0/+1954