summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* client-info: Check for `app-flatpak-` prefix in `get_xdg_id`2.5.xIan Douglas Scott2021-08-121-6/+11
* gclue-wifi: Use GeoIP when a WiFi device isn't availableDor Askayo2021-08-121-21/+17
* gclue-wifi: Fix returning NULL error if BSS list is emptyPhilip Withnall2020-12-231-4/+29
* gclue-wifi: Cancel existing scan timeout before scheduling anotherPhilip Withnall2020-12-231-0/+9
* gclue-wifi: Factor out a function to start a Wi-Fi scanPhilip Withnall2020-12-231-24/+34
* gclue-mozilla: Don’t submit a single BSS entry in a queryPhilip Withnall2020-12-231-3/+16
* gclue-wifi: Tidy up some debug messagesPhilip Withnall2020-12-231-4/+4
* gclue-wifi: Fix typo in a code commentPhilip Withnall2020-12-231-1/+1
* gclue-wifi: Handle errors getting the BSS listPhilip Withnall2020-12-231-1/+3
* gclue-locator: Fix minor leak on exitPhilip Withnall2020-12-231-0/+1
* service: Check the maximum allowed accuracy level even for system appsLaurent Bigonville2020-12-231-11/+5
* modem-manager: keep gps enabled on connection lossValentin Blot2020-12-231-1/+1
* locator: fix logic error in the destructorAmaury Pouly2020-12-231-2/+2
* Fix two memory leaks.Amaury Pouly2020-12-232-0/+2
* mozilla: handle wpa_bss_get_ssid() returning NULLWill Thompson2020-02-261-0/+2
* LocationSource::start/stop should return TRUE if already in target stateZeeshan Ali2020-02-261-2/+2
* Fix a few memory leaks. Fixes #120Amaury Pouly2020-02-262-5/+13
* wifi: Remove failable checks before clearing stateZeeshan Ali2020-02-261-7/+11
* config: Clear error after submission URL lookup failsJan Alexander Steffens (heftig)2020-02-261-1/+1
* config: Improve config lookup error messagesJan Alexander Steffens (heftig)2020-02-261-4/+7
* wifi,mozilla: Switch to strings on the stackZeeshan Ali2019-09-302-90/+88
* wifi: Plug a leakZeeshan Ali2019-09-301-1/+1
* wifi: Don't read beyond the buffer boundryZeeshan Ali2019-09-301-6/+11
* mozilla: Plug a leakZeeshan Ali2019-09-271-1/+1
* mozilla: Don't read beyond the buffer boundryZeeshan Ali2019-09-271-6/+9
* Fixed hang on startup when client app is a system app: avoid wasting 20s wait...Federico Di Pierro2019-09-041-0/+4
* mozilla: Add some NULL checks to wpa_supplicant codeZeeshan Ali2019-03-241-4/+11
* Move D-Bus interface XML & code into separate dirZeeshan Ali2019-03-119-585/+5
* nmea: Add support for GGA messages from more NMEA sourcesInzamam2019-03-051-2/+7
* service: Drop geocode-glib copyZeeshan Ali2019-01-0420-5686/+1
* service: Standalone GClueLocation classZeeshan Ali2019-01-048-74/+484
* service: Drop a redundant 'const'Zeeshan Ali2019-01-041-1/+1
* Drop use of deprecated g_type_class_add_private()Zeeshan Ali2019-01-0417-97/+107
* dbus,manager: Add DeleteClient() methodZeeshan Ali2019-01-032-16/+83
* wifi: Only refresh location on BSS list changesdont-spam-mlsZeeshan Ali2019-01-031-7/+16
* wifi: Wait 10 seconds between scans for high-accuracy caseZeeshan Ali2019-01-031-10/+13
* wifi: Don't schedule location refresh on BSS addition/removalZeeshan Ali2019-01-031-25/+0
* wifi: Add a debug log about refreshing locationZeeshan Ali2019-01-031-0/+1
* wifi: Move a debug logZeeshan Ali2019-01-031-8/+9
* wifi: Debug message on removing BSS (AP)Zeeshan Ali2019-01-031-2/+19
* service,manager: New API for mult-client appsZeeshan Ali2018-12-312-17/+89
* service: Log info on vanished peer to debug logZeeshan Ali2018-12-311-0/+9
* service: Fix check for bus name matchZeeshan Ali2018-12-271-1/+5
* service,manager: `active` now means non-0 clientsZeeshan Ali2018-12-271-16/+11
* service: Keep a count of number of clientsZeeshan Ali2018-12-271-4/+5
* service: Remove a redundant 'const' qualifier from a fieldZeeshan Ali2018-12-271-1/+1
* service: Rename `num_clients` field to `last_client_id`Zeeshan Ali2018-12-271-2/+2
* docs: Fix two linksZeeshan Ali2018-12-271-8/+10
* wifi: Tell wpa_supplicant to keep scanningZeeshan Ali2018-12-221-0/+126
* wpa_supplicant: Add Scanning APIZeeshan Ali2018-12-211-0/+6