summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-release.c
Commit message (Expand)AuthorAgeFilesLines
* trivial: Fix some typos spotted using codespellRichard Hughes2019-04-081-1/+1
* Use the SPDX-License-Identifier in all source filesRichard Hughes2019-02-091-15/+1
* Add support for per-release URLsRichard Hughes2019-01-221-1/+73
* Use as_utils_vercmp_full internallyKalev Lember2019-01-041-1/+1
* Add as_release_set_install_duration()Richard Hughes2018-11-271-0/+45
* Add object type checks on the inputs of all functionsRobert Ancell2018-06-271-0/+35
* trivial: Prefer the timestamp if set when ordering releasesRichard Hughes2018-04-191-6/+7
* Add support for release typesRichard Hughes2018-01-251-1/+87
* Add more GObject Introspection annotations for PythonRichard Hughes2018-01-221-2/+2
* Fix a crash when calling as_release_add_location() directlyRichard Hughes2018-01-221-0/+1
* Write XML for newer AppStream specification versionsRichard Hughes2017-10-091-14/+10
* Fix compile with -Wdiscarded-qualifiersRichard Hughes2017-03-151-3/+4
* trivial: Rename some non exported symbols to use AsFormatRichard Hughes2017-02-271-1/+1
* trivial: Use the new AsFormatKind definesRichard Hughes2017-02-271-1/+1
* Fix a crash when using as_release_get_location_default()Richard Hughes2017-01-061-0/+2
* trivial: Output the release state if the export is trustedRichard Hughes2016-12-151-0/+5
* Add as_release_state_to_string()Richard Hughes2016-12-151-0/+40
* Allocate the release sizes at runtimeRichard Hughes2016-11-211-17/+29
* Lazy load structures in AsReleaseRichard Hughes2016-11-211-12/+50
* Use refcounted strings in all objectsRichard Hughes2016-11-211-14/+21
* 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