summaryrefslogtreecommitdiff
path: root/nmea_parse.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* splint cleanup after CK's strcat()/strlcopy() cleanup.Eric S. Raymond2006-08-201-2/+2
* String safety, courtesy of snprintf, strlcat and strlcpy.Chris Kuethe2006-08-191-2/+2
* SiRF name cleanup.Chris Kuethe2006-08-171-2/+2
* Fix the NMEA altitude compilation. Eric S. Raymond2006-07-211-1/+1
* Set start-of-cycle if new timestamp seen in GGA.Eric S. Raymond2006-06-081-0/+3
* Add dgnss.c, which should have been checked in with the NTRIP support.Eric S. Raymond2006-06-071-0/+28
* Parse NMEA-violating data from Antaris ublox correctly.Eric S. Raymond2006-03-021-1/+9
* Eliminate duplicated code between sirf.c/sirfflash.c/nmea_parse.c.Eric S. Raymond2005-08-041-2/+2