Age | Commit message (Expand) | Author | Files | Lines |
2013-02-07 | import 0.2.4 from tar | Anas Nashif | 8 | -12/+138 |
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 |
2012-11-15 | implement dup on single packages | Michael Schroeder | 1 | -5/+71 |
2012-11-15 | improve magic epoch promotion code to work better when multiple epochs match | Michael Schroeder | 1 | -31/+47 |
2012-11-14 | implement magic epoch promotion for nevra selections | Michael Schroeder | 1 | -1/+78 |
2012-11-13 | fix rpmdbid handling in repo_unset and repo_set_num | Michael Schroeder | 1 | -2/+2 |
2012-11-13 | refactor a bit | Michael Schroeder | 1 | -18/+26 |
2012-11-13 | support REPO_NO_LOCATION, rename "set_deleted" to the more clear "unset" | Michael Schroeder | 7 | -14/+15 |
2012-11-06 | add repodata_set_deltalocation and use it in the parsers | Michael Schroeder | 3 | -0/+82 |
2012-11-06 | rename repodata_delete to repodata_set_deleted, add repo_set_deleted and solv... | Michael Schroeder | 7 | -6/+71 |
2012-11-05 | Add Solvable.Dataiterator constructor, add missing SEARCH_ definitions, add D... | Michael Schroeder | 1 | -0/+5 |
2012-11-02 | fix delta location suffix | Michael Schroeder | 1 | -1/+1 |
2012-11-02 | add pool_lookup_deltalocation helper so we can change the way the location is... | Michael Schroeder | 5 | -2/+25 |