summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-02- start support for Fedora comps formatMichael Schroeder2-0/+45
2012-02-01- rename pool_addfileprovides_ids to pool_addfileprovides_queue, make it fill...Michael Schroeder1-6/+6
2012-01-24Fix compilation on Fedora.Ales Kozumplik1-1/+6
2012-01-18- add cmake options to only build for some repository typesMichael Schroeder3-41/+58
2012-01-17Make more C89 and POSIX compliantIngo Weinhold5-10/+19
2012-01-11- add some missing copyright blocksMichael Schroeder1-4/+4
2012-01-09- hide solver internalsMichael Schroeder1-1/+0
2011-12-29Add --withobsoletes which checks for obsoleted packagesDirk Mueller1-0/+40
2011-12-29implement error message for SOLVER_RULE_UPDATEDirk Mueller1-0/+2
2011-12-29merge cleanupDirk Mueller1-1/+4
2011-12-22- INCOMPATIBLE CHANGE: index with repoid (thus pool->repos[repoid] == repo->r...Michael Schroeder1-1/+1
2011-12-15Also allow passing the repodata dir to repo2solv.sh.BASE-SuSE-Code-12_1-BranchMichael Andres1-2/+4
2011-07-12- rename all sat_ to solv_Michael Schroeder9-32/+32
2011-06-20- change transaction_init to transaction_create, add solver flag setting/gettingMichael Schroeder3-7/+11
2011-06-14- use FOR_REPODATAS macroMichael Schroeder4-6/+10
2011-05-26- allow to build a shared and a static version of the librariesMichael Schroeder1-13/+18
2011-05-25- add solver_private.h, make repo_ functions return an int, make solver_solv ...Michael Schroeder3-12/+11
2011-05-24- add ver files, fix buildMichael Schroeder1-34/+34
2011-05-24- do not use obsolete interface in libsolv library itselfMichael Schroeder7-96/+96