summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Release version 0.5.3appstream_glib_0_5_3Richard Hughes2015-11-051-0/+8
* Return the correct error when the desktop file has no [Desktop Entry] groupRichard Hughes2015-11-021-0/+10
* Strip Win32 and Linux paths when decompressing firmwareRichard Hughes2015-10-291-6/+13
* trivial: Sync example spec file with downstreamRichard Hughes2015-10-281-3/+4
* trivial: post release version bumpRichard Hughes2015-10-272-5/+5
* Release version 0.5.2appstream_glib_0_5_2Richard Hughes2015-10-2727-162/+6568
* Use a wildcard in the self tests to ignore GCab-generated hash differencesRichard Hughes2015-10-272-9/+23
* trivial: Remove some unknown code spotted by clangRichard Hughes2015-10-271-2/+0
* Do not attempt to parse the version in as_release_set_version()Richard Hughes2015-10-273-6/+7
* libappstream-glib: Do not parse ISO dates as uint32 version numbersRichard Hughes2015-10-262-0/+7
* Use a MS-style version number when parsing a hex versionRichard Hughes2015-10-187-41/+56
* trivial: Fix make check with no firmware pluginRichard Hughes2015-10-181-1/+1
* Do not use the DriverVersion for the inf file versionRichard Hughes2015-10-187-16/+36
* Only accept UNIX paths for files in cab filesRichard Hughes2015-10-151-1/+8
* trivial: Fix a typo in commentKalev Lember2015-10-141-1/+1
* Try harder to deal with icons that have extension or full path listedKalev Lember2015-10-141-3/+14
* Revert "Switch to the Microsoft dotted-decimal version encoding"Richard Hughes2015-10-122-21/+17
* Use as_utils_vercmp() to be correctly check versions for equalityRichard Hughes2015-10-121-2/+3
* Switch to the Microsoft dotted-decimal version encodingRichard Hughes2015-10-092-17/+21
* Do not fail to install firmware if DriverVer is not setRichard Hughes2015-10-091-1/+2
* Fix crash in validator when processing '<li></li>'Richard Hughes2015-10-081-0/+8
* trivial: Fix typo to return error on XML failureRichard Hughes2015-10-071-1/+1
* Do not write a checksum 'type' for unknown checksum kindsRichard Hughes2015-10-071-1/+8
* Use AsStoreCab to read .cab files when building metadataRichard Hughes2015-10-0710-208/+53
* Add the ability to parse .cab archives as AppStream storesRichard Hughes2015-10-0712-13/+673
* Revert "Support the experimental <filename> tag for releases"Richard Hughes2015-10-075-55/+0
* Add the ability to attach blobs of data to AsRelease objectsRichard Hughes2015-10-072-0/+49
* trivial: Fix distcheck by searching the built filesRichard Hughes2015-10-073-6/+12
* trivial: Fix tests after a3c4fa9c5f97dffdd747657dfc1e59fa42185b54Richard Hughes2015-10-062-7/+6
* Support the experimental <filename> tag for releasesRichard Hughes2015-10-065-0/+53
* Merge pull request #67 from ximion/masterRichard Hughes2015-10-051-3/+2
|\
| * dep11: Adapt to spec changeMatthias Klumpp2015-10-051-3/+2
|/
* Add support for <size>Richard Hughes2015-10-028-3/+153
* Always escape AppStream descriptions when doing passthroughRichard Hughes2015-10-022-4/+8
* Allow as_markup_convert() to ignore errorsRichard Hughes2015-10-013-25/+113
* Add as_markup_validate() to check descriptionsRichard Hughes2015-10-013-2/+90
* Monitor /usr/share/applications for apps without AppData when using watch flagsRichard Hughes2015-09-291-8/+33
* trivial: Don't issue an icon warning during check-root for non-desktop compon...Richard Hughes2015-09-291-0/+9
* trivial: Use keywords in local desktop files when using 'appstream-util searc...Richard Hughes2015-09-291-1/+5
* Add as_profile_set_autodump()Richard Hughes2015-09-282-0/+53
* trivial: Add translation instructions to the release docRichard Hughes2015-09-251-0/+9
* Remove the long-obsolete appdata-validate toolRichard Hughes2015-09-254-305/+0
* Add an --enable-profile option to appstream-utilRichard Hughes2015-09-251-0/+11
* trivial: Symbolic stock icons are validRichard Hughes2015-09-251-0/+6
* Merge pull request #66 from hughsie/ignatenko/patch1Richard Hughes2015-09-251-2/+2
|\
| * as_profile: Non-void function should return a valueignatenko/patch1Ting-Wei Lan2015-09-251-2/+2
|/
* trivial: Show the path when profiling as_store_load_installed()Richard Hughes2015-09-241-1/+1
* Add AsProfile for speed profilingRichard Hughes2015-09-245-0/+449
* trivial: Fix example spec fileRichard Hughes2015-09-241-1/+1
* Always use a dotted-decimal representation of the versionRichard Hughes2015-09-244-14/+144