summaryrefslogtreecommitdiff
path: root/drivers.c
Commit message (Expand)AuthorAgeFilesLines
* Separate ntpd support from chrony support, step 1.Eric S. Raymond2013-10-301-51/+51
* Address Savannah bug #40331: invalid empty AIS channel -> Warning instead of ...Eric S. Raymond2013-10-211-1/+1
* Ignore (but log) "Secure SIS" channel C messages.Eric S. Raymond2013-10-211-0/+4
* Typo fix.Eric S. Raymond2013-10-161-1/+1
* More efficiebt sticky-flagging.Eric S. Raymond2013-10-151-12/+12
* The old Delorme Earthmate control_send method is never used...Eric S. Raymond2013-10-151-2/+2
* Eliminate a swich_driver() call that is never used. All regression tests pass.Eric S. Raymond2013-10-151-12/+6
* Fix a bug in MT3301 handling.Eric S. Raymond2013-10-141-2/+1
* OK, visualize as a method was a bad idea. All regression tests pass.Eric S. Raymond2013-10-141-51/+0
* Make all hex-dumping truly thread-safe.Eric S. Raymond2013-10-131-2/+4
* Create driver slot and scons option for a visualizer driver method.Eric S. Raymond2013-10-131-0/+51
* Update news and fix typo.Eric S. Raymond2013-10-121-1/+1
* Enrich the driver method listing. Shorten an overly long name.Eric S. Raymond2013-10-121-1/+1
* Remove some driver methods that should not have been included.Eric S. Raymond2013-10-121-3/+3
* Move the AIVDM context into the main driver structure scratch area.Eric S. Raymond2013-10-111-13/+7
* Move the MTK extension parset to where it belongs in the NMEA 0183 driver.Eric S. Raymond2013-10-111-49/+6
* Having an generic NMEA mode switcher no longer fits the type transition rules.Eric S. Raymond2013-10-111-25/+1
* Change the logic for managing the drive mode bit to report reality...Eric S. Raymond2013-10-041-1/+0
* Merge branch 'master' of git://git.sv.gnu.org/gpsdReinhard Arlt2013-10-031-15/+7
|\
| * Redirect more data to the GPS through gpsd_write().Eric S. Raymond2013-10-021-15/+7
* | Let gpsmon -n survive AIVDM messages.Reinhard Arlt2013-10-021-1/+1
|/
* Change gpsd_report to no longer use a global. All regression tests pass.Eric S. Raymond2013-09-291-43/+76
* Fixed ugly copy and paste error.Reinhard Arlt2013-09-151-1/+1
* Split Type 24 reporting, including the -s option to gpsdecode.Eric S. Raymond2013-09-141-3/+5
* Pacify splint.Reinhard Arlt2013-08-041-5/+8
* Disable attempts to parse Evermore binary packets.Eric S. Raymond2013-05-211-2/+2
* Fix static-checker warnings. All regression tests pass.Eric S. Raymond2013-04-301-3/+8
* Address Savannah bug #38511:Eric S. Raymond2013-04-101-0/+4
* Accept '1' or '2' as AIS channel codes.Eric S. Raymond2012-12-161-3/+0
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-17/+17
* Remove unnecessary includes of termios.h .ukyg9e5r6k7gubiekd62012-09-071-1/+0
* Change the API so the yermios strucytture is not publicly exposed.Eric S. Raymond2012-09-071-1/+1
* Pre-2003 RS232 Delorme Earthmate works again (live-tested).Eric S. Raymond2012-06-011-1/+1
* Explicitly initialize AIS queue pointer.Eric S. Raymond2012-05-211-1/+7
* Cleanup motivated by new cppcheck with more tests. All regression tests pass.Eric S. Raymond2012-05-161-1/+2
* Move AIVDM-unarmoring code so the NMEA2000 driver can link less.Eric S. Raymond2012-05-151-1/+166
* Beginning of NMEA200 driver. Franework code, nowhere near working.Eric S. Raymond2012-04-151-2/+5
* Fix bug in passthough rewrite logic.Eric S. Raymond2011-10-241-1/+1
* Document Fury support, and quiesce ot on exit.Eric S. Raymond2011-10-061-0/+8
* Trial support for Jackson Labs Fury devices.Eric S. Raymond2011-10-051-0/+64
* Bump protocol version number to 3.6 because of news "remote" attribute.Eric S. Raymond2011-07-071-1/+2
* Make gpsdecode interpret "Date:" comments. All regression tests pass.Eric S. Raymond2011-06-231-15/+1
* splint cleanup.Eric S. Raymond2011-06-221-0/+2
* Mark VERSION and WATCH with a remote attribute when passed from slaves.Eric S. Raymond2011-06-221-1/+16
* Fix path-rewrite logic to handle multiple devices.Eric S. Raymond2011-06-211-15/+20
* Remote gpsd instances can be used as data sources. All regression tests pass.Eric S. Raymond2011-06-211-15/+24
* Path-rewrite for JSON packets works. All regression tests pass.Eric S. Raymond2011-06-211-5/+25
* Avoid a core dump on gpsmon n1 command.Eric S. Raymond2011-06-211-1/+1
* Make JSON support a full driver to avoid a crash bug in gpsmon.Eric S. Raymond2011-06-201-1/+46
* Improve the code for making sensor data and command strings visible...Eric S. Raymond2011-06-171-2/+2