]> git.ipfire.org Git - thirdparty/libsolv.git/shortlog
thirdparty/libsolv.git
2015-06-10  Clemens LangFix incorrect comparison with multiple values 90/head
2015-06-10  Clemens LangFix library install names on OS X
2015-06-10  Clemens LangAdd warnings for missing parts in new languages
2015-06-10  Clemens LangImplement libsolv Tcl bindings
2015-06-02  Michael Schroederadd changes, bump version 0.6.11
2015-06-02  Michael SchroederAdd SHA512 also to data_skip_verify for completeness
2015-06-01  Michael SchroederAdd forgotten checksum types to data_skip.
2015-06-01  Michael SchroederABI compat: move whatprovidesaux to private part of...
2015-06-01  Michael SchroederFix distupgrade with allowuninstall
2015-05-29  Michael SchroederAdd POOL_FLAG_NOWHATPROVIDESAUX pool flag
2015-05-29  Michael SchroederPrepare for disabling of whatprovidesaux
2015-05-28  Michael SchroederAdd whatprovidesaux helper arrays
2015-05-27  Michael SchroederSome cleanup
2015-05-27  Michael Schroedersolver_reset no longer creates problems
2015-05-27  Michael SchroederDo rule assertions in the main solver loop
2015-05-27  Michael SchroederUse level == -1 as unsolvable marker
2015-05-27  Michael SchroederCleanup analyze and analyze_unsolvable
2015-05-26  Michael Schroederconvert some testcase to "any disttype"
2015-05-26  Michael SchroederSupport multiple dist types in testcases
2015-05-22  Michael Schroederinstallcheck: support archlinux repos
2015-05-22  Michael SchroederMake MULTI_SEMANTICS more prominent
2015-05-22  Michael SchroederTreat an unsupported disttype as missing feature
2015-05-20  Michael SchroederOld cmake does not support parenthetical expressions
2015-05-20  Michael SchroederFix linker checks
2015-05-18  Michael SchroederReduce the number if identical conflict rules
2015-05-15  Michael Schroedermove the "requires provided by same package" check
2015-05-13  Michael Schroederallow complex erase jobs
2015-05-13  Michael Schroederonly create weakrulemap when needed
2015-05-13  Michael Schroederremove useless if statement
2015-05-13  Michael Schroederrename vars in analyze()
2015-05-13  Michael SchroederNow that we cleaned up the code we can merge the 2...
2015-05-12  Michael SchroederMove learnt rule creation into analyze()
2015-05-12  Michael SchroederRework rules handling
2015-05-12  Michael SchroederSupport CPLXDEPS_NAME flag
2015-05-12  Michael SchroederPropagate initial decisions right away
2015-05-12  Michael SchroederMerge pull request #84 from neverpanic/master
2015-05-11  Clemens LangAvoid linker flags when not available, fixes OS X 84/head
2015-05-05  Michael SchroederMerge pull request #82 from coolo/master
2015-05-05  Stephan Kulowfix ruby calls 82/head
2015-04-08  Michael SchroederPostpone creation of alternatives until all other rules...
2015-04-07  Michael SchroederAdd SOLVER_FLAG_NEED_UPDATEPROVIDE
2015-03-26  Michael Schroedercommit GET_USERINSTALLED_NAMEARCH bits
2015-03-23  Michael SchroederAdd str2dep testcases using the genid feature
2015-03-23  Michael Schroederfix namespace escaping in testcase_dep2str
2015-03-23  Michael Schroederadd support for id generation to testcase.c
2015-03-21  Michael Schroedercheck_complex_dep: ignore blocks with no positive literals
2015-03-20  Michael Schroederallow dumping of all rules in testcases
2015-03-20  Michael Schroederrefactor check_complex_dep/recheck_complex_deps
2015-03-20  Michael Schroedersupport feature checks in testcases
2015-03-19  Michael Schroederrefactor complex deps code a bit
2015-03-19  Michael Schroederremove NAMESPACE_INSTALLED from the documentation
2015-03-19  Michael SchroederFix (harmless) typo in testcase
2015-03-19  Michael Schroederkill NAMESPACE_INSTALLED support
2015-03-18  Michael SchroederUnify supplements alreadyinstalled handling
2015-03-18  Michael Schroederadd changes, bump version 0.6.10
2015-03-18  Michael SchroederFix a bug in dislike_old_versions that could make a...
2015-03-09  Michael Schroederadd changes, bump version 0.6.9
2015-03-09  Michael Schroederrework splitprovides handling
2015-03-04  Michael Schroederadd experimental alternatives bindings
2015-03-04  Michael Schroederadd solver_alternative2str
2015-03-04  Michael Schroedermake reorder_dq_for_jobrules also look at recommends...
2015-03-03  Michael SchroederAdd alternative introspection functions & testcase...
2015-02-26  Michael SchroederAllow auto-minimization with the same level
2015-02-26  Michael SchroederRework branch handling
2015-02-25  Michael SchroederCleaned up branch creation code
2015-02-25  Michael SchroederSupport userinstalled flags in pool_deb_get_autoinstalled
2015-02-24  Michael SchroederAdd testcases for the last change
2015-02-24  Michael SchroederImprove package choosing code
2015-02-24  Michael SchroederAdd debug output for branch creation
2015-02-19  Michael Schroederanother REL_COMPAT special case
2015-02-18  Michael Schroederchain comparison ops with REL_COMPAT
2015-02-18  Michael Schroederswitch to new testcase dependency format
2015-02-18  Michael SchroederAdd repo version info to namespaceprovides.t
2015-02-03  Michael Schroederadd experimental pool_deb_get_autoinstalled
2015-02-02  Michael Schroederdo not ignore the only repodata we have
2015-01-29  Michael Schroederrename DEB_DEBSTATUS to SOLVABLE_INSTALLSTATUS
2015-01-29  Michael SchroederMerge pull request #68 from kirgene/deb-status
2015-01-29  Yevhen KyriukhaSave "Status" field of debian packages during parsing... 68/head
2015-01-21  Michael Schroederfix solver_addpkgrulesforweak missing some splitprovide...
2015-01-15  Michael Schroederrich deps: use f[i] instead of flags
2015-01-14  Michael Schroederadd parser for rpm rich deps
2015-01-14  Michael Schroedermake build with ENABLE_COMPLEX_DEPS work again
2015-01-14  Michael Andresadd changes, bump version to 0.6.8 0.6.8
2015-01-14  Klaus KämpfFix spec url (gitorious -> github)
2015-01-14  Klaus KämpfMerge pull request #65 from kkaempf/fix_comment_characters
2015-01-14  Klaus KämpfFix comment characters (# -> /* ... */) 65/head
2014-12-19  Michael AndresMerge pull request #62 from openSUSE/bnc#896224 0.6.7
2014-12-19  Michael Andresadd changes, bump version to 0.6.7 62/head
2014-12-19  Michael Andresadd product:regflavor attribute [bnc#896224]
2014-12-15  Michael Schroedersave and restore branches when creating solutions
2014-11-07  Michael Schroederdisable build of the solv tool for unsupported system...
2014-10-09  Michael SchroederDocument pool_setdisttype return value
2014-10-09  Michael Schroederalways provide pool_setdisttype
2014-10-07  Michael Schroederadd changes, bump version to 0.6.6 0.6.6
2014-10-06  Michael Schroederfix bug in reorder_dq_for_jobrules
2014-09-29  Michael Schroederrename rpm rules to pkg rules
2014-09-25  Michael SchroederThe last tools manpages
2014-09-24  Michael Schroedereven more manpages
2014-09-24  Michael Schroederadd more man pages
2014-09-23  Michael SchroederMerge pull request #57 from akozumpl/master
next