summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-07Cleanup spec per rpmlintsubmit/trunk/20130208.050544accepted/trunk/20130208.050345Anas Nashif2-44/+16
2013-02-07Update to 0.2.4submit/trunk/20130208.042515Anas Nashif1-0/+3
2013-02-07Update to 0.2.4Anas Nashif1-1/+1
2013-02-07bump version to 0.2.3Anas Nashif1-2/+1
2013-02-07add packagingAnas Nashif1-0/+190
2013-02-07import 0.2.4 from tarAnas Nashif12-14/+192
2013-01-03fix trivial installable requires handling [bnc#795267]Michael Schroeder1-1/+5
2013-01-03Merge pull request #23 from johnnypeck/patch-1Michael Schroeder1-1/+1
2012-12-27Update READMEJohnny Peck1-1/+1
2012-12-20improve repo_add_rpmdb speed a tiny bitMichael Schroeder2-9/+15
2012-12-20link libsolvext with libsolv for completenessMichael Schroeder1-1/+1
2012-12-19link libsolvext against the system librariesMichael Schroeder1-0/+12
2012-12-18add changes, bump versionupstream/0.2.3Michael Schroeder2-1/+9
2012-12-18simplify and fix ruby vendordir check in spec fileMichael Schroeder1-5/+1
2012-12-18don't access r->p after solver_addrule is called, as it may realloc the rulesMichael Schroeder1-4/+5
2012-12-18simplify transaction_obs_pkg a bitMichael Schroeder1-12/+11
2012-12-17cosmetics: fix commentsMichael Schroeder3-9/+8
2012-12-17find_problemrule: don't look at the learnt rule multiple times, it may take r...Michael Schroeder1-6/+20
2012-12-13delete old debug statementsMichael Schroeder1-6/+4
2012-12-13simplify testcaseMichael Schroeder2-5/+5
2012-12-13test "addalreadyrecommended"Michael Schroeder1-1/+13
2012-12-13small optimization: make whatprovidesdata + 2 always contain the systemsolvableMichael Schroeder1-4/+9
2012-12-11add testcase for special namespaceprovides jobsMichael Schroeder1-0/+47
2012-12-11support special namespace privides install/erase jobs in testcasesMichael Schroeder1-1/+19
2012-12-10implement special install/erase namespace provides hackMichael Schroeder9-11/+235
2012-12-10improve error handling in makedepsMichael Schroeder1-13/+6
2012-12-07print bad package name when detecting dependency array mismatchesMichael Schroeder1-6/+6
2012-12-06cosmetics: print number of problems in examplesMichael Schroeder3-3/+3
2012-12-05add changes, bump versionMichael Schroeder2-1/+10
2012-12-05Add Dep.Rel() method and a couple of Selection constructorsMichael Schroeder4-8/+60
2012-12-05simplify some testcasesMichael Schroeder5-108/+9
2012-12-05rename selection_limit to selection_filter, add flags to make selection_make ...Michael Schroeder8-42/+56
2012-12-04write trailing "result" line in -r -r modeMichael Schroeder1-2/+26
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