]> git.ipfire.org Git - thirdparty/libsolv.git/shortlog
thirdparty/libsolv.git
2019-04-02  Igor Gnatenkosolver: Free favorq when running solver_solve() 313/head
2019-04-02  Michael SchroederAdd solv_cloexec() function
2019-04-01  Michael SchroederFix leak in last commit
2019-04-01  Michael SchroederAllow to build libsolv without stdio cookie opens
2019-03-30  Igor Gnatenkobuild: use GNUInstallDirs
2019-03-29  Michael SchroederAdd changes, bump version to 0.7.4 0.7.4
2019-03-29  Igor GnatenkoMerge pull request #305 from ignatenkobrain/matchsolvable
2019-03-29  Michael SchroederImplement complex conda version matches
2019-03-28  Michael SchroederAdd support for REL_CONDA
2019-03-27  Michael SchroederRevert last two commits, we need to do this different
2019-03-27  Michael SchroederFix REL_EQ for conda, it's "==" and not "="
2019-03-27  Michael SchroederSupport DISTTYPE_CONDA in dep2str()
2019-03-27  Michael Schroederrepo_add_rpmdb: do not copy bad solvables from the...
2019-03-27  Michael SchroederDocument rpmdb2solv options
2019-03-27  Michael Schroederrepodata_unset_uninternalized: allow to delete all...
2019-03-26  Michael SchroederAdd testcase for cleandeps fix
2019-03-25  Michael SchroederOptimize last commit a bit
2019-03-25  Michael SchroederFix cleandeps updates not updating all packages
2019-03-25  Igor GnatenkoMerge pull request #303 from wolfv/patch-1
2019-03-21  Michael SchroederAdd DISTTYPE_CONDA and implement version comparison
2019-03-21  Michael SchroederDrop uio.h include
2019-03-16  Igor Gnatenkobindings: Add matchsolvable() for Pool and Selection 305/head
2019-03-13  Wolf VollprechtAdd ZSTD_INCLUDE_DIRS 303/head
2019-03-13  Wolf VollprechtAdd include_directory command to more compression libs
2019-03-12  Wolf VollprechtAdd zlib include directories
2019-03-05  Michael SchroederSplit SOLV_DEBUG_WATCHES from SOLV_DEBUG_PROPAGATE
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
next