summaryrefslogtreecommitdiff
path: root/driver_nmea2000.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in nmea2000 fast packet handling.Reinhard Arlt2012-12-091-12/+30
* Label fixed.Reinhard Arlt2012-09-261-1/+1
* NMEA2000 AIS decoding improved.Reinhard Arlt2012-09-261-20/+63
* Pacify splint in driver_nmea2000.c again.Reinhard Arlt2012-09-251-120/+120
* NMEA2000 AIS decoding improved.Reinhard Arlt2012-09-241-21/+32
* More NMEA2000 AIS messages.Reinhard Arlt2012-09-241-2/+87
* Merge branch 'master' of git://git.sv.gnu.org/gpsdReinhard Arlt2012-09-231-4/+4
|\
| * Lose the assumption that socket_t is an integer.Eric S. Raymond2012-09-221-4/+4
* | More NMEA2000 AIS messages.Reinhard Arlt2012-09-231-17/+79
|/
* Some NMEA2000 AIS cleanup.Reinhard Arlt2012-09-221-66/+95
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-6/+6
* Remove unnecessary includes of termios.h .ukyg9e5r6k7gubiekd62012-09-071-1/+0
* Replace exit({0,1}) with exit(EXIT_{SUCCESS,FAILURE})Eric S. Raymond2012-09-071-1/+1
* More nmea2000 AIS decodings.Reinhard Arlt2012-08-271-12/+52
* Fix scaling in nmea2000 AIS decoder.Reinhard Arlt2012-08-221-4/+10
* Starting AIS for NMEA2000.Reinhard Arlt2012-08-191-1/+71
* Fix splint warnings in driver_nmea2000.c .Reinhard Arlt2012-07-231-5/+9
* Own nmea2000_close as gpsd_close is really a serial_close.Reinhard Arlt2012-07-211-0/+10
* Remove double message in hnd_126992().Reinhard Arlt2012-07-191-3/+0
* Fix race condition for multiple units.Reinhard Arlt2012-07-191-0/+15
* nmea2000: Add support for more then one unit.Reinhard Arlt2012-07-191-9/+97
* Add framework for multiple units.Reinhard Arlt2012-07-181-0/+16
* Move nmea2000_open out of libgpsd_core.c .Reinhard Arlt2012-06-071-0/+61
* nmea2000: fix build failures when debugging is disabledMike Frysinger2012-05-231-22/+23
* More cppcheck warning fixups. All regression tests pass.Eric S. Raymond2012-05-181-8/+10
* Update gpsdadata.status.Reinhard Arlt2012-05-121-0/+22
* Coverity scan found a bad loop test.Eric S. Raymond2012-05-091-1/+1
* Fix more splint warnings.Reinhard Arlt2012-05-041-2/+3
* Fix some splint warnings.Reinhard Arlt2012-05-041-49/+49
* Make PGN handler 'static'.Reinhard Arlt2012-05-041-19/+19
* Have a single point of truth about NMEA2000 handler declaration.Eric S. Raymond2012-05-021-73/+51
* Fix a NMEA2000 mis-cleanup.Beat Bolli2012-05-021-1/+1
* Yet more splint cleanup.Eric S. Raymond2012-05-021-25/+32
* Yet more splint cleanup.Eric S. Raymond2012-05-021-69/+44
* Yet more splint cleanup.Eric S. Raymond2012-05-021-12/+14
* Partial splint cleanup of NMEA2000 driver.Eric S. Raymond2012-05-021-1/+1
* More partial splint cleanup.Eric S. Raymond2012-05-021-5/+7
* Partial splint cleanup.Eric S. Raymond2012-05-021-22/+26
* Use macro UNUSED.Reinhard Arlt2012-05-011-4/+4
* Some cleanup, print_data use gpsd_report now, LOG_FILE enabled again.Reinhard Arlt2012-05-011-14/+19
* Fix build with nmea2000=false.Reinhard Arlt2012-05-011-0/+3
* Disable logfile for now, as it breaks build on ubuntu 12.04Reinhard Arlt2012-04-301-1/+8
* remove unused bitfield routines.Reinhard Arlt2012-04-291-53/+0
* Local bitfield routines removed, use bits.h now.Reinhard Arlt2012-04-291-21/+22
* Fix compiler warnings, channel number addedReinhard Arlt2012-04-261-3/+1
* NMEA2000 support patches. All regression tests pass.Reinhard.Arlt@t-online.de2012-04-251-6/+654
* Beginning of NMEA200 driver. Franework code, nowhere near working.Eric S. Raymond2012-04-151-0/+59