| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Major rearrangement of device members in struct gpsdata_t... | Eric S. Raymond | 2009-08-23 | 1 | -6/+4 |
* | Add flags argument to gps_stream(). | Eric S. Raymond | 2009-08-22 | 1 | -1/+6 |
* | Introduce gps_stream() in the client API... | Eric S. Raymond | 2009-08-22 | 1 | -0/+1 |
* | Checkpoint before major surgery on gps.h. All regression tests pass. | Eric S. Raymond | 2009-08-22 | 1 | -23/+38 |
* | Parsing of JSON VERSION response, with unit test. | Eric S. Raymond | 2009-08-19 | 1 | -0/+7 |
* | Ship device flags as integer rather than string list. | Eric S. Raymond | 2009-08-19 | 1 | -1/+1 |
* | Change some flag names. | Eric S. Raymond | 2009-08-19 | 1 | -4/+4 |
* | Change enumerated array JSON type to yield a bitmask rather than an array. | Eric S. Raymond | 2009-08-19 | 1 | -6/+5 |
* | Library parse code, and unit test, for DEVICE responses. | Eric S. Raymond | 2009-08-19 | 1 | -0/+7 |
* | Checkpoint before giving the JSON parses a notion of enumerated types. | Eric S. Raymond | 2009-08-19 | 1 | -0/+3 |
* | Cleanups made possible by last refactoring. | Eric S. Raymond | 2009-08-18 | 1 | -1/+2 |
* | Move some struct gpsdata_t members around to get better space economy. | Eric S. Raymond | 2009-08-18 | 1 | -62/+63 |
* | Typo fix. | Eric S. Raymond | 2009-08-18 | 1 | -1/+1 |
* | Halfway to parsing ?DEVICES. | Eric S. Raymond | 2009-08-18 | 1 | -0/+1 |
* | A step twards reporting AIS data in gpsd. All regression tests pass. | Eric S. Raymond | 2009-07-24 | 1 | -0/+1 |
* | Use double rather than float for satellite signal strengths. | Eric S. Raymond | 2009-07-13 | 1 | -1/+1 |
* | actually, UNUSED is better for our purposes in gps.h | Chris Kuethe | 2009-07-06 | 1 | -0/+8 |
* | Superstar2 can now stash raw measurements - | Chris Kuethe | 2009-06-24 | 1 | -1/+1 |
* | rename PSEUDORANGE_SET to RAW_SET... | Chris Kuethe | 2009-06-24 | 1 | -8/+8 |
* | change the signal strength member to float. | Chris Kuethe | 2009-06-22 | 1 | -2/+2 |
* | Add some hooks to start raw data processing | Chris Kuethe | 2009-06-21 | 1 | -2/+5 |
* | AIS member name corrections, new details on out-of-band values from IALA. | Eric S. Raymond | 2009-06-16 | 1 | -1/+1 |
* | Add support for parsing and dumping AIS message types 20 and 22. | Eric S. Raymond | 2009-06-15 | 1 | -0/+37 |
* | Dump Navigation Aid types as strings.. Fix an attribute name. | Eric S. Raymond | 2009-06-15 | 1 | -1/+1 |
* | Teach AIVDM driver to handle AIS messages 15, 16, 17. Not yet tested. | Eric S. Raymond | 2009-06-14 | 1 | -2/+38 |
* | Comment fixes. | Eric S. Raymond | 2009-06-09 | 1 | -12/+12 |
* | Stop extracting and dumping spare bits from AIS message fields. | Eric S. Raymond | 2009-06-07 | 1 | -14/+14 |
* | Regularize names so the C structure members and JSON fields match up. | Eric S. Raymond | 2009-06-06 | 1 | -42/+42 |
* | Add support for the AIS Version 3 flags in message type 18. | Eric S. Raymond | 2009-05-28 | 1 | -1/+5 |
* | Correct the test for auxiliary-craft MMSI. | Eric S. Raymond | 2009-05-28 | 1 | -2/+8 |
* | We now correcttly interpret and dump AIS Type 24 messages. | Eric S. Raymond | 2009-05-28 | 1 | -0/+28 |
* | First cut at support for AIS Type 21 messages (not tested). | Eric S. Raymond | 2009-05-28 | 1 | -0/+20 |
* | Add support for decoding AIS message type 10. | Eric S. Raymond | 2009-05-27 | 1 | -1/+7 |
* | First cut at handling AIS message 19. | Eric S. Raymond | 2009-05-27 | 1 | -0/+23 |
* | Correct the documentation (and, I hope, implementation) of messages 7 and 13, | Eric S. Raymond | 2009-03-27 | 1 | -0/+8 |
* | Support, and documentation, for AIVDM messages type 6, 7, 8, 12, 13, and 14. | Eric S. Raymond | 2009-03-26 | 1 | -1/+35 |
* | Parse, and describe, the RAIM bit. | Eric S. Raymond | 2009-03-17 | 1 | -1/+7 |
* | Rearrange a visible struct. | Eric S. Raymond | 2009-03-17 | 1 | -37/+42 |
* | Tests for Type 18 are stable. | Eric S. Raymond | 2009-03-16 | 1 | -0/+14 |
* | Type 9 decoding is stable. | Eric S. Raymond | 2009-03-16 | 1 | -0/+16 |
* | Back down to where all regression tests, including RTCM, still pass. | Eric S. Raymond | 2009-03-15 | 1 | -1/+0 |
* | Prevent spurious echo of data on bad packets. | Eric S. Raymond | 2009-03-14 | 1 | -0/+1 |
* | More work on the AIVDM driver and spec. | Eric S. Raymond | 2009-03-13 | 1 | -0/+1 |
* | Store unscaled AIDVM values so we never throw away information. | Eric S. Raymond | 2009-03-13 | 1 | -8/+8 |
* | Full decoding for AIVDM Type 4 messages. | Eric S. Raymond | 2009-03-13 | 1 | -0/+79 |
* | Remove 'cycle' member from device structure. | Eric S. Raymond | 2009-03-07 | 1 | -0/+2 |
* | Cleanup some 12-channel-limit assumptions. | Eric S. Raymond | 2009-03-05 | 1 | -1/+0 |
* | Another RTCM3 message (1013). | Eric S. Raymond | 2009-03-04 | 1 | -0/+1 |
* | Fix a misunderstanding about RTCM3. | Eric S. Raymond | 2009-03-04 | 1 | -7/+0 |
* | Introduce gpsdclient.h header, not shipped. | Eric S. Raymond | 2009-03-02 | 1 | -17/+0 |