Age | Commit message (Expand) | Author | Files | Lines |
2012-11-02 | add SELECTION_WITH_SOURCE, rename SELECTION_SOURCE to SELECTION_SOURCE_ONLY | Michael Schroeder | 2 | -15/+113 |
2012-10-31 | rename SELECTION_MAYBESRC to SELECTION_SOURCE, make it just select src/nosrc ... | Michael Schroeder | 2 | -8/+29 |
2012-10-31 | fix .src matching .src and .nosrc packages | Michael Schroeder | 1 | -3/+8 |
2012-10-31 | make it possible to select src packages via .src or .nosrc suffixes | Michael Schroeder | 2 | -12/+44 |
2012-10-29 | set SOLVER_SETREPO and SOLVER_SETVENDOR flags in repo limiter | Michael Schroeder | 1 | -0/+1 |
2012-10-29 | oops, fix selection2str() | Michael Schroeder | 1 | -1/+1 |
2012-10-29 | join selection strings with ' + ', not ' | ' | Michael Schroeder | 1 | -1/+1 |
2012-10-29 | add pool_selection2str() and use it in the bindings | Michael Schroeder | 3 | -2/+46 |
2012-10-29 | fix selection_limit_rel call for debian nevra match | Michael Schroeder | 1 | -6/+6 |
2012-10-26 | support SOLVER_SOLVABLE_REPO and SOLVER_SOLVABLE_ALL in more job types, even ... | Michael Schroeder | 5 | -21/+85 |
2012-10-26 | add pool_job2solvables and selection_solvables | Michael Schroeder | 6 | -26/+81 |
2012-10-25 | generalize matching code from examples/solv.c to src/selection.c | Michael Schroeder | 5 | -4/+624 |
2012-10-23 | help gcc inliner a bit | Michael Schroeder | 1 | -8/+14 |
2012-10-23 | support repository:repomd:size, cleanup code a bit | Michael Schroeder | 1 | -0/+2 |
2012-10-23 | implement pool_set_rootdir/REPO_USE_ROOTDIR instead of passing a rootdir to v... | Michael Schroeder | 4 | -0/+47 |
2012-10-18 | fix encoding of big values | Michael Schroeder | 1 | -1/+2 |
2012-10-08 | use evrid2vrstr inline function | Michael Schroeder | 2 | -24/+4 |
2012-10-08 | add repodata_set_sourcepkg and solvable_lookup_sourcepkg, fix solvable_get_lo... | Michael Schroeder | 6 | -3/+112 |
2012-10-05 | fix repo_lookup_deparray() corner case when looking for post-marker deps | Michael Schroeder | 1 | -0/+1 |
2012-06-27 | - revert repo_lookup_checksum change, the ids should always be stored as chec... | Michael Schroeder | 1 | -22/+0 |
2012-06-27 | - check type in lookup_bin_checksum, make it possible to retrieve PKGID/HDRID... | Michael Schroeder | 2 | -0/+24 |
2012-06-27 | - put SOLVABLE_PKGID, SOLVABLE_HDRID, SOLVABLE_LEADSIGID in the vertical sect... | Michael Schroeder | 1 | -0/+3 |
2012-06-25 | - fix typo in repodata_merge_attrs | Michael Schroeder | 1 | -1/+1 |
2012-06-25 | - add SOLVER_ORUPDATE and SOLVER_FORCEBEST (see solver.h) | Michael Schroeder | 2 | -1/+11 |
2012-06-22 | oops, export pool_setdisttype... | Michael Schroeder | 1 | -0/+1 |
2012-06-22 | - add ENABLE_BZIP2_COMPRESSION and ENABLE_CUDFREPO to support some cudf tests | Michael Schroeder | 1 | -1/+0 |
2012-05-31 | - [valgrind] the userinstalled map only contains the installed packages. mea ... | Michael Schroeder | 1 | -1/+1 |
2012-04-24 | treat an empty release as a missing release | Michael Schroeder | 1 | -2/+10 |
2012-04-20 | - support tilde in rpm version comparison | Michael Schroeder | 2 | -1/+79 |
2012-04-16 | - add map_or and queue_prealloc | Michael Schroeder | 6 | -4/+36 |
2012-04-16 | - get rid of exit(1) calls in repo_write, instead return error | Michael Schroeder | 1 | -80/+84 |
2012-04-13 | - add pool_error and pool_errstr. get rid of lots of exit() calls. | Michael Schroeder | 4 | -111/+96 |
2012-04-12 | - also free attrs array when freeing a solvable | Michael Schroeder | 1 | -2/+18 |
2012-04-12 | - also obey keepexplicitobsoletes when disabling update rules (untested) | Michael Schroeder | 1 | -14/+17 |
2012-04-11 | - clean up system type definition, use -DSUSE=1 when building for suse | Michael Schroeder | 1 | -1/+4 |
2012-04-11 | Merge pull request #12 from zde/master | Michael Schroeder | 4 | -4/+11 |
2012-04-11 | - support REPO_EXTEND_SOLVABLES in repo_add_solv (thanks Ales Kozumplik) | Michael Schroeder | 1 | -14/+24 |
2012-04-10 | SOLVER_FLAG_KEEP_EXPLICIT_OBSOLETES | Zdeněk Pavlas | 3 | -1/+8 |
2012-04-10 | fix some typos | Zdeněk Pavlas | 2 | -3/+3 |
2012-04-04 | - make example solv program a tiny bit more secure (shouldn't use system() at... | Michael Schroeder | 1 | -3/+3 |
2012-04-03 | - get rid of DEBINA_SEMANTICS, add pool->noarchid, add DISTTYPE_ARCH | Michael Schroeder | 7 | -50/+68 |
2012-04-02 | - "noarch" is called "any" on archlinux, so now we have noarch/all/any ;( | Michael Schroeder | 2 | -1/+3 |
2012-03-28 | - incompatible ABI change: switch num over to unsigned long long and store si... | Michael Schroeder | 12 | -36/+65 |
2012-03-28 | - rename map_and_not to map_subtract | Michael Schroeder | 3 | -6/+6 |
2012-03-27 | bitmap: implement map_and_not. | Ales Kozumplik | 3 | -0/+14 |
2012-03-26 | - add "allownamechange" flag for completeness | Michael Schroeder | 6 | -3/+38 |
2012-03-23 | - strip distepoch in pool_solvable2str() | Michael Schroeder | 1 | -2/+18 |
2012-03-23 | - it helps to implement to get/set_flag code for POOL_FLAG_HAVEDISTEPOCH... | Michael Schroeder | 1 | -0/+5 |
2012-03-22 | - turn on "havedistepoch" by default if rpm5 is used | Michael Schroeder | 1 | -0/+1 |
2012-03-22 | - support distepoch handling in release, used by the M&M distros | Michael Schroeder | 2 | -2/+23 |