platform/upstream/libsolv.git
2008-01-31 Duncan Mac... xml store capabilities are parsed now.
2008-01-31 Duncan Mac... try to move split and join out
2008-01-31 Duncan Mac... initial support for different kinds and pattern/patch...
2008-01-30 Michael Schroeder- use namespace instead of solvable for languages
2008-01-30 Michael Schroeder- add optimization comment
2008-01-30 Michael Schroederallow empty strings
2008-01-30 Michael Schroeder- allow empty string space
2008-01-30 Michael MatzUse repodata_merge_attrs to implement =Shr again. ...
2008-01-30 Michael MatzSplit repodata_insert_keyid from repodata_set to create
2008-01-30 Michael MatzA subtle but fatal off-by-one.
2008-01-30 Michael MatzStoring the schema in front of the incore data releaves...
2008-01-30 Michael MatzDocument repodata_internalize a bit, after understandin...
2008-01-29 Michael MatzI'm fairly sure this is right. Probably untested code...
2008-01-29 Duncan Mac... compile
2008-01-29 Michael MatzIncrement needid[] of the right member.
2008-01-29 Michael Andresremove superfluous Pool argument in policy_illegal_...
2008-01-29 Michael Matzno comment
2008-01-29 Michael MatzSmall nit.
2008-01-29 Michael Schroeder- split assignment to shut up stupid g++ compiler
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
next