Age | Commit message (Expand) | Author | Files | Lines |
2012-06-22 | - add ENABLE_BZIP2_COMPRESSION and ENABLE_CUDFREPO to support some cudf tests | Michael Schroeder | 2 | -0/+161 |
2012-04-16 | - fix wrong logic | Michael Schroeder | 2 | -3/+2 |
2012-04-16 | - get rid of plural forms of repo_add_pkg, use pool_error instead printing to... | Michael Schroeder | 4 | -12/+18 |
2012-04-13 | - add pool_error and pool_errstr. get rid of lots of exit() calls. | Michael Schroeder | 19 | -57/+195 |
2012-04-13 | - fix fd leak in testsolv | Michael Schroeder | 1 | -0/+1 |
2012-04-03 | - support repo_add_arch_local to read the installed package database on arch | Michael Schroeder | 1 | -2/+10 |
2012-04-02 | - make sure to link against the lzma library if ENABLE_LZMA_COMPRESSION is set | Michael Schroeder | 1 | -0/+3 |
2012-03-30 | - also implement files.xml parsing for m&m | Michael Schroeder | 1 | -2/+17 |
2012-03-30 | - add support for archlinux packages/repos | Michael Schroeder | 4 | -1/+208 |
2012-03-23 | - add repo_mdk_add_info() function to parse the M&M info.xml file | Michael Schroeder | 1 | -5/+52 |
2012-03-22 | - add M&M synthesis file parser, add mkd2solv tool | Michael Schroeder | 2 | -0/+45 |
2012-03-20 | - get rid of another gcc warning | Michael Schroeder | 1 | -1/+1 |
2012-03-16 | - advance num64 support. For now, we store the high 32 bits in kv->num2 to st... | Michael Schroeder | 2 | -4/+7 |
2012-03-15 | - dumpsolv: num is unsigned, also support reldeps as ids | Michael Schroeder | 1 | -2/+2 |
2012-03-02 | - add idqinst parameter to pool_addfileprovides_queue so that it can also ret... | Michael Schroeder | 1 | -1/+1 |
2012-03-02 | - yet another incompatible change: as everybody seems to use repo_write_stdke... | Michael Schroeder | 1 | -3/+3 |
2012-03-01 | - change last argument in repo_write from Id ** to Queue *. Hopefully nobody ... | Michael Schroeder | 1 | -9/+7 |
2012-03-01 | - rename repo_add_solv_flags to repo_add_solv. Should have done this a couple... | Michael Schroeder | 5 | -8/+8 |
2012-02-22 | - support testcases with multiple solver jobs | Michael Schroeder | 1 | -40/+87 |
2012-02-21 | - add testsolv tool | Michael Schroeder | 2 | -1/+112 |
2012-02-07 | - remove 'echo <products>' for repodata products, which seems to just break t... | Michael Schroeder | 1 | -6/+2 |
2012-02-02 | - start support for Fedora comps format | Michael Schroeder | 2 | -0/+45 |
2012-02-01 | - rename pool_addfileprovides_ids to pool_addfileprovides_queue, make it fill... | Michael Schroeder | 1 | -6/+6 |
2012-01-24 | Fix compilation on Fedora. | Ales Kozumplik | 1 | -1/+6 |
2012-01-18 | - add cmake options to only build for some repository types | Michael Schroeder | 3 | -41/+58 |
2012-01-17 | Make more C89 and POSIX compliant | Ingo Weinhold | 5 | -10/+19 |
2012-01-11 | - add some missing copyright blocks | Michael Schroeder | 1 | -4/+4 |
2012-01-09 | - hide solver internals | Michael Schroeder | 1 | -1/+0 |
2011-12-29 | Add --withobsoletes which checks for obsoleted packages | Dirk Mueller | 1 | -0/+40 |
2011-12-29 | implement error message for SOLVER_RULE_UPDATE | Dirk Mueller | 1 | -0/+2 |
2011-12-29 | merge cleanup | Dirk Mueller | 1 | -1/+4 |
2011-12-22 | - INCOMPATIBLE CHANGE: index with repoid (thus pool->repos[repoid] == repo->r... | Michael Schroeder | 1 | -1/+1 |
2011-12-15 | Also allow passing the repodata dir to repo2solv.sh.BASE-SuSE-Code-12_1-Branch | Michael Andres | 1 | -2/+4 |
2011-07-12 | - rename all sat_ to solv_ | Michael Schroeder | 9 | -32/+32 |
2011-06-20 | - change transaction_init to transaction_create, add solver flag setting/getting | Michael Schroeder | 3 | -7/+11 |
2011-06-14 | - use FOR_REPODATAS macro | Michael Schroeder | 4 | -6/+10 |
2011-05-26 | - allow to build a shared and a static version of the libraries | Michael Schroeder | 1 | -13/+18 |
2011-05-25 | - add solver_private.h, make repo_ functions return an int, make solver_solv ... | Michael Schroeder | 3 | -12/+11 |
2011-05-24 | - add ver files, fix build | Michael Schroeder | 1 | -34/+34 |
2011-05-24 | - do not use obsolete interface in libsolv library itself | Michael Schroeder | 7 | -96/+96 |
2011-05-24 | rename satsolver -> libsolv | Michael Schroeder | 2 | -15/+15 |
2011-03-08 | - add mode argument to sat_xfopen* functions | Michael Schroeder | 4 | -10/+10 |
2011-03-02 | - add sat_chksum_type2str() and sat_chksum_str2type() and use them | Michael Schroeder | 1 | -3/+3 |
2011-01-28 | - put sat_xfopen in libsatsolverext | Michael Schroeder | 5 | -73/+14 |
2011-01-28 | Install 'installcheck' | Michael Andres | 1 | -0/+1 |
2011-01-24 | - merge in most of the MacOS changes from Dave Abrahams | Michael Schroeder | 5 | -130/+63 |
2011-01-07 | - kill stillborn KINDS_SEPARATELY, use getopt() in tools | Michael Schroeder | 6 | -141/+88 |
2010-11-13 | if susedata doesn't exist, don't try to use it | Dirk Mueller | 1 | -2/+2 |
2010-08-04 | - add missing fclose() call | Michael Schroeder | 1 | -1/+2 |
2010-07-17 | Fix handling of compressed susetags files | Dirk Mueller | 1 | -4/+4 |