Age | Commit message (Expand) | Author | Files | Lines |
2012-10-29 | set SOLVER_SETREPO and SOLVER_SETVENDOR flags in repo limiter | Michael Schroeder | 1 | -1/+2 |
2012-10-26 | add pool_job2solvables and selection_solvables | Michael Schroeder | 1 | -3/+8 |
2012-10-25 | generalize matching code from examples/solv.c to src/selection.c | Michael Schroeder | 1 | -374/+39 |
2012-10-24 | example/solv: support all compression types | Michael Schroeder | 1 | -6/+20 |
2012-10-23 | examples/solv: factor out downloadchecksig function | Michael Schroeder | 1 | -67/+43 |
2012-10-23 | fix build on debian | Michael Schroeder | 1 | -1/+1 |
2012-10-23 | implement pool_set_rootdir/REPO_USE_ROOTDIR instead of passing a rootdir to v... | Michael Schroeder | 1 | -38/+54 |
2012-10-08 | add repodata_set_sourcepkg and solvable_lookup_sourcepkg, fix solvable_get_lo... | Michael Schroeder | 1 | -1/+1 |
2012-08-24 | cosmetic: fix possibly uninitialized variable warning in solv.c. | Ales Kozumplik | 1 | -1/+1 |
2012-06-25 | - get rid of a couple of warnings when building for debian | Michael Schroeder | 1 | -5/+11 |
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-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 | 1 | -1/+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 | 1 | -15/+12 |
2012-02-01 | - add cleandeps support for install/update | Michael Schroeder | 1 | -8/+12 |
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-13 | - add dup versions for the allow* flags, make dup automatically use them | Michael Schroeder | 1 | -6/+0 |
2012-01-10 | - change splitprovides so that they only work on packages that are to be upda... | Michael Schroeder | 1 | -3/+1 |
2012-01-09 | - hide solver internals | Michael Schroeder | 1 | -6/+24 |
2011-12-22 | - make repodata also start with id 1 | Michael Schroeder | 1 | -2/+2 |
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-25 | - add solver_private.h, make repo_ functions return an int, make solver_solv ... | Michael Schroeder | 1 | -2/+1 |
2011-05-24 | - do not use obsolete interface in libsolv library itself | Michael Schroeder | 1 | -32/+32 |
2011-05-23 | - fix gzdopen() call, it does not like mode "r+" | Michael Schroeder | 1 | -1/+1 |
2011-05-02 | - commit current state of binding and examples | Michael Schroeder | 1 | -14/+2 |
2011-03-08 | - add mode argument to sat_xfopen* functions | Michael Schroeder | 1 | -1/+1 |
2011-03-03 | - rename pysolv.pt to pysolv, commit latest versions | Michael Schroeder | 1 | -126/+109 |
2011-03-01 | - implement commandline handling and rewrite python checksum handling | Michael Schroeder | 1 | -25/+9 |
2011-02-23 | - use SUSETAGS_RECORD_SHARES feature so extensions can reuse the shared data | Michael Schroeder | 1 | -1/+1 |
2011-01-28 | - put sat_xfopen in libsatsolverext | Michael Schroeder | 1 | -17/+4 |
2011-01-24 | - merge in most of the MacOS changes from Dave Abrahams | Michael Schroeder | 1 | -17/+2 |
2010-08-06 | - allow file list globs | Michael Schroeder | 1 | -2/+2 |
2010-06-08 | - link with all needed libraries, by Lorenzo Villani | Michael Schroeder | 1 | -0/+2 |
2010-06-01 | - skip dotfiles in .d directories | Michael Schroeder | 1 | -0/+4 |