summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* Changes responding to Wolfgang's long response about RTCM, and factoringEric S. Raymond2005-07-201-3/+0
* Switch to using C99 initializers everywhere.Eric S. Raymond2005-07-161-15/+13
* Stage one of making the RTCM decoder an ordinary driver. Merge the RTCMEric S. Raymond2005-07-161-1/+1
* gpsfake can feed the daemon an RTCM stream...Eric S. Raymond2005-07-161-0/+9
* Solo-user check is implemented for B, C, N.Eric S. Raymond2005-07-141-10/+24
* Documentation impriovenents.Eric S. Raymond2005-07-141-4/+4
* Don't emit binary characters when logging messages with raw binary in them.Eric S. Raymond2005-07-141-3/+10
* Typo fix.Eric S. Raymond2005-07-141-1/+1
* Architecture extension; handle variable sample rates.Eric S. Raymond2005-07-111-4/+19
* Added Sony support.Eric S. Raymond2005-07-061-1/+1
* Ready to ship 2.27.release-2.27Eric S. Raymond2005-07-061-3/+3
* Fix Petr Stransky's bugs.Eric S. Raymond2005-07-061-4/+4
* Cleanup before afddressing Peter Stranky's bug.Eric S. Raymond2005-07-051-3/+3
* Add some documentation, and a no-read timeout.Eric S. Raymond2005-07-051-4/+6
* Fold in some advice from Wolfgang Rupprecht.Eric S. Raymond2005-07-041-2/+2
* Introduce client timeouts.Eric S. Raymond2005-07-041-6/+31
* Slightly better unstrumentation of file descriptor operations.Eric S. Raymond2005-07-021-1/+0
* Gather all the error-modeling into one spot.Eric S. Raymond2005-07-011-16/+6
* Disable the hunt for DGPSIP servers.Eric S. Raymond2005-07-011-0/+2
* Add the ability to probe multiple DGPS servers...Eric S. Raymond2005-06-301-1/+1
* Experimental code to hunt for a DGPSIP server.Eric S. Raymond2005-06-291-10/+23
* Clean up DGPSIP a bit more, some variables don't need to be per-session.Eric S. Raymond2005-06-291-2/+3
* Pull the DGPSIP code into its own module.Eric S. Raymond2005-06-291-11/+17
* Try to fix some bugs introduced by FIONREAD removal.Eric S. Raymond2005-06-281-2/+2
* Eliminate use of FIONREAD.Eric S. Raymond2005-06-281-2/+2
* Eliminate dynamic-memory allocation from the daemon.Eric S. Raymond2005-06-281-60/+59
* Finish abstracting the channel primitives.Eric S. Raymond2005-06-271-3/+3
* Abstract some device-allocation primitives.Eric S. Raymond2005-06-271-6/+8
* Pre-release cleanup.Eric S. Raymond2005-06-271-1/+1
* Fix a subtle error in channel assignment.Eric S. Raymond2005-06-271-5/+8
* Guard a reference so a -1 file descriptor won't cause havoc.Eric S. Raymond2005-06-271-1/+2
* Eliminate a select error.Eric S. Raymond2005-06-251-0/+1
* Plugged a memory leak that I found with valgrind.Eric S. Raymond2005-06-251-0/+1
* Changes to support valgrind auditing.Eric S. Raymond2005-06-241-22/+24
* Fixes for the hotplug/control-socket mechanism.Eric S. Raymond2005-06-231-9/+1
* Remove PID file on exit.Eric S. Raymond2005-06-221-0/+4
* Ensure that date/time field is dumped as ? when...Eric S. Raymond2005-06-211-5/+31
* Nailed Rob's raw-mode core dump.Eric S. Raymond2005-06-211-1/+3
* Simplest possible guard hook.Eric S. Raymond2005-06-211-2/+2
* splint cleanup after NAN change.Eric S. Raymond2005-06-151-20/+20
* Use NAN consistently for out-of-bound values of double type.Eric S. Raymond2005-06-151-20/+21
* Fix a problem with hotplugging.Eric S. Raymond2005-06-151-1/+1
* Prepare for 2.26 release. Wait for tty to go active in hotplug script.Eric S. Raymond2005-06-141-7/+8
* Make sure sentence time is unset properly when a driver doesn't return it.Eric S. Raymond2005-06-131-1/+1
* Collect all policy in one spot. Doing this turned up a bug in speed dumping.Eric S. Raymond2005-06-131-9/+15
* Clean up after the raw_hook architecture change.Eric S. Raymond2005-06-121-1/+1
* Remove more unneeded annotations.Eric S. Raymond2005-06-111-10/+10
* Clean out some now-unnecessary splint overrides.Eric S. Raymond2005-06-101-13/+13
* Experimentally putting splint in strict mode turned up some grubby bits.Eric S. Raymond2005-06-101-1/+1
* Type cleanup.Eric S. Raymond2005-06-101-6/+7