summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-node.c
Commit message (Expand)AuthorAgeFilesLines
* Never include '&' in attribute valuesRichard Hughes2018-01-301-1/+6
* Fix an invalid read when using as_app_parse_data() from PythonRichard Hughes2018-01-241-20/+45
* trivial: Fix up some broken links in the generated documentationRichard Hughes2017-04-211-1/+1
* Fix compile with -Wdiscarded-qualifiersRichard Hughes2017-03-151-14/+47
* as-node: Add back as_node_context_{get,set}_source_kind (#157)Iain Lane2017-02-281-0/+33
* trivial: Rename some non exported symbols to use AsFormatRichard Hughes2017-02-271-14/+14
* trivial: Use the new AsFormatKind definesRichard Hughes2017-02-271-10/+10
* trivial: Fix a critical warning when parsing <p><ul><li/></ul></p>Richard Hughes2017-01-041-0/+4
* trivial: Don't include trailing whitespace from AppData filesRichard Hughes2016-12-071-2/+3
* trivial: Fix a tiny memory leak when escaping cdataRichard Hughes2016-11-261-4/+1
* trivial: Add as_ref_string_new_static()Richard Hughes2016-11-211-2/+2
* Use refcounted strings as the localised keyRichard Hughes2016-11-211-2/+4
* trivial: Don't split the text every time in the XML parsing hot pathRichard Hughes2016-11-211-0/+8
* Use refcounted strings in all objectsRichard Hughes2016-11-211-119/+68
* Don't export NULL tags from AppData fileRichard Hughes2016-11-181-1/+3
* Dedupliate nonstandard tag names using a hash tableRichard Hughes2016-11-151-51/+68
* Deduplicate common AsNode cdata sections for some tag typesRichard Hughes2016-11-141-3/+60
* Deduplicate the AsNode attribute key and value using a hash tableRichard Hughes2016-11-141-31/+90
* Do not save the XML attributes if the node or parent node is being ignoredRichard Hughes2016-11-101-11/+19
* Only load native languages when parsing AppStream dataRichard Hughes2016-11-031-2/+24
* Fix a small memory leak when parsing yaml filesRichard Hughes2016-09-281-0/+17
* trivial: Fix several -Wsign-conversion issues on ARMRichard Hughes2016-08-221-3/+3
* Ensure predictable output order of XML attributesRichard Hughes2016-08-101-0/+18
* trivial: Post branch version bumpRichard Hughes2016-07-291-2/+2
* trivial: Fix some gtk-doc markupRichard Hughes2016-07-251-0/+1
* Add two new GCC warnings and fix up signed/unsigned issuesRichard Hughes2016-07-251-7/+55
* trivial: Get rid of useless internal-only gtk-doc markupRichard Hughes2016-06-281-72/+0
* Implement DEP-11 MediaBaseUrl supportRobert Ancell2016-03-041-0/+31
* Add as_utils_string_replace()Richard Hughes2016-03-031-22/+3
* Split out as-markup into a new source fileRichard Hughes2016-03-031-0/+1
* trivial: Fix FALSE/NULL confusion spotted with GCC6Richard Hughes2016-03-031-1/+1
* trivial: Use G_DEFINE_QUARKKalev Lember2016-01-211-8/+1
* Allow update_contact to be output in very limited conditionsRichard Hughes2015-11-261-0/+32
* Do not ever store the KDE x-test locale dataRichard Hughes2015-09-161-1/+34
* Use the typedef'd name in the code to help readabilityRichard Hughes2015-09-141-82/+82
* Use glib's cleanup functions for GStringKalev Lember2015-09-101-2/+1
* Use GLib's cleanup functions instead of libgsystem'sKalev Lember2015-09-081-22/+22
* trivial: Fix a build error when running under ninjaRichard Hughes2015-08-131-1/+1
* Remove another length argumentRichard Hughes2015-08-031-3/+2
* Drop the unused _len arguments on many functionsRichard Hughes2015-08-031-17/+11
* Fix a potential crash spotted by clangRichard Hughes2015-05-281-0/+2
* Fix a crash for an invalid AppData fileRichard Hughes2015-04-091-2/+8
* Allow using as_node_get_localized_unwrap() on unwrapped description markupRichard Hughes2015-03-311-0/+10
* Add the source-only tags when outputting AppData filesRichard Hughes2015-03-301-2/+35
* Create a AsNodeContext object for parsing stateRichard Hughes2015-01-211-0/+87
* Set an error if an XML file contains font markupRichard Hughes2014-12-121-0/+9
* Add as_node_add_attribute_as_int()Richard Hughes2014-10-011-0/+17
* Break Base64 encoded data up into block of 76 columnsRichard Hughes2014-10-011-2/+29
* Support multiple XML comments per tagRichard Hughes2014-09-251-4/+22
* Respect AS_NODE_FROM_XML_FLAG_LITERAL_TEXT when dealing with commentsRichard Hughes2014-09-251-2/+4