2012-03-20 |
Michael Schroeder | - fix pointer aliasing problems in sha2 code |
commit | commitdiff | tree | snapshot |
2012-03-20 |
Michael Schroeder | - reuse string/rel hashes in repo_add_solv where possible |
commit | commitdiff | tree | snapshot |
2012-03-20 |
Michael Schroeder | - don't show vendor/arch changes for packages that... |
commit | commitdiff | tree | snapshot |
2012-03-20 |
Michael Schroeder | - only package helix2solv in libsolv-devel on suse... |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Michael Schroeder | - more cleanup and return type fixes |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Michael Schroeder | - fix return type of repo_deltainfoxml, remove obsolete... |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Michael Schroeder | cleanup rpmdb copy code now that we can do rels in... |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Michael Schroeder | - cleanup array eof handling, improve data_readid/readnum |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Michael Schroeder | - store rpmdbid as TYPE_NUM. This means that TYPE_U32... |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Michael Schroeder | - do not include repopage.h unless LIBSOLV_INTERNAL... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Michael Schroeder | - advance num64 support. For now, we store the high... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Michael Schroeder | - do not duplicate solvablekeys[] array |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Michael Schroeder | - dumpsolv: num is unsigned, also support reldeps as ids |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Michael Schroeder | - simplify code a bit, also allow to store RPM_RPMDBID... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Michael Schroeder | - start support for 64bit nums |
commit | commitdiff | tree | snapshot |
2012-03-14 |
Michael Schroeder | - be a bit more careful with signed ids, check that... |
commit | commitdiff | tree | snapshot |
2012-03-14 |
Michael Schroeder | - SOLVABLE_DISTRIBUTION is a poolstr everywhere else... |
commit | commitdiff | tree | snapshot |
2012-03-14 |
Michael Schroeder | - speed up pool_shrink_whatprovides |
commit | commitdiff | tree | snapshot |
2012-03-14 |
Michael Schroeder | Merge pull request #10 from akozumpl/upstream |
commit | commitdiff | tree | snapshot |
2012-03-14 |
Ales Kozumplik | testcase.h uses the Solver data type, include it. |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Michael Schroeder | - silence gcc -Wformat |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Michael Schroeder | - speed up pool_addrelproviders a bit |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Zdeněk Pavlas | Safer appdata |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Michael Schroeder | - oops map_setall should be void |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Michael Schroeder | - fix a case of solutionelement duplication |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Michael Schroeder | - add map_setall() function (the macros are actually... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Michael Schroeder | - check makeruledecisions corner case |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Michael Schroeder | - be more correct in makeruledecisions() |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Michael Schroeder | - use our own susetags parser, even if ENABLE_SUSEREPO... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Michael Schroeder | - repo_helix: also parse srcpackage elements |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Michael Schroeder | Merge pull request #9 from akozumpl/upstream |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Ales Kozumplik | bitmap: implement map_and and MAPSETALL |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Michael Schroeder | Merge pull request #8 from akozumpl/upstream |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Ales Kozumplik | solv.c: fixes leaked transaction structure |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Ales Kozumplik | fix a small memory leak in transaction_order() |
commit | commitdiff | tree | snapshot |
2012-03-06 |
Michael Schroeder | - change duprule generation to ignore uninstallable... |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Michael Schroeder | - also use extrajobflags in bindings |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Michael Schroeder | - clean up update/feature rule handling in allowuninsta... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Michael Schroeder | - add idqinst parameter to pool_addfileprovides_queue... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Michael Schroeder | - yet another incompatible change: as everybody seems... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Michael Schroeder | - change last argument in repo_write from Id ** to... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Michael Schroeder | - rename repo_add_solv_flags to repo_add_solv. Should... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Michael Schroeder | - fix cleandeps bug with supplemented userinstalled... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Michael Schroeder | - improve unneeded algorithm a bit more |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Michael Schroeder | - force update of A in cleandeps testcase |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Michael Schroeder | - fix cleandeps mistake bug triggered by corner cases |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Michael Schroeder | - add testcase for cleandeps mistake handling |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Michael Schroeder | - fix argc comparison |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Michael Schroeder | - fix cleandeps mistake handling |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Michael Schroeder | support RESULT_UNNEEDED in testcases |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Michael Schroeder | - improve unneeded algorithms |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Michael Schroeder | - add solver_get_unneeded() to get a list of no longer... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Michael Schroeder | - use -D<sym> for swig (-D<sym>=1 works for me as well... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Michael Schroeder | - also export solv config to swig, thanks Zdenek Pavlas |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Michael Schroeder | - obsoleteusescolor is 1) no longer exported, and 2... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Michael Schroeder | - rename SOLVER_FLAG_IGNORE_ALREADY_RECOMMENDED to... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Michael Schroeder | - version -> Version |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Michael Schroeder | - improve cleandeps for opensuse a bit by marking insta... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Michael Schroeder | fix spelling of ENABLE_RPMDB_PUBKEY, read susetags... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Michael Schroeder | - fix "autoextend" susetags mode not to add to old... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Michael Schroeder | - fix spelling of ENABLE_RPMDB_PUBKEY |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Michael Schroeder | - also put poolflags in testcases, support <inline... |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Michael Schroeder | - add dependency check testcases |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Michael Schroeder | - support testcases with multiple solver jobs |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Michael Schroeder | - adapt to rpm changes regarding cornercases where... |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Michael Schroeder | - change allowselfconflicts to forbidselfconflicts... |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Michael Schroeder | - ignore README and .git ;) |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Michael Schroeder | rename to libsolv-zypptestcases |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Michael Schroeder | - add a simple testcase |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Michael Schroeder | - add testsolv tool |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Michael Schroeder | - allow <> dep in susetags, special case pattern: in... |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Michael Schroeder | - fix testcasedir handling |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Michael Schroeder | - fix copy&paste error |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Michael Schroeder | - make old rpmdb pubkey support optional |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Michael Schroeder | - don't install repopage.h, it's internal |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Michael Schroeder | - add some bits of history |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Michael Schroeder | - make pool flags private, allow self conflicts for... |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Michael Schroeder | - fix comparisons in commit_diskusage() |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Michael Schroeder | - make file list conversion twice as fast by adding... |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Michael Schroeder | - made parts of Pool private, removed inline from solv_... |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Michael Schroeder | - make more of repodata struct private |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Michael Schroeder | - oops, fix typo |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Michael Schroeder | - hide repodata internals (needed to move repo_write... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Michael Schroeder | - comps: use group: and category: instead of pattern: |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Michael Schroeder | - fix filelist handling in repo_susetags and testcase |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Michael Schroeder | - commit current state of testcase |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Michael Schroeder | - make susetags format work with packages that have... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Michael Schroeder | Merge pull request #6 from akozumpl/upstream |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Ales Kozumplik | cosmetic: fix misleading comment in repodata.c |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Ales Kozumplik | fix a small memory leak: pool->id2color. |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Zdeněk Pavlas | repo_write: fix key packing |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Michael Schroeder | - commit current state of testcase support |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Michael Schroeder | - support writing of gzipped files |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Michael Schroeder | - add pool_addvendorclass and solver_solutionelement_in... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Michael Schroeder | - start testcase reading/writing support |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Michael Schroeder | - improve "erase specific solvable" magic so that it... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Michael Schroeder | - add findutils requires |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Michael Schroeder | - remove 'echo <products>' for repodata products, which... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Michael Schroeder | - add join_dup helper, cleanup code |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Michael Schroeder | - use join2 for temp store of the language instead... |
commit | commitdiff | tree | snapshot |
next |