warning
[platform/upstream/libsolv.git] / src /
2008-08-13 Michael MatzSupport searching in filelists via the dataiterator...
2008-08-07 Duncan Mac-Vicar Pimplement relogin suggested
2008-08-04 Klaus Kaempfrevert PRODUCT_xxx to SOLVALBLE_xxx
2008-08-01 Klaus KaempfPRODUCT_* id's
2008-08-01 Klaus Kaempffix comment
2008-08-01 Duncan Mac-Vicar Pbah revert... you dreamer
2008-08-01 Duncan Mac-Vicar P- repo_helix does not belong to sat solver core
2008-07-24 Klaus Kaempffix prototype
2008-07-22 Michael Schroeder- resolve job rules before installing system packages...
2008-07-21 Michael Schroeder- no more freshens. R.I.P.
2008-07-11 Michael Schroeder- add missing prototype
2008-07-11 Michael Schroeder- add Packager, Build Host, Distribution
2008-07-11 Michael Schroeder- disallow arch/vendor changes even if the package...
2008-07-11 Duncan Mac-Vicar P- Implementation of infrastructure for
2008-06-30 Duncan Mac-Vicar Pforward ports from 11.0 branch
2008-06-27 Michael Schroeder- add support for the package's URL [bnc#402434]
2008-06-05 Michael Schroeder- do not reorder binary rules if they are not rpm rules...
2008-05-30 Michael Schroeder- make enableweakrules() static
2008-05-30 Michael Schroeder- cleanup (oops)
2008-05-30 Michael Schroeder- calculate recommendation list also if ignorealreadyre...
2008-05-27 Michael Schroeder- change and/or/with to more symbolic versions ('|...
2008-05-23 Michael Schroeder- add "ignorealreadyrecommended" aka "zypper" solver...
2008-05-21 Michael Schroeder- allow <pkg>.src matching, could be used in zypper...
2008-05-19 Jan Kupec- added delta target package evra parsing
2008-05-19 Duncan Mac-Vicar Pmake solvable_look_bool more robust by allowing both
2008-05-14 Klaus Kaempf- more comments
2008-05-14 Michael Schroeder- ignore obsoletes in trivial test for now
2008-05-14 Michael Schroeder- change some comments
2008-05-13 Klaus Kaempfreverting last change
2008-05-13 Michael Schroeder- remove strange comment
2008-05-13 Klaus Kaempffix comments
2008-05-13 Klaus Kaempfadd comment
2008-05-13 Michael Schroeder- fix comments
2008-05-13 Duncan Mac-Vicar Pa boolean is not a num attribute set to 1, but just...
2008-05-13 Michael Schroeder- fix comment
2008-05-13 Michael Schroeder- fix comment
2008-05-13 Michael Schroeder- support SOLVER_NOOBSOLETES* jobs, tell the solver...
2008-05-13 Klaus Kaempf- lots and lots of comments to make the internals
2008-05-13 Klaus Kaempfadd comments
2008-05-13 Klaus Kaempfadd comment
2008-05-11 Duncan Mac-Vicar P- deltainfoxml2solv now writes the information out
2008-05-09 Michael AndresParse the products LABEL in content file to SUMMARY.
2008-05-09 Michael Schroeder- add pool_id2langid function
2008-05-09 Michael Schroeder- move attributes to knownid
2008-05-07 Michael Schroeder- speed up array creation a bit by caching last values
2008-05-07 Michael Schroeder- add rpmdbcookie support
2008-05-06 Michael Schroeder- add pool_match_nevr() to match a single solvable...
2008-05-06 Michael Schroeder- shuffle rule blocks so that feature rules come before...
2008-04-30 Michael Schroeder- speed up solver a bit by creating a queue holding...
2008-04-30 Michael Schroeder- oops, forgot some changes
2008-04-30 Michael Schroeder- add obsoleteusesprovides and implicitobsoleteusesprov...
2008-04-28 Michael Schroeder- make --force behave a bit more like --noforce
2008-04-27 Michael MatzI promised this to Jano; skipping kinds in matcher...
2008-04-27 Michael Matz(De-)Serialize structured types. Dataiterator and...
2008-04-25 Michael Schroeder- add two assertions
2008-04-25 Michael Schroeder- add bugzilla reference
2008-04-23 Michael Schroeder- schubi convinced me to invert the flag, so that installed
2008-04-23 Michael Schroeder- add "showinstalledrecommended" option to make the...
2008-04-22 Michael Schroeder- do not delete negative bitfield entries [bnc#381908]
2008-04-22 Michael MatzFix compile.
2008-04-22 Michael Schroeder- move debug functions to solverdebug.c
2008-04-21 Michael Schroeder- fix endless loop
2008-04-20 Stephan Kulowinit to build
2008-04-18 Michael Schroeder- add support for feature rules
2008-04-18 Michael MatzC++-guard also solver.h
2008-04-16 Michael Schroeder- fix probleminfo if solvable conflicts with itself...
2008-04-16 Michael Schroeder- fix segfault in solver (bnc#380406)
2008-04-16 Michael Schroeder- provide yet another interface to check if packages...
2008-04-15 Michael Schroeder- catch self conflicts (configurable)
2008-04-14 Michael MatzAdd REPOKEY_TYPE_COUNTED type (for arrays of structures).
2008-04-14 Michael MatzPreparation for structured types. The repodata_set_...
2008-04-11 Michael Schroeder- cleanup
2008-04-11 Michael Schroeder- change schubi debugging
2008-04-11 Michael Schroeder- add support for SOLVER_WEAKEN_SOLVABLE_DEPS, weakens...
2008-04-11 Michael Schroeder- clean up code a bit
2008-04-11 Michael Schroeder- oops
2008-04-11 Michael Schroeder- beautfy, rename & document
2008-04-11 Michael Schroeder- allow no conflictsmap
2008-04-11 Michael Schroeder- change DU interface to use installedmap, like the...
2008-04-10 Michael Schroeder- change interface for solvable_trivial_installable...
2008-04-09 Klaus Kaempfmake things more consistent: update:reference:url ...
2008-04-09 Klaus Kaempfdetailed IDs for update collection and reference
2008-04-09 Jan Kupec- enable regex matching in Dataiterator
2008-04-09 Michael MatzMake dataiterator_match available.
2008-04-08 Klaus Kaempfdefine UPDATE_COLLECTION
2008-04-08 Klaus Kaempfmore comments
2008-04-08 Klaus Kaempfmore comments
2008-04-08 Klaus Kaempfmake the difference between repodata_set_constant(...
2008-04-08 Klaus Kaempfmake numeric attribute type consistent with repodata...
2008-04-08 Klaus Kaempf- fix prototype for repodata_set_num()
2008-04-07 Klaus Kaempfdrop UPDATE_SEVERITY, use SOLVABLE_PATCHCATEGORY instead
2008-04-05 Stephan KulowI guess this was intended
2008-04-04 Michael Schroeder- fix bug
2008-04-04 Michael Schroeder- add solvable_trivial_installable
2008-04-04 Michael Schroeder- support REL_ARCH
2008-04-04 Klaus Kaempfnew ids for patches
2008-04-04 Michael Schroeder- do unconflicting in a more elegant and not so damagin...
2008-04-04 Michael Schroeder- fix core dump, sorry
2008-04-04 Stefan Schubertadded attributes to the helix-format
2008-04-03 Michael MatzDataiterator can walk over multiple repos now (SEARCH_A...
next