Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-27 | Imported Upstream version 0.6.11upstream/0.6.11 | DongHun Kwak | 42 | -825/+1523 | |
Change-Id: Ia7fcc570c551205421c68cc6feb2ecfd3c97e149 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com> | |||||
2016-10-27 | Imported Upstream version 0.6.10upstream/0.6.10 | DongHun Kwak | 3 | -18/+16 | |
Change-Id: Ia0aa60fc8934d4022da0cf8669ae3e4e121f3386 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com> | |||||
2016-10-27 | Imported Upstream version 0.6.9upstream/0.6.9 | DongHun Kwak | 30 | -363/+1517 | |
Change-Id: Icf4a1aa6525f6c2bfc9da6f3ba1609728f39a073 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com> | |||||
2016-10-27 | Imported Upstream version 0.6.8upstream/0.6.8 | DongHun Kwak | 4 | -20/+26 | |
Change-Id: I831fe431b1bc73eb9fb9300b07abe823d806d843 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com> | |||||
2016-10-27 | Imported Upstream version 0.6.7upstream/0.6.7 | DongHun Kwak | 13 | -40/+62 | |
Change-Id: I4903b1e04cf23c0c38f633e48a06732764ee6444 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com> | |||||
2016-10-27 | Imported Upstream version 0.6.6upstream/0.6.6 | DongHun Kwak | 57 | -177/+1890 | |
Change-Id: I39261d63e28e2f057203bd11bd6b1cbb83523fab Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com> | |||||
2016-10-27 | Imported Upstream version 0.6.5upstream/0.6.5 | DongHun Kwak | 29 | -51/+478 | |
Change-Id: If69a2170a61800e3f778ec1f78364531c9642950 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com> | |||||
2014-07-08 | add changes, bump versionupstream/0.6.4 | Michael Schroeder | 2 | -1/+10 | |
2014-07-08 | tweak solver_identical so that applications ignore requires | Michael Schroeder | 1 | -3/+7 | |
Fixes bug 885830. | |||||
2014-07-08 | fix instbuddy generation code | Michael Schroeder | 1 | -2/+2 | |
we iterated over the wrong array, thus the rpm -> buddy link did not work. | |||||
2014-06-24 | add '-m' option to test the solution callback | Michael Schroeder | 1 | -1/+51 | |
2014-06-24 | rework branch handling so that the old decisions are still available | Michael Schroeder | 3 | -62/+140 | |
This allows us to auto-minimize packages that got supplemented later on. | |||||
2014-06-23 | support -X option in rpmmd2solv, make add_autopattern available in bindings | Michael Schroeder | 3 | -10/+34 | |
2014-06-13 | changes 0.6.3 | Michael Andres | 2 | -4/+10 | |
2014-06-13 | [hotfix] Relax solvable_identical check for producs [bnc#881493] | Michael Andres | 1 | -1/+9 | |
2014-06-06 | changes 0.6.2 | Michael Andres | 2 | -1/+7 | |
2014-06-06 | Provide PRODUCT_REGISTER_TARGET for available products [bnc#881320] | Michael Andres | 2 | -1/+3 | |
2014-06-03 | fix bugs in solver_describe_decision and solver_describe_weakdep_decision | Michael Schroeder | 1 | -2/+2 | |
2014-05-16 | repo_appdata: add missing break statement | Michael Schroeder | 1 | -0/+1 | |
2014-05-15 | add the SOLVER_FLAG_FOCUS_INSTALLED solver flag | Michael Schroeder | 5 | -65/+139 | |
Setting this flag means that the solver will prefer picking a package version that fits the other installed packages over updating installed packages. | |||||
2014-05-14 | add a 'g' to the sed line | Michael Schroeder | 1 | -1/+1 | |
2014-05-14 | use sed instead of grep to get rid of the <?xml...> line | Michael Schroeder | 1 | -1/+1 | |
This allows us to parse files with no newlines. | |||||
2014-05-07 | opencode some values in pool_id2rel (thanks Thierry Vignaud) | Michael Schroeder | 1 | -7/+9 | |
2014-05-02 | add #ifdef FEDORA lines | Michael Schroeder | 1 | -8/+14 | |
2014-05-02 | Merge pull request #44 from akozumpl/archs | Michael Schroeder | 1 | -1/+7 | |
Add a couple of architectures. | |||||
2014-04-30 | Add a couple of architectures. | Ales Kozumplik | 1 | -1/+7 | |
The Fedora rel-eng team missed ia32e, amd64, athlon, geode, ppc64iseries and ppc64pseries. | |||||
2014-04-22 | obey droporphaned map in keep_orhans mode | Michael Schroeder | 2 | -17/+16 | |
2014-04-17 | add changes, bump version | Michael Schroeder | 2 | -1/+10 | |
2014-04-17 | implement SOLVER_FLAG_BREAK_ORPHANS | Michael Schroeder | 5 | -1/+127 | |
2014-04-17 | adapt to AppStream 0.6 | Michael Schroeder | 1 | -0/+2 | |
2014-04-16 | add KEEP_ORPHANS and BREAK_ORPHANS solver flags | Michael Schroeder | 4 | -10/+29 | |
BREAK_ORPHANS is not implemented yet | |||||
2014-04-16 | repodata_swap_attrs: make sure src and dest are in the repodata | Michael Schroeder | 1 | -0/+5 | |
2014-04-16 | remove unneded repodata_extend calls | Michael Schroeder | 2 | -4/+0 | |
2014-04-15 | also check for read-only rpm db in /usr/share/rpm (ostree) | Michael Schroeder | 1 | -2/+7 | |
2014-04-14 | fix type introduced in commit #bbdec95b | Michael Schroeder | 1 | -4/+2 | |
Also makes the code deal correctly with non-canonicalized filename dependencies. | |||||
2014-04-14 | add a single space | Michael Schroeder | 1 | -1/+1 | |
2014-04-14 | small optimization for pool_addfileprovides | Michael Schroeder | 1 | -38/+28 | |
Should use less memory and be a tiny bit faster. The code is a bit simpler as well. | |||||
2014-04-09 | use less memory when just writing the filelist | Michael Schroeder | 1 | -17/+90 | |
2014-04-08 | free memory on the fly in repodata_internalize | Michael Schroeder | 1 | -2/+115 | |
makes the code only slightly slower, but helps a lot with oversized repositories like Fedora Everything... | |||||
2014-04-08 | make repodata_stringify return the result string | Michael Schroeder | 4 | -22/+22 | |
This is in preparation of stringify no longer patching the str element in the kv. | |||||
2014-04-07 | add changes, bump version | Michael Schroeder | 2 | -2/+11 | |
2014-04-07 | use "implicitobsoleteusescolors" to limit our update/feature rules | Michael Schroeder | 1 | -3/+11 | |
We will only consider packages of the same color as update candidate. This currently also is true for the feature rules, thus the solver will not offer to use replacement packages of a different color. Let's see how this works out in real life... | |||||
2014-04-07 | add "just in case" code if our multiplier gets too big | Michael Schroeder | 1 | -0/+2 | |
I don't think that this can happen the way we use the modulo code, but I feel somewhat safer with the check in place... | |||||
2014-04-07 | also simplify solvable_copy_cb's checksum handling | Michael Schroeder | 1 | -8/+5 | |
2014-04-07 | simplyfy checksum code | Michael Schroeder | 4 | -68/+34 | |
Also change dumpsolv to use solv_chksum_type2str instead of printing the internal type. | |||||
2014-04-07 | support "notbyuser" in testcases | Michael Schroeder | 1 | -0/+1 | |
2014-04-04 | do not count problem resolution install jobs as userinstalled | Michael Schroeder | 4 | -3/+9 | |
2014-04-04 | add NEWS | Michael Schroeder | 1 | -0/+19 | |
2014-04-04 | [ABI BREAKAGE] add support for SHA224/384/512 | Michael Schroeder | 12 | -38/+173 | |
We also use this to reorder knownid.h, thus breaking the libsolv ABI. Next step is to bump the version. | |||||
2014-04-04 | more swig trickery: automaticall free the pool, add a disown method | Michael Schroeder | 3 | -13/+58 | |