summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-22- add M&M synthesis file parser, add mkd2solv toolMichael Schroeder2-0/+45
2012-03-20- get rid of another gcc warningMichael Schroeder1-1/+1
2012-03-16- advance num64 support. For now, we store the high 32 bits in kv->num2 to st...Michael Schroeder2-4/+7
2012-03-15- dumpsolv: num is unsigned, also support reldeps as idsMichael Schroeder1-2/+2
2012-03-02- add idqinst parameter to pool_addfileprovides_queue so that it can also ret...Michael Schroeder1-1/+1
2012-03-02- yet another incompatible change: as everybody seems to use repo_write_stdke...Michael Schroeder1-3/+3
2012-03-01- change last argument in repo_write from Id ** to Queue *. Hopefully nobody ...Michael Schroeder1-9/+7
2012-03-01- rename repo_add_solv_flags to repo_add_solv. Should have done this a couple...Michael Schroeder5-8/+8
2012-02-22- support testcases with multiple solver jobsMichael Schroeder1-40/+87
2012-02-21- add testsolv toolMichael Schroeder2-1/+112
2012-02-07- remove 'echo <products>' for repodata products, which seems to just break t...Michael Schroeder1-6/+2