summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-release.c
Commit message (Expand)AuthorAgeFilesLines
* Add two new GCC warnings and fix up signed/unsigned issuesRichard Hughes2016-07-251-3/+3
* trivial: Factor out a soon-to-be-shared functionRichard Hughes2016-07-201-27/+1
* trivial: Get rid of useless internal-only gtk-doc markupRichard Hughes2016-06-281-12/+0
* Support more DEP11 YAML markupRichard Hughes2016-03-311-0/+46
* Allow setting state on AsRelease objectsRichard Hughes2016-01-261-1/+36
* Support date=iso8601 attributes in <release> markupRichard Hughes2016-01-221-0/+36
* Do not attempt to parse the version in as_release_set_version()Richard Hughes2015-10-271-1/+1
* Revert "Support the experimental <filename> tag for releases"Richard Hughes2015-10-071-49/+0
* Add the ability to attach blobs of data to AsRelease objectsRichard Hughes2015-10-071-0/+44
* Support the experimental <filename> tag for releasesRichard Hughes2015-10-061-0/+49
* Add support for <size>Richard Hughes2015-10-021-1/+74
* Always use a dotted-decimal representation of the versionRichard Hughes2015-09-241-11/+1
* Accept a '0x' hexidecimal prefix when parsing a componentRichard Hughes2015-09-231-6/+13
* Add support for release urgencyRichard Hughes2015-09-111-0/+42
* Use glib's cleanup functions for GStringKalev Lember2015-09-101-2/+1
* Use GLib's cleanup functions instead of libgsystem'sKalev Lember2015-09-081-2/+2
* libappstream-glib: Port to G_DECLARE_DERIVABLE_TYPE macroKalev Lember2015-09-081-3/+2
* trivial: Add some missing gtk-doc commentsRichard Hughes2015-08-031-1/+3
* Remove some deprecated APIRichard Hughes2015-08-031-54/+0
* Drop the unused _len arguments on many functionsRichard Hughes2015-08-031-21/+11
* Add AsChecksumRichard Hughes2015-08-031-119/+118
* Add as_release_set_filename()Richard Hughes2015-07-231-1/+53
* Add as_release_vercmp()Richard Hughes2015-07-221-0/+31
* Only write the release timestamp if non-zeroRichard Hughes2015-07-011-5/+8
* Don't crash when parsing a <release> with no descriptionRichard Hughes2015-06-291-0/+4
* Do not duplicate <location> tags within a releaseRichard Hughes2015-06-241-0/+5
* Parse the entire description when reading AppStream releasesRichard Hughes2015-03-051-1/+2
* Add support for <location> and <checksum>Richard Hughes2015-03-041-0/+185
* Correctly load descriptions from <releases> in AppData filesRichard Hughes2015-01-211-9/+23
* Create a AsNodeContext object for parsing stateRichard Hughes2015-01-211-4/+6
* trivial: Don't show warnings when doing distcheckRichard Hughes2014-11-041-1/+1
* trivial: Fix up some GObjectIntrospection markupRichard Hughes2014-06-201-1/+1
* trivial: Use systemd-style cleanup functionsRichard Hughes2014-06-041-2/+2
* Use __attribute__(cleanup) to simplify memory cleanupRichard Hughes2014-06-011-4/+3
* Do not write xml:lang key versions when the same as the 'C' versionRichard Hughes2014-04-101-1/+2
* 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