summaryrefslogtreecommitdiff
path: root/driver_nmea.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Comment improvements.Eric S. Raymond2010-04-131-1/+5
* Checkpoint first cut an gpsnon support for TNT. Not yet working.Eric S. Raymond2010-04-111-1/+1
* Shorten some names for concision, and make C names match JSON names.Eric S. Raymond2010-04-111-18/+18
* Improve and dicument the JSON report for digital compasses.Eric S. Raymond2010-04-111-21/+16
* First cut at JSON output for TNT Revolution device.Eric S. Raymond2010-04-101-17/+21
* Building with --enable--oceanserver and --disable-tnt now passes regressions.Eric S. Raymond2010-04-101-26/+26
* Fix the broken handling of our two compass device types in the NMEA driver.Eric S. Raymond2010-04-101-41/+46
* Make the client library and daemon use different sets of state-flag masks.Eric S. Raymond2010-04-091-50/+50
* Fix TNT compilation.Eric S. Raymond2010-04-071-5/+5
* Drivers now put their per-packet new data into a session->newdata member.Eric S. Raymond2010-04-051-77/+77
* Refactoring; do_lat_lon() has no need to know about all of struct gpsdata_t.Eric S. Raymond2010-04-051-12/+7
* Fix Oceanserver build.Eric S. Raymond2010-03-281-11/+11
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-2/+1
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-1/+5
* Cope better with decade and century transitions while the daemon is running. Eric S. Raymond2010-01-061-5/+13
* This commit resolves the time overflows in the rgm3800 and mkt3301.Eric S. Raymond2009-12-041-9/+19
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-1/+0
* Fix some whitespace glitches found while experimenting with indent(1).Eric S. Raymond2009-11-171-9/+9
* Compiler warning suppressions (the MKT3301->MTK3301 change wasn't complete).Eric S. Raymond2009-11-171-4/+0
* missed a couple in the MKT / MTK renameChris Kuethe2009-11-171-2/+2
* Suppress unstable and negative timestamps in devices like the uBlox-lea-4h...Eric S. Raymond2009-10-061-24/+31
* Prevent the daemon from being confused by malformed sentences.Eric S. Raymond2009-10-051-20/+34
* The new instrumentation pays off. Eric S. Raymond2009-10-021-4/+3
* Fix a paste-o that made its way into many LOG_DATA format strings.Eric S. Raymond2009-10-021-5/+5
* My bright idea to use timestamp() to set skyview times backfired... Eric S. Raymond2009-10-021-4/+4
* Clear up some driver-level confusion surrounding timestamp setting.Eric S. Raymond2009-10-011-2/+2
* In the gpsdata structure, satellites -> satellites_visibleEric S. Raymond2009-10-011-13/+13
* More DATA_LOG adaptations. All regression tests pass. Code splints clean.Eric S. Raymond2009-10-011-79/+81
* Adapt some drivers to use the new LOG_DATA level. All regression tests pass.Eric S. Raymond2009-09-301-2/+4
* Fix computation of epx and epy from eph.Eric S. Raymond2009-09-301-1/+1