summaryrefslogtreecommitdiff
path: root/gpsd_json.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify the implementation of ?WATCH.Eric S. Raymond2009-08-251-3/+3
* Unify CONFIGDEV and DEVICE responses.Eric S. Raymond2009-08-251-63/+38
* Add character type to JSON parser.Eric S. Raymond2009-08-251-3/+12
* Follow through on previous change in the client code.Eric S. Raymond2009-08-251-4/+4
* Introduce and document optional "enable" in ?WATCH.Eric S. Raymond2009-08-241-1/+4
* xgps works with new protocol.Eric S. Raymond2009-08-241-1/+1
* Arrange for clients to see a VERSION response when they first connect.Eric S. Raymond2009-08-231-0/+7
* Parse WATCH responses in the client library. All regression tests pass.Eric S. Raymond2009-08-231-3/+6
* Merge two structures that didn't need to exist separately. Eric S. Raymond2009-08-231-7/+29
* Major rearrangement of device members in struct gpsdata_t... Eric S. Raymond2009-08-231-9/+9
* Typo fix and removal of dead structure.Eric S. Raymond2009-08-191-1/+1
* Ship device flags as integer rather than string list.Eric S. Raymond2009-08-191-11/+9
* Hide an argument that doesn't need to be exposed.Eric S. Raymond2009-08-191-2/+2
* More work on client-side JSON.Eric S. Raymond2009-08-181-1/+1
* Make the two different kinds of DEVICE notation conformable.Eric S. Raymond2009-08-181-0/+2
* More steps towards ?DEVICES decoding - refactor code.Eric S. Raymond2009-08-181-0/+37
* Major step towards GPSD-NG support in the client library.Eric S. Raymond2009-08-181-0/+229