]> git.ipfire.org Git - thirdparty/libsolv.git/shortlog
thirdparty/libsolv.git
2023-02-12  Fabrice FontaineFix build without C++ 520/head
2023-01-31  Michael SchroederDocument BPOOL_FLAG_NOWHATPROVIDESAUX and POOL_FLAG_WHA...
2023-01-13  Michael SchroederUse SOLVER_DECISIONLIST_SORTED in showwhy()
2023-01-13  Michael SchroederImplement decision sorting for package decisionlists
2023-01-09  Michael SchroederSupport x86_64_v[234] architecture levels
2022-12-22  Michael SchroederUse pool instread of solv->pool where we can
2022-12-21  Michael SchroederUse solver_problem2str() convenience function in the...
2022-12-21  Michael SchroederMove replace solution types from the bindings to the...
2022-12-21  Michael SchroederFix typo in comment
2022-12-21  Michael SchroederSplit is_obsoleting() from policy_findupdatepackages
2022-12-20  Michael SchroederMerge pull request #516 from hroncok/no_distutils
2022-12-19  Miro HrončokPython: Remove usage of the deprecated distutils module 516/head
2022-12-19  Michael SchroederFix pool_whatmatchesdep's SOLVABLE_NAME hack
2022-12-19  Michael SchroederSpeed up obsoletes handling in update rule generation...
2022-12-19  Michael SchroederAdd testcase for yumobs pruning
2022-12-16  Michael SchroederImprove pruning of yumobs branches
2022-12-15  Michael SchroederAdd alternative/yumobs.t testcase
2022-12-15  Michael SchroederDo not report alternatives for yumobs splits
2022-12-15  Michael SchroederMove alternatives introspection code into decision.c
2022-12-15  Michael SchroederAdd release to obsoletes in the alternative/update...
2022-12-15  Michael SchroederRequire rpm dependencies in alternative/learnt
2022-12-14  Michael SchroederAdd testcases for the alternative introspection
2022-12-14  Michael SchroederAdapt testcases to the last change
2022-12-14  Michael SchroederMake use of solver_alternative2str() in testcases
2022-12-14  Michael SchroederHandle learnt rules in solver_alternativeinfo()
2022-12-14  Michael SchroederSwap from/to in the ruleinfo instead of just overwriting
2022-12-13  Michael SchroederUpdate checksum types in bindings documentation
2022-12-13  Michael SchroederAdd changes, bump version to 0.7.23 0.7.23
2022-12-13  Michael Schroedersolv: Do not print duchanges if there is no change
2022-12-13  Michael SchroederAdd a DISABLE_UPDATE entry if we need to disable a...
2022-12-13  Michael SchroederAdd solver_alternativeinfo() function
2022-12-13  Michael SchroederMake get_decision also return a decision for unrelated...
2022-12-13  Michael SchroederAdd documentation for solver.get_decision()
2022-12-12  Michael SchroederImprove solver_alternative2str
2022-12-12  Michael SchroederAdd alternative reporting
2022-12-12  Michael SchroederDocument pool.solvableset2str and pool.solvidset2str
2022-12-12  Michael SchroederDocument the Alternative, Decision, Decisionset classes
2022-12-12  Michael SchroederRename solver.all_alternatives to solver.alternatives
2022-12-12  Michael SchroederTweak decision bindings to make them more consistent
2022-12-12  Michael SchroederMake use of the new solver_decisionlist_merged() function
2022-12-12  Michael SchroederAdd a solver_decisionlist_merged() function
2022-12-09  Michael Schroederbindings: add decisionlistset.decisions() to get the...
2022-12-08  Michael SchroederSmall code refactoring, no functional changes
2022-12-08  Michael SchroederSmall code cleanup, no functional changes
2022-12-08  Michael SchroederAdd proof reporting to the 'solv' example tool
2022-12-08  Michael SchroederAdd -Wno-missing-braces when compiling tcl bindings
2022-12-08  Michael SchroederAdd Decisionlistset object to the bindings to support...
2022-12-07  Michael SchroederSupport decisions in the bindings
2022-12-07  Michael SchroederAdapt testsolv to latest changes
2022-12-07  Michael SchroederRename merge state to "bits" and put it into the decisi...
2022-12-06  Michael SchroederAdd forgotten SOLVER_REASON_UNRELATED to solver_reason2str
2022-12-06  Michael SchroederRefactor linkedpkg handling
2022-12-06  Michael SchroederAdapt testsolv to the decision introspection changes
2022-12-06  Michael SchroederAdd support for decisioninfo merging
2022-12-06  Michael SchroederUnify proof generation with decisionlist query
2022-12-06  Michael SchroederProvide new solvidset2str() function to print a set...
2022-12-01  Michael SchroederMore tweaks for the proof reporting in testsolv
2022-12-01  Michael Schroederproof generation: Try not to end with a SOLVER_RULE_RPM...
2022-11-30  Michael SchroederMerge pull request #513 from banjiuqingshan/master
2022-11-30  banjiuqingshanfix memory leak caused by commit 1da9bef8 513/head
2022-11-30  Michael SchroederSupport learnt rules in proof reporting 512/head
2022-11-30  Michael SchroederAdd premises for learnt rule proofs
2022-11-29  Michael Schroedertestsolv: Add -P option that displays the proofs of...
2022-11-29  Michael SchroederAdd sorting of proof steps
2022-11-28  Michael SchroederAlso commit header file
2022-11-25  Michael SchroederFix solver_rule2solvable implementation
2022-11-25  Michael SchroederFix ruleinfo for recommends rules
2022-11-25  Michael SchroederUse new solver_get_decisionlist() interface in testsolv...
2022-11-25  Michael SchroederMove decisionlist generation into the library
2022-11-21  Michael Schroederupdate showwhy implementation
2022-11-21  Michael SchroederDrop "package" prefix in solver_ruleinfo2str
2022-11-21  Michael SchroederAdd support for weak rule types to solver_ruleinfo2str
2022-11-18  Michael SchroederAdd -W option to show why the solver installed/erased...
2022-11-18  Michael SchroederAdd solver_ruleinfo2str to get information about a...
2022-11-11  Michael SchroederFix type check broken by commit 26fcfa714a29d1feb393e9a...
2022-11-11  Michael SchroederAdd a testcase for orphaned package handling in choice...
2022-09-15  Michael SchroederImplement getting the releasever from the base product...
2022-09-15  Michael SchroederDo not autouninstall suse ptf packages
2022-09-15  Michael SchroederCheck subpackage length when parsing pubkeys
2022-09-15  Michael SchroederMerge pull request #504 from lnussel/plaindir
2022-09-09  Michael SchroederAdd functions to make proof reporting easier
2022-09-09  Michael SchroederPrefer SOLVER_RULE_PKG_SAME_NAME in solver_ruleinfo
2022-08-31  Michael SchroederMerge pull request #505 from jon-turney/fix-dup-reuse...
2022-08-15  Jon TurneyEnsure duplinvolvedmap_all is reset when a solver is... 505/head
2022-07-13  Ludwig Nusselgithub ci: make build more verbose 504/head
2022-07-13  Ludwig Nusselsolv: add plaindir repo support
2022-07-08  Michael SchroederAdd SOLVABLE_SIGNATUREDATA to list of verticals
2022-07-07  Michael Schroederconda: add support for package signature verification
2022-07-05  Michael SchroederAdd jsonparser_collect() that can be used to collect...
2022-06-29  Michael Schroederrepo_conda: implement support for a global subdir
2022-06-27  Michael SchroederMerge pull request #499 from banjiuqingshan/master
2022-06-18  banjiuqingshanFix memory leak when using testsolv to execute cases 499/head
2022-04-08  Michael SchroederSpecial case file dependencies in the testcase writer
2022-03-21  Michael SchroederAdd changes, bump version to 0.7.22 0.7.22
2022-03-21  Michael SchroederSupport Debian's Multi-Arch indicator
2022-03-16  Michael SchroederAdd complex_deps requirement to choice1b testcase
2022-03-16  Michael SchroederImprove choice rule generation
2022-03-16  Michael SchroederAdd more choicerules tests
2022-03-10  Michael Schroederruntestcases.sh: order the testcases
2022-03-07  Michael SchroederCI: run test in the "build" dir
next