autobuild submission
[platform/upstream/libsolv.git] / src /
2008-03-11 Michael Schroeder- Fix off by one (*blush*)
2008-03-11 Michael Schroeder- delete wrong comment. the learnt rule cannot be added...
2008-03-10 Michael Schroeder- fix learnt rule assertion in a different way
2008-03-07 Michael MatzMake rpmdb2solv reasonably fast again.
2008-03-07 Michael Schroeder- add recommendations queue so that it can be displayed...
2008-03-06 Michael Schroeder- beautify a bit
2008-03-06 Michael MatzMan! Very embarassing for a compiler developer :-/
2008-03-06 Stefan Schubertlayout
2008-03-06 Michael Schroeder- use dep2str for erase name to make debugging easier
2008-03-05 Michael Schroeder- add HEADEREND
2008-03-04 Michael Schroeder- add namespace:filesystem support to fix_legacy
2008-03-04 Michael Schroeder- fix attribute merge when there's nothing to merge
2008-03-04 Michael Schroeder- clean up tmp space management
2008-03-03 Michael Schroeder- support not-seekable files again
2008-03-03 Michael Schroeder- do not use i twice (fixes #366548)
2008-03-03 Michael Schroeder- fix mem leaks
2008-03-03 Michael Schroeder- use correct variable (hopefully fixes #366548)
2008-03-03 Michael Schroeder- fix bug in solv loading callback
2008-02-29 Michael Schroeder- change solv format in an incompatible way, breaking...
2008-02-24 Michael MatzImplement iterating also over solvable data.
2008-02-23 Michael MatzAn iterator interface to attributes. Supports the...
2008-02-21 Stefan Schubert- do not grow whatprovides if it is not allocated
2008-02-21 Klaus Kaempfre-compute 's' pointer while iterating repo solvables...
2008-02-20 Michael Schroeder- fix file descriptor leak
2008-02-20 Michael Schroeder- fix memory leaks
2008-02-20 Michael Schroeder- no longer needed
2008-02-19 Michael Schroeder- fix memory leaks
2008-02-18 Michael Schroeder- bring duchange code to life
2008-02-18 Michael Schroeder- free repodata memory
2008-02-18 Michael Schroeder- strip trailing slashes from splitprovides so that...
2008-02-18 Michael Schroeder- allow complex deps in INSTALL/ERASE_NAME jobs
2008-02-17 Michael MatzCompress a bit better and faster.
2008-02-16 Stephan Kulowsomehow the -Wall got lost in the debug build - fix
2008-02-15 Michael Schroeder- really support DIRSTRARRAY type
2008-02-15 Michael Schroeder- add pool_search() function to search the pool
2008-02-15 Michael MatzRead version 6 files, but don't expose to outside.
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
next