Age | Commit message (Expand) | Author | Files | Lines |
2013-02-25 | support RPM_ADD_WITH_CHANGELOG in repo_add_rpmdb | Michael Schroeder | 2 | -1/+3 |
2013-02-25 | add other.xml support to repomd parser | Michael Schroeder | 1 | -0/+4 |
2013-02-12 | cosmetics: always return 0 in selection_make if the selection is empty | Michael Schroeder | 1 | -1/+2 |
2013-02-12 | fix stupid typo introduced when refactoring selection_filter_rel. Argh! | Michael Schroeder | 1 | -1/+2 |
2013-02-05 | further optimize solver_reenablepolicyrules | Michael Schroeder | 1 | -19/+58 |
2013-02-04 | optimize code a bit to make analyze_unsolvable faster | Michael Schroeder | 2 | -3/+5 |
2013-02-04 | do not call pool_freewhatprovides in pool_add_fileconflicts_deps | Michael Schroeder | 1 | -1/+37 |
2013-02-04 | don't free obsoletes/obsoetes_data in solver cleanup | Michael Schroeder | 2 | -2/+2 |
2013-02-04 | make it possible to re-run an existing solver (re-using the rpm rules) | Michael Schroeder | 4 | -3/+171 |
2013-01-15 | do not ignore disabled/considered flags for src packages | Michael Schroeder | 4 | -11/+42 |
2013-01-14 | trivial_installable: check vendor of affected package to see if a patch shoul... | Michael Schroeder | 3 | -3/+92 |
2013-01-11 | support "pooljobs", fixed jobs set in the pool | Michael Schroeder | 7 | -9/+46 |
2013-01-03 | fix trivial installable requires handling [bnc#795267] | Michael Schroeder | 1 | -1/+5 |
2012-12-18 | don't access r->p after solver_addrule is called, as it may realloc the rules | Michael Schroeder | 1 | -4/+5 |
2012-12-18 | simplify transaction_obs_pkg a bit | Michael Schroeder | 1 | -12/+11 |
2012-12-17 | cosmetics: fix comments | Michael Schroeder | 3 | -9/+8 |
2012-12-17 | find_problemrule: don't look at the learnt rule multiple times, it may take r... | Michael Schroeder | 1 | -6/+20 |
2012-12-13 | small optimization: make whatprovidesdata + 2 always contain the systemsolvable | Michael Schroeder | 1 | -4/+9 |
2012-12-10 | implement special install/erase namespace provides hack | Michael Schroeder | 5 | -11/+215 |
2012-12-05 | rename selection_limit to selection_filter, add flags to make selection_make ... | Michael Schroeder | 3 | -21/+28 |
2012-12-04 | support cleandeps in targeted up/dup cases, add tests | Michael Schroeder | 2 | -47/+75 |
2012-12-03 | make cleandeps do less reinstalls, fix cleandeps reset bug | Michael Schroeder | 1 | -0/+40 |
2012-12-03 | fix typos in comments, fix queue free | Michael Schroeder | 1 | -7/+4 |
2012-11-30 | small optimization for targeted dup | Michael Schroeder | 1 | -2/+2 |
2012-11-30 | another targeted dup fix, add testcases | Michael Schroeder | 1 | -127/+101 |
2012-11-29 | free tmp repodata when repo_solv returns an error | Michael Schroeder | 1 | -18/+31 |
2012-11-29 | fix targeted dup, we also have to add the obsoleters to the involved map | Michael Schroeder | 1 | -24/+20 |
2012-11-29 | add SOLVER_TARGETED and SOLVER_FLAG_NO_AUTOTARGET flags | Michael Schroeder | 3 | -31/+85 |
2012-11-29 | simplify datamatcher code, use datamatcher_checkbasename also in repo_search | Michael Schroeder | 3 | -67/+23 |
2012-11-28 | speed up filelist matching by pre-matching the basename first | Michael Schroeder | 1 | -7/+70 |
2012-11-28 | further simplify code: use -1 as 'free' in mapped array, like in mapped_at | Michael Schroeder | 2 | -16/+17 |
2012-11-28 | reduce memory by splitting the pages array into two mapped_at and file_pages ... | Michael Schroeder | 2 | -64/+68 |
2012-11-28 | simplily repopage handling quite a bit | Michael Schroeder | 2 | -88/+68 |
2012-11-27 | optimize repopagestore_load_page_range | Michael Schroeder | 1 | -50/+67 |
2012-11-27 | make FOR_RULELITERALS safe against whatprovides realloc | Michael Schroeder | 4 | -54/+51 |
2012-11-26 | - save memory in localpool case | Michael Schroeder | 2 | -6/+19 |
2012-11-23 | support medianr in lookup_deltalocation, change lookup_location to return med... | Michael Schroeder | 3 | -8/+13 |
2012-11-23 | optimize string handling in repo_add_solv a bit | Michael Schroeder | 1 | -21/+28 |
2012-11-22 | make sure we have at least id 0 and 1 in a local pool, also call the correct ... | Michael Schroeder | 1 | -5/+5 |
2012-11-22 | more cleanup | Michael Schroeder | 2 | -64/+31 |
2012-11-22 | small code cleanups | Michael Schroeder | 2 | -16/+21 |
2012-11-20 | solver_samerule -> solver_rulecmp | Michael Schroeder | 5 | -17/+19 |
2012-11-20 | do not add identical choice rules | Michael Schroeder | 1 | -0/+19 |
2012-11-20 | make FORCEBEST work with targeted up/dup | Michael Schroeder | 3 | -9/+56 |
2012-11-19 | fix typo caught by testcase | Michael Schroeder | 1 | -1/+1 |
2012-11-19 | implement SOLVER_FORCRBEST for install/up/dup | Michael Schroeder | 7 | -39/+340 |
2012-11-16 | fix policy_is_illegal function. Hmm... | Michael Schroeder | 1 | -3/+3 |
2012-11-16 | do not reinstall identical packages in targeted update | Michael Schroeder | 1 | -2/+11 |
2012-11-16 | unify update targets list | Michael Schroeder | 1 | -8/+12 |
2012-11-15 | implement update to specific update targets | Michael Schroeder | 3 | -21/+211 |