summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Collapse)AuthorFilesLines
2016-10-27Imported Upstream version 0.6.20upstream/0.6.20DongHun Kwak3-88/+293
Change-Id: I10c9c8261b23346d1f65101bdb28d657cb058543 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2016-10-27Imported Upstream version 0.6.19upstream/0.6.19DongHun Kwak1-4/+14
Change-Id: Ic898e621deb6d53ca1fd1db1c571753fb0df852e Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2016-10-27Imported Upstream version 0.6.15upstream/0.6.15DongHun Kwak6-27/+166
Change-Id: Ifaa897b8285aab537e27433f14a18f11a4817c17 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2016-10-27Imported Upstream version 0.6.13upstream/0.6.13DongHun Kwak3-14/+22
Change-Id: I9fed388d0b8658275d9089b22473596379566069 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2016-10-27Imported Upstream version 0.6.12upstream/0.6.12DongHun Kwak7-69/+45
Change-Id: I57ee1847c5c25f2602e0348213fa145f97cc3434 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2016-10-27Imported Upstream version 0.6.11upstream/0.6.11DongHun Kwak4-14/+238
Change-Id: Ia7fcc570c551205421c68cc6feb2ecfd3c97e149 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2016-10-27Imported Upstream version 0.6.9upstream/0.6.9DongHun Kwak11-224/+765
Change-Id: Icf4a1aa6525f6c2bfc9da6f3ba1609728f39a073 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2016-10-27Imported Upstream version 0.6.7upstream/0.6.7DongHun Kwak2-0/+7
Change-Id: I4903b1e04cf23c0c38f633e48a06732764ee6444 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2016-10-27Imported Upstream version 0.6.6upstream/0.6.6DongHun Kwak3-3/+5
Change-Id: I39261d63e28e2f057203bd11bd6b1cbb83523fab Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2016-10-27Imported Upstream version 0.6.5upstream/0.6.5DongHun Kwak2-5/+41
Change-Id: If69a2170a61800e3f778ec1f78364531c9642950 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2014-06-06Provide PRODUCT_REGISTER_TARGET for available products [bnc#881320]Michael Andres1-0/+2
2014-05-16repo_appdata: add missing break statementMichael Schroeder1-0/+1
2014-05-15add the SOLVER_FLAG_FOCUS_INSTALLED solver flagMichael Schroeder1-0/+1
Setting this flag means that the solver will prefer picking a package version that fits the other installed packages over updating installed packages.
2014-04-17adapt to AppStream 0.6Michael Schroeder1-0/+2
2014-04-16add KEEP_ORPHANS and BREAK_ORPHANS solver flagsMichael Schroeder1-0/+2
BREAK_ORPHANS is not implemented yet
2014-04-16remove unneded repodata_extend callsMichael Schroeder2-4/+0
2014-04-15also check for read-only rpm db in /usr/share/rpm (ostree)Michael Schroeder1-2/+7
2014-04-07add "just in case" code if our multiplier gets too bigMichael Schroeder1-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-07also simplify solvable_copy_cb's checksum handlingMichael Schroeder1-8/+5
2014-04-07support "notbyuser" in testcasesMichael Schroeder1-0/+1
2014-04-04[ABI BREAKAGE] add support for SHA224/384/512Michael Schroeder3-0/+17
We also use this to reorder knownid.h, thus breaking the libsolv ABI. Next step is to bump the version.
2014-03-31suppport RPM_ADD_FILTERED_FILELISTMichael Schroeder2-4/+32
Probably only useful for distris that enforce filelist dependency policies, e.g. SUSE.
2014-03-31support new dupallow flags in testcases (thanks Honza)Michael Schroeder1-0/+4
2014-03-27autopattern: always chose the lexicographical first one if there are two ↵Michael Schroeder1-3/+16
pattern/product provides
2014-03-25ignore pattern() provides that start with '.'Michael Schroeder1-0/+3
2014-03-12support REPOKEYWORDS in the content parserMichael Schroeder1-0/+5
2014-03-05testcase: support filtering in unneeded check, support setting of result ↵Michael Schroeder1-14/+42
flags without having a result
2014-03-05delete broken solvables if the xml parser returns an errorMichael Schroeder3-2/+16
2014-03-05repo_appdata: add support for keywords and pkgname, simplify lang handlingMichael Schroeder1-42/+34
2014-02-27'licence' is actually the metadata license we don't case aboutMichael Schroeder1-1/+0
2014-02-27make "product_license" (appstream) an alias for "licence" (appdata)Michael Schroeder1-0/+1
2014-02-26improve guessing of appdata.xml file nameMichael Schroeder1-0/+9
2014-02-26improve appdata.xml parsingMichael Schroeder2-5/+141
- ignore tags with a set language (for now) - read desktop file if name/summary is not present - the requires needs to be the full file name
2014-02-25repo_helix: parse application elementsMichael Andres1-0/+3
2014-02-19adapt to new rpm tags for weak dependenciesMichael Schroeder1-37/+81
The old tags are still read as fallback.
2014-02-12refactor testcase_str2depMichael Schroeder2-16/+47
- no longer patch the string - also support REL_AND (&) and REL_COND (IF)
2014-02-03testcase: support "haiku" disttypeMichael Schroeder1-0/+1
2014-01-30support PRODUCT_ENDOFLIFE, store repoid as flexarray so we can add a lable laterMichael Schroeder2-2/+81
2014-01-28support ADD_NO_AUTOPRODUCTS in repo_autopattern, use in rpmdb2solvMichael Schroeder2-2/+7
2014-01-27support PRODUCT_UPDATES_REPOID strarray for SLE-12 product handlingMichael Schroeder2-0/+12
2014-01-27add autoproduct supportMichael Schroeder1-19/+164
2014-01-22repo_rpmdb: refactor count_headersMichael Schroeder1-7/+9
2014-01-22serialize dbenv operations on FEDORA systemsMichael Schroeder1-16/+74
2014-01-20support DISTRO in content parserMichael Schroeder1-0/+18
2014-01-20improve comment about gpgvMichael Schroeder1-1/+1
2014-01-13make addfilelist more resistant against corrupt rpmsMichael Schroeder1-2/+4
2014-01-10encode flags into rpmdb cookieMichael Schroeder1-5/+17
2014-01-08three other changes to make cppcheck happierMichael Schroeder1-2/+1
2014-01-08fix a couple of minor problems found with cppcheckMichael Schroeder3-4/+9
2014-01-07plug memory leak when the rpmdb is found to be corruptMichael Schroeder1-1/+1