summaryrefslogtreecommitdiff
path: root/libgps_json.c
Commit message (Expand)AuthorAgeFilesLines
* AIS dumper's signature has changed. Integrate AIS parsing on the library side.Eric S. Raymond2009-08-291-1/+1
* Start on client-side parsing of AIS JSON. All regression tests pass.Eric S. Raymond2009-08-281-0/+7
* Use STRUCTARRAY everywhere it's apprpriate. JSON regression tests pass.Eric S. Raymond2009-08-271-18/+15
* Integrate RTCM2 JSON parsing into the build.Eric S. Raymond2009-08-271-0/+7
* Unify CONFIGDEV and DEVICE responses.Eric S. Raymond2009-08-251-44/+1
* Add character type to JSON parser.Eric S. Raymond2009-08-251-0/+25
* Follow through on previous change in the client code.Eric S. Raymond2009-08-251-23/+26
* Fix up parsing of ?DEVICES response.Eric S. Raymond2009-08-241-5/+4
* xgps works with new protocol.Eric S. Raymond2009-08-241-2/+3
* Correctly read JSON ERROR responses in the client library.Eric S. Raymond2009-08-231-1/+22
* Parse WATCH responses in the client library. All regression tests pass.Eric S. Raymond2009-08-231-1/+6
* Parse CONFIGDEV responses.Eric S. Raymond2009-08-231-1/+8
* Merge two structures that didn't need to exist separately. Eric S. Raymond2009-08-231-7/+7
* Major rearrangement of device members in struct gpsdata_t... Eric S. Raymond2009-08-231-4/+5
* Parsing of JSON VERSION response, with unit test.Eric S. Raymond2009-08-191-1/+26
* Typo fix and removal of dead structure.Eric S. Raymond2009-08-191-7/+0
* Ship device flags as integer rather than string list.Eric S. Raymond2009-08-191-8/+3
* Change some flag names.Eric S. Raymond2009-08-191-4/+4
* Checkpoint before simplifying JSON parser.Eric S. Raymond2009-08-191-16/+29
* JSON parser can now unpack JSON lists into structure arrays.Eric S. Raymond2009-08-191-2/+2
* Hide an argument that doesn't need to be exposed.Eric S. Raymond2009-08-191-4/+4
* Change enumerated array JSON type to yield a bitmask rather than an array.Eric S. Raymond2009-08-191-5/+3
* Library parse code, and unit test, for DEVICE responses.Eric S. Raymond2009-08-191-9/+19
* Checkpoint before giving the JSON parses a notion of enumerated types.Eric S. Raymond2009-08-191-7/+13
* Cleanups made possible by last refactoring.Eric S. Raymond2009-08-181-3/+3
* Move some struct gpsdata_t members around to get better space economy.Eric S. Raymond2009-08-181-4/+3
* More work on client-side JSON.Eric S. Raymond2009-08-181-6/+29
* Add check-string attributes to JSON parser.Eric S. Raymond2009-08-181-8/+12
* More steps towards ?DEVICES decoding - refactor code.Eric S. Raymond2009-08-181-1/+4
* Halfway to parsing ?DEVICES.Eric S. Raymond2009-08-181-0/+28
* Set validity masks properly on the client side.Eric S. Raymond2009-08-181-3/+39
* Major step towards GPSD-NG support in the client library.Eric S. Raymond2009-08-181-0/+115