summaryrefslogtreecommitdiff
path: root/drivers.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix minor bugs in JSON packet passthrough.Eric S. Raymond2013-11-121-12/+14
* We can now change baud rates on the GR601-W.Eric S. Raymond2013-11-121-2/+2
* Fix more build breakage. Partial splint cleanup.Eric S. Raymond2013-11-121-2/+2
* Update a comment with a caveat.Eric S. Raymond2013-11-101-9/+14
* Make interpretation of the split24 flag propperly per-subscriber.Eric S. Raymond2013-11-101-3/+2
* u-blox name cleanup. All regression tests pass, PPS is live.Eric S. Raymond2013-11-091-4/+4
* Partial code for setting MTK pulse width to a good value.Eric S. Raymond2013-11-081-0/+1
* Polish the JSON passthrough code, and add a regression test.Eric S. Raymond2013-11-071-4/+4
* Code is fully cppcheck, splint, and Coverity clean.Eric S. Raymond2013-11-061-1/+1
* Full splint cleanup. Partial cppcheck cleanup.Eric S. Raymond2013-11-051-3/+3
* Contain the assumption that time hinting is done to NTPD.Eric S. Raymond2013-10-311-51/+51
* Document good support for MTK3329 as reported by Andy Walls.Eric S. Raymond2013-10-311-1/+7
* Revert "Separate ntpd support from chrony support, step 1."Eric S. Raymond2013-10-301-51/+51
* 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