Age | Commit message (Expand) | Author | Files | Lines |
2012-06-25 | - get rid of a couple of warnings when building for debian | Michael Schroeder | 1 | -5/+11 |
2012-06-22 | - add ENABLE_BZIP2_COMPRESSION and ENABLE_CUDFREPO to support some cudf tests | Michael Schroeder | 1 | -0/+3 |
2012-04-13 | - add pool_error and pool_errstr. get rid of lots of exit() calls. | Michael Schroeder | 1 | -15/+79 |
2012-04-11 | - clean up system type definition, use -DSUSE=1 when building for suse | Michael Schroeder | 1 | -27/+47 |
2012-04-04 | - make example solv program a tiny bit more secure (shouldn't use system() at... | Michael Schroeder | 1 | -4/+11 |
2012-04-02 | - make sure to link against the lzma library if ENABLE_LZMA_COMPRESSION is set | Michael Schroeder | 1 | -0/+3 |
2012-03-28 | - incompatible ABI change: switch num over to unsigned long long and store si... | Michael Schroeder | 1 | -1/+1 |
2012-03-26 | - add "allownamechange" flag for completeness | Michael Schroeder | 1 | -2/+5 |
2012-03-21 | - bring solvable_trivial_installable functions back in sync with pool_trivial... | Michael Schroeder | 1 | -11/+16 |
2012-03-07 | solv.c: fixes leaked transaction structure | Ales Kozumplik | 1 | -0/+3 |
2012-03-02 | - add idqinst parameter to pool_addfileprovides_queue so that it can also ret... | Michael Schroeder | 1 | -6/+25 |
2012-03-02 | - yet another incompatible change: as everybody seems to use repo_write_stdke... | Michael Schroeder | 1 | -3/+3 |
2012-03-01 | - rename repo_add_solv_flags to repo_add_solv. Should have done this a couple... | Michael Schroeder | 1 | -4/+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 | 4 | -4/+0 |
2012-02-23 | fix spelling of ENABLE_RPMDB_PUBKEY, read susetags pattern files | Michael Schroeder | 1 | -1/+25 |
2012-02-20 | - make old rpmdb pubkey support optional | Michael Schroeder | 1 | -1/+1 |
2012-02-17 | - oops, fix typo | Michael Schroeder | 1 | -1/+1 |
2012-02-17 | - hide repodata internals (needed to move repo_write from ext to src for this) | Michael Schroeder | 1 | -6/+14 |
2012-02-01 | - rename pool_addfileprovides_ids to pool_addfileprovides_queue, make it fill... | Michael Schroeder | 4 | -18/+15 |
2012-02-01 | - add cleandeps support for install/update | Michael Schroeder | 1 | -8/+12 |
2012-01-30 | - fix load_ext definition | Michael Schroeder | 1 | -1/+1 |
2012-01-24 | Fix compilation on Fedora. | Ales Kozumplik | 1 | -0/+2 |
2012-01-18 | - add cmake options to only build for some repository types | Michael Schroeder | 1 | -26/+56 |
2012-01-18 | - add Datapos lookup functions, add lookup_idarray/deparray for XSolvables | Michael Schroeder | 3 | -21/+21 |
2012-01-13 | - add dup versions for the allow* flags, make dup automatically use them | Michael Schroeder | 4 | -20/+0 |
2012-01-12 | - fix types in p5solv and pysolv | Michael Schroeder | 2 | -2/+2 |
2012-01-11 | - cleanup bindings example code a bit | Michael Schroeder | 3 | -69/+19 |
2012-01-10 | - change splitprovides so that they only work on packages that are to be upda... | Michael Schroeder | 4 | -12/+4 |
2012-01-09 | - hide solver internals | Michael Schroeder | 4 | -44/+54 |
2011-12-22 | - make repodata also start with id 1 | Michael Schroeder | 1 | -2/+2 |
2011-07-14 | - swig bug: can't overload __str__ in perl, causes memory corruption as it tr... | Michael Schroeder | 1 | -4/+4 |
2011-07-13 | - add support for bindings creation | Michael Schroeder | 3 | -2/+1 |
2011-07-12 | - rename all sat_ to solv_ | Michael Schroeder | 1 | -70/+70 |
2011-06-20 | - change transaction_init to transaction_create, add solver flag setting/getting | Michael Schroeder | 1 | -7/+7 |
2011-06-03 | - refactor select_patches | Michael Schroeder | 1 | -48/+53 |
2011-05-26 | - allow to build a shared and a static version of the libraries | Michael Schroeder | 1 | -5/+7 |
2011-05-25 | - add solver_private.h, make repo_ functions return an int, make solver_solv ... | Michael Schroeder | 1 | -2/+1 |
2011-05-24 | - add ver files, fix build | Michael Schroeder | 2 | -801/+802 |
2011-05-24 | - move bindings into bindings directory | Michael Schroeder | 1 | -2241/+0 |
2011-05-24 | - do not use obsolete interface in libsolv library itself | Michael Schroeder | 1 | -32/+32 |
2011-05-24 | rename satsolver -> libsolv | Michael Schroeder | 10 | -444/+2 |
2011-05-23 | - fix gzdopen() call, it does not like mode "r+" | Michael Schroeder | 2 | -2/+2 |
2011-05-02 | - commit current state of binding and examples | Michael Schroeder | 5 | -136/+259 |
2011-03-17 | - fix pysolv typo | Michael Schroeder | 1 | -1/+1 |
2011-03-16 | - finish rbsolv | Michael Schroeder | 2 | -15/+84 |
2011-03-16 | - finish rbsolv repository handling | Michael Schroeder | 4 | -7/+101 |
2011-03-16 | - added TransactionClass, more rbsolv porting | Michael Schroeder | 4 | -140/+410 |
2011-03-15 | rbsolv: implement repo download and load callback | Michael Schroeder | 3 | -20/+316 |
2011-03-14 | - more ruby code, better array handling in solv.i | Michael Schroeder | 4 | -198/+420 |