summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-10-27Imported Upstream version 0.6.15upstream/0.6.15DongHun Kwak1-1/+1
2016-10-27Imported Upstream version 0.6.14upstream/0.6.14DongHun Kwak1-1/+1
2016-10-27Imported Upstream version 0.6.13upstream/0.6.13DongHun Kwak1-31/+35
2016-10-27Imported Upstream version 0.6.12upstream/0.6.12DongHun Kwak1-1/+7
2016-10-27Imported Upstream version 0.6.11upstream/0.6.11DongHun Kwak2-1/+13
2016-10-27Imported Upstream version 0.6.5upstream/0.6.5DongHun Kwak1-1/+4
2014-06-24add '-m' option to test the solution callbackMichael Schroeder1-1/+51
2014-06-23support -X option in rpmmd2solv, make add_autopattern available in bindingsMichael Schroeder1-1/+16
2014-05-14add a 'g' to the sed lineMichael Schroeder1-1/+1
2014-05-14use sed instead of grep to get rid of the <?xml...> lineMichael Schroeder1-1/+1
2014-04-07simplyfy checksum codeMichael Schroeder2-27/+16
2014-04-04[ABI BREAKAGE] add support for SHA224/384/512Michael Schroeder2-0/+9
2014-03-31suppport RPM_ADD_FILTERED_FILELISTMichael Schroeder1-2/+6
2014-03-26fix grep callMichael Schroeder1-1/+1
2014-03-26repo2solv.sh: ignore -A optionMichael Schroeder1-0/+2
2014-02-26appdata2solv: add support for -d and -r optionsMichael Schroeder1-4/+40
2014-01-28support ADD_NO_AUTOPRODUCTS in repo_autopattern, use in rpmdb2solvMichael Schroeder1-2/+1
2014-01-27rpmdb2solv: set repo to installed so that no autoproducts are generatedMichael Schroeder1-0/+1
2014-01-24add forgotten -X option to susetags2solv toolMichael Schroeder1-1/+16
2014-01-23testsolv: support '-s' option to take solutionsMichael Schroeder1-5/+43
2014-01-08fix a couple of minor problems found with cppcheckMichael Schroeder1-2/+2
2013-12-09add appdata2solv.cMichael Schroeder1-0/+42
2013-12-09enable appdata support for suseMichael Schroeder1-2/+8
2013-12-03support appdata parsing in tools, support SUSE auto-pattern generationMichael Schroeder6-9/+132
2013-10-28support ADD_WITH_SUBKEYS/ADD_MULTIPLE_PUBKEYS/ADD_WITH_KEYSIGNATURESMichael Schroeder2-3/+3
2013-10-28add repo_add_keyring() and repo_add_keydir() functionsMichael Schroeder1-4/+25
2013-10-15Only complile "patchcheck" for SUSE systemsMichael Schroeder1-0/+2
2013-07-25rename rpmdb_pubkey to pubkeyMichael Schroeder2-10/+10
2013-07-23support -k option in rpms2solv to convert a gpg pubkeyMichael Schroeder1-1/+23
2013-07-12bring installcheck up to speedMichael Schroeder1-74/+52
2013-06-18testsolv: add '-l <selection>' option to list packages instead of running the...Michael Schroeder1-2/+24
2013-05-07add case statements for completenessMichael Schroeder2-0/+4
2013-05-06cleanup dumpsolv codeMichael Schroeder1-60/+59
2013-05-03dumpsolv: add experimental json dumping supportMichael Schroeder1-164/+312
2013-04-23add repo_add_rpmdb_reffp to easily add rpmdb content when there is an old sol...Michael Schroeder1-36/+8
2013-04-15split ugly pubkey handling into separate repo_rpmdb_pubkey.cMichael Schroeder1-1/+23
2013-04-15convert perror() and fprintf() calls to pool_error()Michael Schroeder1-1/+5
2013-04-15add pool parameter to rpm_state_create so that we can use pool_error for erro...Michael Schroeder1-1/+1
2013-04-12support checking for directory aliases when searching for file conflictsMichael Schroeder1-4/+14
2013-04-11add extra flag paramter to find_fileconflictsMichael Schroeder1-1/+1
2013-04-10Reimplement state handling in rpm_by functionsMichael Schroeder1-7/+4
2013-04-08remove strange 5 year old TODO fileMichael Schroeder1-4/+0
2013-04-08fix bugs in fileconflicts code and prepare for aliased dirsMichael Schroeder1-2/+2
2013-03-30Define SYSTEM_LIBRARIES in main CMakeLists.txtIngo Weinhold1-12/+0
2013-02-25support RPM_ADD_WITH_CHANGELOG in repo_add_rpmdbMichael Schroeder1-0/+2
2013-02-04make it possible to re-run an existing solver (re-using the rpm rules)Michael Schroeder1-3/+3
2012-12-13delete old debug statementsMichael Schroeder1-6/+4
2012-12-10implement special install/erase namespace provides hackMichael Schroeder2-0/+2
2012-12-04write trailing "result" line in -r -r modeMichael Schroeder1-2/+26
2012-11-12add deb2solv for completenessMichael Schroeder2-0/+139