Age | Commit message (Expand) | Author | Files | Lines |
2013-06-04 | Make 'dep' attribute in Ruleinfo return an object, add fromstr/tostr attribut... | Michael Schroeder | 1 | -22/+20 |
2013-06-04 | fix a couple of leaks in the bindings | Michael Schroeder | 1 | -5/+14 |
2013-06-04 | Document Transaction and Transactionclass | Michael Schroeder | 1 | -2/+2 |
2013-06-04 | add POOL_FLAG_IMPLICITOBSOLETEUSESCOLORS to match the current rpm behaviour | Michael Schroeder | 1 | -0/+1 |
2013-06-03 | add missing constants, add Rule->type attribute, improve pool job problem han... | Michael Schroeder | 1 | -4/+12 |
2013-05-28 | document Selection and Job classes | Michael Schroeder | 1 | -3/+2 |
2013-05-28 | add SEARCH_CHECKSUMS, fix Datamatch.num(), add Datapos.Dataiterator() | Michael Schroeder | 1 | -7/+14 |
2013-05-27 | define and document the pool flags | Michael Schroeder | 1 | -0/+9 |
2013-05-27 | add lookup_idarray method to the Datapos class | Michael Schroeder | 1 | -0/+10 |
2013-05-17 | allow SOLVID_META queries through SOLVID_POS | Michael Schroeder | 1 | -9/+31 |
2013-05-16 | fix return values from repo_add functions, they return 0 for success | Michael Schroeder | 1 | -20/+27 |
2013-05-15 | some minor binding tweaks to make it more flexible | Michael Schroeder | 1 | -3/+3 |
2013-04-24 | add ILLEGAL_NAMECHANGE support to bindings | Michael Schroeder | 1 | -4/+19 |
2013-04-24 | Do not segfault when undef/None/nil is passwd as FILE/Dep | Michael Schroeder | 1 | -2/+2 |
2013-04-24 | add SOLVER_TRANSACTION_OBSOLETE_IS_UPGRADE helper flag | Michael Schroeder | 1 | -0/+1 |
2013-04-23 | add add_rpmdb_reffp method to bindings | Michael Schroeder | 1 | -0/+3 |
2013-04-23 | remove "ref" argument from add_rpmdb() in the bindings | Michael Schroeder | 1 | -2/+2 |
2013-04-15 | split ugly pubkey handling into separate repo_rpmdb_pubkey.c | Michael Schroeder | 1 | -0/+11 |
2013-03-30 | Define SYSTEM_LIBRARIES in main CMakeLists.txt | Ingo Weinhold | 1 | -12/+0 |
2013-03-22 | rename "NOOBSOLETES" to "MULTIVERSION" | Michael Schroeder | 1 | -1/+1 |
2013-03-06 | fix dataiterator returning random data in some cases | Michael Schroeder | 1 | -0/+1 |
2013-01-11 | support "pooljobs", fixed jobs set in the pool | Michael Schroeder | 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 |