summaryrefslogtreecommitdiff
path: root/nmea_parse.c
Commit message (Expand)AuthorAgeFilesLines
...
* Attempt to fix Daniele Gangrezi's bug.Eric S. Raymond2005-03-241-5/+11
* Improve documentation.Eric S. Raymond2005-03-231-3/+5
* fix segfault in merge_hhmmss(). Yet another tweak.Gary E. Miller2005-03-231-1/+1
* fix segfault in merge_hhmmss(). I like Eric's patch better than mine.Gary E. Miller2005-03-231-1/+1
* fix segfault in merge_hhmmss(). sizeof(buf) is 4, sizeof(buf) -17 is 4294937...Gary E. Miller2005-03-231-1/+1
* Split up the estimated-error validity masks.Eric S. Raymond2005-03-231-2/+2
* Watcher mode now uses 'o' command to dump status.Eric S. Raymond2005-03-231-1/+1
* Sentence length and tag reporting is now done by the driver.Eric S. Raymond2005-03-221-4/+4
* Second step in library refactoring.Eric S. Raymond2005-03-221-56/+29
* Big structure reorganization.Eric S. Raymond2005-03-221-27/+24
* Remove more timestamp fields. Soon there will only be one per fix.Eric S. Raymond2005-03-221-6/+4
* Eliminate GPVTG parsing, it just duplicates inf in GPRMC.Eric S. Raymond2005-03-211-45/+5
* Eliminate track stamp in favor of out-of-band value.Eric S. Raymond2005-03-211-2/+0
* Get ride of status and mode timestamps, these are continuously valid.Eric S. Raymond2005-03-211-6/+0
* Remove redundant timestamps.Eric S. Raymond2005-03-211-5/+0
* Daemon no longer depends on the raw hook to trigger watcher notifications.Eric S. Raymond2005-03-181-43/+69
* Typo fix in comment.Eric S. Raymond2005-03-171-1/+1
* First step towards timestamp bundling.Eric S. Raymond2005-03-161-0/+17
* Compute climb/sink from the NMEA report.Eric S. Raymond2005-03-151-0/+18
* Reapply the bug fix Derrick stepped on.Eric S. Raymond2005-03-121-6/+9
* Three small fixes.Derrick Brashear2005-03-121-9/+15
* Mac OS port fixes. Describe WAAS/EGNOS in the GPS Hacking document.Eric S. Raymond2005-03-121-6/+9
* clean up time calls so library will be reentrant.Eric S. Raymond2005-03-011-5/+7
* Enable profiling all the time by default.Eric S. Raymond2005-03-011-8/+0
* Alpha version of SiRF-II driver. Doesn't get GSA information out yet, Eric S. Raymond2005-02-281-7/+1
* Checking for change bits is no longer a driver responsibility, it's now doneEric S. Raymond2005-02-271-58/+20
* Support for Garmin PGMRE sentence. Next step is to compute this from Eric S. Raymond2005-02-261-0/+22
* First step in integrating the new packet sniffer. This version works, Eric S. Raymond2005-02-251-48/+0
* 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