index
:
delta/gpsd.git
master
vla-removal
git.savannah.gnu.org: git/gpsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libgps_json.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libgps_json: Decode datum in the client.
Gary E. Miller
2019-03-25
1
-0
/
+2
*
Split epe into eph and sep.
Gary E. Miller
2019-03-22
1
-9
/
+13
*
libgps_json.c: Add missing epe. This was breaking cgps.
Gary E. Miller
2019-03-20
1
-0
/
+2
*
libgps_json: remove duplicate CLIMB_SET test
Gary E. Miller
2019-03-12
1
-2
/
+0
*
POSIX_C_SOURCE: Not just a linux define. 200112L is a minimum.
Gary E. Miller
2018-12-26
1
-2
/
+2
*
In the client library, ignore unkown JSON attributes from GPSD.
Eric S. Raymond
2018-11-20
1
-30
/
+37
*
libgps_json: Give leapseconds a default of 0.
Gary E. Miller
2018-11-19
1
-1
/
+2
*
LICENSE: Update licenses for consistency. No functional changes.
Gary E. Miller
2018-11-19
1
-1
/
+1
*
libgps_json: Add decode for leapseconds. Where to put it?
Gary E. Miller
2018-11-19
1
-0
/
+3
*
RAW: Add c2c and l2c measurements.
Gary E. Miller
2018-11-12
1
-0
/
+4
*
rawdata: Add locktime field.
Gary E. Miller
2018-11-06
1
-0
/
+1
*
rawdata: Add lli to JSON data, use NAN for invalid cpMeas and prMeas
Gary E. Miller
2018-11-05
1
-0
/
+1
*
lobgps_jons: Another fix for RAW decode.
Gary E. Miller
2018-11-01
1
-3
/
+6
*
json: Fis encode/decode of rawdata_t.
Gary E. Miller
2018-10-30
1
-3
/
+3
*
gps.h: Add RAW_SET flag. Now clients can tell if they get RAW data.
Gary E. Miller
2018-10-30
1
-1
/
+1
*
libgps_json: Decode new parts of RAW message.
Gary E. Miller
2018-10-29
1
-6
/
+8
*
rawdata_t: Split mtime into time and nsec.
Gary E. Miller
2018-10-29
1
-4
/
+10
*
libgps_json: Add RAW decode.
Gary E. Miller
2018-10-26
1
-0
/
+49
*
libgps_json: minor style tweak, line up columns.
Gary E. Miller
2018-09-19
1
-2
/
+2
*
libgps_json: Decode gnssid:svid in SKY.
Gary E. Miller
2018-09-19
1
-13
/
+12
*
update gpsd to send arbitrary data to GPS from client
Gary E. Miller
2018-07-14
1
-0
/
+2
*
libgps_json.c: change isnan() to isfinite()
Gary E. Miller
2018-07-10
1
-15
/
+23
*
$GPVTG Added parsing, storage, output of magnetic course
Daniel_M_Williams
2018-06-12
1
-0
/
+4
*
SPDXify the licerse references.
Eric S. Raymond
2018-03-08
1
-1
/
+1
*
ECEF: jiggle the ECEF data structure, add missing accuracies to client.
Gary E. Miller
2018-02-16
1
-4
/
+4
*
isfinite(): Another try at getting Ubuntu to see isfinite()
Gary E. Miller
2018-02-13
1
-2
/
+3
*
isfinite(): add define for POSIX 2011L
Gary E. Miller
2018-02-13
1
-0
/
+3
*
ECEF: pass ECEF parts of fix to gps client library.
Gary E. Miller
2018-02-12
1
-3
/
+15
*
cppcheck: style - remove unused variable.
Robert Norris
2017-02-09
1
-2
/
+2
*
Add "status" to TPV for DGPS notification
Gary E. Miller
2016-04-06
1
-1
/
+2
*
Add concept of a GPS-disciplined oscillator
Michael Brown
2016-02-09
1
-0
/
+41
*
Address Savannah bug #46804: JSON satellite view parsing is somewhat broken.
Fred Wright
2016-01-04
1
-3
/
+3
*
Fix a dodgy comment.
Gary E. Miller
2015-04-06
1
-4
/
+2
*
Add client-library parsing of PPS precision.
Eric S. Raymond
2015-04-04
1
-2
/
+2
*
Add a JSON test for the PPS message.
Gary E. Miller
2015-04-02
1
-0
/
+1
*
Add precision to the JSON decoder. Throw away the result.
Gary E. Miller
2015-04-01
1
-0
/
+3
*
Retire splint from our set of static analyzers.
Eric S. Raymond
2015-03-30
1
-47
/
+9
*
TOFF JSON message implemented and documented.
Eric S. Raymond
2015-02-23
1
-0
/
+47
*
Abolish all confusing uses of the word 'drift' for a time delta.
Eric S. Raymond
2015-02-23
1
-6
/
+6
*
Avoid overexposure of an internal mask. EOF_SET -> EOF_IS
Eric S. Raymond
2015-02-20
1
-1
/
+1
*
Fix improper timespec type casting.
Gary E. Miller
2015-02-02
1
-4
/
+4
*
In client library, "dip" member was missing from ATT parsing.
Eric S. Raymond
2015-01-24
1
-0
/
+2
*
Complete splint cleanup.
Eric S. Raymond
2015-01-21
1
-0
/
+1
*
Use str_starts_with instead of local macro.
Zbigniew Chyla
2015-01-21
1
-15
/
+14
*
Last change to STARTSWITH was buggy. All regression tests pass.
Eric S. Raymond
2015-01-13
1
-1
/
+1
*
The STARTSWITH macro in libgps_json.c uses sizeof when it means strlen.
Matt
2015-01-08
1
-1
/
+1
*
Refactor representation of satellite data into an array of structs...
Eric S. Raymond
2014-09-22
1
-17
/
+14
*
Drop the obsolete tag field from JSON output. Bump the minor protocol number.
Eric S. Raymond
2014-08-24
1
-8
/
+0
*
Fix up the pps=no build. All regression tests pass.
Eric S. Raymond
2013-11-17
1
-1
/
+3
*
In libgps, incorrect defaults resulted in garbage values for empty fields.
Eric S. Raymond
2013-11-13
1
-5
/
+5
[next]