rules/selection: use strrchr in EVR checks as well
[platform/upstream/libsolv.git] / src / selection.c
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...