summaryrefslogtreecommitdiff
path: root/gpsd_json.c
Commit message (Expand)AuthorAgeFilesLines
...
* Make more subframe JSON pretty and easy to decode.Gary E. Miller2011-01-101-10/+11
* Fix subframe JSON to not emit integers with leading 0'sGary E. Miller2011-01-101-2/+2
* Ooops, forgot to JSON Subframe 4, page 25.Gary E. Miller2011-01-101-3/+38
* really fix JSON strings this time.Gary E. Miller2011-01-101-1/+1
* Fix JSON to properly escape. Escape subframe system message.Gary E. Miller2011-01-101-4/+8
* Remove subframesflag so they're omitted uncinditionally.Eric S. Raymond2011-01-101-2/+1
* All the subframe data now has scaled/unscaled.Gary E. Miller2011-01-101-1/+25
* Subframe EPHEM1 and EPHEM2 now have unscaled output too.Gary E. Miller2011-01-101-30/+66
* Add unscaled versions of subframe almanac and ephem3.Gary E. Miller2011-01-101-19/+57
* Organize the Subframe JSON a bit for easy decoding.Gary E. Miller2011-01-061-8/+8
* Fix the JSON for subframe system message.Gary E. Miller2011-01-061-1/+1
* Partial splint cleanup. All regression tests pass.Eric S. Raymond2011-01-061-26/+30
* The last subframe decoded to JSON.Gary E. Miller2011-01-051-1/+48
* Subframe 5, page 25 to JSONGary E. Miller2011-01-051-0/+38
* Decode subframe 4, page 56 to JSON.Gary E. Miller2011-01-051-1/+26
* Handle Subframe 4, page 55, the system message to JSONGary E. Miller2011-01-041-1/+15
* Subframes 1,2, and 3 (the ephemeris) now output to JSON.Gary E. Miller2011-01-041-3/+49
* Add two more significant digits to sqrtA.Gary E. Miller2011-01-041-1/+1
* Dump subframe 4 almanac to JSON too.Gary E. Miller2011-01-041-5/+2
* Add TOW17 to JSON SUBFRAMEGary E. Miller2011-01-041-1/+2
* Output some JSON for all frames. Lot's more to come.Gary E. Miller2011-01-041-25/+32
* Enable gpspipe to start subframe reporting.Eric S. Raymond2011-01-041-1/+1
* Subframe 5 almanc part output to JSON.Gary E. Miller2011-01-031-1/+28
* Reporting framework for subframes. All regression tests pass.Eric S. Raymond2011-01-031-1/+8
* Fix Berlios tracker bug #17813.Eric S. Raymond2011-01-021-1/+1
* More header portability audting with a new version of deheader.Eric S. Raymond2010-12-221-0/+2
* Address bug #17510 gpsdecode reports AIVDM Type 9 aircraft height,speed wrong.Eric S. Raymond2010-12-021-3/+3
* Unused-header removals by deheader. All regression tests pass.Eric S. Raymond2010-12-011-2/+0
* fix the way skyview json is producedChris Kuethe2010-07-151-4/+2
* Fix an error in how AIS rate-of-turn decoding was done.Eric S. Raymond2010-07-011-3/+4
* In AIS message types 6 and 8, split app_id into DAC and FID per ITU-1371.Eric S. Raymond2010-05-101-4/+6
* Whitespace and indenting cleanup.Jon Schlueter2010-04-291-3/+3
* This tweak makes GNU indent do something reasonable.Eric S. Raymond2010-04-141-2/+2
* Tweak some whitespace. All regression tests pass.Eric S. Raymond2010-04-141-3/+3
* Scatter GNU indent pragmas to tell it not to do stupid things.Eric S. Raymond2010-04-141-8/+8
* Re-indent JSON support. All regression tests pass.Eric S. Raymond2010-04-141-513/+450
* Reindent the JSON stuff. All regression tests pass.Eric S. Raymond2010-04-141-0/+2
* Shorten some names for concision, and make C names match JSON names.Eric S. Raymond2010-04-111-19/+19
* Improve and dicument the JSON report for digital compasses.Eric S. Raymond2010-04-111-14/+58
* compass mode does not depend on aivdmChris Kuethe2010-04-101-1/+1
* First cut at JSON output for TNT Revolution device.Eric S. Raymond2010-04-101-0/+102
* break; to the right place if skyview data is badChris Kuethe2010-04-081-0/+2
* Split out some functions from gpsd_json.c that are used by libgps.Eric S. Raymond2010-03-301-71/+2
* Fix building with --disable-reconfigurePaulius Zaleckas2010-03-281-0/+2
* Suppress JSON reporting of fields the fix quality won't support.Eric S. Raymond2010-03-271-58/+70
* gpsd.c no longer needs to use the classmap, so restrict its visibility.Eric S. Raymond2010-03-231-0/+8
* Clean up a function signature.Eric S. Raymond2010-03-231-30/+30
* Address Debian bug #573752 (mode sometimes missing from JSON.Eric S. Raymond2010-03-141-4/+3
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-0/+5
* Support for JSON dumping and parsing of AIS message types 25 and 26.Eric S. Raymond2010-03-051-0/+25