summaryrefslogtreecommitdiff
path: root/driver_garmin.c
Commit message (Expand)AuthorAgeFilesLines
* driver_nmea0183: remove redundant clears., add comment.Gary E. Miller2019-04-191-1/+0
* driver_garmin: Fix logging to use new estimates.Gary E. Miller2019-03-261-3/+3
* driver_garmin: Move error modeking to gpsd_error_model().Gary E. Miller2019-03-261-9/+11
* VERR_SET: Removed flag from daemon. No regressions changed.Gary E. Miller2019-03-251-1/+1
* Split epe into eph and sep.Gary E. Miller2019-03-221-1/+1
* Move epe from gps_data_t to be near its friends in gps_fix_t.Gary E. Miller2019-03-151-2/+2
* 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
* Revert a previous change to suppress cppcheck warning...Eric S. Raymond2017-09-061-1/+2
* Clean up C and Python code-checker warnings.Eric S. Raymond2017-09-061-1/+1
* usleep() is removed from POSIX-2008. Replace with nanosleep()Gary E. Miller2016-08-151-1/+6
* PPSTIME -> NTPTIMEGary E. Miller2016-04-241-1/+1
* Hide functions that are used only on Linux, to reduce compiler warnings.Gleb Smirnoff2015-05-151-4/+4
* A drowning deluge of whitespace hacks.Gary E. Miller2015-04-301-5/+5
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-24/+4
* gpsd-report() -> gpsd_log()Eric S. Raymond2015-03-071-224/+228
* Warning hunting unused function get_int32()Jon Schlueter2015-03-011-0/+2
* More portable equivalent of #pracgma pack, will work with clang.Eric S. Raymond2015-02-201-5/+5
* Back out the attempt to use VTIME.Eric S. Raymond2015-01-311-3/+0
* Add a minimum packet length to every driver.Eric S. Raymond2015-01-291-0/+3
* cppcheck cleanup.Eric S. Raymond2015-01-221-1/+1
* Easy splint cleanups. All regression tests pass.Eric S. Raymond2015-01-211-4/+4
* Refactor representation of satellite data into an array of structs...Eric S. Raymond2014-09-221-9/+8
* #ifdef out some functions that are unused when we don't have libusbMatt2014-09-051-2/+6
* Now that the transition is done we can restore the gpsd_report name.Eric S. Raymond2014-08-271-84/+84
* All gpsd_reportcalls are gone. Only the unused definitins are left.Eric S. Raymond2014-08-271-7/+7
* The big leap. Most instances of gpsd_report are replaced...Eric S. Raymond2014-08-271-78/+78
* Introduce struct errout_t to encapsulate error-reporting hooks.Eric S. Raymond2014-08-271-79/+79
* Structure member name change: packet -> lexer. No logic changes.Eric S. Raymond2014-08-271-4/+4
* Split firmwqre version query out of the init method.Eric S. Raymond2014-08-251-0/+3
* Drop the obsolete tag field from JSON output. Bump the minor protocol number.Eric S. Raymond2014-08-241-2/+0
* Code is now static-checker clean with splint, cppcheck, and Coverity.Eric S. Raymond2013-11-191-1/+5
* More consistent ise of LOG_PROG.Eric S. Raymond2013-11-121-4/+5
* Reduce gpsd log verbosity a lot.Eric S. Raymond2013-11-121-9/+9
* Rename and rationalize driver table instances. No logic changes.Eric S. Raymond2013-11-121-3/+3
* Fix compiler warnings with clang 4.2 on OS X 10.7.5Beat Bolli2013-11-061-1/+1
* Contain the assumption that time hinting is done to NTPD.Eric S. Raymond2013-10-311-12/+12
* Revert "Separate ntpd support from chrony support, step 1."Eric S. Raymond2013-10-301-12/+12
* Separate ntpd support from chrony support, step 1.Eric S. Raymond2013-10-301-12/+12
* More efficiebt sticky-flagging.Eric S. Raymond2013-10-151-3/+3
* OK, visualize as a method was a bad idea. All regression tests pass.Eric S. Raymond2013-10-141-9/+0
* Create driver slot and scons option for a visualizer driver method.Eric S. Raymond2013-10-131-0/+9
* Lower verbosity.Eric S. Raymond2013-10-091-1/+1
* Change the logic for managing the drive mode bit to report reality...Eric S. Raymond2013-10-041-5/+0
* Change gpsd_report to no longer use a global. All regression tests pass.Eric S. Raymond2013-09-291-88/+134
* More cppcheck cleanup.Eric S. Raymond2013-09-171-1/+0
* Typo fixes.Eric S. Raymond2013-01-221-2/+2
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-5/+5
* Suppress a useless cppcheck warning.Eric S. Raymond2012-06-021-0/+1
* Fix a block nesting error in the Garmin driver.Beat Bolli2012-05-101-1/+1