use less memory when just writing the filelist
[platform/upstream/libsolv.git] / src / repo_write.c
2014-04-09 Michael Schroederuse less memory when just writing the filelist
2014-04-04 Michael Schroeder[ABI BREAKAGE] add support for SHA224/384/512
2014-01-20 Michael SchroederMerge pull request #41 from dmacvicar/master
2013-06-13 Michael Schroederadd an ugly workaround so that repo_write knows how...
2013-02-25 Michael Schroedersupport RPM_ADD_WITH_CHANGELOG in repo_add_rpmdb
2012-11-22 Michael Schroedermore cleanup
2012-06-27 Michael Schroeder- put SOLVABLE_PKGID, SOLVABLE_HDRID, SOLVABLE_LEADSIGI...
2012-04-16 Michael Schroeder- get rid of exit(1) calls in repo_write, instead retur...
2012-03-28 Michael Schroeder- incompatible ABI change: switch num over to unsigned...
2012-03-21 Michael Schroeder- put file checksum and delta seq into vertical data...
2012-03-19 Michael Schroeder- cleanup array eof handling, improve data_readid/readnum
2012-03-19 Michael Schroeder- store rpmdbid as TYPE_NUM. This means that TYPE_U32...
2012-03-16 Michael Schroeder- advance num64 support. For now, we store the high...
2012-03-15 Michael Schroeder- start support for 64bit nums
2012-03-02 Michael Schroeder- yet another incompatible change: as everybody seems...
2012-03-01 Michael Schroeder- change last argument in repo_write from Id ** to...
2012-02-17 Michael Schroeder- hide repodata internals (needed to move repo_write...