summaryrefslogtreecommitdiff
path: root/gpsd_json.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a formatting error in AIS JSON generation (client library get it right).Eric S. Raymond2015-01-301-1/+1
* Assertions cleanup and new policy. All regression tests pass.Eric S. Raymond2015-01-301-4/+4
* Elminate double dump of yaw from a compass.Eric S. Raymond2015-01-241-7/+0
* Easy splint cleanups. All regression tests pass.Eric S. Raymond2015-01-211-1/+1
* Simplify by using str_rstrip_char.Zbigniew Chyla2015-01-211-3/+3
* Simplify by using str_appendfZbigniew Chyla2015-01-211-37/+26
* Add str_rstrip_char, use it everywhere.Zbigniew Chyla2015-01-211-68/+34
* Add str_{,v}appendf, use it everywhere.Zbigniew Chyla2015-01-211-316/+231
* Cleanup of string function and sizeof usage. All regression tests pass.Zbigniew Chyla2015-01-131-1/+1
* Refactor representation of satellite data into an array of structs...Eric S. Raymond2014-09-221-12/+7
* Magic-number elimination. All regression tests pass.Eric S. Raymond2014-09-121-7/+8
* Proper use of the Type 8 structured bit.Eric S. Raymond2014-08-241-5/+1
* Drop the obsolete tag field from JSON output. Bump the minor protocol number.Eric S. Raymond2014-08-241-16/+0
* PPS is no kinger marked unstable/experimental.Eric S. Raymond2014-08-231-3/+2
* Full implementation of AIS 'structured' bit. All regression tests pass.Eric S. Raymond2014-08-231-51/+20
* splint/cppcheck/coverity cleanup.Eric S. Raymond2014-08-211-3/+3
* Avoid core dump on Inland AIS Type 10.Eric S. Raymond2014-08-191-1/+2
* Prevent false match on Inland AIS messages.Eric S. Raymond2014-08-181-0/+15
* Cirresct specification annd processing of Inland AIS Type 10 message.Eric S. Raymond2014-08-181-7/+7
* Properly line-terminate Inland AIS dumps.Eric S. Raymond2014-08-181-4/+4
* Fix Savannah bug #42371, Typo in JSON output for AIS navaids.Eric S. Raymond2014-05-171-1/+1
* splint fixups - no logic changes.Eric S. Raymond2013-11-241-0/+2
* Report PPS time when timing policy is on and it's available.Eric S. Raymond2013-11-241-4/+10
* ppsbar -> pps.Eric S. Raymond2013-11-131-2/+2
* Correctly mark deactivated devices, and do a better job of dumping them.Eric S. Raymond2013-11-111-19/+20
* In DEVICES, don't display serial parameters for a device with speed 0.Eric S. Raymond2013-11-111-8/+11
* PPS events now show in gpsmon runb through the daemon.Eric S. Raymond2013-11-091-2/+3
* Code is fully cppcheck, splint, and Coverity clean.Eric S. Raymond2013-11-061-0/+6
* More cppcheck cleanup. All regression tests pass. PPS is live.Eric S. Raymond2013-11-061-11/+13
* Full splint cleanup. Partial cppcheck cleanup.Eric S. Raymond2013-11-051-3/+4
* 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