summaryrefslogtreecommitdiff
path: root/nmea_parse.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add detection of Garmin Serial GPS.Gary E. Miller2005-08-031-1/+4
* We don't need dummy handlers to ignore sentences.Eric S. Raymond2005-08-031-23/+2
* First pass at getting rid of 'unknown sentence' logs for known but ignored NMEA.Gary E. Miller2005-08-031-0/+23
* True North support integrated.Eric S. Raymond2005-08-011-10/+71
* Typo fix.Eric S. Raymond2005-07-301-1/+1
* Fix a core dump induced by the extremely broken GSA in the i.Trek M3.Eric S. Raymond2005-07-271-2/+12
* Support compilers that can't do anonymous unions.Eric S. Raymond2005-07-261-27/+27
* Avoid spurious unknown-sentence messages.Eric S. Raymond2005-07-251-0/+2
* It is now possible to configure out NMEA support.Eric S. Raymond2005-07-081-19/+21
* Report uniform 95% confidence intervals.Eric S. Raymond2005-07-081-5/+5
* Big driver structure refactoring.Eric S. Raymond2005-07-081-119/+116
* USED_SET needs to be a separate mask from SATELLITES_SET...Eric S. Raymond2005-07-081-1/+1
* Added Sony support.Eric S. Raymond2005-07-061-2/+5
* More prep work for 16-channel receivers.Eric S. Raymond2005-06-221-2/+2
* Ready to ship 2.26.Eric S. Raymond2005-06-211-2/+6