Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-12-17 | fix typo in solver_addbestrules | Michael Schroeder | 1 | -1/+1 | |
2013-12-16 | Also copy the checksums in repo_add_rpmdb_reffp | Michael Schroeder | 1 | -1/+7 | |
Sorry. Also bumps the RPMDB_COOKIE_VERSION so old broken solv files don't get reused. | |||||
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-12-12 | refactor pool_calc_duchanges a bit | Michael Schroeder | 1 | -21/+27 | |
No functual changes. | |||||
2013-12-10 | fix double-free if the number of languages is reduced to zero | Michael Schroeder | 1 | -6/+3 | |
2013-12-09 | add appdata2solv.c | Michael Schroeder | 1 | -0/+42 | |
2013-12-09 | enable appdata support for suse | Michael Schroeder | 3 | -3/+15 | |
2013-12-06 | solv example: add autopackages on SUSE systems | Michael Schroeder | 1 | -0/+17 | |
2013-12-04 | implement lock-stepping for infarch packages in implicitobsoleteusescolors mode | Michael Schroeder | 2 | -1/+22 | |
Makeing the infarch rules weak when implicitobsoleteusescolors is set is too simplistic, lets hope that the lock-step approach is good enough. | |||||
2013-12-03 | add changes, bump VERSION | Michael Schroeder | 2 | -1/+13 | |
2013-12-03 | support appdata parsing in tools, support SUSE auto-pattern generation | Michael Schroeder | 6 | -9/+132 | |
2013-11-22 | pysolv: more python3 adaptions | Michael Schroeder | 1 | -11/+11 | |
2013-11-21 | support DELTA_LOCATION_BASE for completeness... | Michael Schroeder | 2 | -1/+13 | |
2013-11-20 | tweak python version detection, add Datamatch.binary() | Michael Schroeder | 2 | -28/+54 | |
Also no longer misuse swig's cdata typemap. | |||||
2013-11-19 | fix Chksum.add() method also for perl/ruby | Michael Schroeder | 1 | -27/+27 | |
2013-11-19 | port to python3 | Michael Schroeder | 3 | -84/+139 | |
2013-11-18 | tweak findproblemrule heuristic for conflicts | Michael Schroeder | 1 | -0/+33 | |
Return conflict instead of requires if one of the required package conflicts with an installed package. | |||||
2013-11-18 | rename repo_find_pubkeys to repo_find_all_pubkeys, add repo_find_pubkey | Michael Schroeder | 4 | -13/+21 | |
2013-11-18 | split repo_find_pubkeys from repo_verify_sigdata | Michael Schroeder | 4 | -18/+43 | |
2013-11-14 | Create a real type for a checksum handle | Michael Schroeder | 10 | -94/+93 | |
Should be completely compatible, as the handle was of type "void *" before. | |||||
2013-11-12 | Merge pull request #39 from andreas-schwab/master | Michael Schroeder | 1 | -0/+1 | |
Add m68k architecture | |||||
2013-11-12 | Add m68k architecture | Andreas Schwab | 1 | -0/+1 | |
2013-11-06 | Merge pull request #38 from k0da/master | Michael Schroeder | 1 | -0/+1 | |
Add ppc64le architecture | |||||
2013-11-05 | Add ppc64le architecture | Dinar Valeev | 1 | -0/+1 | |
This commit adds PowerPC64 Little Endian architecture Signed-off-by: Dinar Valeev <dvaleev@suse.com> | |||||
2013-10-31 | do not rewrite the command line repo | Michael Schroeder | 1 | -0/+2 | |
2013-10-31 | solv example: always internalize the "installed" repo, support '-i' option | Michael Schroeder | 1 | -8/+15 | |
2013-10-30 | make keyid of master key available in subkeys | Michael Schroeder | 2 | -0/+10 | |
2013-10-30 | solvsig_verify: error out early if the checksum is finished | Michael Schroeder | 1 | -0/+2 | |
2013-10-29 | bindings: sig verification only works with ENABLE_PGPVRFY | Michael Schroeder | 1 | -0/+2 | |
2013-10-29 | plug weakrulemap memory map if the solver gets re-run | Michael Schroeder | 1 | -0/+5 | |
2013-10-29 | support signature verification in bindings | Michael Schroeder | 1 | -2/+36 | |
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 | 5 | -80/+130 | |
2013-10-28 | add repo_add_keyring() and repo_add_keydir() functions | Michael Schroeder | 4 | -17/+215 | |
2013-10-25 | add repo_verify_sigdata, refactor solv_parse_sig into solvsig_create/free/verify | Michael Schroeder | 3 | -23/+89 | |
2013-10-25 | terminate solvable2str() string when there is no arch | Michael Schroeder | 1 | -0/+1 | |
2013-10-24 | cleanup code a bit. remove unused choice calculation in order code. | Michael Schroeder | 1 | -91/+30 | |
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 | 4 | -2/+23 | |
2013-10-17 | simplify packagelink code a bit | Michael Schroeder | 2 | -32/+21 | |
2013-10-17 | no longer ask the nscallback for pruduct buddies | Michael Schroeder | 1 | -16/+0 | |
2013-10-16 | remove trailing whitespace | Michael Schroeder | 17 | -46/+46 | |
2013-10-16 | remove trailing whitespace | Michael Schroeder | 10 | -43/+43 | |
2013-10-16 | remove trailing whitespace | Michael Schroeder | 20 | -246/+246 | |
2013-10-16 | fix a bug in the application link code | Michael Schroeder | 1 | -8/+8 | |