summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-23implement pool_set_rootdir/REPO_USE_ROOTDIR instead of passing a rootdir to v...Michael Schroeder2-14/+11
2012-06-27- close file handle after reading in cudf fileBASE-SuSE-Code-12_2-BranchMichael Schroeder1-0/+2
2012-06-25- export repo_add_cudf, use SOLVER_ORUPDATE for cudf update jobsMichael Schroeder1-1/+1
2012-06-25- get rid of a couple of warnings when building for debianMichael Schroeder1-2/+7
2012-06-22- fix testcase writing bugsMichael Schroeder1-1/+1
2012-06-22- also parse cudf provides ;)Michael Schroeder1-0/+3
2012-06-22- add ENABLE_BZIP2_COMPRESSION and ENABLE_CUDFREPO to support some cudf testsMichael Schroeder2-0/+161
2012-04-16- fix wrong logicMichael Schroeder2-3/+2
2012-04-16- get rid of plural forms of repo_add_pkg, use pool_error instead printing to...Michael Schroeder4-12/+18
2012-04-13- add pool_error and pool_errstr. get rid of lots of exit() calls.Michael Schroeder19-57/+195
2012-04-13- fix fd leak in testsolvMichael Schroeder1-0/+1
2012-04-03- support repo_add_arch_local to read the installed package database on archMichael Schroeder1-2/+10
2012-04-02- make sure to link against the lzma library if ENABLE_LZMA_COMPRESSION is setMichael Schroeder1-0/+3
2012-03-30- also implement files.xml parsing for m&mMichael Schroeder1-2/+17
2012-03-30- add support for archlinux packages/reposMichael Schroeder4-1/+208
2012-03-23- add repo_mdk_add_info() function to parse the M&M info.xml fileMichael Schroeder1-5/+52