- deltainfoxml2solv now writes the information out
[platform/upstream/libsolv.git] / src /
2008-05-11 Duncan Mac-Vicar P- deltainfoxml2solv now writes the information out
2008-05-09 Michael AndresParse the products LABEL in content file to SUMMARY.
2008-05-09 Michael Schroeder- add pool_id2langid function
2008-05-09 Michael Schroeder- move attributes to knownid
2008-05-07 Michael Schroeder- speed up array creation a bit by caching last values
2008-05-07 Michael Schroeder- add rpmdbcookie support
2008-05-06 Michael Schroeder- add pool_match_nevr() to match a single solvable...
2008-05-06 Michael Schroeder- shuffle rule blocks so that feature rules come before...
2008-04-30 Michael Schroeder- speed up solver a bit by creating a queue holding...
2008-04-30 Michael Schroeder- oops, forgot some changes
2008-04-30 Michael Schroeder- add obsoleteusesprovides and implicitobsoleteusesprov...
2008-04-28 Michael Schroeder- make --force behave a bit more like --noforce
2008-04-27 Michael MatzI promised this to Jano; skipping kinds in matcher...
2008-04-27 Michael Matz(De-)Serialize structured types. Dataiterator and...
2008-04-25 Michael Schroeder- add two assertions
2008-04-25 Michael Schroeder- add bugzilla reference
2008-04-23 Michael Schroeder- schubi convinced me to invert the flag, so that installed
2008-04-23 Michael Schroeder- add "showinstalledrecommended" option to make the...
2008-04-22 Michael Schroeder- do not delete negative bitfield entries [bnc#381908]
2008-04-22 Michael MatzFix compile.
2008-04-22 Michael Schroeder- move debug functions to solverdebug.c
2008-04-21 Michael Schroeder- fix endless loop
2008-04-20 Stephan Kulowinit to build
2008-04-18 Michael Schroeder- add support for feature rules
2008-04-18 Michael MatzC++-guard also solver.h
2008-04-16 Michael Schroeder- fix probleminfo if solvable conflicts with itself...
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)
next