summaryrefslogtreecommitdiff
path: root/gpsd_json.c
Commit message (Expand)AuthorAgeFilesLines
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-1/+0
* Resolve an OS X linkage problem.Eric S. Raymond2009-11-191-0/+13
* Add a missing check field to a parser specification.Eric S. Raymond2009-11-161-0/+2
* vdop was mislabeled as zdop.Eric S. Raymond2009-11-121-1/+1
* I just discovered RFC 4627 which defines JSON.Gary E. Miller2009-11-111-1/+1
* Whoops, parity needs to default to 'N', ...Gary E. Miller2009-11-111-1/+1
* Fix truly embarassing typo.Eric S. Raymond2009-11-061-1/+1
* Clear up some driver-level confusion surrounding timestamp setting.Eric S. Raymond2009-10-011-2/+2
* Have a single point of truth in the JSON skyview reports...Eric S. Raymond2009-10-011-3/+0
* In the gpsdata structure, satellites -> satellites_visibleEric S. Raymond2009-10-011-3/+3
* Typo fix. Codebase splints clean. All regression tests pass.Eric S. Raymond2009-09-231-1/+1
* New protocol can now ship profiling information, like old $.Eric S. Raymond2009-09-231-2/+4
* Fully support AIS type 22 and 23 messages. All regression tests pass.Eric S. Raymond2009-09-221-5/+57
* Fix a glitch in dumping of device subtypes.Eric S. Raymond2009-09-211-1/+1
* respect the $Id$ svn keywordChris Kuethe2009-09-201-1/+1
* Add ckuethe's most requested JSON feature: WATCH a specified single device only.Eric S. Raymond2009-09-191-2/+10
* Daemon now has its own version symbols for the wire protocol...Eric S. Raymond2009-09-181-2/+2
* The NMEA-dump flags is now properly separated from the raw flag. Eric S. Raymond2009-09-181-1/+4
* SKY response now includes DOP reports.Eric S. Raymond2009-09-151-0/+28
* Improved handling of defaults in DEVICE command.Eric S. Raymond2009-09-121-4/+4
* J command and switch are gone.Eric S. Raymond2009-09-111-9/+1
* 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