summaryrefslogtreecommitdiff
path: root/driver_ais.c
Commit message (Expand)AuthorAgeFilesLines
* Minor fixes for AIS code and fields documentation.Eric S. Raymond2015-01-081-1/+1
* More magic-number elimination.Eric S. Raymond2014-09-121-5/+5
* Use a standard name for a magic number. All regression tests pass.Eric S. Raymond2014-09-111-5/+3
* Magic-number elimination.Eric S. Raymond2014-09-111-5/+5
* Appease the compiler.Eric S. Raymond2014-08-291-1/+1
* Properly handle addressed versions of AIS Type 25 and 26. Untested, alas.Eric S. Raymond2014-08-291-10/+11
* Now that the transition is done we can restore the gpsd_report name.Eric S. Raymond2014-08-271-15/+15
* All gpsd_reportcalls are gone. Only the unused definitins are left.Eric S. Raymond2014-08-271-15/+15
* Full implementation of AIS 'structured' bit. All regression tests pass.Eric S. Raymond2014-08-231-1/+9
* libgps version bump to 22: AIS types 6 and 8 get 'structured' member.Eric S. Raymond2014-08-231-34/+32
* More RANGE_CHECK uses. All regression tests pass.Eric S. Raymond2014-08-201-43/+12
* Systematic use of RANGE_CHECK.Eric S. Raymond2014-08-201-24/+4
* Arrange for AIS driver to be less twitchy about overlong Type 24 messages.Eric S. Raymond2014-08-201-7/+10
* Cirresct specification annd processing of Inland AIS Type 10 message.Eric S. Raymond2014-08-181-1/+1
* Add length checks to fixed-length Inland AIS messages.Eric S. Raymond2014-08-181-0/+16
* Correct a bug in AIS type 8 processing.Eric S. Raymond2014-08-181-4/+4
* An attempt to stabilize regression testing on some odd architectures.Eric S. Raymond2014-05-221-0/+4
* Clean up an obsolete comment and redundant #ifdef.Eric S. Raymond2013-11-131-0/+1
* Relax some more AIS lebgth checks. All regression tests pass. PPS is live.Eric S. Raymond2013-11-131-24/+4
* Address Savannah tracker bug #40335: Accept overlong AIS messages?Eric S. Raymond2013-11-131-39/+18
* Fix more build breakage. Partial splint cleanup.Eric S. Raymond2013-11-121-0/+3
* Make interpretation of the split24 flag propperly per-subscriber.Eric S. Raymond2013-11-101-45/+33
* Full splint cleanup. Partial cppcheck cleanup.Eric S. Raymond2013-11-051-1/+1
* Address Savannah bug #40298: AIS type 27 too strict size checkEric S. Raymond2013-10-181-2/+9
* Address Savannah tracker issue #40297: AIS type 19 decoding bug.Eric S. Raymond2013-10-181-5/+5
* Be more relaxed about AIS Type 5 message lengths.Eric S. Raymond2013-10-141-2/+8
* Compiler warning cleanup.Eric S. Raymond2013-10-121-1/+1
* Some compilers barf if you name a struct member 'class'.Eric S. Raymond2013-10-061-1/+1
* Variable renames, and remove an extraneous break statement.Eric S. Raymond2013-10-061-32/+32
* Inland AIS full support (untested).Eric S. Raymond2013-10-061-0/+10
* Inland AIS Water level support is done except for the JSON dumping.Eric S. Raymond2013-10-051-0/+15
* Implement handling of Inland AIS EMMA warning.Eric S. Raymond2013-10-051-0/+24
* Support Inland AIS ship static and voyage-related data.Eric S. Raymond2013-10-021-0/+17
* Support for Inland AISNumber of Persons On Board.Eric S. Raymond2013-10-011-0/+21
* Support for Inland AIS ETA at lock/bridge/terminal.Eric S. Raymond2013-10-011-9/+31
* Axccept Persons On Board as either a type 6 or 8 message.Eric S. Raymond2013-10-011-1/+8
* Change gpsd_report to no longer use a global. All regression tests pass.Eric S. Raymond2013-09-291-35/+65
* Document ITU-R 1371 change point.Eric S. Raymond2013-09-161-8/+8
* Fix up the ENDCHARS macro.Eric S. Raymond2013-09-161-1/+2
* Wrap sixbit() calls in a macro to regularize them.Eric S. Raymond2013-09-151-19/+10
* Extract ITU-R 1371-4 model and serial fields from AIS Type24 messages.Eric S. Raymond2013-09-151-1/+14
* Fix for a typo spotted by Reinhard Arlt.Eric S. Raymond2013-09-141-1/+1
* Split Type 24 reporting, including the -s option to gpsdecode.Eric S. Raymond2013-09-141-38/+56
* Fix error in sixbit decoding.Eric S. Raymond2013-07-221-1/+1
* Minor fix to AIS type 1,2,3 radio field decoding.Eric S. Raymond2013-07-051-1/+1
* Cosmetic fix.Eric S. Raymond2013-07-051-15/+15
* The signed/unsigned char fix.Michael Tatarinov2013-02-181-7/+7
* Be explicit about character signedness in some bit-extraction macros.Eric S. Raymond2013-02-181-3/+3
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-3/+3
* [AIS] Fix plenty of small bugs unveiled by aishub test campaign.Christian Gagneraud2012-06-201-2/+22