summaryrefslogtreecommitdiff
path: root/gpsd_json.c
Commit message (Expand)AuthorAgeFilesLines
* POSIX_C_SOURCE: Not just a linux define. 200112L is a minimum.Gary E. Miller2018-12-261-2/+5
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
* RAW: Add c2c and l2c measurements.Gary E. Miller2018-11-121-6/+26
* RAW: Save space in the JSON. Data from GREIS.Gary E. Miller2018-11-101-2/+2
* gpsd_json: Fix stupid mistake.Gary E. Miller2018-11-081-3/+2
* gpsd_json: RAW: Always report time.Gary E. Miller2018-11-081-5/+5
* rawdata: Add locktime field.Gary E. Miller2018-11-061-2/+3
* TPV: Add leapseconds to TPV JSON.Gary E. Miller2018-11-051-0/+4
* rawdata: Add lli to JSON data, use NAN for invalid cpMeas and prMeasGary E. Miller2018-11-051-2/+2
* json: Fis encode/decode of rawdata_t.Gary E. Miller2018-10-301-3/+3
* gpsd_json: Add freqid and obs (obs_code) to RAW message.Gary E. Miller2018-10-291-2/+5
* rawdata_t: Split mtime into time and nsec.Gary E. Miller2018-10-291-1/+2
* rawdata_t: convert mtime from timestamp_t to timespec_t.Gary E. Miller2018-10-261-3/+4
* rawdata_t: rearrange structure again.Gary E. Miller2018-10-261-10/+15
* gpsd_json: Add more fields to RAW message.Gary E. Miller2018-10-261-17/+7
* Add RAW json messaage class for raw measurements.Gary E. Miller2018-10-241-0/+65
* gpsd_json.c: Add gnssid:svid to SKY.Gary E. Miller2018-09-191-6/+13
* ATT: change heading to %.3f to match Trimble precision.Gary E. Miller2018-09-111-1/+2
* gpsd_json, AIS: Increase precision of AIS LATLON.Sven Geggus2018-09-041-19/+19
* gpsd_json, AIS: add missing JSON terminators.Sven Geggus2018-09-041-3/+6
* Savannah issue #53671: policy_t -> gps_policy_t.Gary E. Miller2018-07-261-3/+3
* gpsd_json.c: Change isnan() to isfinite()Gary E. Miller2018-07-141-43/+47
* $GPVTG Added parsing, storage, output of magnetic courseDaniel_M_Williams2018-06-121-0/+3
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* isfinite() needs _POSIX_C_SOURCE >= 200112LBernd Zeimetz2018-02-141-0/+2
* gpsd_json: stupid mistake forgot to invert test for isfinite()Gary E. Miller2018-02-131-8/+8
* ECEF: remove unused and unneeded ecef.valid.Gary E. Miller2018-02-121-26/+24
* Add ECEF support to u-blocx driver, data comes out in json.Gary E. Miller2018-02-081-2/+30
* Shield FreeBSD from standards compliance.Gary E. Miller2016-09-071-3/+4
* Fix a bad castGary E. Miller2016-09-071-1/+1
* for vsnprintf() FreeBSD wants __ISO_C_VISIBLE >= 1999Gary E. Miller2016-08-161-0/+3
* __DARWIN_C_LEVEL and _DARWIN_C_SOURCE to silence some warnings.Gary E. Miller2016-08-161-0/+4
* isascii() needs _XOPEN_SOURCE 500Gary E. Miller2016-08-151-0/+3
* Fix a misleading indent..Gary E. Miller2016-08-091-4/+4
* Add "status" to TPV for DGPS notificationGary E. Miller2016-04-061-0/+2
* Add missing double quotes. Fixed .chk to match.Gary E. Miller2016-04-061-1/+1
* Fix JSON dump code to not report time in GST unless there's a valid fix.Eric S. Raymond2016-03-291-2/+3
* Add concept of a GPS-disciplined oscillatorMichael Brown2016-02-091-0/+21
* Add Coverity suppressions for new invariant checks.Eric S. Raymond2016-01-291-1/+1
* Fix json_aivdm_dump for bad temp scalingJon Schlueter2015-10-061-5/+5
* add an ais type9 sample which has speedJon Schlueter2015-10-051-1/+1
* Fixup line ending inconsistancy in gpsd_jsonStefan Roels2015-10-021-2/+2
* A gaggle of whitespace gaffs.Gary E. Miller2015-04-301-3/+3
* Eliminate some duplication code for timespec arithmetic.Eric S. Raymond2015-04-011-1/+1
* Properly thread-interlock some timing code.Eric S. Raymond2015-04-011-2/+5
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-44/+19
* Fix incorrect arguments in NITEMS macro callsZbigniew Chyla2015-03-221-2/+2
* TODO items for subtype and pps_precisionGary E. Miller2015-03-191-0/+1
* splint/cppcheck/coverity prerelease cleanup.Eric S. Raymond2015-03-131-3/+4
* Fix building with timing=on and pps=on. All regression tests pass.Eric S. Raymond2015-03-091-5/+3