Age | Commit message (Expand) | Author | Files | Lines |
2014-04-07 | simplyfy checksum code | Michael Schroeder | 1 | -19/+14 |
2014-04-04 | [ABI BREAKAGE] add support for SHA224/384/512 | Michael Schroeder | 1 | -0/+6 |
2014-01-08 | fix a couple of minor problems found with cppcheck | Michael Schroeder | 1 | -2/+2 |
2013-05-06 | cleanup dumpsolv code | Michael Schroeder | 1 | -60/+59 |
2013-05-03 | dumpsolv: add experimental json dumping support | Michael Schroeder | 1 | -164/+312 |
2012-12-13 | delete old debug statements | Michael Schroeder | 1 | -6/+4 |
2012-04-13 | - add pool_error and pool_errstr. get rid of lots of exit() calls. | Michael Schroeder | 1 | -2/+2 |
2012-03-16 | - advance num64 support. For now, we store the high 32 bits in kv->num2 to st... | Michael Schroeder | 1 | -3/+5 |
2012-03-15 | - dumpsolv: num is unsigned, also support reldeps as ids | Michael Schroeder | 1 | -2/+2 |
2012-03-01 | - rename repo_add_solv_flags to repo_add_solv. Should have done this a couple... | Michael Schroeder | 1 | -3/+3 |
2012-01-17 | Make more C89 and POSIX compliant | Ingo Weinhold | 1 | -1/+2 |
2012-01-11 | - add some missing copyright blocks | Michael Schroeder | 1 | -4/+4 |
2011-12-22 | - INCOMPATIBLE CHANGE: index with repoid (thus pool->repos[repoid] == repo->r... | Michael Schroeder | 1 | -1/+1 |
2011-06-14 | - use FOR_REPODATAS macro | Michael Schroeder | 1 | -1/+1 |
2011-05-24 | - do not use obsolete interface in libsolv library itself | Michael Schroeder | 1 | -11/+11 |
2011-01-07 | - kill stillborn KINDS_SEPARATELY, use getopt() in tools | Michael Schroeder | 1 | -28/+25 |
2009-09-22 | - get missing translations from other solvables | Michael Schroeder | 1 | -0/+6 |
2009-07-14 | - add new flags for the load functions: | Michael Schroeder | 1 | -7/+13 |
2009-06-15 | - add FOR_REPOS macro to iterate over repos | Michael Schroeder | 1 | -10/+4 |
2008-10-20 | - more cleanups: | Michael Schroeder | 1 | -26/+10 |
2008-10-13 | - change entry back to better name solvid | Michael Schroeder | 1 | -2/+2 |
2008-10-09 | - kill SEARCH_EXTRA so we see where libzypp has to be changed | Michael Schroeder | 1 | -1/+3 |
2008-10-09 | - oops, forgot bindings | Michael Schroeder | 1 | -1/+1 |
2008-10-09 | - the big solv data change | Michael Schroeder | 1 | -23/+53 |
2008-08-13 | Support searching in filelists via the dataiterator. Under control of an | Michael Matz | 1 | -1/+1 |
2008-07-21 | - no more freshens. R.I.P. | Michael Schroeder | 1 | -1/+0 |
2008-05-07 | - add rpmdbcookie support | Michael Schroeder | 1 | -0/+10 |
2008-04-27 | (De-)Serialize structured types. Dataiterator and repo_search support | Michael Matz | 1 | -3/+6 |
2008-04-06 | - print also global solvable id | Jan Kupec | 1 | -1/+2 |
2008-04-03 | Support loading/dumping multiple repos, and some testcode for the new | Michael Matz | 1 | -48/+73 |
2008-04-01 | Working but for now inactive code to support non-solvables (things which | Michael Matz | 1 | -8/+21 |
2008-03-20 | - also dump sha256 | Michael Schroeder | 1 | -1/+2 |
2008-03-19 | Support new types for MD5 and SHA1 checksums (stored in binary, but with | Michael Matz | 1 | -0/+4 |
2008-03-19 | - write info block containing addedprovides | Michael Schroeder | 1 | -0/+6 |
2008-03-14 | - do away with printdir | Michael Schroeder | 1 | -17/+0 |
2008-03-14 | - add repodata_dir2str function | Michael Schroeder | 1 | -6/+2 |
2008-03-05 | - replace exit() with return, oops | Michael Schroeder | 1 | -3/+8 |
2008-02-29 | - change solv format in an incompatible way, breaking compatibility | Michael Schroeder | 1 | -27/+24 |
2008-02-25 | - make it even more correct | Michael Schroeder | 1 | -1/+4 |
2008-02-24 | Dump more attribute types. | Michael Matz | 1 | -3/+7 |
2008-02-23 | An iterator interface to attributes. Supports the same things as the | Michael Matz | 1 | -76/+49 |
2008-02-18 | - make rpmdb record summary, description, buildtime, group, dustats | Michael Schroeder | 1 | -1/+1 |
2008-02-18 | - use SEARCH_NO_STORAGE_SOLVABLE instead of duplication code | Michael Schroeder | 1 | -13/+3 |
2008-02-15 | - add static noise | Michael Schroeder | 1 | -0/+5 |
2008-02-15 | Unbreak things. | Michael Matz | 1 | -1/+1 |
2008-02-14 | comments | Klaus Kaempf | 1 | -2/+9 |
2008-02-14 | make reading attributes optional, | Klaus Kaempf | 1 | -58/+11 |
2008-02-14 | more flexibility in naming attribute files, | Klaus Kaempf | 1 | -6/+92 |
2008-02-10 | Support for generating separate sub files and bugfixes in the reader | Michael Matz | 1 | -5/+35 |
2008-02-07 | introduce Solvable.kind to remove the need for strcmp()/strchr() when | Klaus Kaempf | 1 | -1/+1 |