summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a hotplug icon to the capability chart.Eric S. Raymond2009-08-314-63/+73
* Added stream() entry point to C++ client library.Eric S. Raymond2009-08-314-2/+18
* Updated FAQ for new protocol and capabilities.Eric S. Raymond2009-08-311-12/+31
* Refresh NEWS and website to reflect support for AIS devices.Eric S. Raymond2009-08-315-65/+71
* Display both driver and subtype when we can.Eric S. Raymond2009-08-311-1/+3
* Fix bug in RTCM2 dumping. All regression tests pass.Eric S. Raymond2009-08-311-1/+1
* Added mixed AIS/GPS testload.Eric S. Raymond2009-08-312-0/+327
* regress-driver -n can't be made to work, so get rid of it.Eric S. Raymond2009-08-311-13/+12
* Fix up some line terminations.Eric S. Raymond2009-08-312-4/+3
* Fix calls to json_stringify to not rely on static storage.Eric S. Raymond2009-08-312-20/+27
* Note that GPGBS is in NMEA 01083 3.0.Eric S. Raymond2009-08-311-3/+4
* Refactor to make each dump function responsible for its own \r\n.Eric S. Raymond2009-08-312-54/+49
* Arrange for double quotes in JSON string fields emitted by the daemon...Eric S. Raymond2009-08-314-878/+882
* Back out a change that broke regression tests. All tests pass.Eric S. Raymond2009-08-305-12/+12
* Make string fields that might contain double quotes safe for JSON output.Eric S. Raymond2009-08-304-42/+59
* JSON parser debugging.Eric S. Raymond2009-08-301-4/+6
* Improve parser debugging machinery.Eric S. Raymond2009-08-301-1/+7
* Various minor fixes for AIS dumping from Jan Veninga.Eric S. Raymond2009-08-301-15/+15
* Implement rate-switching in new protocol (not tested).Eric S. Raymond2009-08-301-1/+9
* Make the JSON parser instrumentation less obtrusive,Eric S. Raymond2009-08-301-81/+33
* On the other hand, watchers *should* get notified when the device pool changes, Eric S. Raymond2009-08-302-25/+9
* In new protocol, don't report device information on each channel assignment. Eric S. Raymond2009-08-301-4/+0
* Clean up device-state dumping.Eric S. Raymond2009-08-301-4/+2
* Avoid a SEGV.Eric S. Raymond2009-08-301-1/+2
* More updates to the protocol-evolution document.Eric S. Raymond2009-08-301-4/+5
* Finally give ?TPV; and ?SKY; the axe. Eric S. Raymond2009-08-304-181/+144
* Simplify and regularize command parsing.Eric S. Raymond2009-08-301-66/+83
* Improved error messages.Eric S. Raymond2009-08-301-7/+9
* Update the test instructions some more.Eric S. Raymond2009-08-301-2/+2
* Make the test instructions speak new protocol.Eric S. Raymond2009-08-301-17/+9
* Address Debian bug #542384...Eric S. Raymond2009-08-303-2/+24
* Simpligy the JSON parser to fix a bug.Eric S. Raymond2009-08-301-3/+2
* Create a way not to step on defaults.Eric S. Raymond2009-08-304-36/+38
* Recognize and process NMEA packets while processing AIVDM.Eric S. Raymond2009-08-291-4/+11
* Cleanup.Eric S. Raymond2009-08-291-5/+4
* Typo fix.Eric S. Raymond2009-08-291-1/+1
* Prevent some SEGVs on ill-formed comands.Eric S. Raymond2009-08-292-2/+4
* Prevent a core dump and spurious display of blank data.Eric S. Raymond2009-08-291-34/+38
* Fix minor build bug introduced by previous commit.Eric S. Raymond2009-08-291-0/+1
* Write-lock gpsd.h when it's generated...Eric S. Raymond2009-08-293-3/+4
* M Joonas Pihlaja's cleanup patches for XML-Docbook masters.Eric S. Raymond2009-08-2929-169/+170
* AIS dumper's signature has changed. Integrate AIS parsing on the library side.Eric S. Raymond2009-08-294-29/+21
* Dump boolean fields in AIS as JSON booleans.Eric S. Raymond2009-08-291-370/+331
* New CSV AIS dump code is verified correct.Eric S. Raymond2009-08-281-2/+5
* Change the check file in the AIVDM regression test to use unscaled CSV.Eric S. Raymond2009-08-284-16/+327
* AIS message types 1, 2 and 3 JSON decoding.Eric S. Raymond2009-08-282-4/+16
* Start on client-side parsing of AIS JSON. All regression tests pass.Eric S. Raymond2009-08-286-9/+117
* Cleanup.Eric S. Raymond2009-08-281-2/+0
* Regularize some JSON attribute names.Eric S. Raymond2009-08-285-24/+24
* RTCM2 JSON decoiding is verified and has a full regression test.Eric S. Raymond2009-08-285-9/+15