Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-23 | testsolv: support '-s' option to take solutions | Michael Schroeder | 1 | -5/+43 | |
2014-01-23 | fix typos in pool_job2str | Michael Schroeder | 1 | -4/+4 | |
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-21 | update constantids. | Michael Schroeder | 2 | -11/+27 | |
2014-01-21 | document describe_decision | Michael Schroeder | 2 | -14/+135 | |
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-20 | fix last commit | Michael Schroeder | 1 | -0/+1 | |
2014-01-20 | Merge pull request #41 from dmacvicar/master | Michael Schroeder | 1 | -0/+6 | |
2014-01-19 | knownid.h lacks include guards | Duncan Mac-Vicar P. | 1 | -0/+6 | |
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-09 | add identical and evrcmp methods for solvables | Michael Schroeder | 3 | -2/+59 | |
2014-01-08 | three other changes to make cppcheck happier | Michael Schroeder | 3 | -5/+3 | |
2014-01-08 | fix a couple of minor problems found with cppcheck | Michael Schroeder | 6 | -8/+13 | |
2014-01-07 | plug memory leak when the rpmdb is found to be corrupt | Michael Schroeder | 1 | -1/+1 | |
2013-12-17 | add lockstep testcases | Michael Schroeder | 2 | -0/+20 | |
2013-12-17 | change infarch rule generation so that it does not break installed lock-steps | Michael Schroeder | 1 | -7/+75 | |
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 | |