summaryrefslogtreecommitdiff
path: root/gps_json.h
Commit message (Expand)AuthorAgeFilesLines
* gps_json: increase GPS_JSON_RESPONSE_MAX to 10240Gary E. Miller2019-04-291-2/+3
* Add RAW json messaage class for raw measurements.Gary E. Miller2018-10-241-0/+1
* Savannah issue #53671: policy_t -> gps_policy_t.Gary E. Miller2018-07-261-4/+4
* gps_json.h: Declare struct gps_device_tGregory Fong2018-06-271-0/+3
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* Add concept of a GPS-disciplined oscillatorMichael Brown2016-02-091-0/+1
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-20/+20
* Start on support for unpacking RTCM3 JSON.Eric S. Raymond2013-05-011-0/+2
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-9/+9
* const and splint cleanup.Eric S. Raymond2011-10-091-1/+3
* Ensure that enabling timing won't break object file compatibility.Eric S. Raymond2011-10-091-2/+2
* Remove the old latency-profiling machinery.Eric S. Raymond2011-09-201-1/+2
* In the client API, take the data buffer out of the gpsdata_t structure.Eric S. Raymond2011-03-181-1/+1
* Refactoring step. All regression tests pass.Eric S. Raymond2011-02-161-0/+2
* Splint cleanup. All regression tests pass.Eric S. Raymond2011-02-161-1/+1
* Bug fix: AIS JSON objects get a device field.Eric S. Raymond2011-02-161-0/+2
* Data hiding.Eric S. Raymond2011-02-161-1/+1
* SUBFRAME JSON object gets a device tag.Eric S. Raymond2011-02-161-0/+1
* Process GPGST into noise statistics. All regression tests pass.Thomas Sprinkmeier2011-02-011-0/+1
* First cut at JSON output for TNT Revolution device.Eric S. Raymond2010-04-101-0/+1
* Increase size of output bufferChris Kuethe2010-04-091-1/+1
* Internals of Qt support.Chris Browet2010-03-311-0/+6
* Clean up a function signature.Eric S. Raymond2010-03-231-2/+1
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-1/+6
* splint cleanup.Eric S. Raymond2009-11-191-1/+2
* End pointer returned by the JSON parser needs to be passed back up...Eric S. Raymond2009-11-181-1/+1
* Improved handling of defaults in DEVICE command.Eric S. Raymond2009-09-121-0/+6
* Splint Cleanup Meets Billy The Kid. All regression tests pass.Eric S. Raymond2009-09-101-8/+9
* Bride of the Splint Cleanup. All regression tests pass.Eric S. Raymond2009-09-101-8/+12
* Yet more splint cleanup. All regression tests pass.Eric S. Raymond2009-09-091-4/+4
* More splint cleanup. All regression tests pass.Eric S. Raymond2009-09-091-1/+1
* Fix calls to json_stringify to not rely on static storage.Eric S. Raymond2009-08-311-2/+2
* Make string fields that might contain double quotes safe for JSON output.Eric S. Raymond2009-08-301-0/+1
* Start on client-side parsing of AIS JSON. All regression tests pass.Eric S. Raymond2009-08-281-0/+1
* Integrate RTCM2 JSON parsing into the build.Eric S. Raymond2009-08-271-0/+1
* Unify CONFIGDEV and DEVICE responses.Eric S. Raymond2009-08-251-2/+1
* Arrange for clients to see a VERSION response when they first connect.Eric S. Raymond2009-08-231-0/+1
* Parse WATCH responses in the client library. All regression tests pass.Eric S. Raymond2009-08-231-2/+2
* Merge two structures that didn't need to exist separately. Eric S. Raymond2009-08-231-8/+0
* Move some struct gpsdata_t members around to get better space economy.Eric S. Raymond2009-08-181-1/+0
* Add check-string attributes to JSON parser.Eric S. Raymond2009-08-181-1/+1
* More steps towards ?DEVICES decoding - refactor code.Eric S. Raymond2009-08-181-0/+2
* Major step towards GPSD-NG support in the client library.Eric S. Raymond2009-08-181-2/+1
* Step one in making the client library speak new protocol.Eric S. Raymond2009-08-181-0/+1
* Add cycle-time reporting and setting to new protocol. Eric S. Raymond2009-08-171-1/+2
* Big simplification of GPSD_NG interface. Eric S. Raymond2009-08-171-13/+2
* GPSD-NG commands without object arguments now require an ending ';' delimiter.Eric S. Raymond2009-08-111-6/+5
* Major steps towards CONFIGDEV. (Not yet working.)Eric S. Raymond2009-08-031-2/+2
* JSON parsing and dumping for device configuration.Eric S. Raymond2009-08-011-0/+9
* CONFIGCHAN parsing is working and documented. Eric S. Raymond2009-08-011-0/+2