Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Extended AIS idempotency test coverage to messages 22, 23, 24. | Eric S. Raymond | 2010-04-26 | 1 | -2/+2 | |
| | | | | ...and in doing so, fix a bug in AIS parsing. | |||||
* | Re-indent JSON support. All regression tests pass. | Eric S. Raymond | 2010-04-14 | 1 | -29/+31 | |
| | ||||||
* | Support for JSON dumping and parsing of AIS message types 25 and 26. | Eric S. Raymond | 2010-03-05 | 1 | -0/+4 | |
| | | | | These are not yet observed in the wild on AISHub. | |||||
* | Avoid a collision with typedef boolean. | Eric S. Raymond | 2010-01-04 | 1 | -8/+8 | |
| | | | | All regression tests pass. | |||||
* | Introduce the "scaled" attribute to JSON dumps... | Eric S. Raymond | 2009-12-18 | 1 | -0/+4 | |
| | | | | ...so they are fully self-describing again. | |||||
* | Include the whole config file in gpsd.h. | Eric S. Raymond | 2009-11-20 | 1 | -1/+0 | |
| | | | | | | | That is, instead of sectioning out two little config defines and putting them in. This makes gpsd.h self-copntained (e.g. in case it gets installed as a library header) and means we can get rid of most inclusions of it. | |||||
* | Fully support AIS type 22 and 23 messages. All regression tests pass. | Eric S. Raymond | 2009-09-22 | 1 | -0/+2 | |
| | | | | Codebase splints clean. | |||||
* | Splint Cleanup Meets Billy The Kid. All regression tests pass. | Eric S. Raymond | 2009-09-10 | 1 | -4/+8 | |
| | ||||||
* | Bride of the Splint Cleanup. All regression tests pass. | Eric S. Raymond | 2009-09-10 | 1 | -0/+1 | |
| | ||||||
* | Yet more splint cleanup. All regression tests pass. | Eric S. Raymond | 2009-09-09 | 1 | -1/+3 | |
| | ||||||
* | More splint cleanup. All regression tests pass. | Eric S. Raymond | 2009-09-09 | 1 | -1/+1 | |
| | ||||||
* | Partial splint cleanup. All regression tests pass. | Eric S. Raymond | 2009-09-09 | 1 | -2/+1 | |
| | ||||||
* | Bit-field packing for client-side parsing of AIS messages 6, 8, and 17. | Eric S. Raymond | 2009-09-04 | 1 | -3/+20 | |
| | ||||||
* | IS8601 dump format and some defaults were slightly wrong. | Eric S. Raymond | 2009-09-04 | 1 | -6/+26 | |
| | | | | On the client side, interpreted message 4 and 5 timestamp fields. | |||||
* | Comment fixes. | Eric S. Raymond | 2009-09-01 | 1 | -2/+7 | |
| | ||||||
* | Link RTCM2 and AIVDM client-library support only when those are configured in. | Eric S. Raymond | 2009-09-01 | 1 | -2/+0 | |
| | ||||||
* | Generated AIS parser code compiles. All tests pass. | Eric S. Raymond | 2009-09-01 | 1 | -35/+33 | |
| | | | | String field postprocessing and unit tests are next. | |||||
* | More code-generation machinery. | Eric S. Raymond | 2009-09-01 | 1 | -12/+0 | |
| | ||||||
* | AIS message types 1, 2 and 3 JSON decoding. | Eric S. Raymond | 2009-08-28 | 1 | -0/+12 | |
| | ||||||
* | Start on client-side parsing of AIS JSON. All regression tests pass. | Eric S. Raymond | 2009-08-28 | 1 | -0/+99 | |