2014-04-01 |
Michael Schroeder | fix pool_job2str message for lock ;) |
blob | commitdiff |
2014-03-26 |
Michael Schroeder | support SOLVER_FLAG_DUP_ALLOW* flags in solver_set_flag... |
blob | commitdiff | diff to current |
2014-03-26 |
Michael Schroeder | fix handling of packages with no update/feature rule... |
blob | commitdiff | diff to current |
2014-03-24 |
Michael Schroeder | deal correctly with rules that contain the system solvable |
blob | commitdiff | diff to current |
2014-03-24 |
Michael Schroeder | bring "removing unwanted" code in line with the other... |
blob | commitdiff | diff to current |
2014-03-07 |
Michael Schroeder | add #if 0 to some debug printf calls |
blob | commitdiff | diff to current |
2014-03-07 |
Michael Schroeder | also support complex deps when doing recommends/suggest... |
blob | commitdiff | diff to current |
2014-03-05 |
Michael Schroeder | add support for complex dependencies |
blob | commitdiff | diff to current |
2014-02-17 |
Michael Schroeder | optimize unfulfilled rule handling a bit |
blob | commitdiff | diff to current |
2014-02-04 |
Michael Schroeder | do not create update/feature rules for applications... |
blob | commitdiff | diff to current |
2014-01-23 |
Michael Schroeder | fix typos in pool_job2str |
blob | commitdiff | diff to current |
2014-01-20 |
Michael Schroeder | Merge pull request #41 from dmacvicar/master |
blob | commitdiff | diff to current |
2013-12-04 |
Michael Schroeder | implement lock-stepping for infarch packages in implici... |
blob | commitdiff | diff to current |
2013-10-29 |
Michael Schroeder | plug weakrulemap memory map if the solver gets re-run |
blob | commitdiff | diff to current |
2013-10-16 |
Michael Schroeder | remove trailing whitespace |
blob | commitdiff | diff to current |
2013-10-15 |
Michael Schroeder | make linked package support a condition build option |
blob | commitdiff | diff to current |
2013-10-14 |
Michael Schroeder | Extend product link support to patterns/applications |
blob | commitdiff | diff to current |
2013-10-08 |
Michael Schroeder | add reorder_dq_for_jobrules() workaround |
blob | commitdiff | diff to current |
2013-08-21 |
Michael Schroeder | fix decisioncnt handling |
blob | commitdiff | diff to current |
2013-08-21 |
Michael Schroeder | make solver_describe_decision always return a rule... |
blob | commitdiff | diff to current |
2013-08-21 |
Michael Schroeder | fix indent in debug message |
blob | commitdiff | diff to current |
2013-06-13 |
Michael Schroeder | add missing flags to pool_job2str |
blob | commitdiff | diff to current |
2013-06-05 |
Michael Schroeder | solver_splitprovides: only check lazywhatprovides when... |
blob | commitdiff | diff to current |
2013-06-04 |
Michael Schroeder | add POOL_FLAG_IMPLICITOBSOLETEUSESCOLORS to match the... |
blob | commitdiff | diff to current |
2013-06-03 |
Michael Schroeder | add POOL_FLAG_ADDFILEPROVIDESFILTERED option to make... |
blob | commitdiff | diff to current |
2013-05-15 |
Michael Schroeder | fix multiversion handling when the update rule is an... |
blob | commitdiff | diff to current |
2013-05-07 |
Michael Schroeder | add SOLVER_RULE_JOB_UNSUPPORTED and SOLVER_RULE_JOB_UNK... |
blob | commitdiff | diff to current |
2013-04-26 |
Michael Schroeder | bring libsolv in line with currrent rpm's multiversion... |
blob | commitdiff | diff to current |
2013-04-24 |
Michael Schroeder | move stringification functions from solverdebug to... |
blob | commitdiff | diff to current |
2013-04-05 |
Michael Schroeder | make queue_insertn more flexible |
blob | commitdiff | diff to current |
2013-04-02 |
Michael Schroeder | Merge pull request #27 from weinhold/upstream |
blob | commitdiff | diff to current |
2013-03-30 |
Ingo Weinhold | Improve C89 compliance |
blob | commitdiff | diff to current |
2013-03-22 |
Michael Schroeder | rename "NOOBSOLETES" to "MULTIVERSION" |
blob | commitdiff | diff to current |
2013-03-22 |
Michael Schroeder | turn splitprovides off when doing the alreadyrecommende... |
blob | commitdiff | diff to current |
2013-03-06 |
Michael Schroeder | cleanup code now that the vendorcheck callback is in... |
blob | commitdiff | diff to current |
2013-02-04 |
Michael Schroeder | optimize code a bit to make analyze_unsolvable faster |
blob | commitdiff | diff to current |
2013-02-04 |
Michael Schroeder | don't free obsoletes/obsoetes_data in solver cleanup |
blob | commitdiff | diff to current |
2013-02-04 |
Michael Schroeder | make it possible to re-run an existing solver (re-using... |
blob | commitdiff | diff to current |
2013-01-14 |
Michael Schroeder | trivial_installable: check vendor of affected package... |
blob | commitdiff | diff to current |
2013-01-11 |
Michael Schroeder | support "pooljobs", fixed jobs set in the pool |
blob | commitdiff | diff to current |
2012-12-10 |
Michael Schroeder | implement special install/erase namespace provides... |
blob | commitdiff | diff to current |
2012-12-04 |
Michael Schroeder | support cleandeps in targeted up/dup cases, add tests |
blob | commitdiff | diff to current |
2012-12-03 |
Michael Schroeder | make cleandeps do less reinstalls, fix cleandeps reset bug |
blob | commitdiff | diff to current |
2012-11-29 |
Michael Schroeder | add SOLVER_TARGETED and SOLVER_FLAG_NO_AUTOTARGET flags |
blob | commitdiff | diff to current |
2012-11-27 |
Michael Schroeder | make FOR_RULELITERALS safe against whatprovides realloc |
blob | commitdiff | diff to current |
2012-11-20 |
Michael Schroeder | solver_samerule -> solver_rulecmp |
blob | commitdiff | diff to current |
2012-11-20 |
Michael Schroeder | make FORCEBEST work with targeted up/dup |
blob | commitdiff | diff to current |
2012-11-19 |
Michael Schroeder | implement SOLVER_FORCRBEST for install/up/dup |
blob | commitdiff | diff to current |
2012-11-16 |
Michael Schroeder | do not reinstall identical packages in targeted update |
blob | commitdiff | diff to current |
2012-11-16 |
Michael Schroeder | unify update targets list |
blob | commitdiff | diff to current |
2012-11-15 |
Michael Schroeder | implement update to specific update targets |
blob | commitdiff | diff to current |
2012-10-26 |
Michael Schroeder | support SOLVER_SOLVABLE_REPO and SOLVER_SOLVABLE_ALL... |
blob | commitdiff | diff to current |
2012-10-26 |
Michael Schroeder | add pool_job2solvables and selection_solvables |
blob | commitdiff | diff to current |
2012-06-27 |
Michael Schroeder | Merge pull request #15 from akozumpl/pullreq |
blob | commitdiff | diff to current |
2012-06-25 |
Michael Schroeder | - add SOLVER_ORUPDATE and SOLVER_FORCEBEST (see solver.h) |
blob | commitdiff | diff to current |
2012-04-11 |
Michael Schroeder | Merge pull request #12 from zde/master |
blob | commitdiff | diff to current |
2012-04-10 |
Zdeněk Pavlas | SOLVER_FLAG_KEEP_EXPLICIT_OBSOLETES |
blob | commitdiff | diff to current |
2012-04-10 |
Zdeněk Pavlas | fix some typos |
blob | commitdiff | diff to current |
2012-03-26 |
Michael Schroeder | - add "allownamechange" flag for completeness |
blob | commitdiff | diff to current |
2012-03-21 |
Michael Schroeder | - also show number of updaterules in stats for completeness |
blob | commitdiff | diff to current |
2012-03-21 |
Michael Schroeder | - more memory usage statistics |
blob | commitdiff | diff to current |
2012-03-09 |
Michael Schroeder | - be more correct in makeruledecisions() |
blob | commitdiff | diff to current |
2012-03-05 |
Michael Schroeder | - clean up update/feature rule handling in allowuninsta... |
blob | commitdiff | diff to current |
2012-02-29 |
Michael Schroeder | - fix cleandeps mistake bug triggered by corner cases |
blob | commitdiff | diff to current |
2012-02-29 |
Michael Schroeder | - fix cleandeps mistake handling |
blob | commitdiff | diff to current |
2012-02-24 |
Michael Schroeder | - rename SOLVER_FLAG_IGNORE_ALREADY_RECOMMENDED to... |
blob | commitdiff | diff to current |
2012-02-22 |
Michael Schroeder | - change allowselfconflicts to forbidselfconflicts... |
blob | commitdiff | diff to current |
2012-02-09 |
Michael Schroeder | - improve "erase specific solvable" magic so that it... |
blob | commitdiff | diff to current |
2012-02-01 |
Michael Schroeder | - add cleandeps support for install/update |
blob | commitdiff | diff to current |
2012-01-17 |
Michael Schroeder | - add some comments, also check if we really disabled... |
blob | commitdiff | diff to current |
2012-01-13 |
Michael Schroeder | - add dup versions for the allow* flags, make dup autom... |
blob | commitdiff | diff to current |
2012-01-13 |
Michael Schroeder | - remove legace vars now that they are no longer visible |
blob | commitdiff | diff to current |
2012-01-10 |
Michael Schroeder | - change splitprovides so that they only work on packag... |
blob | commitdiff | diff to current |
2012-01-09 |
Michael Schroeder | - add solver_get_orphaned and solver_get_recommendation... |
blob | commitdiff | diff to current |
2012-01-09 |
Michael Schroeder | - hide solver internals |
blob | commitdiff | diff to current |
2012-01-03 |
Michael Schroeder | - clean up findrecommendedsuggested |
blob | commitdiff | diff to current |
2011-07-18 |
Michael Schroeder | - remove unused "suppstart" variable |
blob | commitdiff | diff to current |
2011-07-12 |
Michael Schroeder | - rename all sat_ to solv_ |
blob | commitdiff | diff to current |
2011-06-20 |
Michael Schroeder | - change transaction_init to transaction_create, add... |
blob | commitdiff | diff to current |
2011-06-06 |
Michael Schroeder | [backend] more introspection: solver_ruleliterals,... |
blob | commitdiff | diff to current |
2011-06-06 |
Michael Schroeder | - add decision introspection (untested) |
blob | commitdiff | diff to current |
2011-06-03 |
Michael Schroeder | - remove obsolete interface, add decisioncnt_{weak... |
blob | commitdiff | diff to current |
2011-05-25 |
Michael Schroeder | - add solver_private.h, make repo_ functions return... |
blob | commitdiff | diff to current |
2011-05-25 |
Michael Schroeder | un-inline some functions, remove SAT_DEBUG_SCHUBI |
blob | commitdiff | diff to current |
2011-05-24 |
Michael Schroeder | - do not use obsolete interface in libsolv library... |
blob | commitdiff | diff to current |
2011-04-15 |
Michael Schroeder | analyze_unsolvable: save memory be only using the rseen... |
blob | commitdiff | diff to current |
2011-04-14 |
Michael Schroeder | - add some comments, prepare to make proof recording... |
blob | commitdiff | diff to current |
2011-04-12 |
Michael Schroeder | - make analyze_unsolvable faster in extreme cases by... |
blob | commitdiff | diff to current |
2011-03-02 |
Michael Schroeder | - ignore to be dropped orhaned packages when calculatin... |
blob | commitdiff | diff to current |
2010-11-11 |
Klaus Kämpf | Merge branch 'master' of gitorious.org:opensuse/sat... |
blob | commitdiff | diff to current |
2010-05-28 |
Michael Schroeder | - add SOLVER_SET bits to tell solver which properties... |
blob | commitdiff | diff to current |
2010-05-04 |
Michael Schroeder | - some more cleanup |
blob | commitdiff | diff to current |
2010-05-04 |
Michael Schroeder | - support SOLVER_SOLVABLE_ALL for dup/update/verify |
blob | commitdiff | diff to current |
2010-05-03 |
Michael Schroeder | - code cleanup |
blob | commitdiff | diff to current |
2010-04-14 |
Michael Schroeder | - add erase with dependency cleaning: |
blob | commitdiff | diff to current |
2010-03-31 |
Michael Schroeder | - move noupdate test so that the solver tries to keep... |
blob | commitdiff | diff to current |
2010-02-15 |
Klaus Kämpf | fix conflict |
blob | commitdiff | diff to current |
2009-10-16 |
Michael Schroeder | - fix removedisabledconflicts so that it can cope with... |
blob | commitdiff | diff to current |
2009-10-15 |
Michael Schroeder | - add SOLVER_DROP_ORPHANED for coolo |
blob | commitdiff | diff to current |
2009-09-14 |
Michael Schroeder | Merge branch 'master' of git@git.opensuse.org:projects... |
blob | commitdiff | diff to current |
next |