Age | Commit message (Expand) | Author | Files | Lines |
2013-06-21 | make sure we don't see REPOKEY_TYPE_REL_IDARRAY outside of a stored solv file | Michael Schroeder | 1 | -0/+5 |
2013-04-05 | cleanup hash code, it makes no sense to have an extra type for the mask | Michael Schroeder | 1 | -3/+2 |
2012-11-29 | free tmp repodata when repo_solv returns an error | Michael Schroeder | 1 | -18/+31 |
2012-11-26 | - save memory in localpool case | Michael Schroeder | 1 | -4/+7 |
2012-11-23 | optimize string handling in repo_add_solv a bit | Michael Schroeder | 1 | -21/+28 |
2012-11-22 | make sure we have at least id 0 and 1 in a local pool, also call the correct ... | Michael Schroeder | 1 | -5/+5 |
2012-04-13 | - add pool_error and pool_errstr. get rid of lots of exit() calls. | Michael Schroeder | 1 | -110/+45 |
2012-04-11 | - support REPO_EXTEND_SOLVABLES in repo_add_solv (thanks Ales Kozumplik) | Michael Schroeder | 1 | -14/+24 |
2012-03-28 | - incompatible ABI change: switch num over to unsigned long long and store si... | Michael Schroeder | 1 | -0/+27 |
2012-03-21 | - don't free whatprovides in repo_solv, instead grow the array. Also get rid ... | Michael Schroeder | 1 | -48/+55 |
2012-03-20 | - reuse string/rel hashes in repo_add_solv where possible | Michael Schroeder | 1 | -52/+65 |
2012-03-19 | - cleanup array eof handling, improve data_readid/readnum | Michael Schroeder | 1 | -6/+29 |
2012-03-15 | - simplify code a bit, also allow to store RPM_RPMDBID as num (formerly only ... | Michael Schroeder | 1 | -15/+12 |
2012-03-14 | - be a bit more careful with signed ids, check that everything in a vertical ... | Michael Schroeder | 1 | -7/+15 |
2012-03-01 | - rename repo_add_solv_flags to repo_add_solv. Should have done this a couple... | Michael Schroeder | 1 | -6/+1 |
2012-02-17 | - hide repodata internals (needed to move repo_write from ext to src for this) | Michael Schroeder | 1 | -0/+2 |
2011-12-22 | - make repodata also start with id 1 | Michael Schroeder | 1 | -1/+7 |
2011-07-12 | - rename all sat_ to solv_ | Michael Schroeder | 1 | -83/+83 |
2011-05-24 | - do not use obsolete interface in libsolv library itself | Michael Schroeder | 1 | -9/+9 |
2011-04-21 | - made data_read_idarray, data_read_rel_idarray, data_skip_key static | Michael Schroeder | 1 | -2/+2 |
2011-04-04 | - fix constantid handling for localpool case: we must treat constantid the sa... | Michael Schroeder | 1 | -7/+2 |
2011-02-23 | - repo_solv: add some type/storage checks | Michael Schroeder | 1 | -4/+23 |
2009-07-21 | - fix stub handling bugs | Michael Schroeder | 1 | -5/+8 |
2009-07-21 | - color support in fileconflict checking | Michael Schroeder | 1 | -1/+1 |
2009-07-17 | - move check for space block to front so that we will not abort when | Michael Schroeder | 1 | -37/+39 |
2009-07-15 | - check for holes when replacing solvable data | Michael Schroeder | 1 | -3/+14 |
2009-07-14 | - add new flags for the load functions: | Michael Schroeder | 1 | -145/+32 |
2009-05-25 | - cleanup the code, make two functions static | Michael Schroeder | 1 | -1/+1 |
2008-11-05 | - actually "unsigned long" is wrong, too. It should be "size_t" and | Michael Schroeder | 1 | -1/+1 |
2008-11-05 | fix compile on 64bit | Klaus Kaempf | 1 | -1/+1 |
2008-11-04 | - log more statistics | Michael Schroeder | 1 | -0/+7 |
2008-10-30 | - adapt to coding style | Michael Schroeder | 1 | -3/+3 |
2008-10-23 | - read data in larger chunks | Michael Schroeder | 1 | -29/+56 |
2008-10-21 | - maybe better this way | Michael Schroeder | 1 | -1/+1 |
2008-10-21 | - make repo_add_solv fast again | Michael Schroeder | 1 | -9/+15 |
2008-10-20 | - more cleanups: | Michael Schroeder | 1 | -3/+3 |
2008-10-13 | - change entry back to better name solvid | Michael Schroeder | 1 | -8/+8 |
2008-10-13 | - add some parens to fix the segfault | Michael Schroeder | 1 | -1/+1 |
2008-10-13 | - clean up repopage stuff | Michael Schroeder | 1 | -2/+2 |
2008-10-09 | - the big solv data change | Michael Schroeder | 1 | -644/+392 |
2008-09-10 | - bring side data handling into better shape | Michael Schroeder | 1 | -1/+1 |
2008-07-21 | - no more freshens. R.I.P. | Michael Schroeder | 1 | -3/+1 |
2008-05-07 | - add rpmdbcookie support | Michael Schroeder | 1 | -0/+7 |
2008-04-27 | (De-)Serialize structured types. Dataiterator and repo_search support | Michael Matz | 1 | -3/+33 |
2008-04-14 | Add REPOKEY_TYPE_COUNTED type (for arrays of structures). | Michael Matz | 1 | -3/+6 |
2008-04-01 | Working but for now inactive code to support non-solvables (things which | Michael Matz | 1 | -5/+42 |
2008-03-20 | - also support sha256 | Michael Schroeder | 1 | -1/+8 |
2008-03-19 | Support new types for MD5 and SHA1 checksums (stored in binary, but with | Michael Matz | 1 | -1/+15 |
2008-03-19 | - beautify add_array code | Michael Schroeder | 1 | -2/+4 |
2008-03-19 | Add functions to create IDARRAY attributes. | Michael Matz | 1 | -2/+28 |