Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Condition out some debugging stuff no longer used. | Eric S. Raymond | 2009-10-09 | 1 | -0/+4 |
| | |||||
* | We now have regression tests for AIS Type 15 and 20 messages. | Eric S. Raymond | 2009-09-24 | 1 | -3/+3 |
| | |||||
* | AIS message type 21 now has a regression test. | Eric S. Raymond | 2009-09-23 | 1 | -15/+14 |
| | |||||
* | Update lists of known-good AIS decodings. | Eric S. Raymond | 2009-09-23 | 1 | -2/+2 |
| | |||||
* | Handle AIS Type 21 Name Extension field. | Eric S. Raymond | 2009-09-23 | 1 | -3/+6 |
| | |||||
* | Fully support AIS type 22 and 23 messages. All regression tests pass. | Eric S. Raymond | 2009-09-22 | 1 | -1/+26 |
| | | | | Codebase splints clean. | ||||
* | Guard some inclusions that splint doesn't like. | Eric S. Raymond | 2009-09-10 | 1 | -0/+2 |
| | | | | No effect on compilation. All regression tests pass. | ||||
* | Bride of the Splint Cleanup. All regression tests pass. | Eric S. Raymond | 2009-09-10 | 1 | -4/+2 |
| | |||||
* | Yet more splint cleanup. All regression tests pass. | Eric S. Raymond | 2009-09-09 | 1 | -2/+4 |
| | |||||
* | Remove a duplicative storage declaration. | Eric S. Raymond | 2009-09-06 | 1 | -2/+2 |
| | |||||
* | Use CYCLE_END condition for the 2-part mal-design of AIS message 24 properly. | Eric S. Raymond | 2009-09-03 | 1 | -12/+14 |
| | |||||
* | Generated AIS parser code compiles. All tests pass. | Eric S. Raymond | 2009-09-01 | 1 | -11/+11 |
| | | | | String field postprocessing and unit tests are next. | ||||
* | Fix dumping of AIS message 19 (dte was missing). | Eric S. Raymond | 2009-09-01 | 1 | -5/+5 |
| | | | | | Code generation for AIS messages up to 19. Rebuild two affected regression tests (all tests pass). | ||||
* | More code generation - up to AIS message 13 now. | Eric S. Raymond | 2009-09-01 | 1 | -26/+26 |
| | | | | All regression tests pass. | ||||
* | Arrange for double quotes in JSON string fields emitted by the daemon... | Eric S. Raymond | 2009-08-31 | 1 | -750/+1 |
| | | | | ...to be properly backslash-escaped. | ||||
* | Back out a change that broke regression tests. All tests pass. | Eric S. Raymond | 2009-08-30 | 1 | -7/+7 |
| | |||||
* | Make string fields that might contain double quotes safe for JSON output. | Eric S. Raymond | 2009-08-30 | 1 | -41/+41 |
| | |||||
* | Various minor fixes for AIS dumping from Jan Veninga. | Eric S. Raymond | 2009-08-30 | 1 | -15/+15 |
| | |||||
* | Dump boolean fields in AIS as JSON booleans. | Eric S. Raymond | 2009-08-29 | 1 | -370/+331 |
| | |||||
* | AIS message types 1, 2 and 3 JSON decoding. | Eric S. Raymond | 2009-08-28 | 1 | -4/+4 |
| | |||||
* | Start on client-side parsing of AIS JSON. All regression tests pass. | Eric S. Raymond | 2009-08-28 | 1 | -7/+7 |
| | |||||
* | Regularize some JSON attribute names. | Eric S. Raymond | 2009-08-28 | 1 | -1/+1 |
| | | | | | It's useful for the attribute vocabulary to be consistent across data classes, where possible. | ||||
* | Output fixes from Jan Veninga. | Eric S. Raymond | 2009-08-08 | 1 | -5/+7 |
| | |||||
* | Dump AIS MMSI as a string... | Eric S. Raymond | 2009-08-08 | 1 | -1/+1 |
| | | | | | ...so being careless about how we deserialize won't interpret values with leading zeros as octal. | ||||
* | Handle some line-termination issues more cleanly. | Eric S. Raymond | 2009-07-29 | 1 | -53/+53 |
| | |||||
* | AIS dumping is now under the control of the watcher variable. | Eric S. Raymond | 2009-07-24 | 1 | -1/+1 |
| | |||||
* | A step twards reporting AIS data in gpsd. All regression tests pass. | Eric S. Raymond | 2009-07-24 | 1 | -40/+49 |
| | |||||
* | SVN Id tags | Chris Kuethe | 2009-07-16 | 1 | -0/+1 |
| | |||||
* | print (s)?size_t variables with a %z format string | Chris Kuethe | 2009-07-13 | 1 | -2/+2 |
| | |||||
* | whitespace cleanup while i think about signed-vs-unsigned compare warnings | Chris Kuethe | 2009-07-04 | 1 | -87/+87 |
| | |||||
* | Document better what is tested and what is not. | Eric S. Raymond | 2009-06-18 | 1 | -2/+2 |
| | |||||
* | Message 4 latitude and lomngitude were being dumped in the wrong order. | Eric S. Raymond | 2009-06-17 | 1 | -4/+4 |
| | | | | Add message types 10 and 11 in pure Python. | ||||
* | Correct processing of AIS message 9. | Eric S. Raymond | 2009-06-17 | 1 | -3/+3 |
| | |||||
* | Fix a slightly broken format string. | Eric S. Raymond | 2009-06-17 | 1 | -1/+1 |
| | |||||
* | AIS member name corrections, new details on out-of-band values from IALA. | Eric S. Raymond | 2009-06-16 | 1 | -5/+5 |
| | | | | Also, the start of a pure-Python AIS decoder as a check on the C one. | ||||
* | Typo fix. Regression tests pass. | Eric S. Raymond | 2009-06-16 | 1 | -1/+1 |
| | |||||
* | Dump common navigation block more sensibly when speed is not available. | Eric S. Raymond | 2009-06-16 | 1 | -4/+17 |
| | |||||
* | Typo fix. | Eric S. Raymond | 2009-06-15 | 1 | -1/+1 |
| | |||||
* | Correct some JSON attribute names. | Eric S. Raymond | 2009-06-15 | 1 | -1/+1 |
| | |||||
* | Add support for parsing and dumping AIS message types 20 and 22. | Eric S. Raymond | 2009-06-15 | 1 | -56/+140 |
| | |||||
* | Dump Navigation Aid types as strings.. Fix an attribute name. | Eric S. Raymond | 2009-06-15 | 1 | -11/+48 |
| | |||||
* | Fix brown-paper-bag error in JSON formatting. | Eric S. Raymond | 2009-06-14 | 1 | -31/+31 |
| | |||||
* | Teach AIVDM driver to handle AIS messages 15, 16, 17. Not yet tested. | Eric S. Raymond | 2009-06-14 | 1 | -4/+104 |
| | |||||
* | Minor corrections to JSON dump code. | Eric S. Raymond | 2009-06-08 | 1 | -4/+2 |
| | |||||
* | Go back to passing AIS out-of-band values as-is into the JSON dump; | Eric S. Raymond | 2009-06-07 | 1 | -6/+6 |
| | | | | changing them to as JSON-AIS does is an unnecessary complication. | ||||
* | Stop extracting and dumping spare bits from AIS message fields. | Eric S. Raymond | 2009-06-07 | 1 | -44/+37 |
| | |||||
* | More JSON cleanup. | Eric S. Raymond | 2009-06-07 | 1 | -10/+10 |
| | |||||
* | Regularize names so the C structure members and JSON fields match up. | Eric S. Raymond | 2009-06-06 | 1 | -174/+176 |
| | |||||
* | JSON-related name cleanup. | Eric S. Raymond | 2009-06-06 | 1 | -6/+7 |
| | |||||
* | Fix JSON output format for packed binary string data. | Eric S. Raymond | 2009-06-06 | 1 | -3/+3 |
| |