]> git.ipfire.org Git - thirdparty/libsolv.git/shortlog
thirdparty/libsolv.git
2019-03-16  Igor Gnatenkobindings: Add matchsolvable() for Pool and Selection 305/head
2019-02-13  Michael SchroederSimplify moldule code
2019-02-13  Michael SchroederMerge pull request #296 from j-mracek/module-updateinfo
2019-02-13  Michael SchroederRemove identical pool check for now
2019-02-13  Michael SchroederMerge pull request #298 from ignatenkobrain/bindings
2019-02-13  Igor Gnatenkobindings: Add pool.whatmatchessolvable() 298/head
2019-02-13  Igor Gnatenkobindings: Add pool.best_solvables()
2019-02-13  Igor Gnatenkodoc: remove whitespaces at EOL
2019-02-07  Jaroslav MracekAdd support for modular updateinfo.xml data 296/head
2019-02-07  Michael SchroederMerge pull request #297 from adelcast/dev/adelcast...
2019-02-06  Alejandro del... solver_solve: only disfavor recommends if there are any 297/head
2019-01-30  Michael SchroederAdd changes, bump version to 0.7.3 0.7.3
2019-01-30  Michael SchroederSpecify source directoy for cmake call
2019-01-24  Michael Schroederzchunk: support skipping of optional elements
2019-01-24  Michael SchroederMake solver_addinfarchrules slightly more readable
2019-01-22  Michael SchroederMerge pull request #295 from pvuorela/master
2019-01-21  Pekka VuorelaFix repo2solv to work with Busybox find tool 295/head
2019-01-15  Michael SchroederAdd testcase for last commit
2019-01-15  Michael SchroederDo not disable infarch rules when they don't conflict...
2019-01-07  Michael SchroederChange pool_str2id calls to use "1" instead of "9"
2018-12-20  Michael Schroedertestcase: support more selection types in disable commands
2018-12-20  Michael SchroederSmall cleanup
2018-12-19  Michael SchroederRename bestrules_pkg to bestrules_info, choicerules_ref...
2018-12-18  Michael SchroederAdd testcase for the last commit
2018-12-18  Michael SchroederMake disfavoring recommended packages work if strong...
2018-12-18  Michael Schroederbindings: support SOLVER_FLAG_ONLY_NAMESPACE_RECOMMENDED
2018-12-18  Michael SchroederRefactor weak rule handling
2018-12-11  Michael SchroederCleanups
2018-12-11  Michael SchroederMerge pull request #291 from jrohel/fix/memLeaks_memAccess
2018-12-11  Michael SchroederCosmetics
2018-12-11  Jaroslav RohelDon't set values that are never read 291/head
2018-12-11  Jaroslav RohelFix: Be sure that NONBLOCK is set
2018-12-11  Jaroslav RohelFix: testsolv segfaults
2018-12-11  Jaroslav RohelFix: testsolv segfault
2018-12-11  Jaroslav RohelFix: Memory leaks
2018-12-11  Jaroslav RohelFix: Add va_end() before return
2018-12-11  Jaroslav RohelFix: Dereference of null pointer
2018-12-10  Michael SchroederDo favor evaluation before pruning
2018-12-07  Michael SchroederAdd changes, bump version to 0.7.2 0.7.2
2018-12-07  Michael SchroederGet rid of the solve_helper function
2018-12-07  Michael Schroedertclsolv: Adapt to Selection-flags change
2018-12-06  Michael SchroederDocu tweaks
2018-11-30  Michael SchroederTweak README
2018-11-30  Michael SchroederDo not autouninstall packages because of forcebest...
2018-11-30  Michael SchroederNote to self: do not commit unfinished test cases...
2018-11-30  Michael SchroederDo not auto-erase disabled packages
2018-11-26  Michael SchroederSwitch order of tilde and caret check in evr.c
2018-11-26  Michael SchroederAlso look at recommends in only_namespace_recommended...
2018-11-26  Michael SchroederEnable support for new rpm's caret comparison
2018-11-23  Michael SchroederAdd a small json parser
2018-11-22  Michael SchroederAdd experimental SOLVER_FLAG_ONLY_NAMESPACE_RECOMMENDED...
2018-11-22  Michael SchroederFix last commit. Oops.
2018-11-22  Michael SchroederGet rid of the xmlparser's error callback
2018-11-22  Michael SchroederAdd a solvable_free() inline helper function
2018-11-22  Michael SchroederAllow arch == NULL packages if arch testing is disabled
2018-11-22  Michael SchroederFix off-by-one error in the "oneof" parsing code
2018-11-21  Michael SchroederSupport caret in rpm's EVR comparison
2018-11-14  Michael Schroederbindings: implement set/get_considered_list
2018-10-31  Michael SchroederAdd changes, bump version to 0.7.1 0.7.1
2018-10-31  Michael Schroederrepo_autopatten: also copy the category from the solvab...
2018-10-31  Michael SchroederFix off-by-one error in relation writing code
2018-10-29  Michael Schroederfix
2018-10-29  Michael SchroederFormat a bit
2018-10-24  Michael SchroederAdd changes, bump version to 0.7.0 0.7.0
2018-10-24  Michael SchroederOops, bring back repo_write_filtered and repodata_write...
2018-10-24  Michael SchroederAdapt documentation to the last change.
2018-10-24  Michael SchroederBindings: make Selection-flags an attribute
2018-10-24  Michael SchroederAlways set the filelisttype when creating a filelist...
2018-10-22  Michael SchroederMerge pull request #260 from berolinux/armv8
2018-10-22  Michael SchroederFix reserved identifier violation
2018-10-22  Michael SchroederSmall cleanups
2018-10-22  Michael SchroederIncompatible ABI change: change transaction_calc_instal...
2018-10-22  Michael SchroederIncompatible ABI change: change pool_calc_installsizech...
2018-10-22  Michael SchroederIncompatible ABI change: change diskusage from int...
2018-10-08  Igor GnatenkoMerge pull request #282 from jdieter/fix-parens
2018-10-08  Jonathan DieterAdd missing parenthesis 282/head
2018-10-08  Michael SchroederRefactor selection code
2018-10-08  Michael SchroederTest selection_matchsolvable
2018-10-08  Michael SchroederSplit away solvable_matchessolvable_int function
2018-10-08  Michael SchroederTweak system zchunk code
2018-10-08  Michael SchroederMerge pull request #270 from jdieter/zchunk
2018-10-05  Michael SchroederAdd selection_make_matchsolvable and selection_make_mat...
2018-10-05  Michael SchroederImprove alldeps code in example solver
2018-10-04  Michael SchroederAdd pool_whatmatchessolvable() function to match agains...
2018-10-03  Michael SchroederClean up filelist mode code
2018-10-01  Michael SchroederMove key mapping after key pruning
2018-09-29  Michael SchroederImprove main schema generation
2018-09-29  Michael SchroederImprove handling of dirs in repo_write
2018-09-29  Michael SchroederDrop support for REPOKEY_TYPE_U32
2018-09-29  Michael SchroederImprove handling of relations in repo_write
2018-09-28  Jonathan DieterAdd system zchunk support 270/head
2018-09-28  Michael SchroederMake sure that targeted updates don't do reinstalls
2018-09-24  Michael SchroederImprove handing over of the parant kv in subarray searches
2018-09-24  Michael SchroederChange data_fetch so that it always returns the first...
2018-09-24  Michael SchroederAllow writing of repodatas in state LOADING
2018-09-21  Michael SchroederGeneralize uninternalized lookups
2018-09-21  Michael SchroederFix share handling in repo2solv
2018-09-21  Michael SchroederFix shared handling for 'susetags2solv -d'
2018-09-19  Michael SchroederAdd some casts so that the C++ compiler does not complain
2018-09-19  Michael SchroederChange order of known ids a bit
next