Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-10-04 | repo_haiku: /boot/common no longer exists | Ingo Weinhold | 1 | -2/+0 |
2013-09-23 | include repo_pubkey.h in repo_pubkey.c | Michael Schroeder | 1 | -0/+1 |
2013-09-20 | split DEP_PRE into DEP_PRE_IN and DEP_PRE_UN | Michael Schroeder | 2 | -10/+13 |
2013-08-23 | create a copy of the sig data so that it can be freed later | Michael Schroeder | 1 | -4/+4 |
2013-08-23 | refactor a bit | Michael Schroeder | 1 | -31/+39 |
2013-08-23 | solv_parse_sig: clear return values at the beginning | Michael Schroeder | 1 | -0/+5 |
2013-08-23 | refactor, add experimental solv_parse_sig and solv_verify_sig | Michael Schroeder | 3 | -159/+266 |
2013-08-23 | constify solv_pgpvrfy | Michael Schroeder | 2 | -9/+10 |
2013-08-23 | cosmetics: change comments | Michael Schroeder | 1 | -3/+3 |
2013-08-23 | refactor a bit | Michael Schroeder | 1 | -12/+14 |