summaryrefslogtreecommitdiff
path: root/gpsd_json.c
Commit message (Expand)AuthorAgeFilesLines
* More AIS tweaks. Test client is turning up real bugs.Eric S. Raymond2009-12-201-1/+1
* Various AIS corrections turned up by working on xgps's AIS display.Eric S. Raymond2009-12-201-1/+1
* More generous buffers to avoid generating bad JSON on AIS special strings.Eric S. Raymond2009-12-191-4/+4
* Fix AIS dumping of altitude and speed in SAR report.Eric S. Raymond2009-12-181-3/+30
* Introduce the "scaled" attribute to JSON dumps...Eric S. Raymond2009-12-181-4/+3
* Fix some bugs in scaled JSON output.Eric S. Raymond2009-12-181-5/+5
* Fix a minor error in dumping of type 21 AIS messages.Eric S. Raymond2009-12-101-2/+2
* Fix decoding glitch in AIS type 22 and update docs.Eric S. Raymond2009-12-081-3/+5
* Fix up JSON dumping of the (rare) AIS message 23Eric S. Raymond2009-12-071-3/+3
* Fixed JSON dumping of AIS type 15.Eric S. Raymond2009-12-071-11/+13
* gpspipe exposed an orthogonality failure.Eric S. Raymond2009-12-031-1/+4
* Corrections to the AIS specification, and one fieldname.Eric S. Raymond2009-11-261-2/+2
* Arrange for a revision.h to be generated into release tarballs...Eric S. Raymond2009-11-201-1/+3
* 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