Age | Commit message (Expand) | Author | Files | Lines |
2016-10-27 | Imported Upstream version 0.6.12upstream/0.6.12 | DongHun Kwak | 1 | -47/+45 |
2014-04-03 | INCOMPATIBLE bindings change: modernize Dataiterator/Datamatch classes | Michael Schroeder | 1 | -5/+5 |
2013-11-22 | pysolv: more python3 adaptions | Michael Schroeder | 1 | -11/+11 |
2013-11-19 | port to python3 | Michael Schroeder | 1 | -84/+92 |
2013-09-20 | bindings: add stringification shortcut for problems | Michael Schroeder | 1 | -3/+1 |
2013-08-23 | oops, revert unwanted commit chunks | Michael Schroeder | 1 | -10/+0 |
2013-08-23 | solv_parse_sig: clear return values at the beginning | Michael Schroeder | 1 | -0/+10 |
2013-06-17 | pysolv: check applydeltarpm exit status | Michael Schroeder | 1 | -0/+3 |
2013-06-14 | bindings: add pool.errstr, make add_rpm/... return Solvable objects | Michael Schroeder | 1 | -3/+8 |
2013-06-07 | bindings consistency: rename new/keptpackages to new/keptsolvables | Michael Schroeder | 1 | -1/+1 |
2013-06-05 | ok, no local in current perl code. Also, use ls instead of li as short form o... | Michael Schroeder | 1 | -1/+1 |
2013-06-04 | Make 'dep' attribute in Ruleinfo return an object, add fromstr/tostr attribut... | Michael Schroeder | 1 | -2/+2 |
2013-05-17 | allow SOLVID_META queries through SOLVID_POS | Michael Schroeder | 1 | -5/+5 |
2013-05-15 | pysolv: do not import from solv | Michael Schroeder | 1 | -54/+53 |
2013-04-24 | use add_rpmdb_reffp in examples | Michael Schroeder | 1 | -1/+2 |
2013-04-24 | add SOLVER_TRANSACTION_OBSOLETE_IS_UPGRADE helper flag | Michael Schroeder | 1 | -2/+2 |
2013-04-23 | remove "ref" argument from add_rpmdb() in the bindings | Michael Schroeder | 1 | -1/+1 |
2013-02-04 | reuse solver in examples | Michael Schroeder | 1 | -6/+6 |
2012-12-06 | cosmetics: print number of problems in examples | Michael Schroeder | 1 | -1/+1 |
2012-12-05 | Add Dep.Rel() method and a couple of Selection constructors | Michael Schroeder | 1 | -3/+2 |
2012-12-05 | rename selection_limit to selection_filter, add flags to make selection_make ... | Michael Schroeder | 1 | -13/+14 |
2012-12-04 | support cleandeps in targeted up/dup cases, add tests | Michael Schroeder | 1 | -1/+7 |
2012-11-27 | cleanup example code | Michael Schroeder | 1 | -225/+216 |
2012-11-27 | xfileno doesn't exist anymore, use fileno() instead | Michael Schroeder | 1 | -7/+7 |
2012-11-27 | use a Selection for the 'search' command so that the repofilter works | Michael Schroeder | 1 | -4/+7 |
2012-11-27 | Selection: rename addsimple method to add_raw in the bindings | Michael Schroeder | 1 | -2/+2 |
2012-11-26 | Already use LOCALPOOL when converting filelist/language extensions | Michael Schroeder | 1 | -4/+9 |
2012-11-23 | support medianr in lookup_deltalocation, change lookup_location to return med... | Michael Schroeder | 1 | -1/+1 |
2012-11-21 | use "isemptyupdate" method to check for updates with no matching installed pa... | Michael Schroeder | 1 | -4/+3 |
2012-11-16 | don't write incomplete repos in "solv", like with py/rb/p5solv | Michael Schroeder | 1 | -1/+1 |
2012-11-06 | rename repodata_delete to repodata_set_deleted, add repo_set_deleted and solv... | Michael Schroeder | 1 | -1/+1 |
2012-11-05 | more swig trickery: add a "DepId" type that can take a Dep pointer or an Id | Michael Schroeder | 1 | -2/+2 |
2012-11-02 | make FILE objects autoclose the fd in the destructor | Michael Schroeder | 1 | -24/+11 |
2012-11-02 | make pool.setarch() do the right thing | Michael Schroeder | 1 | -1/+1 |
2012-11-02 | add pool_lookup_deltalocation helper so we can change the way the location is... | Michael Schroeder | 1 | -2/+2 |
2012-11-02 | get rid of the ugly load_if_changed method | Michael Schroeder | 1 | -12/+13 |
2012-11-02 | small cleanup: move incomplete check into writecachedrepo | Michael Schroeder | 1 | -5/+5 |
2012-10-30 | use susetags data dir for susetags deltas | Michael Schroeder | 1 | -0/+1 |
2012-10-30 | beautify examples a bit | Michael Schroeder | 1 | -33/+37 |
2012-10-29 | unify cookie generation for solv/pysolv/rbsolv/p5solv | Michael Schroeder | 1 | -16/+14 |
2012-10-29 | fix autorefresh flag in pysolv, support metadata_expire == -1 like in solv.c | Michael Schroeder | 1 | -3/+2 |
2012-10-29 | set SOLVER_SETREPO and SOLVER_SETVENDOR flags in repo limiter | Michael Schroeder | 1 | -1/+1 |
2012-10-25 | - retabify (untabify for pysolv) | Michael Schroeder | 1 | -33/+33 |
2012-10-25 | generalize matching code from examples/solv.c to src/selection.c | Michael Schroeder | 1 | -146/+52 |
2012-10-08 | only call add_products if the method exists | Michael Schroeder | 1 | -1/+2 |
2012-02-24 | - rename SOLVER_FLAG_IGNORE_ALREADY_RECOMMENDED to SOLVER_FLAG_ADD_ALREADY_RE... | Michael Schroeder | 1 | -1/+0 |
2012-02-01 | - rename pool_addfileprovides_ids to pool_addfileprovides_queue, make it fill... | Michael Schroeder | 1 | -1/+1 |
2012-01-30 | - fix load_ext definition | Michael Schroeder | 1 | -1/+1 |
2012-01-18 | - add Datapos lookup functions, add lookup_idarray/deparray for XSolvables | Michael Schroeder | 1 | -11/+11 |
2012-01-13 | - add dup versions for the allow* flags, make dup automatically use them | Michael Schroeder | 1 | -4/+0 |