summaryrefslogtreecommitdiff
path: root/nmea_parse.c
Commit message (Expand)AuthorAgeFilesLines
* First step in improving the sampling code.Eric S. Raymond2005-02-241-18/+19
* Make nmea_add_checksum() work even if no trailing * on current sentence.Gary E. Miller2005-02-221-5/+9
* Emit log message when local and GPS time don't match to the second.Eric S. Raymond2005-02-211-0/+2
* Buffer size cleanup. Check that we get good data after a baud rateEric S. Raymond2005-02-201-1/+1
* Do checksum test when validating NMEA buffers.Eric S. Raymond2005-02-201-7/+20
* Duh. Can't do ISO conversion until after the ISO timestamp isEric S. Raymond2005-02-171-6/+6
* Back out the attempt to generate a timestamp even if there's no fix --Eric S. Raymond2005-02-171-11/+11
* Still producing negative E1+T1, but the client code looks better.Eric S. Raymond2005-02-161-0/+32
* Deal gracefully with EC-10X.Eric S. Raymond2005-02-161-0/+24
* Track sentences seen.Eric S. Raymond2005-02-161-8/+11
* Make GPRMB a no-op.Eric S. Raymond2005-02-161-0/+3
* Gary Miller's second version of the Garmin support.Eric S. Raymond2005-02-151-1/+1
* Always pass up the timestamp even if the PVT fields are invalid.Eric S. Raymond2005-02-141-5/+7
* Typo fix.Eric S. Raymond2005-02-141-1/+1
* More forgiving version of nmea_add_checksum.Eric S. Raymond2005-02-141-1/+1
* Cope with NMEA format strings that are not *-terminated. Also, ignoreEric S. Raymond2005-02-141-0/+4
* First version with woRking baud rate change.Eric S. Raymond2005-02-131-1/+1
* Refactor so NMEA validation lives with the parser.Eric S. Raymond2005-02-131-0/+35
* Log NMEA sends, they tend to be important.Eric S. Raymond2005-02-121-1/+9
* Avoid a GPGLL core dump (again!).Eric S. Raymond2005-02-111-1/+1
* Fixed a core-dump bug in GLL processing.Eric S. Raymond2005-02-111-5/+5
* Convert sirf.c to use gpsd's existing NMEA checksum and send code.Eric S. Raymond2005-02-111-2/+2
* Clean up and integrate Arnin's SiRF control code.Eric S. Raymond2005-02-111-1/+1
* Better bounds checking on the GSV parse loop.Eric S. Raymond2005-02-021-5/+1
* Report correct checksum.Eric S. Raymond2005-01-131-4/+8
* Merged fix from Petter Reinholdtsen.Eric S. Raymond2005-01-101-3/+5
* More cleanup.Eric S. Raymond2005-01-091-15/+8
* Skip checksum before splitting.Eric S. Raymond2005-01-091-0/+6
* Better alloca detection.Eric S. Raymond2005-01-081-2/+17
* Get rid of processIgnored.Eric S. Raymond2005-01-081-8/+4
* Cosmetic changes to Petter Reinhold's code. Also, get rid of another vsprintf.Eric S. Raymond2005-01-081-30/+24
* Remove Garmin extensions.Eric S. Raymond2005-01-081-73/+0
* Petter Reinhold's field parsing.Eric S. Raymond2005-01-081-87/+178
* Fix a nasty bug in field(), it didn't do the right thing for fieldEric S. Raymond2005-01-051-3/+6
* Yet another GSV bug fix.Eric S. Raymond2005-01-051-1/+3
* Zero out more carefully in case of empty fields.Eric S. Raymond2005-01-051-1/+4
* Avoid overcounting satellites.Eric S. Raymond2005-01-051-0/+3
* More simplification of the GSV parser.Eric S. Raymond2005-01-041-14/+7
* Improved GSV parsing.Eric S. Raymond2005-01-031-3/+2
* Improved satellite counting.Eric S. Raymond2005-01-031-9/+7
* Don't treat the satellites field in GPGSV as reliable, actually Eric S. Raymond2005-01-031-4/+4
* Log lines with bad checksum.Eric S. Raymond2005-01-021-1/+2
* Move config.h include into gpsd.h so we can never foo up the structure Eric S. Raymond2004-12-301-1/+0
* Lint cleanup page.Eric S. Raymond2004-12-181-1/+1
* Cosmetic cleanups.Eric S. Raymond2004-12-171-1/+1
* Use GMT consistently.Eric S. Raymond2004-12-171-10/+5
* Q command fix from Robin L Darroch <robin@spade-men.com>.Eric S. Raymond2004-10-261-1/+4
* Yet another round of fluff removal.Eric S. Raymond2004-10-231-6/+3
* More code cleanup.Eric S. Raymond2004-10-221-7/+7
* Comment correction.Eric S. Raymond2004-10-061-13/+7