summaryrefslogtreecommitdiff
path: root/gpsd_json.c
Commit message (Expand)AuthorAgeFilesLines
* Shorten some names for concision, and make C names match JSON names.Eric S. Raymond2010-04-111-19/+19
* Improve and dicument the JSON report for digital compasses.Eric S. Raymond2010-04-111-14/+58
* compass mode does not depend on aivdmChris Kuethe2010-04-101-1/+1
* First cut at JSON output for TNT Revolution device.Eric S. Raymond2010-04-101-0/+102
* break; to the right place if skyview data is badChris Kuethe2010-04-081-0/+2
* Split out some functions from gpsd_json.c that are used by libgps.Eric S. Raymond2010-03-301-71/+2
* Fix building with --disable-reconfigurePaulius Zaleckas2010-03-281-0/+2
* Suppress JSON reporting of fields the fix quality won't support.Eric S. Raymond2010-03-271-58/+70
* gpsd.c no longer needs to use the classmap, so restrict its visibility.Eric S. Raymond2010-03-231-0/+8
* Clean up a function signature.Eric S. Raymond2010-03-231-30/+30
* Address Debian bug #573752 (mode sometimes missing from JSON.Eric S. Raymond2010-03-141-4/+3
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-0/+5
* Support for JSON dumping and parsing of AIS message types 25 and 26.Eric S. Raymond2010-03-051-0/+25
* Improved handling and documentation of AIS type 22 messages.Eric S. Raymond2010-01-301-35/+29
* Avoid a collision with typedef boolean.Eric S. Raymond2010-01-041-34/+34
* One more typedef cleanup from David Ludlow.Eric S. Raymond2010-01-041-4/+4
* 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