]> git.ipfire.org Git - thirdparty/libsolv.git/shortlog
thirdparty/libsolv.git
2017-12-20  Mikhail Terekhovfix typo 248/head
2017-11-20  Michael SchroederFix selection_canon when there's a zero epoch provided
2017-11-20  Michael SchroederAdd SELECTION_FILTER_SWAPPED support
2017-11-18  Michael SchroederRemove no longer needed code
2017-11-18  Michael SchroederRework selection code
2017-11-18  Michael SchroederAdd more name/provides tests, test filelist matching
2017-11-16  Michael SchroederUpdate selection documentation
2017-11-16  Michael SchroederDefault to SELECTION_FILTER | SELECTION_WITH_ALL when...
2017-11-16  Michael SchroederSpecial case marchdeps filtering on a repo or all packages.
2017-11-16  Michael SchroederSimplify code a bit
2017-11-16  Michael SchroederRemove duplicated code
2017-11-16  Michael SchroederAdd selection testcases
2017-11-16  Michael SchroederRemove auto-adding of SELECTION_REL in selection_make_m...
2017-11-15  Michael Schroederrepo_rpmdb: retry with DB_PRIVATE if dbenv open fails...
2017-11-15  Michael Schroederbindings: add a selection clone method
2017-11-15  Michael SchroederFix provides matching with badarch/disabled packages
2017-11-14  Michael SchroederAdd new selection methods to the bindings
2017-11-14  Michael SchroederSupport SELECTION_WITH_DISABLED and SELECTION_WITH_BADA...
2017-11-14  Michael SchroederRework selection handling
2017-11-14  Michael SchroederAdd pool_badarch_solvable helper
2017-11-14  Michael SchroederAdd map_invertall function
2017-11-08  Michael SchroederRefactor selection code a bit
2017-11-08  Michael SchroederCall repo_add_autopattern before writing the repo
2017-11-08  Michael SchroederAdd a comment
2017-11-08  Michael SchroederImprove selection code testing
2017-11-06  Michael SchroederUpdate TODO_1.0
2017-11-06  Michael SchroederSplit userinstalled code into userinstalled.c
2017-11-03  Michael SchroederRework refine_suggestion a bit
2017-11-03  Michael SchroederSome little tweaks
2017-11-02  Michael Schroedermake disableproblem/enableproblem static
2017-11-02  Michael SchroederRefactor problem handling
2017-11-02  Michael SchroederAlso disable the corresponding forcebest rule when...
2017-10-25  Michael SchroederFix droporphaned when there is no installed repo
2017-10-25  Michael SchroederAlso report the number of yumobs rules in the statistics
2017-10-25  Michael Schroederyumobs rule generation: also use implicitobsoleteusescolors
2017-10-24  Michael SchroederMerge pull request #234 from jengelh/master
2017-10-24  Jan EngelhardtUpdate .spec package descriptions and RPM groups 234/head
2017-10-24  Michael SchroederAdd bugzilla ref to changes
2017-10-23  Michael SchroederAdd changes, bump version to 0.6.30 0.6.30
2017-10-23  Michael SchroederAdd more checks to repo_add_deb
2017-10-20  Michael Schroederrepo_deb: fix bugs in gzip header skipping
2017-10-20  Michael SchroederSupport deb packages with xz compressed control.tar
2017-10-19  Michael SchroederFix forcebest when there is no installed repo
2017-10-19  Michael SchroederFix distupgrade all packages when there is no installed...
2017-10-19  Michael SchroederFix distupgrade all packages with cleandeps
2017-10-19  Michael SchroederGet rid of dupmap_all
2017-10-18  Michael SchroederSimplify a bit more
2017-10-18  Michael SchroederAdapt test cases to dup rule changes
2017-10-18  Michael SchroederSimplify things a bit now that we always use dup rules
2017-10-18  Michael SchroederAlways create dup rules for distupgrade jobs
2017-10-18  Michael SchroederFix typo in testcase
2017-10-16  Michael SchroederAlso use recommends when ordering package installs
2017-10-12  Michael SchroederSimplify check_xsupp code a bit
2017-10-12  Michael SchroederSync rpm header limits with values from upstream rpm
2017-10-12  Michael SchroederMerge pull request #230 from liuming50/master
2017-10-05  Michael SchroederTest cleandeps update of all packages
2017-10-05  Michael SchroederAllow solver_intersect_obsoleted to be called with...
2017-10-05  Michael SchroederRefactor find_update_seeds
2017-10-04  Michael SchroederRefactor cleandeps code into cleandeps.c
2017-10-04  Michael SchroederFix solver_describe_weakdep_decision reporting recommen...
2017-10-04  Michael SchroederAdd new solver_util.c file for helper functions
2017-10-04  Michael SchroederAdd --testcase option to example solver
2017-10-04  Michael Schroedertestcase.c: turn pool_debug calls into pool_error
2017-09-30  Ming Liurepo_rpmdb.c: increase MAX_HDR_CNT and MAX_HDR_DSIZE 230/head
2017-09-22  Michael Schroederremove bogus code
2017-09-22  Michael SchroederTest last fix
2017-09-22  Michael SchroederFix cleandeps erasing recommended packages if an update...
2017-09-21  Michael SchroederAdd list-with-deps option
2017-09-21  Michael SchroederTest cleandeps reporting
2017-09-20  Michael SchroederSupport cleandeps reporting in testcases
2017-09-20  Michael SchroederFix splitprovides handling with addalreadyrecommended...
2017-09-20  Michael Schroedersolver_get_cleandeps: filter packages that just got...
2017-09-11  Michael SchroederGet rid of PATH_MAX
2017-09-11  Michael SchroederDo not even try to remove not-considered packages in...
2017-09-11  Michael SchroederMerge pull request #225 from j-mracek/remove
2017-09-11  Michael SchroederAdd solver_get_cleandeps() method
2017-09-07  Jaroslav MracekNot remove excluded unused dependencies (RhBug:1260242) 225/head
2017-09-07  Michael SchroederAdd changes, bump version to 0.6.29 0.6.29
2017-09-07  Michael Schroederupdate TODO
2017-09-07  Michael SchroederExpose solver_get_recommendations in bindings
2017-09-07  Michael SchroederCleanup last commit a bit
2017-09-07  Michael SchroederMerge pull request #221 from EricAustinYu/master
2017-09-06  Michael SchroederMerge pull request #219 from Conan-Kudo/mgadefs
2017-09-06  Michael Schroederrpm upstream accepted the 'unless' pull request
2017-09-04  Michael SchroederSplit solver_dep_fulfilled_cplx from inline function...
2017-09-04  Michael SchroederMerge pull request #223 from ignatenkobrain/typos
2017-09-04  Igor Gnatenkodoc: findallproblemrule -> findallproblemrules 223/head
2017-09-04  Michael SchroederAdd REL_UNLESS to bindings and doc
2017-09-04  Michael SchroederAdd support for REL_UNLESS
2017-08-22  Eric Yupolicy.c: Fix solver_prune_to_highest_prio_per_name 221/head
2017-08-06  Neal GompaSwitch solv to read rpm-md repos on Mageia 219/head
2017-08-06  Neal GompaReplace 'redhat-release' with generic 'system-release'
2017-08-06  Neal GompaAdd missing Mageia definitions
2017-08-04  Michael SchroederMerge pull request #218 from ignatenkobrain/typos
2017-08-03  Igor Gnatenko--Typos 218/head
2017-08-03  Michael SchroederSupport REL_WITHOUT
2017-07-26  Michael SchroederClean up handling of packages we want to extend but...
2017-07-26  Michael Schroederrework section handling
2017-07-26  Michael SchroederTypos--
2017-07-26  Michael SchroederFix typos
next