| Commit message (Expand) | Author | Age | Files | Lines |
* | ubx refactoring, from esr | Chris Kuethe | 2010-04-13 | 1 | -7/+2 |
* | Give TNT a wakeup hook to but it in run mode and make it report in degrees. | Eric S. Raymond | 2010-04-13 | 1 | -1/+10 |
* | TNT gets a speed-change method (untested). | Eric S. Raymond | 2010-04-13 | 1 | -104/+30 |
* | Refactor serial ntpshm_put() calls. | Eric S. Raymond | 2010-04-12 | 1 | -8/+42 |
* | Improve a log message. | Eric S. Raymond | 2010-04-12 | 1 | -1/+1 |
* | Deep-six another special case, detect OceanServer via its main packet. | Eric S. Raymond | 2010-04-12 | 1 | -9/+1 |
* | Remove some dead code and comments. All regression tests pass. | Eric S. Raymond | 2010-04-12 | 1 | -11/+0 |
* | Eliminate a grotty special case in the NMEA packtet parser. | Eric S. Raymond | 2010-04-12 | 1 | -14/+11 |
* | Comment fixes. All regression tests pass. | Eric S. Raymond | 2010-04-12 | 1 | -3/+4 |
* | Live monitor_tnt.c, but in a way that breaks gpsd, sigh. | Eric S. Raymond | 2010-04-12 | 1 | -2/+13 |
* | Oops, accidentally committed a version that won't build. Fixing that... | Eric S. Raymond | 2010-04-11 | 1 | -2/+2 |
* | Checkpoint first cut an gpsnon support for TNT. Not yet working. | Eric S. Raymond | 2010-04-11 | 1 | -24/+31 |
* | move declaration before use | Chris Kuethe | 2010-04-10 | 1 | -1/+1 |
* | compile with nmea off but sirf and garmintxt on | Chris Kuethe | 2010-04-10 | 1 | -4/+1 |
* | TNT probe logic for sample mode has to be conditioned out, it's still broken. | Eric S. Raymond | 2010-04-10 | 1 | -3/+6 |
* | Make the client library and daemon use different sets of state-flag masks. | Eric S. Raymond | 2010-04-09 | 1 | -7/+7 |
* | Some probes were wrongly conditionalized. Fix this. | Eric S. Raymond | 2010-04-07 | 1 | -3/+5 |
* | Fix building with --disable-reconfigure | Paulius Zaleckas | 2010-03-28 | 1 | -10/+5 |
* | Attempt fix for oceanserver support not compiling. | Eric S. Raymond | 2010-03-28 | 1 | -3/+1 |
* | Vanish away Id and Rev $ keywords, git won't expand them to anything useful. | Eric S. Raymond | 2010-03-13 | 1 | -2/+1 |
* | Copyright stamps everywhere. No code changes. | Eric S. Raymond | 2010-03-11 | 1 | -1/+5 |
* | David Ludlow's housekeeping and type-cleanup patch. | Eric S. Raymond | 2010-01-02 | 1 | -1/+4 |
* | Cosmetic fix. | Eric S. Raymond | 2009-12-07 | 1 | -0/+6 |
* | Include the whole config file in gpsd.h. | Eric S. Raymond | 2009-11-20 | 1 | -1/+0 |
* | Suppress a warning. | Eric S. Raymond | 2009-11-17 | 1 | -1/+1 |
* | Elegant solution to sirf_binary.mode_switcher() extern. | Gary E. Miller | 2009-11-17 | 1 | -3/+3 |
* | Only try to move to SiRF binary from NMEA if... | Gary E. Miller | 2009-11-17 | 1 | -1/+4 |
* | Make 'gpsctl -b' work for SiRF binary. | Gary E. Miller | 2009-11-17 | 1 | -1/+16 |
* | Fix some whitespace glitches found while experimenting with indent(1). | Eric S. Raymond | 2009-11-17 | 1 | -2/+2 |
* | Compiler warning suppressions (the MKT3301->MTK3301 change wasn't complete). | Eric S. Raymond | 2009-11-17 | 1 | -1/+2 |
* | Make fudge explicit in ntpshm_put(), and log it.. | Gary E. Miller | 2009-11-17 | 1 | -1/+1 |
* | Splint cleanup. | Eric S. Raymond | 2009-11-16 | 1 | -8/+8 |
* | Improvements to core cycle-change logic, and MKT3301 support. | Eric S. Raymond | 2009-11-16 | 1 | -2/+14 |
* | Correct confusion of Garmin NMEA and Garmin Serial binary | Gary E. Miller | 2009-11-15 | 1 | -10/+3 |
* | Some packets do not end in \n, so make sure there is on in the log message. | Gary E. Miller | 2009-11-15 | 1 | -1/+3 |
* | Fix typo. "MKT" should be "MTK", etc. Prompted by heeen on IRC | Chris Kuethe | 2009-11-14 | 1 | -19/+19 |
* | Fix driver bugs pointed out by Hakan Johannsen. | Eric S. Raymond | 2009-11-05 | 1 | -1/+1 |
* | Grrr..fire the event_identified hook and fix a broken conditional. | Eric S. Raymond | 2009-11-04 | 1 | -1/+1 |
* | In the wake of the change to use only C99 fixed-length types... | Eric S. Raymond | 2009-10-26 | 1 | -2/+2 |
* | Refactor the cycle-end tracking. The AIS machinery should use it. | Eric S. Raymond | 2009-09-30 | 1 | -2/+0 |
* | Change the driver event set to be more orthogonal. | Eric S. Raymond | 2009-09-16 | 1 | -11/+24 |
* | Rename event_revert to event_deactivate. No behavior changes. | Eric S. Raymond | 2009-09-13 | 1 | -3/+3 |
* | Fold the probe_wakup method into the new generic lifetime-event hook. | Eric S. Raymond | 2009-09-13 | 1 | -80/+62 |
* | Fold the revert method into the generic event hook. | Eric S. Raymond | 2009-09-13 | 1 | -31/+1 |
* | The configurator member becomes event_hook. | Eric S. Raymond | 2009-09-13 | 1 | -48/+39 |
* | Merge the configurator and probe_subtype methods. | Eric S. Raymond | 2009-09-13 | 1 | -170/+166 |
* | Guard some inclusions that splint doesn't like. | Eric S. Raymond | 2009-09-10 | 1 | -0/+2 |
* | Remove a duplicative storage declaration. | Eric S. Raymond | 2009-09-06 | 1 | -1/+1 |
* | Use CYCLE_END condition for the 2-part mal-design of AIS message 24 properly. | Eric S. Raymond | 2009-09-03 | 1 | -2/+1 |
* | AIVDM driver reliably signals end-of-cycle. | Eric S. Raymond | 2009-09-03 | 1 | -1/+3 |