summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-01-23testsolv: support '-s' option to take solutionsMichael Schroeder1-5/+43
2014-01-23fix typos in pool_job2strMichael Schroeder1-4/+4
2014-01-22repo_rpmdb: refactor count_headersMichael Schroeder1-7/+9
2014-01-22serialize dbenv operations on FEDORA systemsMichael Schroeder1-16/+74
2014-01-21update constantids.Michael Schroeder2-11/+27
2014-01-21document describe_decisionMichael Schroeder2-14/+135
2014-01-20support DISTRO in content parserMichael Schroeder1-0/+18
2014-01-20improve comment about gpgvMichael Schroeder1-1/+1
2014-01-20fix last commitMichael Schroeder1-0/+1
2014-01-20Merge pull request #41 from dmacvicar/masterMichael Schroeder1-0/+6
2014-01-19knownid.h lacks include guardsDuncan Mac-Vicar P.1-0/+6
2014-01-13make addfilelist more resistant against corrupt rpmsMichael Schroeder1-2/+4
2014-01-10encode flags into rpmdb cookieMichael Schroeder1-5/+17
2014-01-09add identical and evrcmp methods for solvablesMichael Schroeder3-2/+59
2014-01-08three other changes to make cppcheck happierMichael Schroeder3-5/+3
2014-01-08fix a couple of minor problems found with cppcheckMichael Schroeder6-8/+13
2014-01-07plug memory leak when the rpmdb is found to be corruptMichael Schroeder1-1/+1
2013-12-17add lockstep testcasesMichael Schroeder2-0/+20
2013-12-17change infarch rule generation so that it does not break installed lock-stepsMichael Schroeder1-7/+75
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