summaryrefslogtreecommitdiff
path: root/gpsd_json.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in RTCM2 dumping. All regression tests pass.Eric S. Raymond2009-08-311-1/+1
* Fix up some line terminations.Eric S. Raymond2009-08-311-3/+3
* Fix calls to json_stringify to not rely on static storage.Eric S. Raymond2009-08-311-18/+25
* Refactor to make each dump function responsible for its own \r\n.Eric S. Raymond2009-08-311-36/+40
* Arrange for double quotes in JSON string fields emitted by the daemon...Eric S. Raymond2009-08-311-0/+880
* Make string fields that might contain double quotes safe for JSON output.Eric S. Raymond2009-08-301-0/+16
* Create a way not to step on defaults.Eric S. Raymond2009-08-301-1/+1
* Prevent a core dump and spurious display of blank data.Eric S. Raymond2009-08-291-34/+38
* 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