- add rpmdbcookie support
[platform/upstream/libsolv.git] / tools /
2008-05-07 Michael Schroeder- add rpmdbcookie support
2008-05-07 Michael Schroeder- convert summary/description/authors to utf8
2008-05-02 Michael MatzParse also DISTPRODUCT and DISTVERSION (for registratio...
2008-04-27 Michael Matz(De-)Serialize structured types. Dataiterator and...
2008-04-25 Stephan Kulowinit to compile
2008-04-25 Michael Schroeder- fix anchoring of filelist data
2008-04-25 Michael Schroeder- add support for susetags filelist
2008-04-24 Michael MatzFix content parsing if PRODUCT isn't the first entry.
2008-04-21 Klaus Kaempfdetect and skip empty lines (bnc#381828)
2008-04-17 Michael MatzFix parsing dep lines of content files (bnc #380396).
2008-04-14 Michael MatzAdd REPOKEY_TYPE_COUNTED type (for arrays of structures).
2008-04-14 Michael MatzEULA is also a translatable text. Also compress transl...
2008-04-14 Michael MatzPreparation for structured types. The repodata_set_...
2008-04-10 Klaus Kaempffix evr/arch mixup
2008-04-09 Klaus Kaempfmake things more consistent: update:reference:url ...
2008-04-09 Klaus Kaempfconvert <references> and <collection> as multiple array...
2008-04-09 Duncan Mac-Vicar P- add support for parsing updateinfo.xml from repo2solv...
2008-04-08 Klaus Kaempfwrite UPDATE_COLLECTION
2008-04-07 Klaus Kaempfgenerate architecture dependencies for the patch->packa...
2008-04-07 Klaus Kaempfuse 'repodata_set_void()' for boolean attributes
2008-04-07 Klaus Kaempfparse <package-manager/> to 'update:restart' attribute
2008-04-07 Klaus Kaempfparse <reboot-needed/> to 'update:reboot' attribute
2008-04-07 Klaus Kaempfmake patches 'noarch'
2008-04-07 Klaus Kaempfsupport <restart_suggested>
2008-04-07 Klaus Kaempffix include
2008-04-06 Jan Kupec- print also global solvable id
2008-04-05 Stephan Kulowmore of these init variables
2008-04-05 Stephan Kulowtrying to fix compilation
2008-04-04 Klaus KaempfParses updateinfo.xml now and creates .solv file like...
2008-04-04 Klaus Kaempfbackup: doesn't crash anymore
2008-04-03 Michael MatzSupport loading/dumping multiple repos, and some testco...
2008-04-01 Michael MatzWorking but for now inactive code to support non-solvab...
2008-03-28 Michael MatzLet's be more forgiving and fix compilation without...
2008-03-28 Michael MatzDoesn't build -> revert.
2008-03-28 Duncan Mac-Vicar Pbackup
2008-03-25 Michael Schroeder- make it work with really large directories
2008-03-24 Stephan Kulowsupport plaindir repos (at least some)
2008-03-24 Stephan Kulowinstall
2008-03-21 Michael Schroeder- also set installtime, downloadsize and license
2008-03-20 Michael Schroeder- prepend "pattern:" to Extends/Include
2008-03-20 Michael Schroeder- also dump sha256
2008-03-20 Michael Schroeder- clean up a bit
2008-03-20 Michael MatzTrigger cruisecontrol.
2008-03-19 Michael MatzSupport new types for MD5 and SHA1 checksums (stored...
2008-03-19 Michael Schroeder- fix memory leak
2008-03-19 Michael MatzStore pattern order, includes, extends, category and...
2008-03-19 Michael Schroeder- only add info block if there are file provides
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-14 Michael Schroeder- fixed ugly bug that made repo_write drop the first...
2008-03-14 Michael Schroeder- do away with printdir
2008-03-14 Michael Schroeder- add repodata_dir2str function
2008-03-13 Duncan Mac-Vicar Pcompile on other distros
2008-03-12 Michael MatzTrigger build in CruiseControl.
2008-03-10 Michael MatzStore the susetags datadir as an attribute to the produ...
2008-03-07 Michael MatzMake rpmdb2solv reasonably fast again.
2008-03-07 Michael Schroeder- handle the poolusage=3, dirpoolusage=2 case a bit...
2008-03-07 Michael Schroeder- make it parse patterns (a bit of a hack, though)
2008-03-06 Michael Schroeder- add localpool parameter
2008-03-05 Michael Schroeder- do not try to open DB_CONFIG in current directory...
2008-03-05 Michael Schroeder- replace exit() with return, oops
2008-03-05 Michael Schroeder- support -b option
2008-03-05 Michael Schroeder- support header-range and sourcerpm in repo_rpmmd
2008-03-05 Michael Schroeder- create sourcerpm data
2008-03-04 Michael Schroeder- fix susetags2solv -b bugs
2008-03-03 Michael Schroeder- add void entry for mediadir
2008-03-03 Michael Schroeder- add '-d' option to susetags2solv, reads all packages...
2008-02-29 Michael Schroeder- new program
2008-02-29 Michael Schroeder- change solv format in an incompatible way, breaking...
2008-02-25 Michael Schroeder- make it even more correct
2008-02-24 Michael MatzDump more attribute types.
2008-02-24 Stephan Kulowdon't free 3.2 T on update
2008-02-24 Stephan Kulowexit if there is an error opening the old solv
2008-02-23 Stephan Kulowintegrate the installsize in the @system, so that
2008-02-23 Michael MatzAn iterator interface to attributes. Supports the...
2008-02-22 Stephan Kulowfinish root support
2008-02-21 Michael MatzIt's important that mediafile doesn't contain the direc...
2008-02-20 Michael Schroeder- fix bugs in pool merging code
2008-02-20 Michael Schroeder- fix memory leaks
2008-02-20 Michael Schroeder- link against rpmdb, not db43
2008-02-19 Michael Schroeder- currently, the dirpool code relies on the fact that...
2008-02-19 Michael Schroeder- patch memory leaks
2008-02-19 Michael Schroeder- remove numpacks support, it's not worth the trouble
2008-02-19 Klaus Kaempfsave patch timestamp, category, summary and description
2008-02-19 Klaus Kaempfno debug
2008-02-19 Klaus Kaempfsave patch timestamp as attribute
2008-02-19 Stephan Kulowsignal broken factory repo
2008-02-18 Michael Schroeder- make rpmdb record summary, description, buildtime...
2008-02-18 Michael Schroeder- use SEARCH_NO_STORAGE_SOLVABLE instead of duplication...
2008-02-18 Michael Schroeder- write the correct marker
2008-02-18 Klaus Kaempfcomments added
2008-02-18 Klaus Kaempfpass column number to error message
2008-02-18 Michael Andresreturn error, if *2solv helpers do
2008-02-18 Klaus Kaempfadd column to error output
2008-02-16 Stephan Kulowsomehow the -Wall got lost in the debug build - fix
2008-02-15 Michael Schroeder- add static noise
2008-02-15 Michael MatzAlso split sequence_info of deltarpms.
2008-02-15 Klaus Kaempffind out who's who on parse error
2008-02-15 Klaus KaempfArgh, can't code Bash properly
2008-02-15 Klaus Kaempfadd help to rpmmd2solv and patchxml2solv
next