summaryrefslogtreecommitdiff
path: root/tools/dumpsolv.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-07simplyfy checksum codeMichael Schroeder1-19/+14
2014-04-04[ABI BREAKAGE] add support for SHA224/384/512Michael Schroeder1-0/+6
2014-01-08fix a couple of minor problems found with cppcheckMichael Schroeder1-2/+2
2013-05-06cleanup dumpsolv codeMichael Schroeder1-60/+59
2013-05-03dumpsolv: add experimental json dumping supportMichael Schroeder1-164/+312
2012-12-13delete old debug statementsMichael Schroeder1-6/+4
2012-04-13- add pool_error and pool_errstr. get rid of lots of exit() calls.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-3/+5
2012-03-15- dumpsolv: num is unsigned, also support reldeps as idsMichael Schroeder1-2/+2
2012-03-01- rename repo_add_solv_flags to repo_add_solv. Should have done this a couple...Michael Schroeder1-3/+3
2012-01-17Make more C89 and POSIX compliantIngo Weinhold1-1/+2
2012-01-11- add some missing copyright blocksMichael Schroeder1-4/+4
2011-12-22- INCOMPATIBLE CHANGE: index with repoid (thus pool->repos[repoid] == repo->r...Michael Schroeder1-1/+1
2011-06-14- use FOR_REPODATAS macroMichael Schroeder1-1/+1
2011-05-24- do not use obsolete interface in libsolv library itselfMichael Schroeder1-11/+11
2011-01-07- kill stillborn KINDS_SEPARATELY, use getopt() in toolsMichael Schroeder1-28/+25
2009-09-22- get missing translations from other solvablesMichael Schroeder1-0/+6
2009-07-14- add new flags for the load functions:Michael Schroeder1-7/+13
2009-06-15- add FOR_REPOS macro to iterate over reposMichael Schroeder1-10/+4
2008-10-20- more cleanups:Michael Schroeder1-26/+10
2008-10-13- change entry back to better name solvidMichael Schroeder1-2/+2
2008-10-09- kill SEARCH_EXTRA so we see where libzypp has to be changedMichael Schroeder1-1/+3
2008-10-09- oops, forgot bindingsMichael Schroeder1-1/+1
2008-10-09- the big solv data changeMichael Schroeder1-23/+53
2008-08-13Support searching in filelists via the dataiterator. Under control of anMichael Matz1-1/+1
2008-07-21- no more freshens. R.I.P.Michael Schroeder1-1/+0
2008-05-07- add rpmdbcookie supportMichael Schroeder1-0/+10
2008-04-27(De-)Serialize structured types. Dataiterator and repo_search supportMichael Matz1-3/+6
2008-04-06- print also global solvable idJan Kupec1-1/+2
2008-04-03Support loading/dumping multiple repos, and some testcode for the newMichael Matz1-48/+73
2008-04-01Working but for now inactive code to support non-solvables (things whichMichael Matz1-8/+21
2008-03-20- also dump sha256Michael Schroeder1-1/+2
2008-03-19Support new types for MD5 and SHA1 checksums (stored in binary, but withMichael Matz1-0/+4
2008-03-19- write info block containing addedprovidesMichael Schroeder1-0/+6
2008-03-14- do away with printdirMichael Schroeder1-17/+0
2008-03-14- add repodata_dir2str functionMichael Schroeder1-6/+2
2008-03-05- replace exit() with return, oopsMichael Schroeder1-3/+8
2008-02-29- change solv format in an incompatible way, breaking compatibilityMichael Schroeder1-27/+24
2008-02-25- make it even more correctMichael Schroeder1-1/+4
2008-02-24Dump more attribute types.Michael Matz1-3/+7
2008-02-23An iterator interface to attributes. Supports the same things as theMichael Matz1-76/+49
2008-02-18- make rpmdb record summary, description, buildtime, group, dustatsMichael Schroeder1-1/+1
2008-02-18- use SEARCH_NO_STORAGE_SOLVABLE instead of duplication codeMichael Schroeder1-13/+3
2008-02-15- add static noiseMichael Schroeder1-0/+5
2008-02-15Unbreak things.Michael Matz1-1/+1
2008-02-14commentsKlaus Kaempf1-2/+9
2008-02-14make reading attributes optional,Klaus Kaempf1-58/+11
2008-02-14more flexibility in naming attribute files,Klaus Kaempf1-6/+92
2008-02-10Support for generating separate sub files and bugfixes in the readerMichael Matz1-5/+35
2008-02-07introduce Solvable.kind to remove the need for strcmp()/strchr() whenKlaus Kaempf1-1/+1