summaryrefslogtreecommitdiff
path: root/src/gclue-web-source.c
Commit message (Expand)AuthorAgeFilesLines
* gclue-web-source: make sure the accuracy is known before sending a submission...HEADmasterChris Talbot2023-05-071-0/+2
* Set libsoup session proxy resolver to NULLTeemu Ikonen2023-01-121-1/+1
* web-source: Locate / submit URLs are reachable if Internet is availableMaciej S. Szmigiero2023-01-071-0/+19
* web-source: Cancel old g_network_monitor calls before starting new onesMaciej S. Szmigiero2023-01-071-0/+13
* web-source: Only update "last_submitted" if we actually attempt to submitMaciej S. Szmigiero2023-01-071-3/+3
* Add support for building with libsoup3Carlos Garcia Campos2022-11-131-55/+63
* web-source: Check connectivity with g_network_monitor_can_reachTeemu Ikonen2022-10-311-26/+125
* Add location source description to locationMaciej S. Szmigiero2022-10-111-3/+6
* Get rid of GClueWebSource parse_response() methodMaciej S. Szmigiero2022-10-111-1/+2
* Make debug messages more specific which location source they pertainMaciej S. Szmigiero2022-10-111-6/+11
* wifi: Cancellation fixesMaciej S. Szmigiero2022-10-061-1/+2
* web-source: Move "accuracy-level" property from WiFi source to the Web source...Maciej S. Szmigiero2022-08-071-0/+59
* Fix various memory leaks as reported by ValgrindMaciej S. Szmigiero2021-11-161-2/+4
* Don't use G_TYPE_INSTANCE_GET_PRIVATETeemu Ikonen2021-10-211-1/+1
* web-source: Remove unused var source_class from gclue_web_source_class_init()Teemu Ikonen2021-10-171-1/+0
* web-source: Remove gclue_web_source_start()Teemu Ikonen2021-10-051-16/+0
* gclue-web-source: Port existing code to use new refresh vfuncsPhilip Withnall2020-11-211-71/+12
* gclue-web-source: Add refresh vfuncPhilip Withnall2020-11-211-0/+113
* service: Standalone GClueLocation classZeeshan Ali2019-01-041-4/+3
* Drop use of deprecated g_type_class_add_private()Zeeshan Ali2019-01-041-3/+4
* web-source: fix type mismatch on unused parameterWill Thompson2018-11-061-1/+1
* web-source: drop GLib < 2.44 fallback pathWill Thompson2018-11-061-12/+0
* web-source: Update internet availability when connectivity changeswip/hadess/reduce-internet-availBastien Nocera2018-10-291-0/+20
* web-source: Minimise get_internet_available() callsBastien Nocera2018-10-291-10/+9
* Remove redundant '(C)' in copyright headersZeeshan Ali2018-04-221-1/+1
* web-source: Check for full internet availabilityZeeshan Ali (Khattak)2016-05-201-20/+40
* web-source: Mark unused arg as suchZeeshan Ali (Khattak)2016-05-201-1/+1
* web-source: A minor typo fix in a commentZeeshan Ali (Khattak)2016-05-191-1/+1
* web-source: g_signal_connect() -> g_signal_connect_object()Bastien Nocera2015-03-261-4/+5
* Switch to GClueLocation classAnkit2015-03-261-6/+7
* 3g: Derive from WebSourceZeeshan Ali (Khattak)2014-06-171-1/+3
* web-source: Don't refresh location on _startZeeshan Ali (Khattak)2014-05-241-1/+0
* Ensure we chain-up from constructed vfuncZeeshan Ali (Khattak)2014-04-101-0/+2
* web-source: Report available accuracy levelZeeshan Ali (Khattak)2014-04-061-2/+27
* web-source: Remove redudant checkZeeshan Ali (Khattak)2014-04-061-6/+1
* Revert "location-source: Make start/stop explicit"Zeeshan Ali (Khattak)2014-04-061-3/+22
* web: Always refresh if explicitly asked toZeeshan Ali (Khattak)2014-04-031-1/+3
* web source: Plug another leakKalev Lember2014-04-011-1/+4
* web source: Plug a leakKalev Lember2014-04-011-0/+1
* web-source: Tame the 'network-changed' signalZeeshan Ali (Khattak)2014-02-021-2/+8
* web,3g: Don't access instance pointer after finalizeZeeshan Ali (Khattak)2014-01-301-1/+6
* web-source: Allow subclasses to submit location dataZeeshan Ali (Khattak)2014-01-291-0/+96
* location-source: Make start/stop explicitZeeshan Ali (Khattak)2014-01-241-64/+41
* Import all geocode-glib sourcesZeeshan Ali (Khattak)2014-01-231-1/+1
* wifi,config: Use an API keyZeeshan Ali (Khattak)2014-01-231-2/+7
* web-source: API to refresh locationZeeshan Ali (Khattak)2014-01-211-0/+26
* web-source: Don't launch query if one already in progressZeeshan Ali (Khattak)2014-01-211-0/+3
* location-source: Add 'active' propertyZeeshan Ali (Khattak)2014-01-211-3/+0
* Add GClueWebSourceZeeshan Ali (Khattak)2014-01-211-0/+194