summaryrefslogtreecommitdiff
path: root/drivers.c
Commit message (Expand)AuthorAgeFilesLines
* driver_nmea0813: Add unused sentence types to table.Gary E. Miller2019-03-261-1/+1
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
* drivers.c: fix pointer type to remove cc warning.Gary E. Miller2018-09-111-1/+1
* Fix a core dump introduced by the previous compiler warning fix.Eric S. Raymond2018-08-091-1/+1
* drivers.c: fix compiler warning message from recent commit.Gary E. Miller2018-08-081-1/+2
* Reject AIVDM armoring containing non-ASCII characters;Eric S. Raymond2018-08-041-0/+9
* Add GREIS (Javad) GPS driver.Gregory Fong2018-07-291-0/+13
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* Clean up C and Python code-checker warnings.Eric S. Raymond2017-09-061-1/+2
* Fixes Ill-formed TOFF/PPS packet error in gpsmon.Fred Wright2016-09-221-1/+3
* for vsnprintf() FreeBSD wants __ISO_C_VISIBLE >= 1999Gary E. Miller2016-08-161-0/+4
* usleep() is removed from POSIX-2008. Replace with nanosleep()Gary E. Miller2016-08-151-2/+13
* Add note about the MTK3339.Eric S. Raymond2016-04-131-3/+12
* Add driver_skytraq.c.Gary E. Miller2016-03-291-0/+4
* Autodetect and configure Spectratime iSync deviceMichael Brown2016-02-091-0/+170
* Fix very minor bugs revealed by OWASP analysis.Eric S. Raymond2016-01-241-0/+1
* [aivdm] expand debugging in aivdm_decodeJon Schlueter2016-01-051-2/+7
* [aivdm] Refactor in aivdm_decode for padJon Schlueter2016-01-051-5/+11
* Address Savannah bug #46082 - Can't explicitly build with NMEA drivers.Eric S. Raymond2015-10-011-14/+14
* A drowning deluge of whitespace hacks.Gary E. Miller2015-04-301-5/+5
* Add a minimal PPS driver.Gary E. Miller2015-04-021-0/+35
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-18/+0
* splint cleanup. Fixes for minor but real issues...Eric S. Raymond2015-03-281-1/+1
* Fix more splint: Line expects to suppress X errors, found 0 errorsGary E. Miller2015-03-251-1/+1
* Comment cleanup on PMTKGary E. Miller2015-03-201-3/+7
* Our PPS expert says some code is useless. Remove it.Eric S. Raymond2015-03-191-17/+2
* gpsd-report() -> gpsd_log()Eric S. Raymond2015-03-071-75/+79
* Pre-release splint/cppcheck/coverity cleanup. All regression tests pass.Eric S. Raymond2015-02-261-1/+5
* Prevent multiple path rewrites in gpsmon.Eric S. Raymond2015-02-261-0/+6
* BUGFIX: Prevent spurious path rewrites in the JSON passthrough driver.Eric S. Raymond2015-02-241-1/+1
* Back out the attempt to use VTIME.Eric S. Raymond2015-01-311-19/+0
* Add a minimum packet length to every driver.Eric S. Raymond2015-01-291-0/+19
* Add str_starts_with macro, use it instead of strncmp.Zbigniew Chyla2015-01-211-4/+5
* Always use sizeof to get array sizeZbigniew Chyla2015-01-131-1/+1
* Magic-number elimination. All regression tests pass.Eric S. Raymond2014-09-121-1/+1
* Now that the transition is done we can restore the gpsd_report name.Eric S. Raymond2014-08-271-37/+37
* All gpsd_reportcalls are gone. Only the unused definitins are left.Eric S. Raymond2014-08-271-6/+7
* The big leap. Most instances of gpsd_report are replaced...Eric S. Raymond2014-08-271-34/+34
* Introduce struct errout_t to encapsulate error-reporting hooks.Eric S. Raymond2014-08-271-39/+39
* Structure member name change: packet -> lexer. No logic changes.Eric S. Raymond2014-08-271-43/+43
* A steo topwrds eliminating the reverse linkage of gpd_report().Eric S. Raymond2014-08-271-1/+1
* Split firmwqre version query out of the init method.Eric S. Raymond2014-08-251-2/+19
* Recreare the driver union, curtting per-device storage requirements.Eric S. Raymond2014-08-241-1/+1
* Add a minor error check to AIVDM parsing.Eric S. Raymond2014-08-241-1/+5
* drivers.c: move extern declaration of driver_nmea200 with other extern declar...Christian Gagneraud2013-11-211-2/+1
* drivers.c: Remove dead reference to driver_{zodiac, ubx, sirf}_binaryChristian Gagneraud2013-11-211-3/+0
* fix typo in drivers defineMike Frysinger2013-11-211-1/+1
* Suppress path rewrites in one important special case.Eric S. Raymond2013-11-171-20/+23
* Reduce gpsd log verbosity a lot.Eric S. Raymond2013-11-121-4/+8
* Rename and rationalize driver table instances. No logic changes.Eric S. Raymond2013-11-121-60/+67