Imported Upstream version 0.6.12
[platform/upstream/libsolv.git] / src / rules.c
2016-10-27 DongHun KwakImported Upstream version 0.6.12 11/94111/1 upstream/0.6.12
2016-10-27 DongHun KwakImported Upstream version 0.6.11 10/94110/1 upstream/0.6.11
2016-10-27 DongHun KwakImported Upstream version 0.6.9 08/94108/1 upstream/0.6.9
2016-10-27 DongHun KwakImported Upstream version 0.6.6 05/94105/1 upstream/0.6.6
2016-10-27 DongHun KwakImported Upstream version 0.6.5 04/94104/1 upstream/0.6.5
2014-07-08 Michael Schroederfix instbuddy generation code
2014-04-22 Michael Schroederobey droporphaned map in keep_orhans mode
2014-04-17 Michael Schroederimplement SOLVER_FLAG_BREAK_ORPHANS
2014-04-16 Michael Schroederadd KEEP_ORPHANS and BREAK_ORPHANS solver flags
2014-04-04 Michael Schroeder[ABI BREAKAGE] add support for SHA224/384/512
2014-03-27 Michael Schroederfix getrpmruleinfos for linked packages
2014-03-25 Michael Schroederimprove solver_addrule a bit
2014-03-25 Michael SchroederDon't put -SYSTEMSOLVABLE into conflicts
2014-03-24 Michael Schroederignore negative assertions in choice rule generation
2014-03-24 Michael Schroedersmall optimization for solver_addupdaterule
2014-03-10 Michael Schroederimplement complex deps handling in cleandeps/unneeded...
2014-03-05 Michael Schroederadd support for complex dependencies
2014-02-21 Michael Schroederfix bug in solver_get_unneeded that could lead to an...
2014-02-12 Michael Schroederrefactor a bit
2014-02-04 Michael Schroederdo not create update/feature rules for applications...
2014-01-20 Michael SchroederMerge pull request #41 from dmacvicar/master
2013-12-17 Michael Schroederchange infarch rule generation so that it does not...
2013-12-17 Michael Schroederfix typo in solver_addbestrules
2013-12-04 Michael Schroederimplement lock-stepping for infarch packages in implici...
2013-10-17 Michael Schroedersimplify packagelink code a bit
2013-10-16 Michael Schroederremove trailing whitespace
2013-10-16 Michael Schroederrefactor most of the linked pkg code into a seperate...
2013-10-15 Michael Schroederget rid of unused variables if ENABLE_LINKED_PKGS is...
2013-10-15 Michael Schroedermake linked package support a condition build option
2013-10-14 Michael SchroederExtend product link support to patterns/applications
2013-09-23 Michael Schroederdo not add back cleandeps_updatepkgs packages [bnc...
2013-09-13 Michael Schroederadd solver_rule2rules: learnt rule introspection
2013-09-13 Michael Schroederadd solv_memdup and solv_memdup2 inline helper functions
2013-08-21 Michael Schroedermake solver_describe_decision always return a rule...
2013-06-04 Michael Schroederadd POOL_FLAG_IMPLICITOBSOLETEUSESCOLORS to match the...
2013-05-15 Michael SchroederLookat at keepexplicitobsoletes when creating update...
2013-05-07 Michael Schroederadd SOLVER_RULE_JOB_UNSUPPORTED and SOLVER_RULE_JOB_UNK...
2013-04-19 Michael SchroederMerge pull request #29 from weinhold/upstream
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 Schroederadapt SET_EV/SET_EVR magic to haiku for completeness
2013-04-05 Michael Schroedermake queue_insertn more flexible
2013-04-05 Michael Schroederrefactor a bit
2013-04-04 Michael SchroederDo extra checking for choice rules so that they don...
2013-03-22 Michael Schroederrename "NOOBSOLETES" to "MULTIVERSION"
2013-02-05 Michael Schroederfurther optimize solver_reenablepolicyrules
2013-02-04 Michael Schroederoptimize code a bit to make analyze_unsolvable faster
2013-02-04 Michael Schroedermake it possible to re-run an existing solver (re-using...
2013-01-15 Michael Schroederdo not ignore disabled/considered flags for src packages
2012-12-18 Michael Schroederdon't access r->p after solver_addrule is called, as...
2012-12-10 Michael Schroederimplement special install/erase namespace provides...
2012-12-04 Michael Schroedersupport cleandeps in targeted up/dup cases, add tests
2012-11-30 Michael Schroedersmall optimization for targeted dup
2012-11-30 Michael Schroederanother targeted dup fix, add testcases
2012-11-29 Michael Schroederfix targeted dup, we also have to add the obsoleters...
2012-11-29 Michael Schroederadd SOLVER_TARGETED and SOLVER_FLAG_NO_AUTOTARGET flags
2012-11-27 Michael Schroedermake FOR_RULELITERALS safe against whatprovides realloc
2012-11-22 Michael Schroedersmall code cleanups
2012-11-20 Michael Schroedersolver_samerule -> solver_rulecmp
2012-11-20 Michael Schroederdo not add identical choice rules
2012-11-20 Michael Schroedermake FORCEBEST work with targeted up/dup
2012-11-19 Michael Schroederfix typo caught by testcase
2012-11-19 Michael Schroederimplement SOLVER_FORCRBEST for install/up/dup
2012-11-15 Michael Schroederimplement dup on single packages
2012-10-26 Michael Schroedersupport SOLVER_SOLVABLE_REPO and SOLVER_SOLVABLE_ALL...
2012-10-25 Michael Schroedergeneralize matching code from examples/solv.c to src...
2012-05-31 Michael Schroeder- [valgrind] the userinstalled map only contains the...
2012-04-16 Michael Schroeder- add map_or and queue_prealloc
2012-04-12 Michael Schroeder- also obey keepexplicitobsoletes when disabling update...
2012-04-11 Michael SchroederMerge pull request #12 from zde/master
2012-04-10 Zdeněk PavlasSOLVER_FLAG_KEEP_EXPLICIT_OBSOLETES
2012-04-03 Michael Schroeder- get rid of DEBINA_SEMANTICS, add pool->noarchid,...
2012-03-26 Michael Schroeder- add "allownamechange" flag for completeness
2012-03-06 Michael Schroeder- change duprule generation to ignore uninstallable...
2012-03-05 Michael Schroeder- clean up update/feature rule handling in allowuninsta...
2012-03-01 Michael Schroeder- rename repo_add_solv_flags to repo_add_solv. Should...
2012-03-01 Michael Schroeder- fix cleandeps bug with supplemented userinstalled...
2012-03-01 Michael Schroeder- improve unneeded algorithm a bit more
2012-02-29 Michael Schroeder- fix cleandeps mistake handling
2012-02-29 Michael Schroeder- improve unneeded algorithms
2012-02-28 Michael Schroeder- add solver_get_unneeded() to get a list of no longer...
2012-02-23 Michael Schroeder- improve cleandeps for opensuse a bit by marking insta...
2012-02-22 Michael Schroeder- change allowselfconflicts to forbidselfconflicts...
2012-02-02 Michael Schroeder- add comments, add BUGS
2012-02-01 Michael Schroeder- add cleandeps support for install/update
2012-01-17 Ingo WeinholdMake more C89 and POSIX compliant
2012-01-13 Michael Schroeder- add dup versions for the allow* flags, make dup autom...
2012-01-11 Michael Schroeder- set pool_id2color, fix comments
2012-01-09 Michael Schroeder- hide solver internals
2011-07-12 Michael Schroeder- rename all sat_ to solv_
2011-06-06 Michael Schroeder[backend] more introspection: solver_ruleliterals,...
2011-05-25 Michael Schroeder- add solver_private.h, make repo_ functions return...
2011-05-25 Michael Schroederun-inline some functions, remove SAT_DEBUG_SCHUBI
2011-05-24 Michael Schroeder- do not use obsolete interface in libsolv library...
2011-05-02 Michael Schroeder- fix comments
2010-11-11 Klaus KämpfMerge branch 'master' of gitorious.org:opensuse/sat...
2010-09-09 Michael Schroeder- fix notfound return in solvable_lookup_num, fix typo...
2010-08-31 Michael SchroederMerge branch 'master' of gitorious.org:opensuse/sat...
2010-08-31 Michael Schroeder- fix package priority handling of installed packages...
2010-05-31 Michael Schroeder- add SOLVER_NOAUTOSET to disable automatic SET deduction
next