summaryrefslogtreecommitdiff
path: root/examples/solv.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-29set SOLVER_SETREPO and SOLVER_SETVENDOR flags in repo limiterMichael Schroeder1-1/+2
2012-10-26add pool_job2solvables and selection_solvablesMichael Schroeder1-3/+8
2012-10-25generalize matching code from examples/solv.c to src/selection.cMichael Schroeder1-374/+39
2012-10-24example/solv: support all compression typesMichael Schroeder1-6/+20
2012-10-23examples/solv: factor out downloadchecksig functionMichael Schroeder1-67/+43
2012-10-23fix build on debianMichael Schroeder1-1/+1
2012-10-23implement pool_set_rootdir/REPO_USE_ROOTDIR instead of passing a rootdir to v...Michael Schroeder1-38/+54
2012-10-08add repodata_set_sourcepkg and solvable_lookup_sourcepkg, fix solvable_get_lo...Michael Schroeder1-1/+1
2012-08-24cosmetic: fix possibly uninitialized variable warning in solv.c.Ales Kozumplik1-1/+1
2012-06-25- get rid of a couple of warnings when building for debianMichael Schroeder1-5/+11
2012-04-13- add pool_error and pool_errstr. get rid of lots of exit() calls.Michael Schroeder1-15/+79
2012-04-11- clean up system type definition, use -DSUSE=1 when building for suseMichael Schroeder1-27/+47
2012-04-04- make example solv program a tiny bit more secure (shouldn't use system() at...Michael Schroeder1-4/+11
2012-03-28- incompatible ABI change: switch num over to unsigned long long and store si...Michael Schroeder1-1/+1
2012-03-26- add "allownamechange" flag for completenessMichael Schroeder1-2/+5
2012-03-21- bring solvable_trivial_installable functions back in sync with pool_trivial...Michael Schroeder1-11/+16
2012-03-07solv.c: fixes leaked transaction structureAles Kozumplik1-0/+3
2012-03-02- add idqinst parameter to pool_addfileprovides_queue so that it can also ret...Michael Schroeder1-6/+25
2012-03-02- yet another incompatible change: as everybody seems to use repo_write_stdke...Michael Schroeder1-3/+3
2012-03-01- rename repo_add_solv_flags to repo_add_solv. Should have done this a couple...Michael Schroeder1-4/+4
2012-02-28- obsoleteusescolor is 1) no longer exported, and 2) default if FEDORA is def...Michael Schroeder1-3/+0
2012-02-24- rename SOLVER_FLAG_IGNORE_ALREADY_RECOMMENDED to SOLVER_FLAG_ADD_ALREADY_RE...Michael Schroeder1-1/+0
2012-02-23fix spelling of ENABLE_RPMDB_PUBKEY, read susetags pattern filesMichael Schroeder1-1/+25
2012-02-20- make old rpmdb pubkey support optionalMichael Schroeder1-1/+1
2012-02-17- oops, fix typoMichael Schroeder1-1/+1
2012-02-17- hide repodata internals (needed to move repo_write from ext to src for this)Michael Schroeder1-6/+14
2012-02-01- rename pool_addfileprovides_ids to pool_addfileprovides_queue, make it fill...Michael Schroeder1-15/+12
2012-02-01- add cleandeps support for install/updateMichael Schroeder1-8/+12
2012-01-24Fix compilation on Fedora.Ales Kozumplik1-0/+2
2012-01-18- add cmake options to only build for some repository typesMichael Schroeder1-26/+56
2012-01-13- add dup versions for the allow* flags, make dup automatically use themMichael Schroeder1-6/+0
2012-01-10- change splitprovides so that they only work on packages that are to be upda...Michael Schroeder1-3/+1
2012-01-09- hide solver internalsMichael Schroeder1-6/+24
2011-12-22- make repodata also start with id 1Michael Schroeder1-2/+2
2011-07-12- rename all sat_ to solv_Michael Schroeder1-70/+70
2011-06-20- change transaction_init to transaction_create, add solver flag setting/gettingMichael Schroeder1-7/+7
2011-06-03- refactor select_patchesMichael Schroeder1-48/+53
2011-05-25- add solver_private.h, make repo_ functions return an int, make solver_solv ...Michael Schroeder1-2/+1
2011-05-24- do not use obsolete interface in libsolv library itselfMichael Schroeder1-32/+32
2011-05-23- fix gzdopen() call, it does not like mode "r+"Michael Schroeder1-1/+1
2011-05-02- commit current state of binding and examplesMichael Schroeder1-14/+2
2011-03-08- add mode argument to sat_xfopen* functionsMichael Schroeder1-1/+1
2011-03-03- rename pysolv.pt to pysolv, commit latest versionsMichael Schroeder1-126/+109
2011-03-01- implement commandline handling and rewrite python checksum handlingMichael Schroeder1-25/+9
2011-02-23- use SUSETAGS_RECORD_SHARES feature so extensions can reuse the shared dataMichael Schroeder1-1/+1
2011-01-28- put sat_xfopen in libsatsolverextMichael Schroeder1-17/+4
2011-01-24- merge in most of the MacOS changes from Dave AbrahamsMichael Schroeder1-17/+2
2010-08-06- allow file list globsMichael Schroeder1-2/+2
2010-06-08- link with all needed libraries, by Lorenzo VillaniMichael Schroeder1-0/+2
2010-06-01- skip dotfiles in .d directoriesMichael Schroeder1-0/+4