summaryrefslogtreecommitdiff
path: root/driver_zodiac.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor representation of satellite data into an array of structs...Eric S. Raymond2014-09-221-12/+12
* Now that the transition is done we can restore the gpsd_report name.Eric S. Raymond2014-08-271-7/+7
* The big leap. Most instances of gpsd_report are replaced...Eric S. Raymond2014-08-271-7/+7
* Introduce struct errout_t to encapsulate error-reporting hooks.Eric S. Raymond2014-08-271-7/+7
* Structure member name change: packet -> lexer. No logic changes.Eric S. Raymond2014-08-271-7/+7
* Split firmwqre version query out of the init method.Eric S. Raymond2014-08-251-0/+1
* Drop the obsolete tag field from JSON output. Bump the minor protocol number.Eric S. Raymond2014-08-241-3/+0
* Reimplement Zodiac control-send safely for word-oriented architectures.Eric S. Raymond2014-08-211-1/+10
* Remove a dead initialization, as reported by clang's scan build.Bernd Zeimetz2013-12-071-1/+1
* Rename and rationalize driver table instances. No logic changes.Eric S. Raymond2013-11-121-2/+2
* Full splint cleanup. Partial cppcheck cleanup.Eric S. Raymond2013-11-051-4/+3
* Contain the assumption that time hinting is done to NTPD.Eric S. Raymond2013-10-311-6/+6
* Revert "Separate ntpd support from chrony support, step 1."Eric S. Raymond2013-10-301-6/+6
* Separate ntpd support from chrony support, step 1.Eric S. Raymond2013-10-301-6/+6
* splint cleanup. Regression tests pass and PPS live-tests correctly.Eric S. Raymond2013-10-291-3/+3
* Cleanup fixes. There was a typo in the last change to the Zodiac driver.Eric S. Raymond2013-10-261-2/+2
* Remove an endianness assumption.Eric S. Raymond2013-10-261-19/+10
* More efficiebt sticky-flagging.Eric S. Raymond2013-10-151-1/+1
* Remove dead code and clean up. All regression tests pass.Eric S. Raymond2013-10-151-37/+3
* OK, visualize as a method was a bad idea. All regression tests pass.Eric S. Raymond2013-10-141-3/+0
* Create driver slot and scons option for a visualizer driver method.Eric S. Raymond2013-10-131-0/+3
* Change gpsd_report to no longer use a global. All regression tests pass.Eric S. Raymond2013-09-291-10/+18
* Lose the assumption that socket_t is an integer.Eric S. Raymond2012-09-221-1/+1
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-6/+6
* 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