summaryrefslogtreecommitdiff
path: root/libgps_json.c
Commit message (Expand)AuthorAgeFilesLines
* libgps_json: minor style tweak, line up columns.Gary E. Miller2018-09-191-2/+2
* libgps_json: Decode gnssid:svid in SKY.Gary E. Miller2018-09-191-13/+12
* update gpsd to send arbitrary data to GPS from clientGary E. Miller2018-07-141-0/+2
* libgps_json.c: change isnan() to isfinite()Gary E. Miller2018-07-101-15/+23
* $GPVTG Added parsing, storage, output of magnetic courseDaniel_M_Williams2018-06-121-0/+4
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* ECEF: jiggle the ECEF data structure, add missing accuracies to client.Gary E. Miller2018-02-161-4/+4
* isfinite(): Another try at getting Ubuntu to see isfinite()Gary E. Miller2018-02-131-2/+3
* isfinite(): add define for POSIX 2011LGary E. Miller2018-02-131-0/+3
* ECEF: pass ECEF parts of fix to gps client library.Gary E. Miller2018-02-121-3/+15
* cppcheck: style - remove unused variable.Robert Norris2017-02-091-2/+2
* Add "status" to TPV for DGPS notificationGary E. Miller2016-04-061-1/+2
* Add concept of a GPS-disciplined oscillatorMichael Brown2016-02-091-0/+41
* Address Savannah bug #46804: JSON satellite view parsing is somewhat broken.Fred Wright2016-01-041-3/+3
* Fix a dodgy comment.Gary E. Miller2015-04-061-4/+2
* Add client-library parsing of PPS precision.Eric S. Raymond2015-04-041-2/+2
* Add a JSON test for the PPS message.Gary E. Miller2015-04-021-0/+1
* Add precision to the JSON decoder. Throw away the result.Gary E. Miller2015-04-011-0/+3
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-47/+9
* TOFF JSON message implemented and documented.Eric S. Raymond2015-02-231-0/+47
* Abolish all confusing uses of the word 'drift' for a time delta.Eric S. Raymond2015-02-231-6/+6
* Avoid overexposure of an internal mask. EOF_SET -> EOF_ISEric S. Raymond2015-02-201-1/+1
* Fix improper timespec type casting.Gary E. Miller2015-02-021-4/+4
* In client library, "dip" member was missing from ATT parsing.Eric S. Raymond2015-01-241-0/+2
* Complete splint cleanup.Eric S. Raymond2015-01-211-0/+1
* Use str_starts_with instead of local macro.Zbigniew Chyla2015-01-211-15/+14
* Last change to STARTSWITH was buggy. All regression tests pass.Eric S. Raymond2015-01-131-1/+1
* The STARTSWITH macro in libgps_json.c uses sizeof when it means strlen.Matt2015-01-081-1/+1
* Refactor representation of satellite data into an array of structs...Eric S. Raymond2014-09-221-17/+14
* Drop the obsolete tag field from JSON output. Bump the minor protocol number.Eric S. Raymond2014-08-241-8/+0
* Fix up the pps=no build. All regression tests pass.Eric S. Raymond2013-11-171-1/+3
* In libgps, incorrect defaults resulted in garbage values for empty fields.Eric S. Raymond2013-11-131-5/+5
* Full splint cleanup. Partial cppcheck cleanup.Eric S. Raymond2013-11-051-1/+1
* Partial splint cleanup. All regression tests pass. PPS is live.Eric S. Raymond2013-11-051-0/+4
* Support reading PPS messages in libgps.Eric S. Raymond2013-11-031-0/+45
* Start on support for unpacking RTCM3 JSON.Eric S. Raymond2013-05-011-0/+11
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-1/+1
* Mark VERSION and WATCH with a remote attribute when passed from slaves.Eric S. Raymond2011-06-221-0/+2
* splint cleanup.Eric S. Raymond2011-04-161-2/+2
* Use t_time consistently for timestamps.Eric S. Raymond2011-04-161-48/+8
* Cosmetic tweak: t_timestamp -> t_time.Eric S. Raymond2011-04-161-1/+1
* Add a 'timestamp' type to the JSON parser to solve a compatibility problem.Eric S. Raymond2011-04-151-1/+2
* Centralize the C client library's flag setting.Eric S. Raymond2011-04-151-56/+72
* Force some flag clears to ensure the library-side set member is correct.Eric S. Raymond2011-04-151-0/+4
* Add a switch to configure out control-socket switch.Eric S. Raymond2011-03-281-0/+3
* Fix scan-build glitches. All regression tests pass.Eric S. Raymond2011-03-281-0/+3
* Fix bonehead error in the code for backward compatibility with Unix timestamps.Eric S. Raymond2011-03-231-1/+1
* Library time parsing is now backward-compatible with 2.95.Eric S. Raymond2011-03-101-10/+22
* Fix a problem noted by Charles Curley.Eric S. Raymond2011-02-251-0/+1
* Fix a bug in computation of satellites_visible.Eric S. Raymond2011-02-251-1/+3