cosmetic: fix possibly uninitialized variable warning in solv.c.
[platform/upstream/libsolv.git] / examples / solv.c
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-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-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-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-13 Michael Schroeder- add dup versions for the allow* flags, make dup autom...
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-12 Michael Schroeder- rename all sat_ to solv_
2011-06-20 Michael Schroeder- change transaction_init to transaction_create, add...
2011-06-03 Michael Schroeder- refactor select_patches
2011-05-25 Michael Schroeder- add solver_private.h, make repo_ functions return...
2011-05-24 Michael Schroeder- do not use obsolete interface in libsolv library...
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-08 Michael Schroeder- add mode argument to sat_xfopen* functions
2011-03-03 Michael Schroeder- rename pysolv.pt to pysolv, commit latest versions
2011-03-01 Michael Schroeder- implement commandline handling and rewrite python...
2011-02-23 Michael Schroeder- use SUSETAGS_RECORD_SHARES feature so extensions...
2011-01-28 Michael Schroeder- put sat_xfopen in libsatsolverext
2011-01-25 Klaus KämpfMerge branch 'master' of gitorious.org:opensuse/sat...
2011-01-24 Michael Schroeder- merge in most of the MacOS changes from Dave Abrahams
2010-11-11 Klaus KämpfMerge branch 'master' of gitorious.org:opensuse/sat...
2010-08-06 Michael Schroeder- allow file list globs
2010-06-08 Michael Schroeder- link with all needed libraries, by Lorenzo Villani
2010-06-01 Michael Schroeder- skip dotfiles in .d directories
2010-06-01 Michael Schroeder- zero repoinfo data for debian repos
2010-06-01 Michael Schroeder- also parse checksum for debian packages
2010-06-01 Michael Schroeder- do not print license or url lines if NULL
2010-06-01 Michael Schroeder- work around debian obsoletes handling for now
2010-05-31 Michael Schroeder- cleanup solv.c a bit
2010-05-31 Michael Schroeder- add SOLVER_NOAUTOSET to disable automatic SET deduction
2010-05-28 Michael Schroeder- add SOLVER_SET bits to tell solver which properties...
2010-04-14 Michael Schroeder- add erase with dependency cleaning:
2010-03-13 Klaus KämpfMerge branch 'master' of gitorious.org:opensuse/sat...
2010-03-11 Michael Schroeder- fix language code lookup for fallback languages ...
2010-02-15 Klaus Kämpffix conflict
2009-09-22 Michael Schroeder- get missing translations from other solvables
2009-09-16 Michael Schroeder- set default prio to 99
2009-09-16 Michael Schroeder- make better
2009-09-16 Michael Schroeder- support '-r' option a bit
2009-09-16 Michael Schroeder- add changes, bump version, fix comment
2009-08-31 Stephan KulowMerge branch 'master' of git://git.opensuse.org/project...
2009-07-30 Michael Schroeder- fix memory leak
2009-07-29 Michael Schroeder- allow epoch-less evr limiting
2009-07-29 Michael Schroeder- make addfileprovides faster
2009-07-28 Michael Schroeder- support Fedora mirrorlists
2009-07-27 Michael Schroeder- do not set up unneeded choice rules
2009-07-24 Michael Schroeder- add experimental support for choice rules to fix...
2009-07-23 Michael Schroeder- beautify
2009-07-23 Michael Schroeder- work around obsoleteusescolor problem by making infar...
2009-07-22 Michael Schroeder- solv: fix segfault, add findfastest
2009-07-21 Michael Schroeder- make it compile
2009-07-21 Michael Schroeder- fix stub handling bugs
2009-07-21 Michael Schroeder- color support in fileconflict checking
2009-07-17 Michael Schroeder- add metadata_expire check
2009-07-17 Michael Schroeder- add repodata_write and repo_empty functions
2009-07-16 Michael Schroeder- just search the installed repo in rm mode
2009-07-16 Michael Schroeder- add file list match
2009-07-16 Michael Schroeder- switch mode to install when not package is not installed
2009-07-16 Michael SchroederMerge branch 'master' of git@git.opensuse.org:projects...
2009-07-16 Michael Schroeder- bring argument parsing up-to-speed, now supports...
2009-07-14 Michael Schroeder- add new flags for the load functions:
2009-07-09 Michael Schroeder- add support for repository disabling
2009-07-09 Michael Schroeder- add missing ifdef
2009-07-09 Michael Schroeder- support fedora style yum repos (var subst, mirrorlist)
2009-07-08 Michael Schroeder- fix memory corruption by using repo_free_repodata
2009-07-07 Michael Schroeder- add deltarpm support
2009-07-07 Michael Schroeder- add "solv patch" command
2009-07-07 Michael Schroeder- check signatures of content and repodata.xml files
2009-07-03 Michael Schroeder- fix updatemap use in solver
2009-07-03 Michael Schroeder- beautify
2009-07-03 Michael Schroeder- grr, warn_unused_result
2009-07-03 Michael Schroeder- use a modern place for the cache
2009-07-03 Michael Schroeder- add solv file caching to solv application
2009-06-29 Michael Schroeder- add some comments, move code around
2009-06-24 Michael Schroeder- add some fedora specific code
2009-06-24 Michael Schroeder- fix typos
2009-06-24 Michael Schroeder- oops, forgot to set the repo priorities
next