summaryrefslogtreecommitdiff
path: root/gpsd_json.c
Commit message (Expand)AuthorAgeFilesLines
* Return of Splint Cleanup.Eric S. Raymond2009-09-101-0/+6
* Splint Cleanup Meets Billy The Kid. All regression tests pass.Eric S. Raymond2009-09-101-74/+78
* Son of the Splint Cleanup.Eric S. Raymond2009-09-101-7/+6
* Bride of the Splint Cleanup. All regression tests pass.Eric S. Raymond2009-09-101-17/+18
* Continuing the splint cleanup.Eric S. Raymond2009-09-101-7/+7
* Yet more splint cleanup. All regression tests pass.Eric S. Raymond2009-09-091-1/+5
* More splint cleanup. All regression tests pass.Eric S. Raymond2009-09-091-5/+7
* Partial splint cleanup. All regression tests pass.Eric S. Raymond2009-09-091-3/+3
* Conforming JSON libraries don't like leading zeros on numeric literals.Eric S. Raymond2009-09-091-1/+1
* Trying to use the Python standard library JSON parser... Eric S. Raymond2009-09-091-1/+4
* Fix some broken AIS dump code. All regression tests pass.Eric S. Raymond2009-09-071-2/+2
* Reversed earlier change of MMSI to a string.Eric S. Raymond2009-09-071-2/+2
* Arrange for JSON-style escapes to be interpreted by the parser.Eric S. Raymond2009-09-061-3/+0
* Split up eph in the Python client.Eric S. Raymond2009-09-051-4/+38
* IS8601 dump format and some defaults were slightly wrong.Eric S. Raymond2009-09-041-1/+1
* Use CYCLE_END condition for the 2-part mal-design of AIS message 24 properly.Eric S. Raymond2009-09-031-32/+26
* New protocol now reports epx and epy separately. Eric S. Raymond2009-09-031-7/+8
* Split eph into epx and epy internally... Eric S. Raymond2009-09-031-2/+6
* Generated AIS parser code compiles. All tests pass.Eric S. Raymond2009-09-011-33/+26
* More fixes for dumping of AIS message 19.Eric S. Raymond2009-09-011-1/+1
* Fix dumping of AIS message 20. Eric S. Raymond2009-09-011-46/+46
* Fix dumping of AIS message 19 (dte was missing). Eric S. Raymond2009-09-011-24/+26
* More code generation - up to AIS message 13 now.Eric S. Raymond2009-09-011-33/+33
* More code-generation machinery.Eric S. Raymond2009-09-011-2/+2
* 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