Age | Commit message (Expand) | Author | Files | Lines |
2013-02-07 | import 0.2.4 from tar | Anas Nashif | 1 | -0/+44 |
2012-12-10 | implement special install/erase namespace provides hack | Michael Schroeder | 1 | -0/+1 |
2012-12-05 | Add Dep.Rel() method and a couple of Selection constructors | Michael Schroeder | 1 | -0/+55 |
2012-12-05 | rename selection_limit to selection_filter, add flags to make selection_make ... | Michael Schroeder | 1 | -4/+7 |
2012-12-04 | support cleandeps in targeted up/dup cases, add tests | Michael Schroeder | 1 | -1/+5 |
2012-11-27 | fix EXTEND calls in perl bindings | Michael Schroeder | 1 | -3/+3 |
2012-11-27 | Selection: rename addsimple method to add_raw in the bindings | Michael Schroeder | 1 | -1/+1 |
2012-11-23 | support medianr in lookup_deltalocation, change lookup_location to return med... | Michael Schroeder | 1 | -2/+2 |
2012-11-15 | implement update to specific update targets | Michael Schroeder | 1 | -0/+6 |
2012-11-13 | support REPO_NO_LOCATION, rename "set_deleted" to the more clear "unset" | Michael Schroeder | 1 | -1/+2 |
2012-11-05 | add generic Solvable.add_deparray method to bindings | Michael Schroeder | 1 | -2/+16 |
2012-11-05 | more swig trickery: add a "DepId" type that can take a Dep pointer or an Id | Michael Schroeder | 1 | -44/+46 |
2012-11-05 | do some wild swig trickery instead of relying on undocumented glibc functions | Michael Schroeder | 1 | -27/+81 |
2012-11-05 | Add Solvable.Dataiterator constructor, add missing SEARCH_ definitions, add D... | Michael Schroeder | 1 | -3/+18 |
2012-11-02 | make FILE objects autoclose the fd in the destructor | Michael Schroeder | 1 | -13/+35 |
2012-11-02 | make pool.setarch() do the right thing | Michael Schroeder | 1 | -1/+10 |
2012-11-02 | add pool_lookup_deltalocation helper so we can change the way the location is... | Michael Schroeder | 1 | -1/+23 |
2012-11-02 | add SELECTION_WITH_SOURCE, rename SELECTION_SOURCE to SELECTION_SOURCE_ONLY | Michael Schroeder | 1 | -1/+2 |
2012-10-31 | rename SELECTION_MAYBESRC to SELECTION_SOURCE, make it just select src/nosrc ... | Michael Schroeder | 1 | -0/+1 |
2012-10-30 | make marker handling in bindings more flexible | Michael Schroeder | 1 | -12/+20 |
2012-10-30 | fix Selection.solvables() method | Michael Schroeder | 1 | -1/+1 |
2012-10-29 | unify cookie generation for solv/pysolv/rbsolv/p5solv | Michael Schroeder | 1 | -0/+9 |
2012-10-29 | add pool_selection2str() and use it in the bindings | Michael Schroeder | 1 | -5/+5 |
2012-10-29 | fix selection_limit_rel call for debian nevra match | Michael Schroeder | 1 | -2/+1 |
2012-10-26 | add pool_job2solvables and selection_solvables | Michael Schroeder | 1 | -22/+10 |
2012-10-25 | generalize matching code from examples/solv.c to src/selection.c | Michael Schroeder | 1 | -2/+113 |
2012-10-23 | implement pool_set_rootdir/REPO_USE_ROOTDIR instead of passing a rootdir to v... | Michael Schroeder | 1 | -30/+19 |
2012-10-19 | - add add_rpmdb_root | nate skulic | 1 | -0/+6 |
2012-08-30 | - add workaround for swig undefing bool | Michael Schroeder | 1 | -0/+5 |
2012-08-10 | solv.i: new perl includes <stdbool.h> and the custom typedefs cause gcc errors. | Ales Kozumplik | 1 | -4/+1 |
2012-06-22 | - add ENABLE_BZIP2_COMPRESSION and ENABLE_CUDFREPO to support some cudf tests | Michael Schroeder | 1 | -0/+3 |
2012-05-30 | - fix compilation with older python versions | Michael Schroeder | 1 | -1/+2 |
2012-05-29 | - make bindings work with ruby 1.9 | Michael Schroeder | 1 | -2/+10 |
2012-05-21 | - be a bit more tolerant about FindRuby not setting RUBY_VENDORARCH_DIR | Michael Schroeder | 1 | -3/+3 |
2012-05-03 | - solv.i: fix typo, make peace with swig-2.0.6 | Michael Schroeder | 1 | -4/+4 |
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 support mm/arch in bindings | Michael Schroeder | 1 | -0/+25 |
2012-03-28 | - incompatible ABI change: switch num over to unsigned long long and store si... | Michael Schroeder | 1 | -2/+2 |
2012-03-09 | Safer appdata | Zdeněk Pavlas | 1 | -1/+1 |
2012-03-05 | - also use extrajobflags in bindings | Michael Schroeder | 1 | -3/+4 |
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 | - rename repo_add_solv_flags to repo_add_solv. Should have done this a couple... | Michael Schroeder | 1 | -3/+3 |
2012-02-28 | - also export solv config to swig, thanks Zdenek Pavlas | Michael Schroeder | 3 | -3/+3 |
2012-02-24 | - rename SOLVER_FLAG_IGNORE_ALREADY_RECOMMENDED to SOLVER_FLAG_ADD_ALREADY_RE... | Michael Schroeder | 1 | -1/+1 |
2012-02-20 | - make pool flags private, allow self conflicts for rpm, add pool_set/get_flags | Michael Schroeder | 2 | -0/+8 |
2012-02-17 | - hide repodata internals (needed to move repo_write from ext to src for this) | Michael Schroeder | 1 | -30/+35 |
2012-02-01 | - rename pool_addfileprovides_ids to pool_addfileprovides_queue, make it fill... | Michael Schroeder | 1 | -7/+2 |
2012-01-18 | - add cmake options to only build for some repository types | Michael Schroeder | 1 | -21/+35 |
2012-01-18 | - add Datapos lookup functions, add lookup_idarray/deparray for XSolvables | Michael Schroeder | 1 | -0/+84 |