Age | Commit message (Expand) | Author | Files | Lines |
2013-02-07 | Cleanup spec per rpmlintsubmit/trunk/20130208.050544accepted/trunk/20130208.050345 | Anas Nashif | 2 | -44/+16 |
2013-02-07 | Update to 0.2.4submit/trunk/20130208.042515 | Anas Nashif | 1 | -0/+3 |
2013-02-07 | Update to 0.2.4 | Anas Nashif | 1 | -1/+1 |
2013-02-07 | bump version to 0.2.3 | Anas Nashif | 1 | -2/+1 |
2013-02-07 | add packaging | Anas Nashif | 1 | -0/+190 |
2013-02-07 | import 0.2.4 from tar | Anas Nashif | 12 | -14/+192 |
2013-01-03 | fix trivial installable requires handling [bnc#795267] | Michael Schroeder | 1 | -1/+5 |
2013-01-03 | Merge pull request #23 from johnnypeck/patch-1 | Michael Schroeder | 1 | -1/+1 |
2012-12-27 | Update README | Johnny Peck | 1 | -1/+1 |
2012-12-20 | improve repo_add_rpmdb speed a tiny bit | Michael Schroeder | 2 | -9/+15 |
2012-12-20 | link libsolvext with libsolv for completeness | Michael Schroeder | 1 | -1/+1 |
2012-12-19 | link libsolvext against the system libraries | Michael Schroeder | 1 | -0/+12 |
2012-12-18 | add changes, bump versionupstream/0.2.3 | Michael Schroeder | 2 | -1/+9 |
2012-12-18 | simplify and fix ruby vendordir check in spec file | Michael Schroeder | 1 | -5/+1 |
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 | delete old debug statements | Michael Schroeder | 1 | -6/+4 |
2012-12-13 | simplify testcase | Michael Schroeder | 2 | -5/+5 |
2012-12-13 | test "addalreadyrecommended" | Michael Schroeder | 1 | -1/+13 |
2012-12-13 | small optimization: make whatprovidesdata + 2 always contain the systemsolvable | Michael Schroeder | 1 | -4/+9 |
2012-12-11 | add testcase for special namespaceprovides jobs | Michael Schroeder | 1 | -0/+47 |
2012-12-11 | support special namespace privides install/erase jobs in testcases | Michael Schroeder | 1 | -1/+19 |
2012-12-10 | implement special install/erase namespace provides hack | Michael Schroeder | 9 | -11/+235 |
2012-12-10 | improve error handling in makedeps | Michael Schroeder | 1 | -13/+6 |
2012-12-07 | print bad package name when detecting dependency array mismatches | Michael Schroeder | 1 | -6/+6 |
2012-12-06 | cosmetics: print number of problems in examples | Michael Schroeder | 3 | -3/+3 |
2012-12-05 | add changes, bump version | Michael Schroeder | 2 | -1/+10 |
2012-12-05 | Add Dep.Rel() method and a couple of Selection constructors | Michael Schroeder | 4 | -8/+60 |
2012-12-05 | simplify some testcases | Michael Schroeder | 5 | -108/+9 |
2012-12-05 | rename selection_limit to selection_filter, add flags to make selection_make ... | Michael Schroeder | 8 | -42/+56 |
2012-12-04 | write trailing "result" line in -r -r mode | Michael Schroeder | 1 | -2/+26 |
2012-12-04 | support cleandeps in targeted up/dup cases, add tests | Michael Schroeder | 10 | -58/+176 |
2012-12-04 | adapt testcase to last change | Michael Schroeder | 1 | -0/+1 |
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-12-03 | add "forcebest" testcases | Michael Schroeder | 3 | -0/+125 |
2012-11-30 | expand testcases | Michael Schroeder | 2 | -3/+84 |
2012-11-30 | small optimization for targeted dup | Michael Schroeder | 1 | -2/+2 |
2012-11-30 | another targeted dup fix, add testcases | Michael Schroeder | 4 | -127/+198 |
2012-11-29 | free tmp repodata when repo_solv returns an error | Michael Schroeder | 1 | -18/+31 |
2012-11-29 | add SOLVER_FLAG_NO_AUTOTARGET to testcase code | Michael Schroeder | 1 | -2/+3 |
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 |