summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for "+" operator at the end of SPDX license identifierswip/kalev/spdx-+-tokenizeKalev Lember2016-12-303-8/+33
* trivial: Fix typos in commentsKalev Lember2016-12-291-4/+4
* trivial: Fix a typo in gtk-doc markupKalev Lember2016-12-291-1/+1
* Revert "Remove invalid SPDX licenses from content license lookup table"Kalev Lember2016-12-291-0/+8
* Remove invalid SPDX licenses from content license lookup tableKalev Lember2016-12-291-8/+0
* Update the SPDX licence list to v2.5Kalev Lember2016-12-291-1/+13
* Support glob and regex matches in requires compare tagsRichard Hughes2016-12-223-7/+28
* Add AsRequire as a way to store runtime requirementsRichard Hughes2016-12-2111-0/+834
* trivial: Don't ever write an empty component ID valueRichard Hughes2016-12-211-1/+2
* trivial: Add AS_APP_QUIRK_REMOVABLE_HARDWARERichard Hughes2016-12-211-0/+2
* trivial: Fix --disable-fonts build optionKalev Lember2016-12-201-1/+1
* Add a test for extracting relative symlinksKalev Lember2016-12-2010-21/+33
* trivial: Remove an unused variableKalev Lember2016-12-201-1/+0
* Resolve relative symlinks when extracting archivesKalev Lember2016-12-201-11/+43
* trivial: Let g_build_filename take care of removing duplicate slashesKalev Lember2016-12-201-2/+0
* Scan /usr/share/metainfo as well when building appstream-dataKalev Lember2016-12-201-1/+5
* trivial: post release version bumpRichard Hughes2016-12-152-5/+5
* Release version 0.6.6appstream_glib_0_6_6Richard Hughes2016-12-1528-1956/+2497
* trivial: Add some asserts to shut up clangRichard Hughes2016-12-152-0/+9
* trivial: Output the release state if the export is trustedRichard Hughes2016-12-151-0/+5
* Subsume the AppData releases into AppStream itemsRichard Hughes2016-12-151-0/+2
* Add as_release_state_to_string()Richard Hughes2016-12-152-0/+43
* Add AS_APP_QUIRK_IS_PROXYRichard Hughes2016-12-141-0/+2
* Add Geary to the app id fallbacks (#141)Niels De Graef2016-12-091-0/+1
* trivial: Don't include trailing whitespace from AppData filesRichard Hughes2016-12-074-9/+10
* trivial: Remove a tiny compiler warningRichard Hughes2016-12-071-1/+0
* trivial: Remove an ununsed variableRichard Hughes2016-12-061-1/+0
* Do not absorb core addons into the main applicationRichard Hughes2016-12-063-178/+15
* Don't add <releases> for addonsRichard Hughes2016-12-061-3/+5
* Don't add <provides> for addonsRichard Hughes2016-12-061-0/+4
* Don't add <kudos> for addonsRichard Hughes2016-12-061-0/+4
* Don't add <languages> for addonsRichard Hughes2016-12-061-0/+4
* Don't regenerate .pot files with every buildKalev Lember2016-12-061-1/+1
* Fix one more thread safety issue with AsRefStringKalev Lember2016-12-021-8/+4
* Make AsRefString thread safeRichard Hughes2016-11-281-15/+25
* trivial: Use -WunusedRichard Hughes2016-11-281-0/+1
* trivial: Fix unused variable warningsKalev Lember2016-11-261-4/+0
* Set a better icon for codecsKalev Lember2016-11-261-1/+1
* trivial: Fix a tiny memory leak when escaping cdataRichard Hughes2016-11-261-4/+1
* Enable the stack protection in local buildsRichard Hughes2016-11-231-0/+2
* Use full RELRO in the client executablesRichard Hughes2016-11-232-0/+8
* Add support for ONLY_NATIVE_LANGS when parsing yaml filesRichard Hughes2016-11-215-24/+110
* Cache the stemmer results in a hash tableRichard Hughes2016-11-215-22/+50
* trivial: Use a finer threshold when performing massifRichard Hughes2016-11-211-2/+4
* Allocate the release sizes at runtimeRichard Hughes2016-11-211-17/+29
* trivial: Add as_ref_string_new_static()Richard Hughes2016-11-215-4/+24
* trivial: Add as_ref_string_debug()Richard Hughes2016-11-213-0/+119
* Lazy load the screenshot captions storageRichard Hughes2016-11-211-5/+19
* Use refcounted strings as the localised keyRichard Hughes2016-11-211-2/+4
* Lazy load structures in AsReleaseRichard Hughes2016-11-211-12/+50