summaryrefslogtreecommitdiff
path: root/driver_zodiac.c
Commit message (Expand)AuthorAgeFilesLines
* gpsd_error_model(): be more consistent with HERR_SET.Gary E. Miller2019-03-261-1/+2
* driver_zodiac: Stop calculating epx/epy, let gpsd_error_model().Gary E. Miller2019-03-261-6/+4
* driver_zodia: Decopde map datum.Gary E. Miller2019-03-251-1/+5
* Avoids troublesome dependency on M_LN2 from math.h.Fred Wright2019-03-181-9/+1
* POSIX_C_SOURCE: Not just a linux define. 200112L is a minimum.Gary E. Miller2018-12-261-1/+4
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* Shield FreeBSD from standards compliance.Gary E. Miller2016-09-071-0/+5
* If you specify XOPEN version, you must specify POSIX version.Gary E. Miller2016-08-161-0/+2
* C99 requires _XOPEN_SOURCE 500 for M_LN2Gary E. Miller2016-08-151-0/+5
* PPSTIME -> NTPTIMEGary E. Miller2016-04-241-1/+1
* A drowning deluge of whitespace hacks.Gary E. Miller2015-04-301-1/+1
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-14/+0
* Minor efficiency improvement.Eric S. Raymond2015-03-181-3/+9
* One of the float-elimination steps busted something. Revert.Eric S. Raymond2015-03-081-1/+1
* A step toards float elimination. No code changes.Eric S. Raymond2015-03-081-1/+1
* gpsd-report() -> gpsd_log()Eric S. Raymond2015-03-071-29/+29
* Back out the attempt to use VTIME.Eric S. Raymond2015-01-311-1/+0
* Add a minimum packet length to every driver.Eric S. Raymond2015-01-291-0/+1
* Prevent uninitialized-field lossage in the Zodiac driver.Eric S. Raymond2015-01-241-2/+0
* Coverity/splint cleanup.Eric S. Raymond2015-01-211-0/+3
* Easy splint cleanups. All regression tests pass.Eric S. Raymond2015-01-211-4/+4
* Add str_{,v}appendf, use it everywhere.Zbigniew Chyla2015-01-211-2/+2
* Almost entirely eliminate use of sats_used array.Eric S. Raymond2015-01-101-9/+6
* Better way to avoid glibc dependency.Eric S. Raymond2014-09-291-1/+1
* Remove some custom code, at the cost of introducing a glibc depenency.Eric S. Raymond2014-09-251-1/+1
* 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