summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2012-06-25- get rid of a couple of warnings when building for debianMichael Schroeder1-5/+11
2012-06-22- add ENABLE_BZIP2_COMPRESSION and ENABLE_CUDFREPO to support some cudf testsMichael Schroeder1-0/+3
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-04-02- make sure to link against the lzma library if ENABLE_LZMA_COMPRESSION is setMichael Schroeder1-0/+3
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 Schroeder4-4/+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 Schroeder4-18/+15
2012-02-01- add cleandeps support for install/updateMichael Schroeder1-8/+12
2012-01-30- fix load_ext definitionMichael Schroeder1-1/+1
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-18- add Datapos lookup functions, add lookup_idarray/deparray for XSolvablesMichael Schroeder3-21/+21
2012-01-13- add dup versions for the allow* flags, make dup automatically use themMichael Schroeder4-20/+0
2012-01-12- fix types in p5solv and pysolvMichael Schroeder2-2/+2
2012-01-11- cleanup bindings example code a bitMichael Schroeder3-69/+19
2012-01-10- change splitprovides so that they only work on packages that are to be upda...Michael Schroeder4-12/+4
2012-01-09- hide solver internalsMichael Schroeder4-44/+54
2011-12-22- make repodata also start with id 1Michael Schroeder1-2/+2
2011-07-14- swig bug: can't overload __str__ in perl, causes memory corruption as it tr...Michael Schroeder1-4/+4
2011-07-13- add support for bindings creationMichael Schroeder3-2/+1
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-26- allow to build a shared and a static version of the librariesMichael Schroeder1-5/+7
2011-05-25- add solver_private.h, make repo_ functions return an int, make solver_solv ...Michael Schroeder1-2/+1
2011-05-24- add ver files, fix buildMichael Schroeder2-801/+802
2011-05-24- move bindings into bindings directoryMichael Schroeder1-2241/+0
2011-05-24- do not use obsolete interface in libsolv library itselfMichael Schroeder1-32/+32
2011-05-24rename satsolver -> libsolvMichael Schroeder10-444/+2
2011-05-23- fix gzdopen() call, it does not like mode "r+"Michael Schroeder2-2/+2
2011-05-02- commit current state of binding and examplesMichael Schroeder5-136/+259
2011-03-17- fix pysolv typoMichael Schroeder1-1/+1
2011-03-16- finish rbsolvMichael Schroeder2-15/+84
2011-03-16- finish rbsolv repository handlingMichael Schroeder4-7/+101
2011-03-16- added TransactionClass, more rbsolv portingMichael Schroeder4-140/+410
2011-03-15rbsolv: implement repo download and load callbackMichael Schroeder3-20/+316
2011-03-14- more ruby code, better array handling in solv.iMichael Schroeder4-198/+420