summaryrefslogtreecommitdiff
path: root/driver_nmea.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid locale problems in the NMEA driver, too.Eric S. Raymond2011-08-271-46/+46
* Comment fix.Eric S. Raymond2011-06-101-8/+8
* Cosmetic fix. All regression tests pass.Eric S. Raymond2011-06-101-25/+17
* Implement NMEA HDT sentence. All regression tests pass,Eric S. Raymond2011-06-101-0/+43
* gps_maskdump() has been a CPU hog. Drastically reduce the number of calls...Eric S. Raymond2011-03-311-17/+16
* Magic-number and strncpy elimination. All regression tests passEric S. Raymond2011-03-291-5/+7
* Fix scan-build glitches. All regression tests pass.Eric S. Raymond2011-03-281-1/+1
* Re-identify most *_IS flags with corresponding *_SET flags.Eric S. Raymond2011-03-271-55/+55
* Make all drivers set the PPSTIME_IS mask where appropriate. It's not yet used.Eric S. Raymond2011-03-231-0/+9
* Enable GSTs to update time properly.Thomas Sprinkmeier2011-03-081-0/+1
* expand logging for error condition of too many satellites reportedJon Schlueter2011-03-051-1/+2
* Dead-code removal. All regression tests pass.Eric S. Raymond2011-03-041-8/+1
* add return codes when parsing partial GSV packetsJon Schlueter2011-02-221-5/+5
* spelling error in comment for driver_nmeaJon Schlueter2011-02-221-1/+1
* Simplify year computation in NMEA. There are no out-of-bound years.Eric S. Raymond2011-02-221-17/+11
* More uniform error messages. All regression tests pass.Eric S. Raymond2011-02-221-6/+7
* Partial splint and warning cleanup. All regression tests pass.Eric S. Raymond2011-02-031-1/+1
* More name changes related to GST.Eric S. Raymond2011-02-011-16/+16
* Change Noise sentence to use ISO8601 timestamp.Eric S. Raymond2011-02-011-2/+2
* Process GPGST into noise statistics. All regression tests pass.Thomas Sprinkmeier2011-02-011-0/+47
* Comment fixup.Eric S. Raymond2011-01-211-5/+6
* Compensate for century rollover in NMEA.Eric S. Raymond2011-01-211-5/+7
* Yet more time refactoring. All regression tests pass.Eric S. Raymond2011-01-211-1/+11
* Refactor time handling yet again. All regression tests pass.Eric S. Raymond2011-01-211-14/+1
* Rollover checking for NMEA.Eric S. Raymond2011-01-171-0/+2
* More deheader testing.Eric S. Raymond2011-01-121-0/+1
* Fix typo in comment.Gary E. Miller2011-01-111-1/+1
* Pretty-print the nearest timestamp.Beat Bolli2011-01-051-1/+1
* Add some instrumentation for Roger Oberholzer.Eric S. Raymond2011-01-041-1/+2
* Detect non-advancing GGA timestamps and latch mode to 1 when this happens.Eric S. Raymond2010-12-261-0/+22
* More header portability audting with a new version of deheader.Eric S. Raymond2010-12-221-4/+2
* Be more explicit about an assumption. All regression tests pass.Eric S. Raymond2010-12-201-5/+2
* Detect GPS week rollover in ZDA sentences. All regression tests pass.Eric S. Raymond2010-12-191-23/+21
* Update context century from a greater ZDA century; handles century rollovers.Eric S. Raymond2010-12-191-1/+23
* Use the century slot in the context structure.Eric S. Raymond2010-12-191-1/+1
* Unused-header removals by deheader. All regression tests pass.Eric S. Raymond2010-12-011-4/+0
* Add some more error logging for GPGSV. Gary E. Miller2010-10-261-0/+3
* GPZDA reported broken by aquarat, and others.Gary E. Miller2010-10-261-1/+1
* Add some sanity checking when getting dates from NMEA.Gary E. Miller2010-06-291-10/+34
* Avoid returning a random validity mask. All regression tests pass.Eric S. Raymond2010-06-141-2/+1
* Remove error returns that could lead to spuriors device hangups.Eric S. Raymond2010-06-141-5/+4
* Make packet sniffer pass packets with bad checksums with type BAD_PACKET.Eric S. Raymond2010-05-081-4/+4
* Whitespace and indenting cleanup.Jon Schlueter2010-04-291-15/+15
* Address Berlios tracker bug #17098: wrong day of week in log message.Eric S. Raymond2010-04-271-2/+8
* Remove another obsolete FIX-ME.Eric S. Raymond2010-04-261-1/+0
* FIXME -> FIX-ME, so I can walk through these without tripping over autotools.Eric S. Raymond2010-04-261-1/+1
* Remove obsolete FIXME.Eric S. Raymond2010-04-251-1/+0
* Clear DOPs only when we get a skyview report.Eric S. Raymond2010-04-201-2/+0
* remove unused nmea checksum calculatorChris Kuethe2010-04-181-16/+0
* Reindented the NMEA support. All regression tests pass.Eric S. Raymond2010-04-141-348/+383