- fix segfault in solver (bnc#380406)
[platform/upstream/libsolv.git] / src /
2008-04-16 Michael Schroeder- fix segfault in solver (bnc#380406)
2008-04-16 Michael Schroeder- provide yet another interface to check if packages...
2008-04-15 Michael Schroeder- catch self conflicts (configurable)
2008-04-14 Michael MatzAdd REPOKEY_TYPE_COUNTED type (for arrays of structures).
2008-04-14 Michael MatzPreparation for structured types. The repodata_set_...
2008-04-11 Michael Schroeder- cleanup
2008-04-11 Michael Schroeder- change schubi debugging
2008-04-11 Michael Schroeder- add support for SOLVER_WEAKEN_SOLVABLE_DEPS, weakens...
2008-04-11 Michael Schroeder- clean up code a bit
2008-04-11 Michael Schroeder- oops
2008-04-11 Michael Schroeder- beautfy, rename & document
2008-04-11 Michael Schroeder- allow no conflictsmap
2008-04-11 Michael Schroeder- change DU interface to use installedmap, like the...
2008-04-10 Michael Schroeder- change interface for solvable_trivial_installable...
2008-04-09 Klaus Kaempfmake things more consistent: update:reference:url ...
2008-04-09 Klaus Kaempfdetailed IDs for update collection and reference
2008-04-09 Jan Kupec- enable regex matching in Dataiterator
2008-04-09 Michael MatzMake dataiterator_match available.
2008-04-08 Klaus Kaempfdefine UPDATE_COLLECTION
2008-04-08 Klaus Kaempfmore comments
2008-04-08 Klaus Kaempfmore comments
2008-04-08 Klaus Kaempfmake the difference between repodata_set_constant(...
2008-04-08 Klaus Kaempfmake numeric attribute type consistent with repodata...
2008-04-08 Klaus Kaempf- fix prototype for repodata_set_num()
2008-04-07 Klaus Kaempfdrop UPDATE_SEVERITY, use SOLVABLE_PATCHCATEGORY instead
2008-04-05 Stephan KulowI guess this was intended
2008-04-04 Michael Schroeder- fix bug
2008-04-04 Michael Schroeder- add solvable_trivial_installable
2008-04-04 Michael Schroeder- support REL_ARCH
2008-04-04 Klaus Kaempfnew ids for patches
2008-04-04 Michael Schroeder- do unconflicting in a more elegant and not so damagin...
2008-04-04 Michael Schroeder- fix core dump, sorry
2008-04-04 Stefan Schubertadded attributes to the helix-format
2008-04-03 Michael MatzDataiterator can walk over multiple repos now (SEARCH_A...
2008-04-03 Michael Schroeder- fix memory leak
2008-04-03 Michael MatzFix a segfault for existing but empty attribute lists.
2008-04-01 Michael MatzWorking but for now inactive code to support non-solvab...
2008-03-31 Michael Andresmissing solvable_lookup_bool implementation
2008-03-27 Michael Schroeder- truly restart when analyze_unsolvable is hit (fixes...
2008-03-20 Michael Schroeder- add lookup_id function
2008-03-20 Michael Schroeder- rename str_lang to str_poollang
2008-03-20 Michael Schroeder- init checksum type to zero (just in case)
2008-03-20 Michael Schroeder- add checksum lookup functions
2008-03-20 Michael Schroeder- clean up a bit
2008-03-20 Michael Schroeder- add some more signature ids
2008-03-20 Michael Schroeder- also support sha256
2008-03-19 Michael MatzSupport new types for MD5 and SHA1 checksums (stored...
2008-03-19 Michael Schroeder- beautify add_array code
2008-03-19 Michael MatzAdd functions to create IDARRAY attributes.
2008-03-19 Michael Schroeder- shut up g++
2008-03-19 Michael Schroeder- write addedprovides as rel_idarray to save some bytes
2008-03-19 Michael Schroeder- write info block containing addedprovides
2008-03-19 Michael Andressome more known ids for patterns
2008-03-18 Michael Schroeder- move known id definitions to one file, lets see if...
2008-03-17 Michael MatzInitialize all allocated array members for blocky array...
2008-03-14 Michael Schroeder- move change calculation into pool
2008-03-14 Michael Schroeder- add repodata_dir2str function
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
next