summaryrefslogtreecommitdiff
path: root/bindings
AgeCommit message (Expand)AuthorFilesLines
2013-06-04Make 'dep' attribute in Ruleinfo return an object, add fromstr/tostr attribut...Michael Schroeder1-22/+20
2013-06-04fix a couple of leaks in the bindingsMichael Schroeder1-5/+14
2013-06-04Document Transaction and TransactionclassMichael Schroeder1-2/+2
2013-06-04add POOL_FLAG_IMPLICITOBSOLETEUSESCOLORS to match the current rpm behaviourMichael Schroeder1-0/+1
2013-06-03add missing constants, add Rule->type attribute, improve pool job problem han...Michael Schroeder1-4/+12
2013-05-28document Selection and Job classesMichael Schroeder1-3/+2
2013-05-28add SEARCH_CHECKSUMS, fix Datamatch.num(), add Datapos.Dataiterator()Michael Schroeder1-7/+14
2013-05-27define and document the pool flagsMichael Schroeder1-0/+9
2013-05-27add lookup_idarray method to the Datapos classMichael Schroeder1-0/+10
2013-05-17allow SOLVID_META queries through SOLVID_POSMichael Schroeder1-9/+31
2013-05-16fix return values from repo_add functions, they return 0 for successMichael Schroeder1-20/+27
2013-05-15some minor binding tweaks to make it more flexibleMichael Schroeder1-3/+3
2013-04-24add ILLEGAL_NAMECHANGE support to bindingsMichael Schroeder1-4/+19
2013-04-24Do not segfault when undef/None/nil is passwd as FILE/DepMichael Schroeder1-2/+2
2013-04-24add SOLVER_TRANSACTION_OBSOLETE_IS_UPGRADE helper flagMichael Schroeder1-0/+1
2013-04-23add add_rpmdb_reffp method to bindingsMichael Schroeder1-0/+3
2013-04-23remove "ref" argument from add_rpmdb() in the bindingsMichael Schroeder1-2/+2
2013-04-15split ugly pubkey handling into separate repo_rpmdb_pubkey.cMichael Schroeder1-0/+11
2013-03-30Define SYSTEM_LIBRARIES in main CMakeLists.txtIngo Weinhold1-12/+0
2013-03-22rename "NOOBSOLETES" to "MULTIVERSION"Michael Schroeder1-1/+1
2013-03-06fix dataiterator returning random data in some casesMichael Schroeder1-0/+1
2013-01-11support "pooljobs", fixed jobs set in the poolMichael Schroeder1-0/+44
2012-12-10implement special install/erase namespace provides hackMichael Schroeder1-0/+1
2012-12-05Add Dep.Rel() method and a couple of Selection constructorsMichael Schroeder1-0/+55
2012-12-05rename selection_limit to selection_filter, add flags to make selection_make ...Michael Schroeder1-4/+7
2012-12-04support cleandeps in targeted up/dup cases, add testsMichael Schroeder1-1/+5
2012-11-27fix EXTEND calls in perl bindingsMichael Schroeder1-3/+3
2012-11-27Selection: rename addsimple method to add_raw in the bindingsMichael Schroeder1-1/+1
2012-11-23support medianr in lookup_deltalocation, change lookup_location to return med...Michael Schroeder1-2/+2
2012-11-15implement update to specific update targetsMichael Schroeder1-0/+6
2012-11-13support REPO_NO_LOCATION, rename "set_deleted" to the more clear "unset"Michael Schroeder1-1/+2
2012-11-05add generic Solvable.add_deparray method to bindingsMichael Schroeder1-2/+16
2012-11-05more swig trickery: add a "DepId" type that can take a Dep pointer or an IdMichael Schroeder1-44/+46
2012-11-05do some wild swig trickery instead of relying on undocumented glibc functionsMichael Schroeder1-27/+81
2012-11-05Add Solvable.Dataiterator constructor, add missing SEARCH_ definitions, add D...Michael Schroeder1-3/+18
2012-11-02make FILE objects autoclose the fd in the destructorMichael Schroeder1-13/+35
2012-11-02make pool.setarch() do the right thingMichael Schroeder1-1/+10
2012-11-02add pool_lookup_deltalocation helper so we can change the way the location is...Michael Schroeder1-1/+23
2012-11-02add SELECTION_WITH_SOURCE, rename SELECTION_SOURCE to SELECTION_SOURCE_ONLYMichael Schroeder1-1/+2
2012-10-31rename SELECTION_MAYBESRC to SELECTION_SOURCE, make it just select src/nosrc ...Michael Schroeder1-0/+1
2012-10-30make marker handling in bindings more flexibleMichael Schroeder1-12/+20
2012-10-30fix Selection.solvables() methodMichael Schroeder1-1/+1
2012-10-29unify cookie generation for solv/pysolv/rbsolv/p5solvMichael Schroeder1-0/+9
2012-10-29add pool_selection2str() and use it in the bindingsMichael Schroeder1-5/+5
2012-10-29fix selection_limit_rel call for debian nevra matchMichael Schroeder1-2/+1
2012-10-26add pool_job2solvables and selection_solvablesMichael Schroeder1-22/+10
2012-10-25generalize matching code from examples/solv.c to src/selection.cMichael Schroeder1-2/+113
2012-10-23implement pool_set_rootdir/REPO_USE_ROOTDIR instead of passing a rootdir to v...Michael Schroeder1-30/+19
2012-10-19- add add_rpmdb_rootnate skulic1-0/+6
2012-08-30- add workaround for swig undefing boolMichael Schroeder1-0/+5