summaryrefslogtreecommitdiff
path: root/gpsd_json.c
Commit message (Expand)AuthorAgeFilesLines
* Make all hex-dumping truly thread-safe.Eric S. Raymond2013-10-131-7/+14
* Lost separator.Michael Tatarinov2013-10-111-1/+1
* Some compilers barf if you name a struct member 'class'.Eric S. Raymond2013-10-061-2/+2
* Variable renames, and remove an extraneous break statement.Eric S. Raymond2013-10-061-1/+0
* Inland AIS full support (untested).Eric S. Raymond2013-10-061-1/+44
* Complete support for Inland AIS Water Levels message.Eric S. Raymond2013-10-051-0/+14
* Fix a small slipup.Eric S. Raymond2013-10-051-0/+1
* Implement handling of Inland AIS EMMA warning.Eric S. Raymond2013-10-051-0/+71
* More splint cleanup.Eric S. Raymond2013-10-041-2/+2
* splint cleanup.Eric S. Raymond2013-10-021-10/+11
* Support Inland AIS ship static and voyage-related data.Eric S. Raymond2013-10-021-0/+101
* Change a variable name that had become misleading.Eric S. Raymond2013-10-021-25/+24
* New-style dumping (numeric and text both) for two more fields.Eric S. Raymond2013-10-011-4/+18
* Fix several small but fatal bugs in the new JSON generation.Eric S. Raymond2013-10-011-5/+5
* Dump preciptypes in the new manner.Eric S. Raymond2013-10-011-3/+7
* First step of disentangling text display from scaling.Eric S. Raymond2013-10-011-140/+162
* Support for Inland AISNumber of Persons On Board.Eric S. Raymond2013-10-011-0/+8
* Support for Inland AIS RTA at lock/bridge/terminal.Eric S. Raymond2013-10-011-0/+28
* Support for Inland AIS ETA at lock/bridge/terminal.Eric S. Raymond2013-10-011-1/+20
* Axccept Persons On Board as either a type 6 or 8 message.Eric S. Raymond2013-10-011-0/+5
* Change gpsd_report to no longer use a global. All regression tests pass.Eric S. Raymond2013-09-291-3/+0
* Extract ITU-R 1371-4 model and serial fields from AIS Type24 messages.Eric S. Raymond2013-09-151-1/+3
* Split Type 24 reporting, including the -s option to gpsdecode.Eric S. Raymond2013-09-141-28/+42
* RTCM3 R1033 JSON unpacking.Eric S. Raymond2013-05-021-1/+1
* RTCM3 R104 JSON unoacking.Eric S. Raymond2013-05-021-1/+1
* Unpack JSON for RTCM3 R1007, R1008, and R1009.Eric S. Raymond2013-05-011-7/+7
* More cppcheck pacification.Eric S. Raymond2013-05-011-2/+3
* Fix static-checker warnings. All regression tests pass.Eric S. Raymond2013-04-301-12/+12
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-24/+24
* Change the API so the yermios strucytture is not publicly exposed.Eric S. Raymond2012-09-071-1/+1
* [AIS] Fixed EPFD display in scaled JSONChristian Gagneraud2012-08-231-4/+7
* Fix scaling of AIS navigation message 'course' member.Eric S. Raymond2012-08-221-2/+2
* Ratuiinalize names of AIS scaling factors; all divisors now end with DIV.Eric S. Raymond2012-06-241-64/+64
* Sigh. Repair regressipon tests after signedness change. All tests pass.Eric S. Raymond2012-06-241-1/+1
* Always wemit ISO8601 timestamps with the same length.Eric S. Raymond2012-06-211-2/+2
* [AIS] Fix previous AIS mergeChristian Gagneraud2012-06-201-1/+1
* [AIS] Fix plenty of small bugs unveiled by aishub test campaign.Christian Gagneraud2012-06-201-52/+105
* [AIS] Do scaling/offset operations only in json dumpChristian Gagneraud2012-06-051-30/+30
* [AIS] Met/Hydro: fixes and improvementsChristian Gagneraud2012-06-051-31/+25
* [AIS] AtoN: formatting fixesChristian Gagneraud2012-06-051-10/+4
* Less intrusive way to fix the scaling problems in the AtoN code.Eric S. Raymond2012-05-251-5/+8
* Temporarily condition out cgans's AtON code...Eric S. Raymond2012-05-241-1/+4
* [AIS] Add UK/ROI AtoN monitoring data message handlingChristian Gagneraud2012-05-231-1/+67
* Fix a few remnant strlcat calls that still weren't right.Eric S. Raymond2012-05-211-3/+3
* Fix computation of buffer length arguments in strlcat(3) calls.Eric S. Raymond2012-05-211-13/+13
* [AIS] Use a dedicated stucture for IMO236 met/hydro messageChristian Gagneraud2012-05-201-79/+210
* [AIS] Typos fixes and other nitpicksChristian Gagneraud2012-05-201-5/+5
* Eliminate a potential buffer overrun.Eric S. Raymond2012-05-141-1/+1
* Fixes for reporting of AIS met/hydro message.Christian Gagneraud2012-05-111-7/+7
* More coverity-inspired fixes.Eric S. Raymond2012-05-091-1/+1