use a Selection for the 'search' command so that the repofilter works
[platform/upstream/libsolv.git] / examples / pysolv
2012-11-27 Michael Schroederuse a Selection for the 'search' command so that the...
2012-11-27 Michael SchroederSelection: rename addsimple method to add_raw in the...
2012-11-26 Michael SchroederAlready use LOCALPOOL when converting filelist/language...
2012-11-23 Michael Schroedersupport medianr in lookup_deltalocation, change lookup_...
2012-11-21 Michael Schroederuse "isemptyupdate" method to check for updates with...
2012-11-16 Michael Schroederdon't write incomplete repos in "solv", like with py...
2012-11-06 Michael Schroederrename repodata_delete to repodata_set_deleted, add...
2012-11-05 Michael Schroedermore swig trickery: add a "DepId" type that can take...
2012-11-02 Michael Schroedermake FILE objects autoclose the fd in the destructor
2012-11-02 Michael Schroedermake pool.setarch() do the right thing
2012-11-02 Michael Schroederadd pool_lookup_deltalocation helper so we can change...
2012-11-02 Michael Schroederget rid of the ugly load_if_changed method
2012-11-02 Michael Schroedersmall cleanup: move incomplete check into writecachedrepo
2012-10-30 Michael Schroederuse susetags data dir for susetags deltas
2012-10-30 Michael Schroederbeautify examples a bit
2012-10-29 Michael Schroederunify cookie generation for solv/pysolv/rbsolv/p5solv
2012-10-29 Michael Schroederfix autorefresh flag in pysolv, support metadata_expire...
2012-10-29 Michael Schroederset SOLVER_SETREPO and SOLVER_SETVENDOR flags in repo...
2012-10-25 Michael Schroeder- retabify (untabify for pysolv)
2012-10-25 Michael Schroedergeneralize matching code from examples/solv.c to src...
2012-10-08 Michael Schroederonly call add_products if the method exists
2012-02-24 Michael Schroeder- rename SOLVER_FLAG_IGNORE_ALREADY_RECOMMENDED to...
2012-02-01 Michael Schroeder- rename pool_addfileprovides_ids to pool_addfileprovid...
2012-01-30 Michael Schroeder- fix load_ext definition
2012-01-18 Michael Schroeder- add Datapos lookup functions, add lookup_idarray...
2012-01-13 Michael Schroeder- add dup versions for the allow* flags, make dup autom...
2012-01-12 Michael Schroeder- fix types in p5solv and pysolv
2012-01-11 Michael Schroeder- cleanup bindings example code a bit
2012-01-10 Michael Schroeder- change splitprovides so that they only work on packag...
2012-01-09 Michael Schroeder- hide solver internals
2011-07-13 Michael Schroeder- add support for bindings creation
2011-05-24 Michael Schroeder- add ver files, fix build
2011-05-23 Michael Schroeder- fix gzdopen() call, it does not like mode "r+"
2011-05-02 Michael Schroeder- commit current state of binding and examples
2011-03-17 Michael Schroeder- fix pysolv typo
2011-03-16 Michael Schroeder- finish rbsolv
2011-03-16 Michael Schroeder- finish rbsolv repository handling
2011-03-16 Michael Schroeder- added TransactionClass, more rbsolv porting
2011-03-14 Michael Schroeder- more ruby code, better array handling in solv.i
2011-03-11 Michael Schroeder- cleanup python code a bit
2011-03-10 Michael Schroederstart ruby bindings and example solver
2011-03-09 Michael Schroeder- implement repository handling and load callback in...
2011-03-08 Michael Schroeder- commit current state of bindings
2011-03-04 Michael Schroeder- start of p5solv and perl bindings
2011-03-03 Michael Schroeder- rename pysolv.pt to pysolv, commit latest versions