summaryrefslogtreecommitdiff
path: root/nmea_parse.c
Commit message (Expand)AuthorAgeFilesLines
* Documentation fixes for NMEA parsing.Eric S. Raymond2009-01-071-23/+32
* silence unused parameter warningChris Kuethe2009-01-061-1/+1
* Refactor sending of control strings.Eric S. Raymond2009-01-061-12/+17
* This diff goes most of the way to getting us splint-clean again.Eric S. Raymond2009-01-051-1/+3
* Merge code for Oceanserver compass from Stefan de Konink.Eric S. Raymond2009-01-041-0/+62
* My change to the scaling of O reports four days ago was backwards.Eric S. Raymond2009-01-031-1/+2
* merge mkt-3301 support. from Henk FijnvandraatChris Kuethe2008-12-311-1/+9
* fix the order of merging in time data. from CvachoucekChris Kuethe2008-10-191-1/+1
* whitespace fixesChris Kuethe2007-12-261-73/+73
* fix the handling of the device idChris Kuethe2007-12-251-1/+2
* teach the monster ashtech decoder how to handle $PASHR,SAT and $PASHR,POSChris Kuethe2007-12-251-4/+51
* Ashtech fixes.Chris Kuethe2007-12-251-0/+14
* More specific warning message.Eric S. Raymond2007-12-101-2/+2
* Time-equality test has to use fabs() rather than abs().Eric S. Raymond2007-12-101-1/+1
* Improved error and rpgress reporting, plus a typo fix.Eric S. Raymond2007-12-101-6/+13
* Eliminate naive float comparisons. Eric S. Raymond2007-12-101-4/+16
* Pull the device_readonly variable into the global context structure.Eric S. Raymond2007-06-011-4/+0
* splint cleanups, and move a static to wre it belongs in the driver structure.Eric S. Raymond2007-06-011-0/+2
* Back out some code that caused the eXplorist-210 regression test to hang hard.Eric S. Raymond2007-05-311-1/+5
* Neuter nmea_send. Chris Kuethe2007-04-061-0/+4
* get rid of an erroneous strlen testChris Kuethe2007-03-151-1/+1
* more robust NMEA parsing.Chris Kuethe2007-03-141-6/+7
* Make the nmea parsing more robust in the face of garbage and/or hostile input. Chris Kuethe2007-02-141-10/+39
* Make our assumptions about the units in Garmin error estimatesEric S. Raymond2006-11-291-0/+2
* Fix a long-standing bug in NMEA processing.Eric S. Raymond2006-11-241-1/+22
* Compiler-warning and splint cleanup.Eric S. Raymond2006-11-101-1/+1
* Toss out overlong NMEA packets. Eric S. Raymond2006-11-071-0/+13
* Sigh...avoid harmless but *annoying* name collision...Eric S. Raymond2006-11-021-3/+3
* Define uniform log level macros.Eric S. Raymond2006-11-021-15/+15
* Back down to a version of the True North code that was working...Eric S. Raymond2006-11-011-5/+1
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-0/+2
* Partial splint cleanup.Eric S. Raymond2006-10-261-4/+4
* Recognize use of @ as a private packet leader character...Eric S. Raymond2006-10-261-1/+5
* Allowing the fd to drain helps my WBT-200 be more reliable...Chris Kuethe2006-10-231-0/+1
* Since we're overloading the altitude field anyway...Chris Kuethe2006-10-201-1/+1
* The TRACK_SET flag was redundantly set, and STATUS_SET wasn't set at all. Fix.Chris Kuethe2006-10-201-1/+1
* remove redundant toupper() calls...Chris Kuethe2006-09-231-1/+1
* Prevent the nmea parser from exploding...Chris Kuethe2006-09-221-16/+17
* Return the proper error code. More validation to comeChris Kuethe2006-09-221-1/+1
* Thinking about a better parser for PGRME.Chris Kuethe2006-09-221-0/+10
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
* The big dead-storage elimination: we get rid of the newdata member.Eric S. Raymond2006-09-091-44/+44
* Avoid issuing spurious 3D error estimates in 2D mode.Eric S. Raymond2006-09-051-1/+1
* Fix reversed test in GPGLL processing that was hosing regressions.Eric S. Raymond2006-09-051-1/+1
* allow this to compile again.Chris Kuethe2006-08-311-2/+1
* Clean up more attempts to set the fix structure directly.Eric S. Raymond2006-08-311-2/+2
* Design decision: Trie North data gets mapped into existing fields (track, etc)Eric S. Raymond2006-08-311-40/+14
* Channels member is no longer used by the NMEA parser. Eric S. Raymond2006-08-211-1/+2
* This version also passes all regressions.Eric S. Raymond2006-08-211-1/+1
* Begin to remove use of the channels limit.Eric S. Raymond2006-08-211-3/+3