2013-06-07 |
Michael Schroeder | bindings consistency: rename new/keptpackages to new... |
blob | commitdiff | raw |
2013-06-05 |
Michael Schroeder | p5solv: missed one string in bareword translation |
blob | commitdiff | raw | diff to current |
2013-06-05 |
Michael Schroeder | ok, no local in current perl code. Also, use ls instead... |
blob | commitdiff | raw | diff to current |
2013-06-05 |
Michael Schroeder | adapt to modern perl and use barewords for hash keys |
blob | commitdiff | raw | diff to current |
2013-06-05 |
Michael Schroeder | Apply first part of Thierry's patches |
blob | commitdiff | raw | diff to current |
2013-06-04 |
Michael Schroeder | missed a change |
blob | commitdiff | raw | diff to current |
2013-06-04 |
Michael Schroeder | Make 'dep' attribute in Ruleinfo return an object,... |
blob | commitdiff | raw | diff to current |
2013-05-17 |
Michael Schroeder | allow SOLVID_META queries through SOLVID_POS |
blob | commitdiff | raw | diff to current |
2013-04-24 |
Michael Schroeder | use add_rpmdb_reffp in examples |
blob | commitdiff | raw | diff to current |
2013-04-24 |
Michael Schroeder | add SOLVER_TRANSACTION_OBSOLETE_IS_UPGRADE helper flag |
blob | commitdiff | raw | diff to current |
2013-04-23 |
Michael Schroeder | remove "ref" argument from add_rpmdb() in the bindings |
blob | commitdiff | raw | diff to current |
2013-02-04 |
Michael Schroeder | reuse solver in examples |
blob | commitdiff | raw | diff to current |
2012-12-05 |
Michael Schroeder | Add Dep.Rel() method and a couple of Selection constructors |
blob | commitdiff | raw | diff to current |
2012-12-05 |
Michael Schroeder | rename selection_limit to selection_filter, add flags... |
blob | commitdiff | raw | diff to current |
2012-11-27 |
Michael Schroeder | cleanup example code |
blob | commitdiff | raw | diff to current |
2012-11-27 |
Michael Schroeder | Selection: rename addsimple method to add_raw in the... |
blob | commitdiff | raw | diff to current |
2012-11-26 |
Michael Schroeder | Already use LOCALPOOL when converting filelist/language... |
blob | commitdiff | raw | diff to current |
2012-11-21 |
Michael Schroeder | use "isemptyupdate" method to check for updates with... |
blob | commitdiff | raw | diff to current |
2012-11-16 |
Michael Schroeder | don't write incomplete repos in "solv", like with py... |
blob | commitdiff | raw | diff to current |
2012-11-05 |
Michael Schroeder | more swig trickery: add a "DepId" type that can take... |
blob | commitdiff | raw | diff to current |
2012-11-02 |
Michael Schroeder | make FILE objects autoclose the fd in the destructor |
blob | commitdiff | raw | diff to current |
2012-11-02 |
Michael Schroeder | make pool.setarch() do the right thing |
blob | commitdiff | raw | diff to current |
2012-11-02 |
Michael Schroeder | get rid of the ugly load_if_changed method |
blob | commitdiff | raw | diff to current |
2012-11-02 |
Michael Schroeder | small cleanup: move incomplete check into writecachedrepo |
blob | commitdiff | raw | diff to current |
2012-10-30 |
Michael Schroeder | beautify examples a bit |
blob | commitdiff | raw | diff to current |
2012-10-29 |
Michael Schroeder | unify cookie generation for solv/pysolv/rbsolv/p5solv |
blob | commitdiff | raw | diff to current |
2012-10-29 |
Michael Schroeder | fix autorefresh flag in pysolv, support metadata_expire... |
blob | commitdiff | raw | diff to current |
2012-10-25 |
Michael Schroeder | - retabify (untabify for pysolv) |
blob | commitdiff | raw | diff to current |
2012-10-25 |
Michael Schroeder | generalize matching code from examples/solv.c to src... |
blob | commitdiff | raw | diff to current |
2012-10-08 |
Michael Schroeder | only call add_products if the method exists |
blob | commitdiff | raw | diff to current |
2012-02-24 |
Michael Schroeder | - rename SOLVER_FLAG_IGNORE_ALREADY_RECOMMENDED to... |
blob | commitdiff | raw | diff to current |
2012-02-01 |
Michael Schroeder | - rename pool_addfileprovides_ids to pool_addfileprovid... |
blob | commitdiff | raw | diff to current |
2012-01-18 |
Michael Schroeder | - add Datapos lookup functions, add lookup_idarray... |
blob | commitdiff | raw | diff to current |
2012-01-13 |
Michael Schroeder | - add dup versions for the allow* flags, make dup autom... |
blob | commitdiff | raw | diff to current |
2012-01-12 |
Michael Schroeder | - fix types in p5solv and pysolv |
blob | commitdiff | raw | diff to current |
2012-01-11 |
Michael Schroeder | - cleanup bindings example code a bit |
blob | commitdiff | raw | diff to current |
2012-01-10 |
Michael Schroeder | - change splitprovides so that they only work on packag... |
blob | commitdiff | raw | diff to current |
2012-01-09 |
Michael Schroeder | - hide solver internals |
blob | commitdiff | raw | diff to current |
2011-07-14 |
Michael Schroeder | - swig bug: can't overload __str__ in perl, causes... |
blob | commitdiff | raw | diff to current |
2011-07-13 |
Michael Schroeder | - add support for bindings creation |
blob | commitdiff | raw | diff to current |
2011-05-02 |
Michael Schroeder | - commit current state of binding and examples |
blob | commitdiff | raw | diff to current |
2011-03-16 |
Michael Schroeder | - finish rbsolv repository handling |
blob | commitdiff | raw | diff to current |
2011-03-16 |
Michael Schroeder | - added TransactionClass, more rbsolv porting |
blob | commitdiff | raw | diff to current |
2011-03-15 |
Michael Schroeder | rbsolv: implement repo download and load callback |
blob | commitdiff | raw | diff to current |
2011-03-14 |
Michael Schroeder | - more ruby code, better array handling in solv.i |
blob | commitdiff | raw | diff to current |
2011-03-10 |
Michael Schroeder | start ruby bindings and example solver |
blob | commitdiff | raw | diff to current |
2011-03-09 |
Michael Schroeder | - implement repository handling and load callback in... |
blob | commitdiff | raw | diff to current |
2011-03-08 |
Michael Schroeder | - commit current state of bindings |
blob | commitdiff | raw | diff to current |
2011-03-04 |
Michael Schroeder | - start of p5solv and perl bindings |
blob | commitdiff | raw | diff to current |
|