summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* Scan-build and splint cleanup. All regression tests pass.Eric S. Raymond2011-03-281-4/+4
* Remove some dead assignments caught by scan-build.Eric S. Raymond2011-03-281-7/+7
* Re-identify most *_IS flags with corresponding *_SET flags.Eric S. Raymond2011-03-271-14/+14
* First cut at shared-memory export. Daemon-side only.Eric S. Raymond2011-03-251-0/+18
* Enable gpsd to be built withot socket and subscription support.Eric S. Raymond2011-03-251-129/+170
* Eliminate an ugly magic number.Eric S. Raymond2011-03-241-1/+1
* Pull the last NTPSHM code dependency out of the core library.Eric S. Raymond2011-03-241-1/+38
* Try to move NTP link activation and deactivation up to the disparcher layer.Eric S. Raymond2011-03-241-0/+18
* Reindent code in order to minimize some near-future diffs.Eric S. Raymond2011-03-231-27/+27
* POLL subobject name changes: fixes -> tpv, skyview -> sky.Eric S. Raymond2011-03-211-2/+2
* Attribute typo fix, and bring the manual in sync.Eric S. Raymond2011-03-171-1/+1
* Only send fixes via DBUS when you actually have sat lock.Eric S. Raymond2011-03-101-1/+2
* More timestamp_t conversions. No logic changes.Eric S. Raymond2011-03-101-1/+1
* Give timestamps their own typedef. No logic changes.Eric S. Raymond2011-03-101-5/+5
* Reduce an unnecessary double to time_t.Eric S. Raymond2011-03-091-1/+1
* Regularize #ifdefs. All regression tests pass.Eric S. Raymond2011-03-041-4/+4
* NULL-guard device_name in find_device() function call.Jon Schlueter2011-03-011-4/+6
* NULL-guard device in open_device.Jon Schlueter2011-03-011-2/+2
* Suppress a spurious error message. All regression tests pass.Eric S. Raymond2011-03-011-0/+1
* Eliminate the ntrip_state global.Eric S. Raymond2011-02-261-2/+11
* The NTRIP connection state musn't be zeroed on gpsd_activate().Eric S. Raymond2011-02-241-5/+5
* Add an explanatory comment.Eric S. Raymond2011-02-241-0/+4
* Eliminate the context->netgnss_service member.Eric S. Raymond2011-02-241-1/+1
* Eliminate the dsock member in the context structure.Eric S. Raymond2011-02-241-9/+82
* Move NTRIP per-connection state from global context to private driver area.Eric S. Raymond2011-02-241-8/+6
* remove unneeded splint directives around open_device/add_deviceJon Schlueter2011-02-221-7/+0
* NTRIP fixes from Andre Naujoks.Eric S. Raymond2011-02-211-4/+40
* notify_watchers take a const char * sentenceJon Schlueter2011-02-211-1/+1
* change add_device,find_device all take const char *Jon Schlueter2011-02-211-2/+2
* whitespace cleanup in gpsd.cJon Schlueter2011-02-211-12/+12
* splint cleanup make context,devices, subscribers static scopeJon Schlueter2011-02-211-3/+3
* Simplify open_device(), eliminating an onnneeded table lookup.Andre Naujoks2011-02-211-25/+17
* More layer separation. All regression tests pass.Eric S. Raymond2011-02-161-31/+2
* Refactoring step. All regression tests pass.Eric S. Raymond2011-02-161-79/+27
* Refactoring step, no logic changes. All regression tests pass.Eric S. Raymond2011-02-161-37/+34
* Splint cleanup. All regression tests pass.Eric S. Raymond2011-02-161-1/+1
* Bug fix: RTCM2 JSON dumps get a device field.Eric S. Raymond2011-02-161-2/+3
* Bug fix: AIS JSON objects get a device field.Eric S. Raymond2011-02-161-0/+1
* Data hiding.Eric S. Raymond2011-02-161-1/+1
* SUBFRAME JSON object gets a device tag.Eric S. Raymond2011-02-161-3/+1
* Generate NMEA GPALM in pseudo-NMEA when almanic information is available.Michael Tatarinov2011-02-161-3/+13
* Bug fixes and improvements for the NTRIP code.Andre Naujoks2011-02-131-9/+1
* More name changes related to GST.Eric S. Raymond2011-02-011-1/+1
* Process GPGST into noise statistics. All regression tests pass.Thomas Sprinkmeier2011-02-011-0/+20
* Timestamps in TPV and SKY go from float seconds since Unix epoch to ISO8601.Eric S. Raymond2011-01-291-2/+3
* Splint cleanup. All regression tests pass.Eric S. Raymond2011-01-271-1/+0
* Implement ?devices control-socket command for Bluetooth discovery.Eric S. Raymond2011-01-271-0/+11
* Fix tracker bug #17810: ?WATCH filter isn't work[ing].Eric S. Raymond2011-01-271-1/+1
* Distinguish LOG_SHOUT from LOG_ERROR. Reduce verbosity.Eric S. Raymond2011-01-251-4/+8
* Fix typos pointed out in Berlios tracker bug #17858.Eric S. Raymond2011-01-251-7/+8