Age | Commit message (Expand) | Author | Files | Lines |
2014-03-12 | support REPOKEYWORDS in the content parser | Michael Schroeder | 1 | -0/+5 |
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 | repo_appdata: add support for keywords and pkgname, simplify lang handling | Michael Schroeder | 1 | -42/+34 |
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 | improve appdata.xml parsing | Michael Schroeder | 2 | -5/+141 |
2014-02-25 | repo_helix: parse application elements | Michael Andres | 1 | -0/+3 |
2014-02-19 | adapt to new rpm tags for weak dependencies | Michael Schroeder | 1 | -37/+81 |
2014-02-12 | refactor testcase_str2dep | Michael Schroeder | 2 | -16/+47 |
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 | 2 | -2/+81 |
2014-01-28 | support ADD_NO_AUTOPRODUCTS in repo_autopattern, use in rpmdb2solv | Michael Schroeder | 2 | -2/+7 |
2014-01-27 | support PRODUCT_UPDATES_REPOID strarray for SLE-12 product handling | Michael Schroeder | 2 | -0/+12 |
2014-01-27 | add autoproduct support | Michael Schroeder | 1 | -19/+164 |
2014-01-22 | repo_rpmdb: refactor count_headers | Michael Schroeder | 1 | -7/+9 |
2014-01-22 | serialize dbenv operations on FEDORA systems | Michael Schroeder | 1 | -16/+74 |
2014-01-20 | support DISTRO in content parser | Michael Schroeder | 1 | -0/+18 |
2014-01-20 | improve comment about gpgv | Michael Schroeder | 1 | -1/+1 |
2014-01-13 | make addfilelist more resistant against corrupt rpms | Michael Schroeder | 1 | -2/+4 |
2014-01-10 | encode flags into rpmdb cookie | Michael Schroeder | 1 | -5/+17 |
2014-01-08 | three other changes to make cppcheck happier | Michael Schroeder | 1 | -2/+1 |
2014-01-08 | fix a couple of minor problems found with cppcheck | Michael Schroeder | 3 | -4/+9 |
2014-01-07 | plug memory leak when the rpmdb is found to be corrupt | Michael Schroeder | 1 | -1/+1 |
2013-12-16 | Also copy the checksums in repo_add_rpmdb_reffp | Michael Schroeder | 1 | -1/+7 |
2013-12-13 | fix typo in comment | Michael Schroeder | 1 | -1/+1 |
2013-12-13 | repo_autopattern: make sure that the category is valid utf8 | Michael Schroeder | 1 | -1/+8 |
2013-11-21 | support DELTA_LOCATION_BASE for completeness... | Michael Schroeder | 1 | -1/+11 |
2013-11-18 | rename repo_find_pubkeys to repo_find_all_pubkeys, add repo_find_pubkey | Michael Schroeder | 3 | -6/+20 |
2013-11-18 | split repo_find_pubkeys from repo_verify_sigdata | Michael Schroeder | 3 | -18/+30 |
2013-11-14 | Create a real type for a checksum handle | Michael Schroeder | 6 | -25/+26 |
2013-10-30 | make keyid of master key available in subkeys | Michael Schroeder | 1 | -0/+8 |
2013-10-30 | solvsig_verify: error out early if the checksum is finished | Michael Schroeder | 1 | -0/+2 |
2013-10-29 | repo_add_keydir: put flags last (as with the other repo_add calls) | Michael Schroeder | 2 | -2/+2 |
2013-10-29 | delete solv_verify_sig, sort keys in verify | Michael Schroeder | 2 | -30/+24 |
2013-10-29 | refactor a bit, add some comments | Michael Schroeder | 2 | -25/+41 |
2013-10-28 | support ADD_WITH_SUBKEYS/ADD_MULTIPLE_PUBKEYS/ADD_WITH_KEYSIGNATURES | Michael Schroeder | 2 | -76/+126 |
2013-10-28 | add repo_add_keyring() and repo_add_keydir() functions | Michael Schroeder | 3 | -13/+190 |
2013-10-25 | add repo_verify_sigdata, refactor solv_parse_sig into solvsig_create/free/verify | Michael Schroeder | 3 | -23/+89 |
2013-10-23 | cosmetic sigpkg -> sigpkt, clone the hash before finishing it | Michael Schroeder | 2 | -14/+19 |
2013-10-18 | support :any in testcases | Michael Schroeder | 1 | -0/+5 |
2013-10-18 | small improvement in :any parsing | Michael Schroeder | 1 | -1/+1 |
2013-10-18 | support debian multiarch annotation | Michael Schroeder | 1 | -1/+8 |
2013-10-16 | remove trailing whitespace | Michael Schroeder | 10 | -43/+43 |
2013-10-16 | add repo_autopattern (SUSE only for now) | Michael Schroeder | 4 | -0/+221 |
2013-10-15 | remove obsolete DISTPRODUCT/DISTVERSION parsing | Michael Schroeder | 1 | -17/+13 |
2013-10-15 | remove obsolete states, add support for product type, fix flags parsing | Michael Schroeder | 1 | -39/+41 |
2013-10-09 | add repo_appdata to parse AppStream's appdata files | Michael Schroeder | 4 | -0/+456 |
2013-10-08 | fix installation of header files | Michael Andres | 1 | -3/+3 |