summaryrefslogtreecommitdiff
path: root/driver_aivdm.c
Commit message (Expand)AuthorAgeFilesLines
* Fix Berlios tracker bug #18214: Required rebuilding one regression test.Eric S. Raymond2011-07-311-1/+1
* Cosmetic change and comment fixup. All regression tests pass.Eric S. Raymond2011-06-291-12/+13
* Improve the code for making sensor data and command strings visible...Eric S. Raymond2011-06-171-1/+1
* Remove gpsd_hexdump_wrapper() from everything outside the packet sniffer.Eric S. Raymond2011-06-171-5/+8
* Fix misplaced break.Eric S. Raymond2011-06-111-1/+1
* Remove some vestigial logging.Eric S. Raymond2011-05-311-122/+0
* In AIS, partial support for VTS-Generated/Synthetic Targets.Eric S. Raymond2011-05-311-9/+39
* Signedness fix.Eric S. Raymond2011-05-301-1/+19
* In AIS, support for Route Info (addressed). All regression tests pass.Eric S. Raymond2011-05-291-0/+18
* In AIS, support for IMO236 Tidal Window message.Eric S. Raymond2011-05-281-8/+28
* In AIS, IMO289 Tidal Window support. All regression tests pass.Eric S. Raymond2011-05-281-0/+19
* Remove an erroneos stub. All regression tests pass.Eric S. Raymond2011-05-261-3/+1
* Back out AIS Tidal Window message support.Eric S. Raymond2011-05-261-21/+0
* Add support for AIS Marine Traffic Signal message.Eric S. Raymond2011-05-261-0/+10
* In AIS, support for IMO236 type 8 DAC = 1 FID = 15Eric S. Raymond2011-05-041-0/+2
* In AIS, support for IMO236 type 8 DAC = 1 FID = 13.Eric S. Raymond2011-05-041-0/+14
* In AS, support IMO 289 FID 20.Eric S. Raymond2011-04-261-3/+41
* In AIS, client-library support for IMO289 FID=18.Eric S. Raymond2011-04-251-1/+11
* Correct a bitfield offset.Eric S. Raymond2011-04-251-1/+1
* In AIS, add partial support for IMO 236 FID 25 (untested).Eric S. Raymond2011-04-251-0/+7
* Typo bug fixes.Eric S. Raymond2011-04-201-2/+2
* Support IMO236 FID 15. And polish the code generator a bit.Eric S. Raymond2011-04-201-0/+3
* Support IMO236 Dangerous Cargo Indication.Eric S. Raymond2011-04-201-1/+17
* Correctly handle the visibility-greater-than bit in AIS type 8 FID 31.Eric S. Raymond2011-04-191-1/+3
* Comment tweaks.Eric S. Raymond2011-04-191-2/+2
* Minor documentation fixes.Eric S. Raymond2011-04-181-4/+4
* Dead-code removal.Eric S. Raymond2011-04-181-1/+0
* In AIS, support for message class 8 dac=1 fid=29.Eric S. Raymond2011-04-181-1/+4
* In AIS, support Text Description - addressed.Eric S. Raymond2011-04-181-0/+4
* First cut at interpreting IMO special message formats.Eric S. Raymond2011-04-171-21/+19
* Analyze two more IMO message types.Eric S. Raymond2011-04-171-0/+21
* Recover from IMO drafting error by using bit length as disambiguator.Eric S. Raymond2011-04-171-1/+4
* First cut at analysis code for IMO special message formats.Eric S. Raymond2011-04-171-57/+154
* Support AISmessage type 27.Eric S. Raymond2011-04-151-2/+20
* Fix scan-build glitches. All regression tests pass.Eric S. Raymond2011-03-281-1/+1
* First moves in the direction of supporting IMO 289 subtypes of AIS message 8.Eric S. Raymond2011-01-301-0/+61
* More header portability auditing by deheader.Eric S. Raymond2010-12-221-7/+0
* Duplicate-inclusion and portability cleanup. All regression tests pass.Eric S. Raymond2010-12-111-1/+0
* Minor code cleanup, banishing warnings.Eric S. Raymond2010-12-011-4/+3
* Document a minor problem with AIVDO sentences and rebuild its regression test.Eric S. Raymond2010-12-011-0/+10
* Fixes SEGV on reception of short aivdm type 26 messageNirgal Vourgère2010-11-141-0/+4
* trailing whitespace removal in driver_aivdmJon Schlueter2010-11-061-7/+7
* Rework diagnostic in driver_aivdm to print usable infoJon Schlueter2010-11-061-3/+3
* Enable much stricter compilation warningsEric S. Raymond2010-09-161-6/+6
* Splint cleanup.Eric S. Raymond2010-05-251-2/+2
* Make sure 24A and 24B aivdm sentences are correctly aggregated.Nirgal2010-05-221-6/+43
* Nirgal's AIVDM fix patch from the dev list, 2010-05-18.Nirgal2010-05-211-36/+51
* Minor bug in AIS sixbit decoding pointed out by Nirgal: 39 -> "'", not "`".Eric S. Raymond2010-05-181-1/+1
* Comment fix.Eric S. Raymond2010-05-121-1/+1
* Harden AIS driver against malformed or overlong messages.Eric S. Raymond2010-05-121-4/+16