summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-04support cleandeps in targeted up/dup cases, add testsMichael Schroeder10-58/+176
2012-12-04adapt testcase to last changeMichael Schroeder1-0/+1
2012-12-03make cleandeps do less reinstalls, fix cleandeps reset bugMichael Schroeder1-0/+40
2012-12-03fix typos in comments, fix queue freeMichael Schroeder1-7/+4
2012-12-03add "forcebest" testcasesMichael Schroeder3-0/+125
2012-11-30expand testcasesMichael Schroeder2-3/+84
2012-11-30small optimization for targeted dupMichael Schroeder1-2/+2
2012-11-30another targeted dup fix, add testcasesMichael Schroeder4-127/+198
2012-11-29free tmp repodata when repo_solv returns an errorMichael Schroeder1-18/+31
2012-11-29add SOLVER_FLAG_NO_AUTOTARGET to testcase codeMichael Schroeder1-2/+3
2012-11-29fix targeted dup, we also have to add the obsoleters to the involved mapMichael Schroeder1-24/+20
2012-11-29add SOLVER_TARGETED and SOLVER_FLAG_NO_AUTOTARGET flagsMichael Schroeder3-31/+85
2012-11-29simplify datamatcher code, use datamatcher_checkbasename also in repo_searchMichael Schroeder3-67/+23
2012-11-28speed up filelist matching by pre-matching the basename firstMichael Schroeder1-7/+70
2012-11-28further simplify code: use -1 as 'free' in mapped array, like in mapped_atMichael Schroeder2-16/+17
2012-11-28reduce memory by splitting the pages array into two mapped_at and file_pages ...Michael Schroeder2-64/+68
2012-11-28simplily repopage handling quite a bitMichael Schroeder2-88/+68
2012-11-27optimize repopagestore_load_page_rangeMichael Schroeder1-50/+67
2012-11-27cleanup example codeMichael Schroeder3-532/+531
2012-11-27fix EXTEND calls in perl bindingsMichael Schroeder1-3/+3
2012-11-27xfileno doesn't exist anymore, use fileno() insteadMichael Schroeder1-7/+7
2012-11-27use a Selection for the 'search' command so that the repofilter worksMichael Schroeder2-16/+23
2012-11-27Selection: rename addsimple method to add_raw in the bindingsMichael Schroeder4-5/+5
2012-11-27make FOR_RULELITERALS safe against whatprovides reallocMichael Schroeder4-54/+51
2012-11-26Already use LOCALPOOL when converting filelist/language extensionsMichael Schroeder4-15/+34
2012-11-26- save memory in localpool caseMichael Schroeder2-6/+19
2012-11-23support medianr in lookup_deltalocation, change lookup_location to return med...Michael Schroeder6-12/+17
2012-11-23bump version, add changesMichael Schroeder2-1/+11
2012-11-23use correct file pointer when checking the debian release file's sigMichael Schroeder1-1/+1
2012-11-23optimize string handling in repo_add_solv a bitMichael Schroeder1-21/+28
2012-11-22make sure we have at least id 0 and 1 in a local pool, also call the correct ...Michael Schroeder1-5/+5
2012-11-22more cleanupMichael Schroeder2-64/+31
2012-11-22small code cleanupsMichael Schroeder2-16/+21
2012-11-21use "isemptyupdate" method to check for updates with no matching installed pa...Michael Schroeder3-14/+7
2012-11-20solver_samerule -> solver_rulecmpMichael Schroeder5-17/+19
2012-11-20do not add identical choice rulesMichael Schroeder1-0/+19
2012-11-20make FORCEBEST work with targeted up/dupMichael Schroeder3-9/+56
2012-11-19implement '--best' in solv demoMichael Schroeder2-0/+11
2012-11-19fix typo caught by testcaseMichael Schroeder1-1/+1
2012-11-19implement SOLVER_FORCRBEST for install/up/dupMichael Schroeder7-39/+340
2012-11-16fix policy_is_illegal function. Hmm...Michael Schroeder1-3/+3
2012-11-16do not reinstall identical packages in targeted updateMichael Schroeder1-2/+11
2012-11-16don't write incomplete repos in "solv", like with py/rb/p5solvMichael Schroeder4-30/+34
2012-11-16unify update targets listMichael Schroeder1-8/+12
2012-11-15implement update to specific update targetsMichael Schroeder5-35/+219
2012-11-15implement dup on single packagesMichael Schroeder1-5/+71
2012-11-15make 'solv dup' use the right mode againMichael Schroeder1-1/+1
2012-11-15improve magic epoch promotion code to work better when multiple epochs matchMichael Schroeder1-31/+47
2012-11-14implement magic epoch promotion for nevra selectionsMichael Schroeder1-1/+78
2012-11-13fix rpmdbid handling in repo_unset and repo_set_numMichael Schroeder1-2/+2