summaryrefslogtreecommitdiff
path: root/ais_json.c
Commit message (Expand)AuthorAgeFilesLines
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-0/+2
* AIS:refine parsing of type 8 DAC 1 FID 16 messagesJon Schlueter2015-10-071-1/+3
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-9/+3
* OS X needs time.h for timespec_tGary E. Miller2015-03-081-0/+1
* Clean up another FIXME.Eric S. Raymond2014-08-241-3/+2
* Full implementation of AIS 'structured' bit. All regression tests pass.Eric S. Raymond2014-08-231-0/+2
* Prevent false matching of the Inland AIS shape on unstructured Type 8s.Eric S. Raymond2014-08-191-1/+1
* Variable renames, and remove an extraneous break statement.Eric S. Raymond2013-10-061-30/+30
* Inland AIS full support (untested).Eric S. Raymond2013-10-061-0/+4
* Inland AIS Water level support is done except for the JSON dumping.Eric S. Raymond2013-10-051-0/+4
* Implement handling of Inland AIS EMMA warning.Eric S. Raymond2013-10-051-0/+28
* Support Inland AIS ship static and voyage-related data.Eric S. Raymond2013-10-021-0/+6
* splint cleanup.Eric S. Raymond2013-10-011-0/+4
* Support for Inland AISNumber of Persons On Board.Eric S. Raymond2013-10-011-0/+4
* Support for Inland AIS RTA at lock/bridge/terminal.Eric S. Raymond2013-10-011-1/+17
* Support for Inland AIS ETA at lock/bridge/terminal.Eric S. Raymond2013-10-011-0/+18
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-13/+13
* Silence cppcheck warning. Limits year values to 10^9 - 1.ukyg9e5r6k7gubiekd62012-09-071-2/+2
* [AIS] Fix plenty of small bugs unveiled by aishub test campaign.Christian Gagneraud2012-06-201-3/+11
* [AIS] Met/Hydro: fixes and improvementsChristian Gagneraud2012-06-051-1/+1
* [AIS] Add UK/ROI AtoN monitoring data message handlingChristian Gagneraud2012-05-231-0/+6
* [AIS] Use a dedicated stucture for IMO236 met/hydro messageChristian Gagneraud2012-05-201-2/+16
* New version of cppcheck requires more suppressions.Eric S. Raymond2012-05-161-0/+11
* ais_json.c no longer includes gpsd.h. May solve a FreeBSD port problem.Eric S. Raymond2011-08-241-2/+8
* In AIS, partial support for VTS-Generated/Synthetic Targets.Eric S. Raymond2011-05-311-0/+4
* In AIS, Route info (broadcast) support.Eric S. Raymond2011-05-301-0/+22
* In AIS, support for IMO Route info (broadcast). All regression tests pass.Eric S. Raymond2011-05-301-0/+4
* In AIS, support for Route Info (addressed). All regression tests pass.Eric S. Raymond2011-05-291-0/+4
* In AIS, support for IMO236 Tidal Window message.Eric S. Raymond2011-05-281-1/+1
* In AIS, IMO289 Tidal Window support. All regression tests pass.Eric S. Raymond2011-05-281-0/+4
* Back out AIS Tidal Window message support.Eric S. Raymond2011-05-261-4/+0
* Add support for AIS Marine Traffic Signal message.Eric S. Raymond2011-05-261-0/+4
* In AIS, support for IMO236 type 8 DAC = 1 FID = 15Eric S. Raymond2011-05-041-0/+4
* In AIS, support for IMO236 type 8 DAC = 1 FID = 13.Eric S. Raymond2011-05-041-1/+30
* Fix minor breakage reported by Beat Boolli. All regression tests pass.Eric S. Raymond2011-05-031-83/+87
* Clean up after rescent AIS feature additions.Eric S. Raymond2011-04-261-2/+2
* In AS, support IMO 289 FID 20.Eric S. Raymond2011-04-261-2/+15
* In AIS, client-library support for IMO289 FID=18.Eric S. Raymond2011-04-251-6/+19
* In AIS, library-side suppport for IMO289 FID 25.Eric S. Raymond2011-04-251-0/+5
* Fix some bugs in JSON parsing and dumping of timestamps.Eric S. Raymond2011-04-251-2/+33
* Support IMO236 FID 15. And polish the code generator a bit.Eric S. Raymond2011-04-201-0/+4
* Refactor some code generation.Eric S. Raymond2011-04-201-1/+13
* Support IMO236 Dangerous Cargo Indication.Eric S. Raymond2011-04-201-1/+5
* In AIS, support for message class 8 dac=1 fid=29.Eric S. Raymond2011-04-181-1/+5
* 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-9/+28
* Support AISmessage type 27.Eric S. Raymond2011-04-151-0/+2
* Add a switch to configure out control-socket switch.Eric S. Raymond2011-03-281-0/+2
* More deheader testing. All regressions pass, codebase splints clean.Eric S. Raymond2011-01-131-0/+2
* Unused-header removals by deheader. All regression tests pass.Eric S. Raymond2010-12-011-4/+0