Unbreak things.
[platform/upstream/libsolv.git] / src /
2008-02-15 Klaus Kaempfremove 'kind' handling ( will re-appear in applayer...
2008-02-14 Klaus Kaempfadd a generic attribute lookup function 'repo_lookup'
2008-02-14 Michael MatzCleanup a bit.
2008-02-14 Klaus Kaempfmore comments
2008-02-14 Klaus Kaempffix comment
2008-02-14 Klaus KaempfTYPE_xxx should be enum, no ?
2008-02-14 Klaus Kaempffix and document parameters of Repokey
2008-02-12 Klaus Kaempfadapt to reality
2008-02-12 Michael MatzIntroduce pool->considered. A map to select a subset...
2008-02-12 Stefan Schubert- Moving helix parser to the API
2008-02-11 Michael MatzMore subtle errors in (up to now) untested code paths...
2008-02-11 Stephan Kulowget rid of -O3 in debug builds
2008-02-11 Michael MatzAlways initialize outgoing vars (probable cause for...
2008-02-10 Duncan Mac-Vicar Pcompile
2008-02-10 Duncan Mac-Vicar Pcompile
2008-02-10 Michael MatzSupport for generating separate sub files and bugfixes...
2008-02-08 Duncan Mac-Vicar Pfix typo, it compiles with or without typo uh?
2008-02-08 Michael Matzdata can validly be 0, in which case we never have...
2008-02-07 Klaus Kaempfhonor Solver.limittokind
2008-02-07 Klaus Kaempfprepare limittokind
2008-02-07 Stefan Schubertcleanup
2008-02-07 Klaus Kaempfintroduce Solvable.kind to remove the need for strcmp...
2008-02-06 Michael MatzFix merge_attrs, so that not (e.g.) two medianr attribu...
2008-02-06 Michael MatzMake repo_lookup_num work.
2008-02-06 Stefan SchubertPrefer installed solvables first if there are two avail...
2008-02-06 Duncan Mac-Vicar Pexpose repo_lookup_str and add lookup_num (nonworking)
2008-02-06 Michael MatzI understand the solver a bit now , enough to hack...
2008-02-05 Michael Andresfix segv when str2id(pool,NULL)
2008-02-05 Michael MatzIterating over the literals of a rule requires setting...
2008-02-04 Stefan Schubertadded pool to arguments
2008-01-30 Michael Schroeder- use namespace instead of solvable for languages
2008-01-30 Michael Schroederallow empty strings
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-Vicar Pcompile
2008-01-29 Michael Andresremove superfluous Pool argument in policy_illegal_...
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 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 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
next