summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* First xut at JSON passthrough code.Eric S. Raymond2011-06-141-0/+10
* Yet more code slimming. All regression tests pass, code splints clean.Eric S. Raymond2011-06-111-2/+21
* More code slimming.Eric S. Raymond2011-06-111-2/+18
* Code slimming.Eric S. Raymond2011-06-111-0/+2
* Mac OS X systemd activation for gpsd.Eckhart Wörner2011-04-291-1/+31
* Revert a mistake. Noticed by mlichvar, thanks.Eric S. Raymond2011-04-141-1/+1
* splint cleanup.Eric S. Raymond2011-04-061-1/+3
* With -pthread, the compiler gets pickier about having the header included.Eric S. Raymond2011-04-051-0/+1
* finish renaming gpsd_dbus to dbusexportJon Schlueter2011-04-041-1/+1
* Give up on trying to splint the DBUS code. The headers confuse splint.Eric S. Raymond2011-04-031-8/+8
* Regularize some names.Eric S. Raymond2011-04-011-7/+7
* gps_maskdump() has been a CPU hog. Drastically reduce the number of calls...Eric S. Raymond2011-03-311-11/+12
* Prevent a compiler warning.Eric S. Raymond2011-03-311-1/+2
* Eliminate nowait global when FORCE_NOWAIT.Eric S. Raymond2011-03-291-4/+6
* Another step towards complete conditionalizing on FORCE_NOWAIT.Eric S. Raymond2011-03-291-5/+7
* Partially revert the previous FORCE_NOWAIT change, as it broke the -n option.Eric S. Raymond2011-03-291-12/+7
* Squeeze more code out of the minimal build.Eric S. Raymond2011-03-291-18/+29
* More conditioning out of code for minimal build.Eric S. Raymond2011-03-291-5/+9
* Add a switch to configure out control-socket switch.Eric S. Raymond2011-03-281-6/+30
* 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