summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* gpsprof works again on garmin GPS 18USB. NaN not handled yet.Gary E. Miller2005-08-031-2/+7
* Unbreak an RTCM regression test.Eric S. Raymond2005-08-011-1/+1
* Fix minor bug in D response.Eric S. Raymond2005-07-291-1/+1
* Prevent a core dump when we get a device assigned but don't know its type yet.Eric S. Raymond2005-07-291-1/+1
* Parity computation and splint cleanup.Eric S. Raymond2005-07-281-2/+2
* Condition out the service stuff again.Eric S. Raymond2005-07-281-29/+29
* Backout the 'Back out the attempts to do port 2101 service.'Eric S. Raymond2005-07-281-29/+29
* First cut at RTCM undumper, and some splint cleanup.Eric S. Raymond2005-07-271-2/+2
* Back out the attempts to do port 2101 service.Eric S. Raymond2005-07-271-29/+29
* Back out a change that screws up testing.Eric S. Raymond2005-07-271-1/+1
* This version passes all regression tests and should serve RTCM-104 on port 2101.Eric S. Raymond2005-07-271-18/+92
* RTCM104 integration.Eric S. Raymond2005-07-271-1/+14
* 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