Imported Upstream version 0.6.7
[platform/upstream/libsolv.git] / examples / solv.c
2016-10-27 DongHun KwakImported Upstream version 0.6.7 06/94106/1 upstream/0.6.7
2016-10-27 DongHun KwakImported Upstream version 0.6.5 04/94104/1 upstream/0.6.5
2014-01-20 Michael SchroederMerge pull request #41 from dmacvicar/master
2013-12-06 Michael Schroedersolv example: add autopackages on SUSE systems
2013-11-14 Michael SchroederCreate a real type for a checksum handle
2013-10-31 Michael Schroederdo not rewrite the command line repo
2013-10-31 Michael Schroedersolv example: always internalize the "installed" repo...
2013-10-28 Michael Schroedersupport ADD_WITH_SUBKEYS/ADD_MULTIPLE_PUBKEYS/ADD_WITH_...
2013-10-16 Michael Schroederremove trailing whitespace
2013-10-16 Michael Schroedermake 'solv info' work with command line packages
2013-10-14 Michael Schroederparse appdata in solv example
2013-10-04 Michael Schroederadd --type and --arch filter support
2013-09-09 Michael Schroederrename selection_make_deps to selection_make_matchdeps...
2013-09-04 Michael Schroederadd pool_whatmatchesdep and selection_make_deps to...
2013-08-28 Michael Schroedersolv example: use gpgv instead of gpg to verify sigs
2013-07-25 Michael Schroederrename rpmdb_pubkey to pubkey
2013-06-05 Michael Schroedersolv: create cache in user's home dir if not run as...
2013-06-03 Michael Schroederadd POOL_FLAG_ADDFILEPROVIDESFILTERED option to make...
2013-04-24 Michael Schroederallow ls for list command
2013-04-23 Michael Schroederadd repo_add_rpmdb_reffp to easily add rpmdb content...
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-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 Schroederrename selection_limit to selection_filter, add flags...
2012-11-27 Michael Schroederuse a Selection for the 'search' command so that 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-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-02 Michael Schroederadd pool_lookup_deltalocation helper so we can change...
2012-11-02 Michael Schroederadd SELECTION_WITH_SOURCE, rename SELECTION_SOURCE...
2012-10-30 Michael Schroederuse susetags data dir for susetags deltas
2012-10-29 Michael Schroederunify cookie generation for solv/pysolv/rbsolv/p5solv
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 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 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-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
next