summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-release.c
Commit message (Expand)AuthorAgeFilesLines
* Add as_node_get_tag() and only store the name when the tag is unknownRichard Hughes2014-03-261-1/+1
* Add as_node_take_attribute() to reduce allocations during parseRichard Hughes2014-03-241-4/+8
* Add an 'api-version' property to AsStore to generate old-style metadataRichard Hughes2014-03-201-3/+4
* Don't crash when using getting an unset descriptionRichard Hughes2014-03-191-3/+5
* Add gtk-doc file headers and flesh out the documentationRichard Hughes2014-03-181-0/+16
* Unexport things we don't want to keep stableRichard Hughes2014-03-181-3/+3
* If locale is unspecified use the default user LANG choiceRichard Hughes2014-03-171-3/+1
* Allow releases to have a localized descriptionRichard Hughes2014-03-171-12/+44
* Add a lot of Gtk-Doc markup and generate a valid GIR fileRichard Hughes2014-03-171-1/+65
* Use strndup so we can use expat-type parsers without an additional copyRichard Hughes2014-03-131-6/+11
* Add functions to parse from and to insert a GNodeRichard Hughes2014-03-131-0/+43
* Add the AsRelease objectRichard Hughes2014-03-121-0/+140