summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-12-17fix typo in solver_addbestrulesMichael Schroeder1-1/+1
2013-12-16Also copy the checksums in repo_add_rpmdb_reffpMichael Schroeder1-1/+7
Sorry. Also bumps the RPMDB_COOKIE_VERSION so old broken solv files don't get reused.
2013-12-13fix typo in commentMichael Schroeder1-1/+1
2013-12-13repo_autopattern: make sure that the category is valid utf8Michael Schroeder1-1/+8
2013-12-12refactor pool_calc_duchanges a bitMichael Schroeder1-21/+27
No functual changes.
2013-12-10fix double-free if the number of languages is reduced to zeroMichael Schroeder1-6/+3
2013-12-09add appdata2solv.cMichael Schroeder1-0/+42
2013-12-09enable appdata support for suseMichael Schroeder3-3/+15
2013-12-06solv example: add autopackages on SUSE systemsMichael Schroeder1-0/+17
2013-12-04implement lock-stepping for infarch packages in implicitobsoleteusescolors modeMichael Schroeder2-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-03add changes, bump VERSIONMichael Schroeder2-1/+13
2013-12-03support appdata parsing in tools, support SUSE auto-pattern generationMichael Schroeder6-9/+132
2013-11-22pysolv: more python3 adaptionsMichael Schroeder1-11/+11
2013-11-21support DELTA_LOCATION_BASE for completeness...Michael Schroeder2-1/+13
2013-11-20tweak python version detection, add Datamatch.binary()Michael Schroeder2-28/+54
Also no longer misuse swig's cdata typemap.
2013-11-19fix Chksum.add() method also for perl/rubyMichael Schroeder1-27/+27
2013-11-19port to python3Michael Schroeder3-84/+139
2013-11-18tweak findproblemrule heuristic for conflictsMichael Schroeder1-0/+33
Return conflict instead of requires if one of the required package conflicts with an installed package.
2013-11-18rename repo_find_pubkeys to repo_find_all_pubkeys, add repo_find_pubkeyMichael Schroeder4-13/+21
2013-11-18split repo_find_pubkeys from repo_verify_sigdataMichael Schroeder4-18/+43
2013-11-14Create a real type for a checksum handleMichael Schroeder10-94/+93
Should be completely compatible, as the handle was of type "void *" before.
2013-11-12Merge pull request #39 from andreas-schwab/masterMichael Schroeder1-0/+1
Add m68k architecture
2013-11-12Add m68k architectureAndreas Schwab1-0/+1
2013-11-06Merge pull request #38 from k0da/masterMichael Schroeder1-0/+1
Add ppc64le architecture
2013-11-05Add ppc64le architectureDinar Valeev1-0/+1
This commit adds PowerPC64 Little Endian architecture Signed-off-by: Dinar Valeev <dvaleev@suse.com>
2013-10-31do not rewrite the command line repoMichael Schroeder1-0/+2
2013-10-31solv example: always internalize the "installed" repo, support '-i' optionMichael Schroeder1-8/+15
2013-10-30make keyid of master key available in subkeysMichael Schroeder2-0/+10
2013-10-30solvsig_verify: error out early if the checksum is finishedMichael Schroeder1-0/+2
2013-10-29bindings: sig verification only works with ENABLE_PGPVRFYMichael Schroeder1-0/+2
2013-10-29plug weakrulemap memory map if the solver gets re-runMichael Schroeder1-0/+5
2013-10-29support signature verification in bindingsMichael Schroeder1-2/+36
2013-10-29repo_add_keydir: put flags last (as with the other repo_add calls)Michael Schroeder2-2/+2
2013-10-29delete solv_verify_sig, sort keys in verifyMichael Schroeder2-30/+24
2013-10-29refactor a bit, add some commentsMichael Schroeder2-25/+41
2013-10-28support ADD_WITH_SUBKEYS/ADD_MULTIPLE_PUBKEYS/ADD_WITH_KEYSIGNATURESMichael Schroeder5-80/+130
2013-10-28add repo_add_keyring() and repo_add_keydir() functionsMichael Schroeder4-17/+215
2013-10-25add repo_verify_sigdata, refactor solv_parse_sig into solvsig_create/free/verifyMichael Schroeder3-23/+89
2013-10-25terminate solvable2str() string when there is no archMichael Schroeder1-0/+1
2013-10-24cleanup code a bit. remove unused choice calculation in order code.Michael Schroeder1-91/+30
2013-10-23cosmetic sigpkg -> sigpkt, clone the hash before finishing itMichael Schroeder2-14/+19
2013-10-18support :any in testcasesMichael Schroeder1-0/+5
2013-10-18small improvement in :any parsingMichael Schroeder1-1/+1
2013-10-18support debian multiarch annotationMichael Schroeder4-2/+23
2013-10-17simplify packagelink code a bitMichael Schroeder2-32/+21
2013-10-17no longer ask the nscallback for pruduct buddiesMichael Schroeder1-16/+0
2013-10-16remove trailing whitespaceMichael Schroeder17-46/+46
2013-10-16remove trailing whitespaceMichael Schroeder10-43/+43
2013-10-16remove trailing whitespaceMichael Schroeder20-246/+246
2013-10-16fix a bug in the application link codeMichael Schroeder1-8/+8