Age | Commit message (Expand) | Author | Files | Lines |
2012-03-30 | - add support for archlinux packages/repos | Michael Schroeder | 4 | -0/+691 |
2012-03-28 | - incompatible ABI change: switch num over to unsigned long long and store si... | Michael Schroeder | 6 | -24/+19 |
2012-03-27 | - clean up lzma code a bit | Michael Schroeder | 1 | -22/+24 |
2012-03-26 | - adapt to liobsolv coding style | Michael Schroeder | 1 | -116/+132 |
2012-03-26 | - rename to ENABLE_LZMA_COMPRESSION as the lib is called lzma | Michael Schroeder | 1 | -4/+4 |
2012-03-26 | - implement support for xz/lzma compression | Michael Schroeder | 1 | -36/+239 |
2012-03-26 | - add "allownamechange" flag for completeness | Michael Schroeder | 1 | -0/+1 |
2012-03-23 | - don't call pool_solvid2str in testcase_solvid2str | Michael Schroeder | 1 | -3/+7 |
2012-03-23 | - add repo_mdk_add_info() function to parse the M&M info.xml file | Michael Schroeder | 4 | -1/+346 |
2012-03-22 | - check distepoch tag if rpm5 is used | Michael Schroeder | 1 | -0/+14 |
2012-03-22 | - add M&M synthesis file parser, add mkd2solv tool | Michael Schroeder | 4 | -0/+271 |
2012-03-22 | - support distepoch handling in release, used by the M&M distros | Michael Schroeder | 1 | -0/+1 |
2012-03-19 | - more cleanup and return type fixes | Michael Schroeder | 7 | -128/+127 |
2012-03-19 | - fix return type of repo_deltainfoxml, remove obsolete debug code | Michael Schroeder | 1 | -67/+9 |
2012-03-19 | cleanup rpmdb copy code now that we can do rels in incore idarrays | Michael Schroeder | 1 | -11/+5 |
2012-03-14 | - SOLVABLE_DISTRIBUTION is a poolstr everywhere else, make consistent | Michael Schroeder | 1 | -1/+1 |
2012-03-14 | testcase.h uses the Solver data type, include it. | Ales Kozumplik | 1 | -0/+1 |
2012-03-13 | - silence gcc -Wformat | Michael Schroeder | 1 | -3/+3 |
2012-03-09 | - use our own susetags parser, even if ENABLE_SUSEREPO is set. | Michael Schroeder | 1 | -18/+2 |
2012-03-09 | - repo_helix: also parse srcpackage elements | Michael Schroeder | 1 | -0/+3 |
2012-03-01 | - rename repo_add_solv_flags to repo_add_solv. Should have done this a couple... | Michael Schroeder | 1 | -0/+6 |
2012-02-29 | - fix argc comparison | Michael Schroeder | 1 | -1/+1 |
2012-02-29 | support RESULT_UNNEEDED in testcases | Michael Schroeder | 1 | -0/+14 |
2012-02-24 | - rename SOLVER_FLAG_IGNORE_ALREADY_RECOMMENDED to SOLVER_FLAG_ADD_ALREADY_RE... | Michael Schroeder | 1 | -1/+1 |
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 | - support testcases with multiple solver jobs | Michael Schroeder | 1 | -0/+4 |
2012-02-21 | - allow <> dep in susetags, special case pattern: in packageand(), add SOLVER... | Michael Schroeder | 2 | -17/+25 |
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 | 1 | -1/+5 |
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 | 1 | -2/+3 |
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 | 3 | -0/+3 |
2012-02-17 | - hide repodata internals (needed to move repo_write from ext to src for this) | Michael Schroeder | 8 | -2005/+9 |
2012-02-16 | - comps: use group: and category: instead of pattern: | Michael Schroeder | 1 | -2/+2 |
2012-02-16 | - fix filelist handling in repo_susetags and testcase | Michael Schroeder | 2 | -78/+80 |
2012-02-15 | - commit current state of testcase | Michael Schroeder | 3 | -112/+341 |
2012-02-15 | - make susetags format work with packages that have no release (e.g. in debian) | Michael Schroeder | 1 | -8/+16 |
2012-02-15 | repo_write: fix key packing | Zdeněk Pavlas | 1 | -4/+4 |
2012-02-14 | - commit current state of testcase support | Michael Schroeder | 3 | -8/+926 |
2012-02-14 | - support writing of gzipped files | Michael Schroeder | 1 | -7/+15 |
2012-02-09 | - start testcase reading/writing support | Michael Schroeder | 4 | -2/+708 |
2012-02-07 | - add join_dup helper, cleanup code | Michael Schroeder | 5 | -19/+13 |
2012-02-07 | - use join2 for temp store of the language instead of strdup | Michael Schroeder | 4 | -44/+38 |
2012-02-07 | - clear langcache if the default language changes | Michael Schroeder | 1 | -0/+1 |
2012-02-06 | - get rid of static variables used by join2 | Michael Schroeder | 10 | -83/+92 |
2012-02-06 | - add long forgotten break statement... | Michael Schroeder | 1 | -1/+2 |