make repodata_stringify return the result string
[platform/upstream/libsolv.git] / examples /
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_
2011-06-20 Michael Schroeder- change transaction_init to transaction_create, add...
2011-06-03 Michael Schroeder- refactor select_patches
2011-05-26 Michael Schroeder- allow to build a shared and a static version of the...
2011-05-25 Michael Schroeder- add solver_private.h, make repo_ functions return...
2011-05-24 Michael Schroeder- add ver files, fix build
2011-05-24 Michael Schroeder- move bindings into bindings directory
2011-05-24 Michael Schroeder- do not use obsolete interface in libsolv library...
2011-05-24 Michael Schroederrename satsolver -> libsolv
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-15 Michael Schroederrbsolv: implement repo download and load callback
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-08 Michael Schroeder- add mode argument to sat_xfopen* functions
2011-03-04 Michael Schroeder- start of p5solv and perl bindings
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-28 Michael Schroeder- add missing repodata handling parts: rewrite in case...
2011-02-25 Michael Schroeder- pysolv: add deltarpm support
2011-02-25 Michael Schroeder- add on-demand file loading for susetags
2011-02-25 Michael Schroeder- fix some memory leaks
2011-02-24 Michael Schroeder- load callback works...
2011-02-23 Michael Schroeder- add support for susetags repos to pysolv
2011-02-23 Michael Schroeder- use SUSETAGS_RECORD_SHARES feature so extensions...
2011-02-17 Michael Schroeder- commit current state of python packagemanager. Is...
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
next