summaryrefslogtreecommitdiff
path: root/driver_italk.c
Commit message (Expand)AuthorAgeFilesLines
* gpsd_error_model(): be more consistent with HERR_SET.Gary E. Miller2019-03-261-0/+1
* driver_italk: remove dodgy epx/epy/eph. Use gpsd_error_model().Gary E. Miller2019-03-261-4/+6
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-3/+4
* rawdata_t: convert mtime from timestamp_t to timespec_t.Gary E. Miller2018-10-261-3/+6
* rawdata_t: rearrange structure again.Gary E. Miller2018-10-261-8/+9
* driver_italk: remove redundatn backslashes.Gary E. Miller2018-10-241-5/+5
* driver_italk: raw reporting broken. Don't ship raw reports.Gary E. Miller2018-10-241-2/+3
* rawdata_t: Change data structure.Gary E. Miller2018-10-241-10/+18
* driver_italk: remove unused variables.Gary E. Miller2018-06-181-2/+2
* driver_italk: report ECEF in TPV.Gary E. Miller2018-06-171-8/+11
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* uint was rmoved in C99. If gpsd enforce C99, then uint must go.Gary E. Miller2016-08-151-1/+1
* PPSTIME -> NTPTIMEGary E. Miller2016-04-241-2/+2
* Address Savannah bug #46082 - Can't explicitly build with NMEA drivers.Eric S. Raymond2015-10-011-2/+2
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-6/+0
* Fix cppcheck complaints about not enough parenthesis.Gary E. Miller2015-03-091-2/+2
* One of the float-elimination steps busted something. Revert.Eric S. Raymond2015-03-081-5/+5
* A step toards float elimination. No code changes.Eric S. Raymond2015-03-081-5/+5
* gpsd-report() -> gpsd_log()Eric S. Raymond2015-03-071-62/+63
* 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
* Easy splint cleanups. All regression tests pass.Eric S. Raymond2015-01-211-4/+4
* Almost entirely eliminate use of sats_used array.Eric S. Raymond2015-01-101-9/+8
* Refactor representation of satellite data into an array of structs...Eric S. Raymond2014-09-221-9/+12
* Now that the transition is done we can restore the gpsd_report name.Eric S. Raymond2014-08-271-23/+23
* The big leap. Most instances of gpsd_report are replaced...Eric S. Raymond2014-08-271-23/+23
* Introduce struct errout_t to encapsulate error-reporting hooks.Eric S. Raymond2014-08-271-23/+23
* Structure member name change: packet -> lexer. No logic changes.Eric S. Raymond2014-08-271-5/+5
* 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-2/+0
* More consistent ise of LOG_PROG.Eric S. Raymond2013-11-121-1/+2
* Reduce gpsd log verbosity a lot.Eric S. Raymond2013-11-121-11/+20
* Rename and rationalize driver table instances. No logic changes.Eric S. Raymond2013-11-121-2/+2
* Code is fully cppcheck, splint, and Coverity clean.Eric S. Raymond2013-11-061-2/+2
* Contain the assumption that time hinting is done to NTPD.Eric S. Raymond2013-10-311-3/+3
* Revert "Separate ntpd support from chrony support, step 1."Eric S. Raymond2013-10-301-3/+3
* Separate ntpd support from chrony support, step 1.Eric S. Raymond2013-10-301-3/+3
* More efficiebt sticky-flagging.Eric S. Raymond2013-10-151-1/+1
* 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 the logic for managing the drive mode bit to report reality...Eric S. Raymond2013-10-041-9/+3
* Change gpsd_report to no longer use a global. All regression tests pass.Eric S. Raymond2013-09-291-23/+27
* More cppcheck cleanup.Eric S. Raymond2013-09-171-1/+0
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-2/+2
* Replace 'ushort' with 'unsigned short'.Eric S. Raymond2012-09-071-9/+9
* Remove unnecessary includes of termios.h .ukyg9e5r6k7gubiekd62012-09-071-1/+0
* Suppress some silly signedness warnings.Eric S. Raymond2012-07-021-3/+3
* Refacter the bits.c stuff to eliminate ugly globals...Eric S. Raymond2012-06-021-3/+2
* More cppcheck warning fixups. All regression tests pass.Eric S. Raymond2012-05-181-0/+1
* Cleanup motivated by new cppcheck with more tests. All regression tests pass.Eric S. Raymond2012-05-161-1/+2