summaryrefslogtreecommitdiff
path: root/libappstream-glib
Commit message (Expand)AuthorAgeFilesLines
* trivial: Don't include trailing whitespace from AppData filesRichard Hughes2016-12-072-3/+4
* trivial: Remove an ununsed variableRichard Hughes2016-12-061-1/+0
* Don't add <provides> for addonsRichard Hughes2016-12-061-0/+4
* Fix one more thread safety issue with AsRefStringKalev Lember2016-12-021-8/+4
* Make AsRefString thread safeRichard Hughes2016-11-281-15/+25
* trivial: Fix a tiny memory leak when escaping cdataRichard Hughes2016-11-261-4/+1
* 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
* 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-212-0/+112
* 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
* trivial: Don't split the text every time in the XML parsing hot pathRichard Hughes2016-11-211-0/+8
* Use refcounted strings in all objectsRichard Hughes2016-11-2116-483/+492
* Add a refcounted overloaded C string objectRichard Hughes2016-11-214-0/+345
* Don't export NULL tags from AppData fileRichard Hughes2016-11-181-1/+3
* Detect invalid files in the libyaml read handlerRichard Hughes2016-11-181-6/+8
* Dedupliate nonstandard tag names using a hash tableRichard Hughes2016-11-151-51/+68
* trivial: Fix the self tests now we're stemming the tag cacheRichard Hughes2016-11-141-4/+0
* Deduplicate common AsNode cdata sections for some tag typesRichard Hughes2016-11-141-3/+60
* Deduplicate the AsNode attribute key and value using a hash tableRichard Hughes2016-11-141-31/+90
* trivial: Do not attempt to parse unknown tags when convertingRichard Hughes2016-11-101-0/+4
* Do not save the XML attributes if the node or parent node is being ignoredRichard Hughes2016-11-101-11/+19
* trivial: Remove two unused variablesKalev Lember2016-11-072-2/+0
* trivial: Add API to set the smallest recorded delay timeRichard Hughes2016-11-072-1/+20
* trivial: Restore behaviour compatibility to fix self testsRichard Hughes2016-11-041-0/+1
* Allow the client to control what search fields are indexedRichard Hughes2016-11-035-42/+107
* trivial: Only load native languages from desktop files when the flag is setRichard Hughes2016-11-033-8/+26
* Only load native languages when parsing AppStream dataRichard Hughes2016-11-035-12/+42
* trivial: Speed up checking token validity by a few msRichard Hughes2016-11-031-9/+9
* trivial: Show threaded tasks in bold in the profile outputRichard Hughes2016-11-023-2/+35
* Use multiple threads to load the search cacheRichard Hughes2016-11-021-3/+15
* Load the search token blacklist into a hash tableRichard Hughes2016-11-025-27/+74
* trivial: Unsingleton AsStemmer and use a shared instance in AsStoreRichard Hughes2016-11-024-13/+33
* Add as_store_load_search_cache()Richard Hughes2016-11-022-0/+33
* trivial: Output profiling infomation to stderrRichard Hughes2016-11-021-8/+8
* Only transliterate when the locale requires itRichard Hughes2016-11-021-1/+14
* trivial: Allocate less strings when generating the token cacheRichard Hughes2016-11-021-10/+2
* trivial: Allow priming the search cache using a NULL search valueRichard Hughes2016-11-011-4/+4
* trivial: Allow the stemmer to be disabled at runtime for testingRichard Hughes2016-11-011-1/+3
* Add app-removed, app-added and app-changed signals to AsStoreRichard Hughes2016-10-313-4/+97
* Merge also the metadata when merging two appsJoaquim Rocha2016-10-211-0/+1
* Always copy the installed state when replacing AppData with AppStreamRichard Hughes2016-10-191-0/+2
* Ensure the component scope is set when loading yaml filesRichard Hughes2016-10-191-3/+9
* Revert "trivial: Restrict the bundle kind when parsing local files"Richard Hughes2016-10-191-7/+0
* Monitor missing AppStream directoriesRichard Hughes2016-10-193-51/+53
* Handle files being moved into monitored AppStream directoriesRichard Hughes2016-10-191-0/+7
* Process file changes when an attribute changesJoaquim Rocha2016-10-172-6/+8