summaryrefslogtreecommitdiff
path: root/tools/mergesolv.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-13- add pool_error and pool_errstr. get rid of lots of exit() calls.Michael Schroeder1-1/+5
2012-03-01- rename repo_add_solv_flags to repo_add_solv. Should have done this a couple...Michael Schroeder1-2/+2
2009-07-14- add new flags for the load functions:Michael Schroeder1-8/+14
2008-10-13- change entry back to better name solvidMichael Schroeder1-1/+1
2008-10-09- grr, why on earth do the bindings have a loadcallback?Michael Schroeder1-1/+1
2008-10-09- the big solv data changeMichael Schroeder1-5/+6
2008-05-13- expand mergesolv a bitMichael Schroeder1-11/+45
2008-02-14add "-h" for helpKlaus Kaempf1-0/+13
2008-02-11Factor out the filter code in preparation for nicely configuring whereMichael Matz1-42/+2
2008-02-10Support for generating separate sub files and bugfixes in the readerMichael Matz1-1/+1
2008-02-06Make mergesolv work again.Michael Matz1-65/+44
2008-01-29- add key filtering to repo_writeMichael Schroeder1-1/+1
2007-11-25Fix mergesolv for repos with holes.Michael Matz1-2/+9
2007-11-14- allow repositories that don't consist of a single block of solvablesMichael Schroeder1-1/+1
2007-11-13- cleanup repo handlin APIMichael Schroeder1-3/+3
2007-11-08- add a licenseMichael Schroeder1-0/+7
2007-10-26to follow SUSE tools conventionsDuncan Mac-Vicar P1-23/+23
2007-10-23- switch dependencies from Id pointers to OffsetsMichael Schroeder1-19/+18
2007-10-15I have use for a tool to merge .solv files.Michael Matz1-0/+97