summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 2.0.02.0.02.0.xZeeshan Ali (Khattak)2013-09-232-1/+13
* ipclient: Make server & compat. mode internal detailsZeeshan Ali (Khattak)2013-09-182-118/+15
* Generate docs for D-Bus interfaceZeeshan Ali (Khattak)2013-09-187-1/+167
* docs: Remove redundant '#'Zeeshan Ali (Khattak)2013-09-181-2/+2
* automake: Disable portability warningsZeeshan Ali (Khattak)2013-09-171-1/+1
* Release 1.99.41.99.4Zeeshan Ali (Khattak)2013-09-172-1/+31
* Fix -Werror=format-security warningsStefan Sauer2013-09-172-2/+2
* Remove custom GClueLocationInfo objectBastien Nocera2013-09-1610-564/+57
* location: Update from geocode-glibBastien Nocera2013-09-162-0/+584
* build: Add helper to sync files from geocode-glibBastien Nocera2013-09-162-0/+32
* Switch to Fedora's geoip server for nowZeeshan Ali (Khattak)2013-09-164-2/+32
* src: Add doc comments to all of D-Bus APIZeeshan Ali (Khattak)2013-09-161-2/+92
* locator: Drop the threshold propertyKalev Lember2013-09-161-45/+1
* Move threshold calculation to gclue-service-clientKalev Lember2013-09-162-51/+58
* service-location: Allow setting location after construct timeKalev Lember2013-09-161-2/+1
* service-location: Don't special case NULL descriptionKalev Lember2013-09-161-6/+3
* Revert "service-location: Use property binding to keep locations in sync"Kalev Lember2013-09-161-21/+28
* service-client: Use free instead of g_clear_pointerKalev Lember2013-09-161-1/+1
* interface: Add some documentationKalev Lember2013-09-151-0/+18
* location-info: Don't warn for NULL descriptionKalev Lember2013-09-151-1/+0
* location-info: Allow setting properties after construct timeKalev Lember2013-09-151-3/+0
* service-location: Use property binding to keep locations in syncKalev Lember2013-09-151-28/+21
* locator: Fix units in distance threshold comparisonKalev Lember2013-09-151-1/+4
* locator: Add a local priv variableKalev Lember2013-09-151-8/+9
* build: Setup a log domainZeeshan Ali (Khattak)2013-09-141-1/+2
* service-client: Fix return from 'Start' handlerZeeshan Ali (Khattak)2013-09-091-1/+1
* service-client: Remove unused variableZeeshan Ali (Khattak)2013-09-091-1/+0
* Fix distcheckKalev Lember2013-09-091-0/+1
* Update .gitignoreKalev Lember2013-09-091-0/+1
* Minor pkgconfig file cleanupKalev Lember2013-09-091-1/+1
* Avoid the dependency on gnome-commonKalev Lember2013-09-091-0/+165
* Enable compiler warnings by defaultKalev Lember2013-09-093-5/+3
* Add missing static keywords to internal functionsKalev Lember2013-09-092-4/+4
* locator: Don't needlessly hold a reference to ourselvesBastien Nocera2013-09-061-4/+1
* locator: Check for cancelled error correctlyBastien Nocera2013-09-061-1/+1
* locator: Only start IP search if network is availableBastien Nocera2013-09-061-5/+5
* locator: Plug a missing g_object_ref()Zeeshan Ali (Khattak)2013-09-061-1/+1
* locator: Don't print warning on cancellationZeeshan Ali (Khattak)2013-09-061-2/+3
* ipclient: Complete async result immediatelly/syncZeeshan Ali (Khattak)2013-09-061-2/+2
* service-client,locator: Take 'DistanceThreshold' into accountZeeshan Ali (Khattak)2013-09-063-27/+92
* ipclient: Add a debug printZeeshan Ali (Khattak)2013-09-061-0/+1
* locator: start() should be NOP if locator is not stoppedZeeshan Ali (Khattak)2013-09-061-2/+3
* locator: Ensure locator is stopped before deathZeeshan Ali (Khattak)2013-09-061-9/+19
* locator: Keep instance alive during async callZeeshan Ali (Khattak)2013-09-061-1/+3
* ipclient: Keep object refs around during async callZeeshan Ali (Khattak)2013-09-061-2/+5
* service-client: More cleanups in finalizeZeeshan Ali (Khattak)2013-09-061-0/+7
* service-client: Correct check for signal handler idZeeshan Ali (Khattak)2013-09-061-1/+1
* service-client: Don't free unowned location objectZeeshan Ali (Khattak)2013-09-061-1/+0
* ipclient: Make search actually cancellableZeeshan Ali (Khattak)2013-09-061-14/+60
* locator: React to network changesZeeshan Ali (Khattak)2013-09-061-21/+92