summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* .html files in main directory are generated, but some in www are not. Eric S. Raymond2009-09-072-3/+4
* Enable JSON parser to recognize a type mismatch.Eric S. Raymond2009-09-072-2/+8
* Uniform treatment of line terminations.Eric S. Raymond2009-09-071-1/+1
* Avoid an uninitialized-variable issue.Eric S. Raymond2009-09-071-2/+2
* missing $srcdirChris Kuethe2009-09-061-1/+1
* Copy the svn:ignore property from the svn repository.Eric S. Raymond2009-09-061-0/+61
* Register some developer convenience scripts (not stuff to be shipped).Eric S. Raymond2009-09-067-2/+184
* Move documents to GoogleCode.Eric S. Raymond2009-09-061-24/+23
* Use $(srcdir) corrrectly. All regression tests pass.Eric S. Raymond2009-09-061-2/+2
* Prevent spurious failure indication from shell trap statement.Eric S. Raymond2009-09-061-1/+1
* Remove a duplicative storage declaration.Eric S. Raymond2009-09-065-12/+16
* Ignore .i files.Eric S. Raymond2009-09-060-0/+0
* Arrange for JSON-style escapes to be interpreted by the parser.Eric S. Raymond2009-09-063-7/+36
* Rebuild three tests, there was a typo in $GPGBS output. Ignore RTCM3.Eric S. Raymond2009-09-054-44/+43
* Clean up properly on signal.Eric S. Raymond2009-09-051-1/+1
* When faking NMEA, ship error estimates as NMEA-standard $GPGBS. Eric S. Raymond2009-09-058-209/+57
* Eliminate a dependency on old protocol.Eric S. Raymond2009-09-052-4/+1
* This bug was bisected on...Eric S. Raymond2009-09-051-7/+0
* Split up eph in the Python client.Eric S. Raymond2009-09-053-10/+45
* Minor cleanup. All regression tests pass.Eric S. Raymond2009-09-041-3/+3
* Add some things inadvertently omitted from the repo.Eric S. Raymond2009-09-043-0/+174
* Reorganize, moving a rarely-used/semi-obsolescent stuff into subdirectories.Eric S. Raymond2009-09-0410-21/+51
* Zodiac emits a reliable end-of-cycle indication.Eric S. Raymond2009-09-041-0/+8
* L command disabled... Eric S. Raymond2009-09-041-0/+11
* Bit-field packing for client-side parsing of AIS messages 6, 8, and 17.Eric S. Raymond2009-09-042-5/+21
* Add some minor TODO items.Eric S. Raymond2009-09-041-6/+6
* IS8601 dump format and some defaults were slightly wrong.Eric S. Raymond2009-09-043-10/+30
* Add a note to news.Eric S. Raymond2009-09-041-1/+2
* Add annotations to several regression loads and the capability file.Eric S. Raymond2009-09-048-20/+71
* End-of-cycle latch for devices that ship $GPGBS now works.Eric S. Raymond2009-09-042-0/+21
* Dead-code removal. All regression tests pass.Eric S. Raymond2009-09-041-28/+8
* Refactor so RTCM2 dumping is done with the other kinds in gpsd.c. Eric S. Raymond2009-09-044-28/+19
* Rerrange some definitions for improved maintainability.Eric S. Raymond2009-09-041-30/+22
* Bring the AIVDM regression test up to date.Eric S. Raymond2009-09-031-2/+1
* Use CYCLE_END condition for the 2-part mal-design of AIS message 24 properly.Eric S. Raymond2009-09-038-121/+112
* AIVDM driver reliably signals end-of-cycle.Eric S. Raymond2009-09-031-1/+3
* Now make it possible for a driver to signal cycle start, cycle end, ... Eric S. Raymond2009-09-0315-23/+34
* Break the cycle-start flag out of general status mask into its own field.Eric S. Raymond2009-09-0316-32/+49
* Ensure we set flag masks correctly for obscure E and Q commands.Eric S. Raymond2009-09-031-1/+2
* $GPGBS processing is successful at the driver level.Eric S. Raymond2009-09-032-177/+34
* New protocol now reports epx and epy separately. Eric S. Raymond2009-09-0331-1836/+1837
* Split eph into epx and epy internally... Eric S. Raymond2009-09-0323-50/+122
* Prevent adventitious doubling of regression diff lines.Eric S. Raymond2009-09-031-3/+3
* Typo fix.Eric S. Raymond2009-09-031-1/+1
* Comment fixes.Eric S. Raymond2009-09-012-3/+8
* Link RTCM2 and AIVDM client-library support only when those are configured in.Eric S. Raymond2009-09-012-3/+4
* Generated AIS parser code compiles. All tests pass.Eric S. Raymond2009-09-017-259/+138
* More fixes for dumping of AIS message 19.Eric S. Raymond2009-09-013-18/+40
* Fix dumping of AIS message 20. Eric S. Raymond2009-09-013-54/+241
* Fix dumping of AIS message 19 (dte was missing). Eric S. Raymond2009-09-018-45/+163