summaryrefslogtreecommitdiff
path: root/www
Commit message (Expand)AuthorAgeFilesLines
* Fully support AIS type 22 and 23 messages. All regression tests pass.Eric S. Raymond2009-09-221-5/+6
* Clarify some AIS message 23 fields.Eric S. Raymond2009-09-221-9/+40
* Preliminary description of AIS message type 23.Eric S. Raymond2009-09-221-9/+76
* Separate WATCH_NMEA from WATCH_RAW in the visible API.Eric S. Raymond2009-09-211-1/+2
* Website polishing.Eric S. Raymond2009-09-189-34/+36
* Added the Future page to the website portion of the repo.Eric S. Raymond2009-09-1814-5/+131
* Disentangle the packet raw hook used on the client side...Eric S. Raymond2009-09-171-6/+12
* Change the driver event set to be more orthogonal.Eric S. Raymond2009-09-161-53/+40
* SKY response now includes DOP reports.Eric S. Raymond2009-09-151-3/+6
* J is gone.Eric S. Raymond2009-09-151-6/+6
* Rename event_revert to event_deactivate. No behavior changes.Eric S. Raymond2009-09-131-2/+2
* Fold the probe_wakup method into the new generic lifetime-event hook. Eric S. Raymond2009-09-131-6/+8
* Fold the revert method into the generic event hook.Eric S. Raymond2009-09-131-24/+13
* The configurator member becomes event_hook. Eric S. Raymond2009-09-131-6/+10
* Merge the configurator and probe_subtype methods. Eric S. Raymond2009-09-131-18/+56
* Don't calculate unused checksums.Eric S. Raymond2009-09-131-4/+1
* End-of-cycle detection solves the buffering problem.Eric S. Raymond2009-09-111-250/+0
* We don't have to collect cycle-time and start-of-cycle... Eric S. Raymond2009-09-092-45/+2
* Reliable cycle-start indication for almost all drivers.Eric S. Raymond2009-09-091-3/+3
* Document a $PASHR format.Eric S. Raymond2009-09-081-0/+33
* Documentation and comment tweaks.Eric S. Raymond2009-09-071-3/+3
* .html files in main directory are generated, but some in www are not. Eric S. Raymond2009-09-071-2/+3
* Move documents to GoogleCode.Eric S. Raymond2009-09-061-24/+23
* Add some things inadvertently omitted from the repo.Eric S. Raymond2009-09-042-0/+0
* 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-0/+4
* Fix dumping of AIS message 19 (dte was missing). Eric S. Raymond2009-09-011-2/+2
* More code generation - up to AIS message 13 now.Eric S. Raymond2009-09-011-2/+2
* Typo and markup fixes.Eric S. Raymond2009-08-311-6/+6
* Add a hotplug icon to the capability chart.Eric S. Raymond2009-08-312-0/+7
* 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-314-55/+62
* Note that GPGBS is in NMEA 01083 3.0.Eric S. Raymond2009-08-311-3/+4
* 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-302-20/+9
* Regularize some JSON attribute names.Eric S. Raymond2009-08-281-19/+19
* Add gps_errstr() to the client API so client code doesn't have toEric S. Raymond2009-08-261-1/+1
* Documentation updates.Eric S. Raymond2009-08-261-5/+9
* Unify CONFIGDEV and DEVICE responses.Eric S. Raymond2009-08-251-4/+4
* Update the transition document for new gps_stream() arguments.Eric S. Raymond2009-08-241-22/+36
* Website fixes.Eric S. Raymond2009-08-233-3/+3
* Parse CONFIGDEV responses.Eric S. Raymond2009-08-231-2/+2
* Merge two structures that didn't need to exist separately. Eric S. Raymond2009-08-231-2/+2
* Major rearrangement of device members in struct gpsdata_t... Eric S. Raymond2009-08-231-0/+26
* Add flags argument to gps_stream().Eric S. Raymond2009-08-221-0/+57
* Make gps_stream do the right thing when a raw hook is set.Eric S. Raymond2009-08-221-4/+4
* Explain differences in new protocol's theory of operation.Eric S. Raymond2009-08-221-3/+23
* More for the transition document.Eric S. Raymond2009-08-221-10/+87
* Here's the start of the protocol-transition document.Eric S. Raymond2009-08-221-0/+104
* Introduce gps_stream() in the client API...Eric S. Raymond2009-08-222-2/+9