platform/upstream/libsolv.git
2008-01-29 Michael Schroeder- add key filtering to repo_write
2008-01-28 Stefan SchubertAdded callbacks for policy handling.
2008-01-25 Michael Schroeder- add dirpool support
2008-01-18 Klaus Kaempfintroduce 'Covenants' as a generic representation of...
2008-01-17 Michael MatzVery subtle sign/zero-extension bug occuring on 64bit.
2008-01-15 Michael Schroeder- add dir reading code to solv reader
2008-01-14 Michael MatzLet's give fastlz a license, shall we?
2008-01-14 Michael MatzIt's nicer to represent the special numbers as TYPE_VOI...
2008-01-14 Stephan Kulowpackage submitted
2008-01-14 Stefan Schubertreduced looging
2008-01-14 Michael Schroeder- add evrcmp_str for ma
2008-01-11 Michael Schroeder- fix support for splitprovides
2008-01-09 Michael Schroeder- clarify
2008-01-09 Stefan Schubertdocu added
2008-01-09 Michael Schroeder- beautify a bit
2008-01-09 Klaus KaempfProblem.to_s and Decision.to_s
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-08 Stephan Kulowsync with autobuild
2008-01-08 Stephan Kulowprepare another autobuild round
2008-01-07 Michael Schroeder- also push level 1 rules on leanrt stack
2008-01-07 Klaus Kaempfupdate to current solver format (data taken from 10...
2008-01-07 Klaus Kaempfset pool architecture
2008-01-04 Klaus Kaempfadapt to swig bindings (incomplete, non-working)
2008-01-04 Klaus Kaempffurther steps towards Perl bindings, still incomplete
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 Klaus Kaempffix examples/ruby/basic.rb
2007-12-28 Michael MatzInstall content2solv.
2007-12-28 Michael MatzMemory efficient representation of the dirtree (importa...
2007-12-27 Michael MatzNo idea why I had this as intlist.
2007-12-27 Michael MatzParse also +Dir:, i.e. the packages.DU file. For now...
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-22 Duncan Mac... fix example broken by module renames
2007-12-22 Klaus Kaempfprepare to pass rootdir for reading rpmdb from other...
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-21 Michael MatzLet's not compare strings in an if-cascade or lookup...
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 Schroeder- beautify
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-08 Michael MatzA helper function for embedded attributes in SOLV files.
2007-12-07 Michael MatzMake the attrstore types available generally.
2007-12-07 Michael MatzFiddling with writing without fiddling with reading...
2007-12-07 Michael MatzWork around the schema problem for now without changing...
2007-12-07 Michael MatzAs I don't want to merge and map local strings, I need...
2007-12-07 Michael MatzMake the attribute names part of the string pool, so...
2007-12-07 Stefan Schubertreverted concerning noupdateprovide
2007-12-07 Stefan Schubertbugfix if whatprovides,... does not exist
2007-12-07 Michael MatzNearly use the SOLV format for the attribute store...
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 Stefan Schubertupdate for libzypp integration
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-28 Klaus Kaempffix typo
2007-11-27 Stefan Schubertadding a callback definition for logging
2007-11-26 Stefan Schubertreplaced printf by a locking function
2007-11-25 Michael MatzAdvancing to the next solvable needs to happen a poster...
2007-11-25 Michael MatzFix mergesolv for repos with holes.
2007-11-25 Michael MatzFix rpmdb2solv, reused solvables must retain their...
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-20 Michael Andresadded Makefile.cvs
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
next