pysolv: more python3 adaptions
[platform/upstream/libsolv.git] / tools /
2008-10-09 Michael Schroeder- the big solv data change
2008-10-02 Michael Andres- Product arttributes: removed FLAVOR and REFERENCES...
2008-10-01 Duncan Mac-Vicar Pcpename -> cpeid
2008-10-01 Michael Schroeder- support repomd pattern.xml
2008-09-30 Michael Andres- repo_content.c: fix broken dependency parsing.
2008-09-29 Michael Andresrpms2solv failed to write out most solvable data (bnc...
2008-09-26 Klaus Kaempfbnc#429177
2008-09-25 Duncan Mac-Vicar Pkeywords in a more consistant format like current tags
2008-09-25 Duncan Mac-Vicar Psupport keywords in susedata
2008-09-24 Klaus Kaempfre-add parsing of /etc/<xyz>-release (got lost in trans...
2008-09-22 Duncan Mac-Vicar P- refactor the repository matching with products, not...
2008-09-22 Michael Schroeder- fix indent (bleah! who wrote that stuff?)
2008-09-22 Michael Schroeder- fix indentation
2008-09-22 Duncan Mac-Vicar Psave the timestamp only once
2008-09-22 Duncan Mac-Vicar P- add CPE (Common Platform Enumeration) attribute to...
2008-09-22 Michael Schroeder- make solvable creation easier to understand
2008-09-22 Michael Schroeder- replace split() with more convenient splitword()
2008-09-19 Michael Schroeder- copy parser swtab fix from Matz into other files
2008-09-19 Michael Schroeder- sanitize a bit
2008-09-19 Michael Schroeder- clean up mess
2008-09-18 Duncan Mac-Vicar Pfix segfault in multiarch parsing (bnc#427271)
2008-09-12 Duncan Mac-Vicar Psupport for susedata.xml
2008-09-12 Duncan Mac-Vicar Pwrite the registration values to the solv file
2008-09-12 Duncan Mac-Vicar Pstore the string, not predefine types
2008-09-12 Duncan Mac-Vicar Pforgot register url
2008-09-12 Duncan Mac-Vicar Pmake url ids extensible and fix parsers.
2008-09-12 Duncan Mac-Vicar Pstart to parse missing urls (blocker :-( )
2008-09-12 Duncan Mac-Vicar P- add repo_add_poolstr_array
2008-09-11 Duncan Mac-Vicar Pupdate repository matching
2008-09-10 Duncan Mac-Vicar P- fixed attributes, thanks matz!
2008-09-10 Duncan Mac-Vicar Padapt repo_content to create one product per base arch...
2008-09-10 Michael Andresno printf
2008-09-10 Michael Andres- repo_products: Parse schemeversion, propagate product
2008-09-10 Michael Schroeder- bring side data handling into better shape
2008-09-10 Duncan Mac-Vicar Paccept PATTERNS tag, but gnore it
2008-09-09 Klaus Kaempfrevert last change
2008-09-09 Klaus Kaempf- rpmdb2solv changes:
2008-09-09 Klaus Kaempf- fix bug when parsing multiple products
2008-09-09 Duncan Mac-Vicar Pforgot this
2008-09-09 Michael Andres- Reenable -Werror and fix bindings.
2008-09-09 Duncan Mac-Vicar Pdont enable -Werror for bindings, swig sucks too much
2008-09-08 Klaus Kaempfsilently skip unknown tags
2008-09-05 Klaus Kaempfremove duplicate repodata_internalize
2008-09-05 Klaus Kaempfbackup checkin, still not fully functional
2008-09-05 Klaus Kaempfadapt to -release package format
2008-09-05 Klaus Kaempfbuildservice decide on '.prod' suffix
2008-09-05 Michael Andrestools/repo_susetags.c: Parse packages vendor
2008-09-04 Michael Schroeder- fix indentation
2008-09-04 Klaus Kaempf- tools/rpmdb2solv: Adapt to xml-based /etc/products.d
2008-09-03 Klaus Kaempf- switch /etc/products.d from .prod (ini format) to...
2008-09-03 Klaus Kaempfinput to makeevr is const
2008-09-01 Michael Schroeder- implement otherproviders()
2008-08-25 Michael Schroeder- fix offbyone
2008-08-25 Michael Schroeder- fix memory leaks, clean up a bit
2008-08-22 Duncan Mac-Vicar Pkeep the states on 1st column in order, fixes losing...
2008-08-22 Duncan Mac-Vicar Pno longer needed
2008-08-22 Duncan Mac-Vicar P- add support for arbitrary extendable metadata using...
2008-08-15 Klaus Kaempfensure existance of product solvable (bnc#417594)
2008-08-15 Klaus Kaempf- follow /etc/products.d/baseproduct and mark product...
2008-08-15 Klaus Kaempfrpmdb2solv:
2008-08-14 Klaus Kaempffix diskusagexml2solv install
2008-08-14 Klaus Kaempffix file name
2008-08-14 Klaus Kaempfparse diskusage.xml
2008-08-14 Klaus Kaempfadd 'diskusage' to comment
2008-08-14 Klaus Kaempfremove diskusage and translation parsing preparations...
2008-08-13 Klaus Kaempfprovide solvable:installtime for product solvables
2008-08-13 Michael MatzSupport searching in filelists via the dataiterator...
2008-08-13 Klaus Kaempfdocument usage
2008-08-13 Klaus Kaempfif -r (root dir) is given, its also honored by -p ...
2008-08-12 Klaus Kaempfrpm_add_rpmdb is called from bindings, create own repod...
2008-08-12 Klaus Kaempfadapt repo_products (/etc/products.d/*.prod parsing...
2008-08-11 Klaus Kaempfparse /etc/products.d/*.prod for installed products
2008-08-11 Klaus Kaempfprepare for parsing 'installed' products
2008-08-11 Klaus Kaempfprepare for diskusage.xml
2008-08-07 Duncan Mac-Vicar Pimplement relogin suggested
2008-08-07 Michael Andres- Susetags: Allow whitespace in file provides generated...
2008-08-06 Duncan Mac-Vicar P- implement product handling using buddy packages
2008-08-04 Klaus Kaempfparse 'content' to separate 'product:...' solvable...
2008-08-04 Klaus Kaempfprepare to parse diskusage and translations through...
2008-08-01 Duncan Mac-Vicar Pwhile trying to support package metadata extensions...
2008-08-01 Klaus Kaempfupdate susetags parser for Code11
2008-08-01 Duncan Mac-Vicar Pbah revert... you dreamer
2008-08-01 Duncan Mac-Vicar P- repo_helix does not belong to sat solver core
2008-08-01 Duncan Mac-Vicar P- remove old code used to parse the old xml store,...
2008-07-21 Michael Schroeder- no more freshens. R.I.P.
2008-07-11 Duncan Mac-Vicar P- make repo2solv.sh also take repomd.xml in count
2008-07-11 Michael Schroeder- set packager/distribution
2008-07-11 Duncan Mac-Vicar P- Implementation of infrastructure for
2008-07-09 Michael Andres- Fix repo_content dependency parsing. Parser may lose...
2008-06-30 Duncan Mac-Vicar Pforward ports from 11.0 branch
2008-06-27 Michael Schroeder- add support for the package's URL [bnc#402434]
2008-05-30 Michael Schroeder- do not add self-provides for src rpms
2008-05-30 Michael Schroeder- make finish_solvable() static
2008-05-30 Michael Schroeder- make code easier to understand
2008-05-27 Klaus Kaempf- prepare for tools testing
2008-05-22 Stephan KulowIt happened again: the worst C programmer alive tried...
2008-05-19 Jan Kupec- added delta target package evra parsing
2008-05-15 Michael MatzVery mean cause for random segfaults of susetags2solv.
2008-05-13 Duncan Mac-Vicar Puse repodata_set_void for pattern visible attr
2008-05-13 Michael Schroeder- expand mergesolv a bit
next