summaryrefslogtreecommitdiff
path: root/gpsd_json.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Coverity scanning found two bad-sizeof defects.Eric S. Raymond2012-05-091-2/+2
* Tweak for time.Michael Tatarinov2011-10-201-2/+1
* The previous round of splint fixups was botched. Remedy this.Eric S. Raymond2011-10-101-1/+1
* Minor bug fixes.Eric S. Raymond2011-10-091-2/+6
* const and splint cleanup.Eric S. Raymond2011-10-091-4/+4
* Ensure that enabling timing won't break object file compatibility.Eric S. Raymond2011-10-091-5/+7
* Clean up some variable names.Eric S. Raymond2011-10-071-5/+5
* Emit a count of used satellites in the extra timing attributes.Eric S. Raymond2011-10-051-1/+2
* Prfile numbers now include a per-cycle chracter count.Eric S. Raymond2011-09-221-2/+4
* Add decode time to the profiling.Eric S. Raymond2011-09-211-2/+2
* Cycle-start detection by timing works on a SiRF at 9600bps.Eric S. Raymond2011-09-211-1/+8
* Make the 'uninstrumented' plot work again.Eric S. Raymond2011-09-211-1/+1
* Remove the old latency-profiling machinery.Eric S. Raymond2011-09-201-2/+13
* Typo fix. All regression tests pass.Eric S. Raymond2011-09-171-1/+1
* Improve the code for making sensor data and command strings visible...Eric S. Raymond2011-06-171-6/+6
* In AIS, partial support for VTS-Generated/Synthetic Targets.Eric S. Raymond2011-05-311-35/+102
* In AIS, Route info (broadcast) support.Eric S. Raymond2011-05-301-4/+14
* In AIS, support for IMO Route info (broadcast). All regression tests pass.Eric S. Raymond2011-05-301-0/+23
* In AIS, support for Route Info (addressed). All regression tests pass.Eric S. Raymond2011-05-291-3/+69
* In AIS, support for IMO236 Tidal Window message.Eric S. Raymond2011-05-281-0/+1
* In AIS, IMO289 Tidal Window support. All regression tests pass.Eric S. Raymond2011-05-281-0/+34
* Back out AIS Tidal Window message support.Eric S. Raymond2011-05-261-37/+0
* Add support for AIS Marine Traffic Signal message.Eric S. Raymond2011-05-261-1/+46
* In AIS, support for IMO236 type 8 DAC = 1 FID = 15Eric S. Raymond2011-05-041-0/+3
* In AIS, support for IMO236 type 8 DAC = 1 FID = 13.Eric S. Raymond2011-05-041-0/+19
* splint cleanup.Eric S. Raymond2011-04-261-7/+7
* In AS, support IMO 289 FID 20.Eric S. Raymond2011-04-261-9/+76
* In AIS, client-library support for IMO289 FID=18.Eric S. Raymond2011-04-251-0/+19
* In AIS, add partial support for IMO 236 FID 25 (untested).Eric S. Raymond2011-04-251-4/+20
* Fix some bugs in JSON parsing and dumping of timestamps.Eric S. Raymond2011-04-251-7/+9
* Support IMO236 FID 15. And polish the code generator a bit.Eric S. Raymond2011-04-201-1/+5
* Support IMO236 Dangerous Cargo Indication.Eric S. Raymond2011-04-201-0/+22
* Correctly handle the visibility-greater-than bit in AIS type 8 FID 31.Eric S. Raymond2011-04-191-2/+4
* In AIS, support for message class 8 dac=1 fid=29.Eric S. Raymond2011-04-181-7/+8
* In AIS, support Text Description - addressed.Eric S. Raymond2011-04-181-0/+5
* Dump some new AOS enumerated-type fields as strings in scaled mode.Eric S. Raymond2011-04-181-18/+38
* First cut at interpreting IMO special message formats.Eric S. Raymond2011-04-171-12/+230
* Support AISmessage type 27.Eric S. Raymond2011-04-151-0/+14
* GLONASS channel is a per-message attribute in RTCM3 1011.Eric S. Raymond2011-04-131-4/+3
* Interpret GLONASS channel numbers in RTCM3 correctly.Eric S. Raymond2011-04-121-9/+9