summaryrefslogtreecommitdiff
path: root/src/gclue-config.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-13config: Don't warn about missing conf.d directoryKira Bruneau1-2/+4
2023-01-22config: Debug log config also when conf.d dir is missingTeemu Ikonen1-2/+2
2023-01-21config: Debug log locate and submit URLs on startupTeemu Ikonen1-0/+29
2023-01-20config: print extracted configDylan Van Assche1-0/+51
2023-01-20config: add support for conf.d styleDylan Van Assche1-99/+263
2023-01-15Add static location sourceMaciej S. Szmigiero1-1/+16
2023-01-07config: Inner for loop "continue" should be "break" in load_app_configs ()Maciej S. Szmigiero1-1/+1
2023-01-05Remove manual GStrv memory managementMaciej S. Szmigiero1-3/+1
2023-01-05Remove manual GError memory managementMaciej S. Szmigiero1-13/+7
2022-11-06mozilla: Adapt to new /v2/geosubmit APIShoji Keita1-1/+1
2022-10-31config: Improve WiFi / MLS config debug messagesTeemu Ikonen1-3/+3
2021-11-28config, location-source: Allow disabling compass in configTeemu Ikonen1-1/+16
2021-11-25config: Move gclue_config_set_wifi_submit_data next to getterTeemu Ikonen1-8/+7
2021-10-21Don't use G_TYPE_INSTANCE_GET_PRIVATETeemu Ikonen1-4/+1
2021-05-07gclue-config: read nmea-socket from config fileClayton Craft1-0/+12
2021-01-09src/gclue-nmea-source.c: add a unix socket file optionAngus Ainslie1-0/+14
2019-10-01config: Fall back to a default submission nick if lookup failsJan Alexander Steffens (heftig)1-0/+2
2019-10-01config: Clear error after submission URL lookup failsJan Alexander Steffens (heftig)1-1/+1
2019-10-01config: Improve config lookup error messagesJan Alexander Steffens (heftig)1-4/+7
2019-10-01config: Make the Mozilla API key configurableJan Alexander Steffens (heftig)1-2/+2
2019-01-04Drop use of deprecated g_type_class_add_private()Zeeshan Ali1-20/+22
2018-09-15service: Allow disabling of all sources through configZeeshan Ali1-15/+84
2018-08-13service,config: Internal API to get number of whitelisted agentsZeeshan Ali1-0/+6
2018-07-09Explicitly include config.h fileZeeshan Ali1-0/+1
2018-04-22Remove redundant '(C)' in copyright headersZeeshan Ali1-1/+1
2015-08-23Add config option for NMEA sourceAnkit1-1/+29
2015-08-03config: Return correct enum valueZeeshan Ali (Khattak)1-1/+1
2014-06-19service-client: Disallow app if disabled by configZeeshan Ali (Khattak)1-10/+16
2014-06-03config: Fix a crash by fixing a conditionZeeshan Ali (Khattak)1-1/+1
2014-06-03config: Ability to mark app as system componentZeeshan Ali (Khattak)1-1/+31
2014-04-29config: Ensure some variables get initialized before useZeeshan Ali (Khattak)1-3/+3
2014-04-17config: API to override data submission nickZeeshan Ali (Khattak)1-0/+8
2014-04-17config: API to override data submissionZeeshan Ali (Khattak)1-0/+8
2014-04-16config: Load all config at startupZeeshan Ali (Khattak)1-121/+203
2014-04-16config: Separate bool option to enable submissionZeeshan Ali (Khattak)1-0/+22
2014-04-10Allow specifying nickname to submit network data withZeeshan Ali (Khattak)1-0/+18
2014-02-13config: Move configuration file under geoclue subdirZeeshan Ali (Khattak)1-1/+1
2014-01-29config: Plug a GError leakZeeshan Ali (Khattak)1-0/+19
2014-01-29wifi,config: Allow easy switch to Google APIZeeshan Ali (Khattak)1-6/+8
2014-01-28agent: Recognize agents by desktop IDsZeeshan Ali (Khattak)1-3/+2
2014-01-28config: No need to check client's binary pathZeeshan Ali (Khattak)1-20/+0
2014-01-23config: Remove a forgotten g_print lineZeeshan Ali (Khattak)1-2/+1
2014-01-23wifi,config: Use an API keyZeeshan Ali (Khattak)1-0/+19
2014-01-17config: Allow whitelisting of applicationsZeeshan Ali (Khattak)1-0/+73
2014-01-16config: Fix coding-styleZeeshan Ali (Khattak)1-2/+4
2014-01-16config: Minor clean-upZeeshan Ali (Khattak)1-10/+25
2014-01-11Move agents whitelist to a configuration fileZeeshan Ali (Khattak)1-0/+110