pysolv: do not import from solv
[platform/upstream/libsolv.git] / examples /
2013-05-15 Michael Schroederpysolv: do not import from solv
2013-04-24 Michael Schroederallow ls for list command
2013-04-24 Michael Schroederuse add_rpmdb_reffp in examples
2013-04-24 Michael Schroederadd SOLVER_TRANSACTION_OBSOLETE_IS_UPGRADE helper flag
2013-04-23 Michael Schroederadd repo_add_rpmdb_reffp to easily add rpmdb content...
2013-04-23 Michael Schroederremove "ref" argument from add_rpmdb() in the bindings
2013-04-15 Michael Schroedersplit ugly pubkey handling into separate repo_rpmdb_pub...
2013-04-15 Michael Schroederconvert perror() and fprintf() calls to pool_error()
2013-04-15 Michael Schroederadd pool parameter to rpm_state_create so that we can...
2013-04-12 Michael Schroedersupport checking for directory aliases when searching...
2013-04-10 Michael SchroederReimplement state handling in rpm_by functions
2013-04-08 Michael Schroederrefactor solv demo a bit
2013-04-08 Michael Schroederfix bugs in fileconflicts code and prepare for aliased...
2013-04-02 Michael SchroederMerge pull request #27 from weinhold/upstream
2013-03-30 Ingo WeinholdUse futimens() instead of futimes()
2013-03-30 Ingo WeinholdImprove C89 compliance
2013-03-30 Ingo WeinholdDefine SYSTEM_LIBRARIES in main CMakeLists.txt
2013-03-26 Michael SchroederMerge pull request #25 from andreas-schwab/master
2013-03-26 Andreas SchwabFix misuses of memset
2013-03-22 Michael Schroederrename "NOOBSOLETES" to "MULTIVERSION"
2013-02-04 Michael Schroederreuse solver in examples
2013-01-14 Michael Schroederfix 'solv patch' command
2012-12-10 Michael Schroederimplement special install/erase namespace provides...
2012-12-06 Michael Schroedercosmetics: print number of problems in examples
2012-12-05 Michael SchroederAdd Dep.Rel() method and a couple of Selection constructors
2012-12-05 Michael Schroederrename selection_limit to selection_filter, add flags...
2012-12-04 Michael Schroedersupport cleandeps in targeted up/dup cases, add tests
2012-11-27 Michael Schroedercleanup example code
2012-11-27 Michael Schroederxfileno doesn't exist anymore, use fileno() instead
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-23 Michael Schroederuse correct file pointer when checking the debian relea...
2012-11-21 Michael Schroederuse "isemptyupdate" method to check for updates with...
2012-11-19 Michael Schroederimplement '--best' in solv demo
2012-11-16 Michael Schroederdon't write incomplete repos in "solv", like with py...
2012-11-15 Michael Schroederimplement update to specific update targets
2012-11-15 Michael Schroedermake 'solv dup' use the right mode again
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-11-02 Michael Schroederadd SELECTION_WITH_SOURCE, rename SELECTION_SOURCE...
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-26 Michael Schroederadd pool_job2solvables and selection_solvables
2012-10-25 Michael Schroeder- retabify (untabify for pysolv)
2012-10-25 Michael Schroedergeneralize matching code from examples/solv.c to src...
2012-10-24 Michael Schroederexample/solv: support all compression types
2012-10-23 Michael Schroederexamples/solv: factor out downloadchecksig function
2012-10-23 Michael Schroederfix build on debian
2012-10-23 Michael Schroederimplement pool_set_rootdir/REPO_USE_ROOTDIR instead...
2012-10-08 Michael Schroederonly call add_products if the method exists
2012-10-08 Michael Schroederadd repodata_set_sourcepkg and solvable_lookup_sourcepk...
2012-08-24 Michael SchroederMerge pull request #17 from akozumpl/pullreq
2012-08-24 Ales Kozumplikcosmetic: fix possibly uninitialized variable warning...
2012-06-27 Michael SchroederMerge pull request #15 from akozumpl/pullreq
2012-06-25 Michael Schroeder- get rid of a couple of warnings when building for...
2012-06-22 Michael Schroeder- add ENABLE_BZIP2_COMPRESSION and ENABLE_CUDFREPO...
2012-04-13 Michael Schroeder- add pool_error and pool_errstr. get rid of lots of...
2012-04-11 Michael Schroeder- clean up system type definition, use -DSUSE=1 when...
2012-04-04 Michael Schroeder- make example solv program a tiny bit more secure...
2012-04-02 Michael Schroeder- make sure to link against the lzma library if ENABLE_...
2012-03-28 Michael Schroeder- incompatible ABI change: switch num over to unsigned...
2012-03-26 Michael Schroeder- add "allownamechange" flag for completeness
2012-03-21 Michael Schroeder- bring solvable_trivial_installable functions back...
2012-03-07 Michael SchroederMerge pull request #8 from akozumpl/upstream
2012-03-07 Ales Kozumpliksolv.c: fixes leaked transaction structure
2012-03-02 Michael Schroeder- add idqinst parameter to pool_addfileprovides_queue...
2012-03-02 Michael Schroeder- yet another incompatible change: as everybody seems...
2012-03-01 Michael Schroeder- rename repo_add_solv_flags to repo_add_solv. Should...
2012-02-28 Michael Schroeder- obsoleteusescolor is 1) no longer exported, and 2...
2012-02-24 Michael Schroeder- rename SOLVER_FLAG_IGNORE_ALREADY_RECOMMENDED to...
2012-02-23 Michael Schroederfix spelling of ENABLE_RPMDB_PUBKEY, read susetags...
2012-02-20 Michael Schroeder- make old rpmdb pubkey support optional
2012-02-17 Michael Schroeder- oops, fix typo
2012-02-17 Michael Schroeder- hide repodata internals (needed to move repo_write...
2012-02-01 Michael Schroeder- rename pool_addfileprovides_ids to pool_addfileprovid...
2012-02-01 Michael Schroeder- add cleandeps support for install/update
2012-01-30 Michael Schroeder- fix load_ext definition
2012-01-24 Michael SchroederMerge pull request #4 from akozumpl/req
2012-01-24 Ales KozumplikFix compilation on Fedora.
2012-01-18 Michael Schroeder- add cmake options to only build for some repository...
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-12-22 Michael Schroeder- make repodata also start with id 1
2011-07-14 Michael Schroeder- swig bug: can't overload __str__ in perl, causes...
2011-07-13 Michael Schroeder- add support for bindings creation
2011-07-12 Michael Schroeder- rename all sat_ to solv_
next