summaryrefslogtreecommitdiff
path: root/ext/repo_rpmmd.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-27Imported Upstream version 0.6.9upstream/0.6.9DongHun Kwak1-7/+15
2016-10-27Imported Upstream version 0.6.6upstream/0.6.6DongHun Kwak1-0/+2
2013-10-15remove obsolete states, add support for product type, fix flags parsingMichael Schroeder1-39/+41
2013-07-04be more tolerant about bad xml: an empty epoch attribute means no epochMichael Schroeder1-1/+1
2013-05-29repo_rpmmd: Parse optional baseurl.Zdenek Pavlas1-1/+6
2013-04-22small cleanup in id2strMichael Schroeder1-1/+1
2013-02-25support RPM_ADD_WITH_CHANGELOG in repo_add_rpmdbMichael Schroeder1-1/+1
2013-02-25add other.xml support to repomd parserMichael Schroeder1-0/+18
2013-01-31small cleanupsMichael Schroeder1-5/+0
2012-10-23support repository:repomd:size, cleanup code a bitMichael Schroeder1-33/+18
2012-10-08add repodata_set_sourcepkg and solvable_lookup_sourcepkg, fix solvable_get_lo...Michael Schroeder1-50/+2
2012-04-13- add pool_error and pool_errstr. get rid of lots of exit() calls.Michael Schroeder1-15/+31
2012-03-28- incompatible ABI change: switch num over to unsigned long long and store si...Michael Schroeder1-5/+5
2012-03-23- add repo_mdk_add_info() function to parse the M&M info.xml fileMichael Schroeder1-1/+1
2012-03-19- more cleanup and return type fixesMichael Schroeder1-20/+20
2012-02-20- fix comparisons in commit_diskusage()Michael Schroeder1-6/+6
2012-02-20- make file list conversion twice as fast by adding a 1k dir cacheMichael Schroeder1-0/+1
2012-02-17- hide repodata internals (needed to move repo_write from ext to src for this)Michael Schroeder1-1/+1
2012-02-07- add join_dup helper, cleanup codeMichael Schroeder1-5/+2
2012-02-07- use join2 for temp store of the language instead of strdupMichael Schroeder1-8/+7
2012-02-06- get rid of static variables used by join2Michael Schroeder1-5/+6
2012-02-06- clean up repo parsing codeMichael Schroeder1-41/+45
2012-01-17Make more C89 and POSIX compliantIngo Weinhold1-2/+3
2011-07-12- rename all sat_ to solv_Michael Schroeder1-20/+20
2011-05-25- add solver_private.h, make repo_ functions return an int, make solver_solv ...Michael Schroeder1-1/+2
2011-05-24- do not use obsolete interface in libsolv library itselfMichael Schroeder1-20/+20
2011-03-02- add sat_chksum_type2str() and sat_chksum_str2type() and use themMichael Schroeder1-11/+5
2010-03-10Choose English as default fallback.Michael Andres1-1/+1
2010-03-10- match coding styleMichael Schroeder1-5/+5
2010-03-10Fix parsing of pattern specific tags (bnc #585000)Michael Andres1-12/+44
2010-02-19Fix uservisible parsing for rpmmd patternsKlaus Kämpf1-0/+3
2009-10-14- ignore products element so that repo2solv worksMichael Schroeder1-0/+4
2009-07-29- speed up file list parsing a bitMichael Schroeder1-19/+34
2009-07-14- add new flags for the load functions:Michael Schroeder1-0/+26
2009-07-10- add repodata_join function to join a solvable blockMichael Schroeder1-4/+1
2009-07-01- only add selfprovides if name is setMichael Schroeder1-1/+1
2009-06-22- add repomd.xml data sections to meta dataMichael Schroeder1-3/+3
2009-06-22- create libsatsolverext static libraryMichael Schroeder1-0/+1158