summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-self-test.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer stock icons when using as_app_get_icon_default()Richard Hughes2016-01-141-4/+9
* trivial: Fix the self tests after the blacklist cullRichard Hughes2016-01-141-2/+1
* Check the project_group when validatingRichard Hughes2015-12-301-1/+3
* Fix a crash when tokenizing a NULL stringRichard Hughes2015-12-161-0/+10
* Add as_utils_license_to_spdx()Richard Hughes2015-12-091-0/+5
* Generate GUID values according to RFC4122Richard Hughes2015-11-151-3/+6
* Use a wildcard in the self tests to ignore GCab-generated hash differencesRichard Hughes2015-10-271-3/+10
* Do not attempt to parse the version in as_release_set_version()Richard Hughes2015-10-271-4/+0
* libappstream-glib: Do not parse ISO dates as uint32 version numbersRichard Hughes2015-10-261-0/+1
* Use a MS-style version number when parsing a hex versionRichard Hughes2015-10-181-13/+20
* Do not use the DriverVersion for the inf file versionRichard Hughes2015-10-181-3/+3
* Revert "Switch to the Microsoft dotted-decimal version encoding"Richard Hughes2015-10-121-10/+9
* Switch to the Microsoft dotted-decimal version encodingRichard Hughes2015-10-091-9/+10
* Add the ability to parse .cab archives as AppStream storesRichard Hughes2015-10-071-0/+58
* trivial: Fix distcheck by searching the built filesRichard Hughes2015-10-071-4/+9
* trivial: Fix tests after a3c4fa9c5f97dffdd747657dfc1e59fa42185b54Richard Hughes2015-10-061-5/+5
* Add support for <size>Richard Hughes2015-10-021-0/+9
* Always escape AppStream descriptions when doing passthroughRichard Hughes2015-10-021-2/+2
* Allow as_markup_convert() to ignore errorsRichard Hughes2015-10-011-0/+16
* Add as_markup_validate() to check descriptionsRichard Hughes2015-10-011-0/+18
* Always use a dotted-decimal representation of the versionRichard Hughes2015-09-241-1/+49
* Accept a '0x' hexidecimal prefix when parsing a componentRichard Hughes2015-09-231-0/+4
* Use the typedef'd name in the code to help readabilityRichard Hughes2015-09-141-38/+38
* Use specific types to remove the last _cleanup_free usageRichard Hughes2015-09-141-6/+5
* Don't reallocate malloc'd memory with g_mallocKalev Lember2015-09-121-6/+1
* Add support for release urgencyRichard Hughes2015-09-111-1/+2
* Use glib's cleanup functions for GStringKalev Lember2015-09-101-7/+7
* Use GLib's cleanup functions instead of libgsystem'sKalev Lember2015-09-081-159/+159
* Ignore empty AppStream XML filesRichard Hughes2015-08-271-0/+14
* Avoid using PATH_MAXPino Toscano2015-08-251-4/+4
* trivial: Fix build warning in make checkRichard Hughes2015-08-131-1/+0
* Support the SPDX 'NONE' and 'NOASSERTION' keywordsRichard Hughes2015-08-131-0/+1
* Support SPDX IDs with the LicenseRef prefixRichard Hughes2015-08-131-0/+1
* Do not blacklist the 'desktop' token as this is sometimes legitimateRichard Hughes2015-08-121-0/+1
* Remove an unused exported methodRichard Hughes2015-08-111-15/+0
* trivial: Do not run the slow GFileMonitor tests by defaultRichard Hughes2015-08-101-4/+8
* Find the application in a store by the provide valueRichard Hughes2015-08-101-0/+38
* Add two functions from fwupd for checking GUID stringsRichard Hughes2015-08-101-0/+21
* trivial: Remove the unused as_utils_get_string_overlap()Richard Hughes2015-08-041-43/+0
* Remove support for lower than AppStream 0.6Richard Hughes2015-08-031-48/+54
* Remove another length argumentRichard Hughes2015-08-031-28/+28
* Remove some deprecated APIRichard Hughes2015-08-031-6/+0
* Drop the unused _len arguments on many functionsRichard Hughes2015-08-031-71/+59
* Add AsChecksumRichard Hughes2015-08-031-6/+81
* Emit the AsStore::changed signal if files or directories changeRichard Hughes2015-07-271-0/+148
* Add AsMonitor an abstraction on top of GFileMonitorRichard Hughes2015-07-271-0/+235
* trivial: Set the source_file when using as_store_from_file()Richard Hughes2015-07-251-0/+1
* Do not parse non-standard sections in .inf filesRichard Hughes2015-07-231-1/+0
* Add as_release_set_filename()Richard Hughes2015-07-231-0/+2
* Add as_release_vercmp()Richard Hughes2015-07-221-1/+8