Age | Commit message (Expand) | Author | Files | Lines |
2012-03-09 | bitmap: implement map_and and MAPSETALL | Ales Kozumplik | 3 | -0/+16 |
2012-03-07 | Merge pull request #8 from akozumpl/upstream | Michael Schroeder | 2 | -0/+5 |
2012-03-07 | solv.c: fixes leaked transaction structure | Ales Kozumplik | 1 | -0/+3 |
2012-03-07 | fix a small memory leak in transaction_order() | Ales Kozumplik | 1 | -0/+2 |
2012-03-06 | - change duprule generation to ignore uninstallable packages | Michael Schroeder | 1 | -0/+2 |
2012-03-05 | - also use extrajobflags in bindings | Michael Schroeder | 1 | -3/+4 |
2012-03-05 | - clean up update/feature rule handling in allowuninstall case. Automatically... | Michael Schroeder | 5 | -54/+129 |
2012-03-02 | - add idqinst parameter to pool_addfileprovides_queue so that it can also ret... | Michael Schroeder | 5 | -11/+38 |
2012-03-02 | - yet another incompatible change: as everybody seems to use repo_write_stdke... | Michael Schroeder | 6 | -15/+32 |
2012-03-01 | - change last argument in repo_write from Id ** to Queue *. Hopefully nobody ... | Michael Schroeder | 3 | -26/+18 |
2012-03-01 | - rename repo_add_solv_flags to repo_add_solv. Should have done this a couple... | Michael Schroeder | 12 | -25/+24 |
2012-03-01 | - fix cleandeps bug with supplemented userinstalled packages | Michael Schroeder | 1 | -0/+2 |
2012-03-01 | - improve unneeded algorithm a bit more | Michael Schroeder | 1 | -217/+174 |
2012-02-29 | - force update of A in cleandeps testcase | Michael Schroeder | 1 | -1/+4 |
2012-02-29 | - fix cleandeps mistake bug triggered by corner cases | Michael Schroeder | 1 | -10/+8 |
2012-02-29 | - add testcase for cleandeps mistake handling | Michael Schroeder | 3 | -0/+11 |
2012-02-29 | - fix argc comparison | Michael Schroeder | 1 | -1/+1 |
2012-02-29 | - fix cleandeps mistake handling | Michael Schroeder | 3 | -1/+35 |
2012-02-29 | support RESULT_UNNEEDED in testcases | Michael Schroeder | 1 | -0/+14 |
2012-02-29 | - improve unneeded algorithms | Michael Schroeder | 1 | -225/+178 |
2012-02-28 | - add solver_get_unneeded() to get a list of no longer needed installed packages | Michael Schroeder | 3 | -11/+400 |
2012-02-28 | - use -D<sym> for swig (-D<sym>=1 works for me as well, but it isn't documented) | Michael Schroeder | 1 | -1/+1 |
2012-02-28 | - also export solv config to swig, thanks Zdenek Pavlas | Michael Schroeder | 4 | -3/+4 |
2012-02-28 | - obsoleteusescolor is 1) no longer exported, and 2) default if FEDORA is def... | Michael Schroeder | 1 | -3/+0 |
2012-02-24 | - rename SOLVER_FLAG_IGNORE_ALREADY_RECOMMENDED to SOLVER_FLAG_ADD_ALREADY_RE... | Michael Schroeder | 8 | -18/+14 |
2012-02-23 | - version -> Version | Michael Schroeder | 1 | -1/+1 |
2012-02-23 | - improve cleandeps for opensuse a bit by marking installed visible patterns ... | Michael Schroeder | 1 | -0/+31 |
2012-02-23 | fix spelling of ENABLE_RPMDB_PUBKEY, read susetags pattern files | Michael Schroeder | 1 | -1/+25 |
2012-02-23 | - fix "autoextend" susetags mode not to add to old solvables | Michael Schroeder | 1 | -4/+9 |
2012-02-23 | - fix spelling of ENABLE_RPMDB_PUBKEY | Michael Schroeder | 1 | -2/+2 |
2012-02-22 | - also put poolflags in testcases, support <inline> results | Michael Schroeder | 2 | -27/+145 |
2012-02-22 | - add dependency check testcases | Michael Schroeder | 4 | -1/+604 |
2012-02-22 | - support testcases with multiple solver jobs | Michael Schroeder | 2 | -40/+91 |
2012-02-22 | - adapt to rpm changes regarding cornercases where the release is missing | Michael Schroeder | 2 | -15/+39 |
2012-02-22 | - change allowselfconflicts to forbidselfconflicts now that rpm also allows t... | Michael Schroeder | 4 | -11/+9 |
2012-02-21 | - ignore README and .git ;) | Michael Schroeder | 1 | -3/+5 |
2012-02-21 | rename to libsolv-zypptestcases | Michael Schroeder | 1 | -1/+1 |
2012-02-21 | - add a simple testcase | Michael Schroeder | 6 | -0/+47 |
2012-02-21 | - add testsolv tool | Michael Schroeder | 2 | -1/+112 |
2012-02-21 | - allow <> dep in susetags, special case pattern: in packageand(), add SOLVER... | Michael Schroeder | 6 | -23/+46 |
2012-02-20 | - fix testcasedir handling | Michael Schroeder | 1 | -2/+2 |
2012-02-20 | - fix copy&paste error | Michael Schroeder | 2 | -2/+2 |
2012-02-20 | - make old rpmdb pubkey support optional | Michael Schroeder | 3 | -3/+10 |
2012-02-20 | - don't install repopage.h, it's internal | Michael Schroeder | 1 | -1/+1 |
2012-02-20 | - add some bits of history | Michael Schroeder | 1 | -0/+7 |
2012-02-20 | - make pool flags private, allow self conflicts for rpm, add pool_set/get_flags | Michael Schroeder | 6 | -11/+87 |
2012-02-20 | - fix comparisons in commit_diskusage() | Michael Schroeder | 2 | -13/+13 |
2012-02-20 | - make file list conversion twice as fast by adding a 1k dir cache | Michael Schroeder | 7 | -0/+72 |
2012-02-17 | - made parts of Pool private, removed inline from solv_chksum_len so that we ... | Michael Schroeder | 4 | -23/+32 |
2012-02-17 | - make more of repodata struct private | Michael Schroeder | 1 | -6/+5 |