summaryrefslogtreecommitdiff
path: root/driver_zodiac.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove now-unneeded inclusion.Eric S. Raymond2012-05-191-1/+10
* Regularize some names.Eric S. Raymond2011-04-011-8/+8
* gps_maskdump() has been a CPU hog. Drastically reduce the number of calls...Eric S. Raymond2011-03-311-2/+2
* Re-identify most *_IS flags with corresponding *_SET flags.Eric S. Raymond2011-03-271-6/+6
* Make all drivers set the PPSTIME_IS mask where appropriate. It's not yet used.Eric S. Raymond2011-03-231-2/+2
* And still more double -> timestamp_t moves.Eric S. Raymond2011-03-101-1/+1
* Remove pass_rtcm(),Eric S. Raymond2011-02-271-2/+2
* Refactor time handling yet again. All regression tests pass.Eric S. Raymond2011-01-211-1/+1
* Add some suitable warning comments.Eric S. Raymond2011-01-211-0/+6
* Added a driver-type flags member to the driver method structure.Eric S. Raymond2011-01-191-0/+1
* Refactoring revealed a minor bug in Zodiac skyview timestamps.Eric S. Raymond2011-01-171-6/+3
* Properly record when we get a valid leap second.Eric S. Raymond2011-01-171-1/+3
* Introduce GPS_TIME_VALID flag for GPS time validation.Eric S. Raymond2011-01-171-0/+1
* More deheader testing. All regression tests pass.Eric S. Raymond2011-01-131-0/+1
* Rename the bits.h macros to be explicit about operand length.Eric S. Raymond2010-12-261-2/+2
* More header portability auditing by deheader.Eric S. Raymond2010-12-221-2/+3
* Insert GPS week rollover checks everywhere we rely on GPS time.Eric S. Raymond2010-12-201-0/+1
* More deheaderizing. All regression tests pass.Eric S. Raymond2010-12-011-3/+0
* Enable much stricter compilation warningsEric S. Raymond2010-09-161-1/+1
* Reindent. All regression tests pass.Eric S. Raymond2010-04-261-2/+2
* Clear DOPs only when we get a skyview report.Eric S. Raymond2010-04-201-1/+2
* Splint and cppcheck cleanup. All regression tests pass.Eric S. Raymond2010-04-201-3/+3
* Eliminate a lot of private copies of gps_tow for one global copy inGary E. Miller2010-04-181-1/+2
* Smoke out more private copies of gps_week and move into session->context. Gary E. Miller2010-04-181-0/+1
* remove commented-out development packet dumpsChris Kuethe2010-04-181-76/+1
* Collapse various copies of gps_week into one in gps_contxt_t.Gary E. Miller2010-04-161-1/+2
* More reindenting.Eric S. Raymond2010-04-141-2/+2
* Reindented more driver code. All regression tests pass.Eric S. Raymond2010-04-141-97/+125
* Protect more displayed structures from indent.Eric S. Raymond2010-04-131-0/+2
* Refactor serial ntpshm_put() calls.Eric S. Raymond2010-04-121-8/+14
* Make the client library and daemon use different sets of state-flag masks.Eric S. Raymond2010-04-091-5/+5
* Drivers now put their per-packet new data into a session->newdata member.Eric S. Raymond2010-04-051-26/+26
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-3/+2
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-2/+5
* David Ludlow's housekeeping and type-cleanup patch.Eric S. Raymond2010-01-021-1/+1
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-1/+0
* Make fudge explicit in ntpshm_put(), and log it..Gary E. Miller2009-11-171-1/+1
* The new instrumentation pays off. Eric S. Raymond2009-10-021-8/+7
* Fix a paste-o that made its way into many LOG_DATA format strings.Eric S. Raymond2009-10-021-3/+3
* My bright idea to use timestamp() to set skyview times backfired... Eric S. Raymond2009-10-021-7/+7
* Clear up some driver-level confusion surrounding timestamp setting.Eric S. Raymond2009-10-011-1/+3
* Zodiac driver adapted to do LOG_DATA.Eric S. Raymond2009-10-011-2/+28
* In the gpsdata structure, satellites -> satellites_visibleEric S. Raymond2009-10-011-2/+2
* Fix computation of epx and epy from eph.Eric S. Raymond2009-09-301-1/+1
* Refactor the cycle-end tracking. The AIS machinery should use it.Eric S. Raymond2009-09-301-1/+1
* Rip out most of the old profiling support.Eric S. Raymond2009-09-291-1/+0
* Fix a very minor bug in Zodiac reporting.Eric S. Raymond2009-09-211-1/+0
* Using clear_dop() means we can get rid of instances of several different flags.Eric S. Raymond2009-09-151-1/+1
* Begin using clear_dop to ensure that gpsd never reports stale DOP values.Eric S. Raymond2009-09-151-0/+1
* Give DOPs their own structure...Eric S. Raymond2009-09-151-5/+5