Age | Commit message (Expand) | Author | Files | Lines |
2014-03-12 | support REPOKEYWORDS in the content parser | Michael Schroeder | 1 | -0/+5 |
2014-03-10 | implement complex deps handling in cleandeps/unneeded calculation | Michael Schroeder | 1 | -37/+186 |
2014-03-07 | add #if 0 to some debug printf calls | Michael Schroeder | 1 | -0/+6 |
2014-03-07 | also support complex deps when doing recommends/suggests filtering | Michael Schroeder | 3 | -82/+199 |
2014-03-05 | revert pyhton3 part that was commit by mistake in #ab8b3ded | Michael Schroeder | 1 | -7/+0 |
2014-03-05 | testcase: support filtering in unneeded check, support setting of result flag... | Michael Schroeder | 1 | -14/+42 |
2014-03-05 | delete broken solvables if the xml parser returns an error | Michael Schroeder | 3 | -2/+16 |
2014-03-05 | add support for complex dependencies | Michael Schroeder | 6 | -3/+680 |
2014-03-05 | also look at the pkgname when searching for the application link | Michael Schroeder | 1 | -3/+16 |
2014-03-05 | repo_appdata: add support for keywords and pkgname, simplify lang handling | Michael Schroeder | 1 | -42/+34 |
2014-03-04 | bindings: don't let str(Datamatch) change the strings, instead create a copy | Michael Schroeder | 1 | -2/+3 |
2014-03-04 | bindings: make Dataterator match/flags optional | Michael Schroeder | 3 | -10/+88 |
2014-03-03 | fix basename optimization for STRINGEND | Michael Schroeder | 1 | -1/+2 |
2014-03-03 | fix Datamatcher's idstr() method when calld for dirs | Michael Schroeder | 1 | -1/+5 |
2014-02-27 | fix Pool_repo_iterator and Repo_solvable_iterator in perl bindings | Michael Schroeder | 2 | -3/+13 |
2014-02-27 | 'licence' is actually the metadata license we don't case about | Michael Schroeder | 1 | -1/+0 |
2014-02-27 | make "product_license" (appstream) an alias for "licence" (appdata) | Michael Schroeder | 1 | -0/+1 |
2014-02-26 | improve guessing of appdata.xml file name | Michael Schroeder | 1 | -0/+9 |
2014-02-26 | add changes, bump version | Michael Schroeder | 2 | -2/+9 |
2014-02-26 | appdata2solv: add support for -d and -r options | Michael Schroeder | 1 | -4/+40 |
2014-02-26 | improve appdata.xml parsing | Michael Schroeder | 2 | -5/+141 |
2014-02-25 | repo_helix: parse application elements | Michael Andres | 1 | -0/+3 |
2014-02-21 | add changes, bump version | Michael Schroeder | 2 | -1/+11 |
2014-02-21 | fix bug in solver_get_unneeded that could lead to an endless loop | Michael Schroeder | 1 | -3/+3 |
2014-02-19 | adapt to new rpm tags for weak dependencies | Michael Schroeder | 1 | -37/+81 |
2014-02-18 | change last commit to check for SOLVER_TRANSACTION_KEEP_PSEUDO | Michael Schroeder | 1 | -2/+2 |
2014-02-18 | Always return IGNORE for pseudo packages in RPM_ONLY mode | Michael Schroeder | 1 | -2/+4 |
2014-02-18 | fix pseudo packages obsoleting other pseudo packages | Michael Schroeder | 1 | -2/+2 |
2014-02-18 | treat AND and COND more optimistic in pool_addrelproviders | Michael Schroeder | 1 | -11/+33 |
2014-02-17 | optimize unfulfilled rule handling a bit | Michael Schroeder | 1 | -9/+11 |
2014-02-14 | add changes, bump version | Michael Schroeder | 2 | -1/+13 |
2014-02-13 | always keep job/jobflags in selection_filter() | Michael Schroeder | 1 | -0/+3 |
2014-02-12 | refactor testcase_str2dep | Michael Schroeder | 2 | -16/+47 |
2014-02-12 | refactor a bit | Michael Schroeder | 2 | -69/+61 |
2014-02-04 | do not create update/feature rules for applications or patterns | Michael Schroeder | 3 | -22/+66 |
2014-02-04 | fix typo in application backlink creation | Michael Schroeder | 1 | -1/+1 |
2014-02-03 | testcase: support "haiku" disttype | Michael Schroeder | 1 | -0/+1 |
2014-01-30 | support PRODUCT_ENDOFLIFE, store repoid as flexarray so we can add a lable later | Michael Schroeder | 3 | -2/+83 |
2014-01-28 | support ADD_NO_AUTOPRODUCTS in repo_autopattern, use in rpmdb2solv | Michael Schroeder | 3 | -4/+8 |
2014-01-28 | also translate autoproduct strings | Michael Schroeder | 3 | -3/+32 |
2014-01-27 | add changes, bump version | Michael Schroeder | 2 | -1/+8 |
2014-01-27 | rpmdb2solv: set repo to installed so that no autoproducts are generated | Michael Schroeder | 1 | -0/+1 |
2014-01-27 | support PRODUCT_UPDATES_REPOID strarray for SLE-12 product handling | Michael Schroeder | 3 | -0/+14 |
2014-01-27 | add autoproduct support | Michael Schroeder | 1 | -19/+164 |
2014-01-24 | always put -Wl,--as-needed to the front of the system libs | Michael Schroeder | 1 | -1/+2 |
2014-01-24 | fix for old swig versions | Michael Schroeder | 1 | -0/+3 |
2014-01-24 | add bnc to changes | Michael Schroeder | 1 | -1/+1 |
2014-01-24 | add changes, bump version to 0.4.2 | Michael Schroeder | 2 | -1/+15 |
2014-01-24 | add forgotten -X option to susetags2solv tool | Michael Schroeder | 1 | -1/+16 |
2014-01-23 | testsolv: support '-s' option to take solutions | Michael Schroeder | 1 | -5/+43 |