Imported Upstream version 0.6.24
[platform/upstream/libsolv.git] / src / selection.c
2018-11-30 DongHun KwakImported Upstream version 0.6.24 94/194194/1 upstream/0.6.24
2016-10-27 DongHun KwakImported Upstream version 0.6.21 20/94120/1 upstream/0.6.21
2016-10-27 DongHun KwakImported Upstream version 0.6.20 19/94119/1 upstream/0.6.20
2016-10-27 DongHun KwakImported Upstream version 0.6.5 04/94104/1 upstream/0.6.5
2014-02-13 Michael Schroederalways keep job/jobflags in selection_filter()
2014-01-20 Michael SchroederMerge pull request #41 from dmacvicar/master
2014-01-08 Michael Schroederthree other changes to make cppcheck happier
2013-10-16 Michael Schroederremove trailing whitespace
2013-10-04 Michael Schroederrefactor selection code, add SELECTION_SKIP_KIND, add...
2013-09-20 Michael Schroederplug mem leak in selection_make_matchdeps
2013-09-09 Michael Schroederrename selection_make_deps to selection_make_matchdeps...
2013-09-04 Michael Schroederadd pool_whatmatchesdep and selection_make_deps to...
2013-08-30 Michael Schroedermake sure that the selection only contains installed...
2013-06-03 Michael Schroederadd POOL_FLAG_ADDFILEPROVIDESFILTERED option to make...
2013-04-24 Michael Schroedermove stringification functions from solverdebug to...
2013-04-19 Michael SchroederMerge pull request #29 from weinhold/upstream
2013-04-18 Ingo Weinholdselection_filter(): Don't leak Queue q1 and Map m2
2013-04-18 Ingo WeinholdHaiku: The notation for the pre-release version part...
2013-04-17 Michael Schroederrules/selection: use strrchr in EVR checks as well
2013-04-17 Michael Schroedersplit arch from the right for debian/haiku (thanks...
2013-04-17 Michael Schroederadapt SET_EV/SET_EVR magic to haiku for completeness
2013-04-16 Michael Schroedersupport haiku package naming in selection_canon
2013-02-27 Michael Schroederfix test so that we no longer flatten when there's...
2013-02-12 Michael Schroedercosmetics: always return 0 in selection_make if the...
2013-02-12 Michael Schroederfix stupid typo introduced when refactoring selection_f...
2013-01-15 Michael Schroederdo not ignore disabled/considered flags for src packages
2012-12-17 Michael Schroedercosmetics: fix comments
2012-12-05 Michael Schroederrename selection_limit to selection_filter, add flags...
2012-12-03 Michael Schroederfix typos in comments, fix queue free
2012-11-22 Michael Schroedersmall code cleanups
2012-11-15 Michael Schroederimprove magic epoch promotion code to work better when...
2012-11-14 Michael Schroederimplement magic epoch promotion for nevra selections
2012-11-02 Michael Schroederadd SELECTION_WITH_SOURCE, rename SELECTION_SOURCE...
2012-10-31 Michael Schroederrename SELECTION_MAYBESRC to SELECTION_SOURCE, make...
2012-10-31 Michael Schroedermake it possible to select src packages via .src or...
2012-10-29 Michael Schroederfix selection_limit_rel call for debian nevra match
2012-10-26 Michael Schroedersupport SOLVER_SOLVABLE_REPO and SOLVER_SOLVABLE_ALL...
2012-10-26 Michael Schroederadd pool_job2solvables and selection_solvables
2012-10-25 Michael Schroedergeneralize matching code from examples/solv.c to src...