Problem.to_s and Decision.to_s
[platform/upstream/libsolv.git] / src /
2008-01-09 Michael Schroeder- rename xmalloc/... functions to sat_malloc, as we...
2008-01-08 Michael Schroeder- assertify
2008-01-08 Klaus Kaempffprintf line number immediately before calling abort()
2008-01-07 Michael Schroeder- also push level 1 rules on leanrt stack
2008-01-03 Stefan Schubertcomment added
2008-01-03 Stefan Schubertcomments added
2008-01-03 Stefan Schubertcomments
2007-12-30 Klaus Kaempfnegate p before use as offset
2007-12-30 Klaus Kaempfadd Decision (solver result element) and testcase
2007-12-28 Michael MatzMemory efficient representation of the dirtree (importa...
2007-12-27 Michael MatzEnable ATTR_INTLIST to contain zeros. Use the same...
2007-12-27 Michael MatzSome infrastructure for directory trees.
2007-12-27 Michael MatzI'll have a need for inserting substrings into a string...
2007-12-21 Michael Schroeder- add evrmatch
2007-12-21 Michael Schroeder- fix bug in repo_addid_dep
2007-12-21 Michael MatzImprove the page eviction a bit.
2007-12-20 Michael Schroeder- some bug fixes + stop handling, nothing fancy
2007-12-18 Michael MatzOne-valued types for media number. They can be encoded...
2007-12-18 Michael Schroeder- some more things to think about
2007-12-18 Michael Schroeder- do not exit on bad solv files
2007-12-17 Michael Schroeder- removed verticals for now to make work easier
2007-12-14 Michael Schroeder- forgot to store start and end of id block
2007-12-14 Michael Schroeder- some pieces of code for the unified lookup/search...
2007-12-11 Michael MatzHandle most of the susetags tags. Major exception...
2007-12-10 Michael Schroeder- use schema in repodata to make it extendible
2007-12-10 Michael Andresinclude stdio
2007-12-10 Michael Schroeder- add evrcmp mode parameter
2007-12-08 Michael MatzPfeww. I'm tired, but now you can add refers from...
2007-12-08 Michael MatzI'm going to use the file info block real soon now...
2007-12-08 Michael MatzAlso activate paging for embedded attr stores.
2007-12-08 Michael MatzPull together attribute store and repo. dumpsolv actua...
2007-12-08 Michael MatzLet's make it compile, shall we?
2007-12-08 Michael MatzStart moving the attribute store into the library.
2007-12-07 Michael MatzMake the attrstore types available generally.
2007-12-07 Stefan Schubertreverted concerning noupdateprovide
2007-12-07 Stefan Schubertbugfix if whatprovides,... does not exist
2007-12-06 Michael Schroederadded some DEBIAN_SEMANTICS
2007-12-06 Stefan Schubertadded logging, description
2007-12-06 Michael Schroeder- cleanup code a bit
2007-12-06 Michael MatzWhile trying to regenerate the testsuite I noticed...
2007-12-06 Michael Matzprefix-code the string store, difference-code the depen...
2007-12-04 Michael Schroeder- switch to new solv format using schemata
2007-11-30 Stephan KulowI hope that's ok to get the bindings going
2007-11-29 Stefan Schubertdo not regard recommends of installed items
2007-11-29 Michael Schroeder- prefer assertions to make coolo happy
2007-11-29 Stefan Schubertbugfix
2007-11-29 Michael Schroeder- rename findproblemrule to solver_findproblemrule
2007-11-29 Michael Schroeder- make schubi's job much easier by providing nice helpe...
2007-11-28 Michael Schroeder- changed debug mechanism a bit, it is now part of...
2007-11-28 Michael Schroeder- fix false friend
2007-11-27 Stefan Schubertadding a callback definition for logging
2007-11-26 Stefan Schubertreplaced printf by a locking function
2007-11-22 Michael Schroeder- add extra disableupdaterules call to fix core dump
2007-11-21 Michael Andresuse SATSOLVER_ prefix in include guards
2007-11-19 Michael Schroeder- add solvable2str function to make things easier and...
2007-11-19 Michael Schroeder- add FOR_REPO_SOLVABLES repo iterator macro
2007-11-17 Michael Schroeder- some more cleanup
2007-11-17 Michael Schroeder- add problem traversal abstraction functions for schubi
2007-11-17 Michael Schroeder- changed repo interface a bit, now alloc/free handle...
2007-11-17 Michael Schroeder- move (disabled) into printrule
2007-11-16 Michael Schroeder- log complete proof
2007-11-16 Michael Schroeder- add solvable allocation functions
2007-11-16 Michael Schroeder- fix memory consumption issue
2007-11-16 Michael Schroeder- begone rc_output. and there was much rejoicing.
2007-11-16 Michael Schroeder- as we now always keep the learnt rules we can clean...
2007-11-16 Michael MatzReduce C&P code by factoring out the uniquifying string...
2007-11-16 Stefan Schubertcomments added
2007-11-16 Stefan Schubertlogging added; fixed output of printdecisions
2007-11-16 Stefan Schubertlogging
2007-11-15 Michael Schroeder- speed solving up a bit by not removing learnt rules...
2007-11-15 Stefan Schubertadded more comments
2007-11-14 Michael Schroeder- some small beautifications
2007-11-14 Michael Schroeder- allow repositories that don't consist of a single...
2007-11-14 Stefan Schubertadded more logging
2007-11-14 Michael Schroeder- delete superfluous debug statements
2007-11-14 Michael Schroeder- fix schubi's indenting
2007-11-14 Klaus Kaempfand the winner is ...
2007-11-14 Stefan Schubertprintf fixed
2007-11-13 Michael Andresfix to compile
2007-11-13 Stefan Schubertadded more logging
2007-11-13 Michael Schroeder- cleanup repo handlin API
2007-11-13 Stefan Schubertadded more logging
2007-11-12 Michael Schroeder- make refine_suggestion static again
2007-11-12 Michael Schroeder- always refine solutions, put result in problem queue
2007-11-10 Michael Schroeder- oops, I wonder why the testsuite doesn't catch typos...
2007-11-10 Michael Schroeder- fix stupid bug
2007-11-10 Michael Schroeder- moved some policy functions to policy.h
2007-11-09 Stefan Schubertdoc added
2007-11-09 Klaus KaempfFix x64_86 build which exits with
2007-11-08 Stefan Schubertrefine_suggestion
2007-11-08 Michael Schroeder- implement branching and solution callback
2007-11-08 Michael Schroeder- add a license
2007-11-07 Michael Schroeder- move policy-ruby.c into ruby dir
2007-11-06 Duncan Mac-Vicar Pdisable ruby policy because it breaks libzypp
2007-11-01 Klaus KaempfFirst try on a (ruby based) policy engine
2007-10-31 Michael Schroeder- do not be that verbose
2007-10-31 Michael Schroeder- fix bug in last bugfix
2007-10-31 Michael Schroeder- allow downgrade for INSTALL_SOLVABLE
2007-10-30 Michael Schroeder- stuff to discuss
2007-10-30 Michael Schroeder- add vendor change policy (but fixes no test case...
next