summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-16nmea-source: Drop service on failure to read from itwip/drop-serviceZeeshan Ali (Khattak)1-14/+24
2015-09-16nmea-source: Correct order of argumentsZeeshan Ali (Khattak)1-9/+9
2015-09-16nmea-source: Don't access error if NULLBastien Nocera1-4/+8
2015-09-10locator: Prefer more recent location updateZeeshan Ali (Khattak)1-11/+18
2015-09-10location: Use timestamp from NMEA GGA sentenceZeeshan Ali (Khattak)1-1/+63
2015-09-10location: Add gclue_location_duplicate()Zeeshan Ali (Khattak)3-8/+33
2015-09-10location: Ensure speed change notificationZeeshan Ali (Khattak)1-2/+3
2015-09-10location: No negative speedsZeeshan Ali (Khattak)1-1/+1
2015-09-10location: Correctly handle same timestamp caseZeeshan Ali (Khattak)1-1/+5
2015-09-10location: Update from geocode-glibZeeshan Ali (Khattak)1-5/+32
2015-09-09build: Fix detection of gdbus-codegen toolPhilip Withnall1-6/+3
2015-09-09locator: Compare distance & accuracy in same unitsAnkit1-1/+1
2015-09-07nmea-source: Ensure 1st service remains 1st in listZeeshan Ali (Khattak)1-4/+9
2015-09-07nmea-source: Simplify service comparison func a bitZeeshan Ali (Khattak)1-1/+1
2015-09-04location: Update from geocode-glibZeeshan Ali (Khattak)10-113/+597
2015-09-04nmea-source: Handle service going up/downZeeshan Ali (Khattak)1-3/+33
2015-09-04nmea-source: Refactor code disconnecting from serviceZeeshan Ali (Khattak)1-16/+23
2015-09-04nmea-source: Add a NULL checkZeeshan Ali (Khattak)1-6/+9
2015-09-04nmea-source: Ensure pointers are reset to NULLZeeshan Ali (Khattak)1-2/+2
2015-09-04nmea-source: No need to return FALSE from _stop()Zeeshan Ali (Khattak)1-4/+1
2015-09-04nmea-source: Show actual error message in warningZeeshan Ali (Khattak)1-1/+1
2015-09-04nmea-source: Refactor code connecting to serviceZeeshan Ali (Khattak)1-20/+26
2015-09-04nmea-source: Move a NULL check early in _start()Zeeshan Ali (Khattak)1-3/+3
2015-09-04nmea-source: Simplify _start() a bitZeeshan Ali (Khattak)1-8/+3
2015-09-04nmea-source: No need to return FALSE from _start()Zeeshan Ali (Khattak)1-1/+1
2015-09-04nmea-source: No warning on cancellationZeeshan Ali (Khattak)1-1/+2
2015-09-04nmea-source: Don't unref stream object too earlyZeeshan Ali (Khattak)1-1/+1
2015-09-04nmea-source: Free a struct earlierZeeshan Ali (Khattak)1-2/+2
2015-09-04nmea-source: Fix leaking of service infoZeeshan Ali (Khattak)1-0/+1
2015-09-04nmea-source: Add a NULL checkZeeshan Ali (Khattak)1-0/+2
2015-09-04nmea-source: Check for more specific gtypeZeeshan Ali (Khattak)1-2/+2
2015-09-04nmea-source: Remove a harmful checkZeeshan Ali (Khattak)1-2/+0
2015-09-04nmea-source: Remove a redundant empty lineZeeshan Ali (Khattak)1-1/+0
2015-09-04locator: Append newly activated source to listZeeshan Ali (Khattak)1-0/+3
2015-08-26Workaround an intltool issueZeeshan Ali (Khattak)1-0/+2
2015-08-26agent: Only allow the geoclue user to call methodsLaurent Bigonville2-1/+2
2015-08-26build: Don't ship generated D-Bus service filesLaurent Bigonville1-1/+1
2015-08-25location: Move public functions togetherZeeshan Ali (Khattak)1-47/+47
2015-08-23Add config option for NMEA sourceAnkit4-19/+56
2015-08-23Add GClueNMEASourceAnkit5-0/+765
2015-08-22Add gclue_location_create_from_gga()Ankit3-111/+150
2015-08-03config: Return correct enum valueZeeshan Ali (Khattak)1-1/+1
2015-08-03geoclue.conf: Document application entriesZeeshan Ali (Khattak)1-0/+6
2015-08-03configure: More portable string comparisonsZeeshan Ali (Khattak)1-9/+9
2015-07-27service-client: Complete Start() if already startedZeeshan Ali (Khattak)1-1/+4
2015-07-13configure: Remove a redundant declarationZeeshan Ali (Khattak)1-1/+0
2015-07-07service-client: More helpful error on agent rejectionZeeshan Ali (Khattak)1-5/+18
2015-06-18location-source: Only fetch heading if asked toZeeshan Ali (Khattak)1-11/+20
2015-06-18location-source: Generalize meaning of 'compute-movement'Zeeshan Ali (Khattak)1-5/+5
2015-06-18compass: Add debug for compass claim & releaseZeeshan Ali (Khattak)1-0/+2