Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename and rationalize driver table instances. No logic changes. | Eric S. Raymond | 2013-11-12 | 1 | -1/+1 |
| | |||||
* | New AIS type24 reporting. | Reinhard Arlt | 2013-11-11 | 1 | -77/+47 |
| | |||||
* | Isolate the access to split24 flag. | Reinhard Arlt | 2013-11-10 | 1 | -3/+17 |
| | |||||
* | Honor split24 flag in ais msg24 part b. | Reinhard Arlt | 2013-11-08 | 1 | -53/+71 |
| | |||||
* | cppcheck and Coverity cleanup (not yet complete). | Eric S. Raymond | 2013-11-06 | 1 | -3/+5 |
| | | | | All regression tests pass. PPS is live. | ||||
* | Partial cppcheck and Coverity cleanup. | Eric S. Raymond | 2013-11-06 | 1 | -0/+6 |
| | | | | | | Coverity found a potential overrun bug. All regression tests pass. PPS is live. | ||||
* | Full splint cleanup. Partial cppcheck cleanup. | Eric S. Raymond | 2013-11-05 | 1 | -7/+9 |
| | |||||
* | Honor split24 flag in ais msg24 part a. | Reinhard Arlt | 2013-11-05 | 1 | -9/+21 |
| | |||||
* | Fix crash due to ais->type24.part. | Reinhard Arlt | 2013-11-04 | 1 | -0/+1 |
| | |||||
* | Decode PGN 127250 and PGN 128267. | Reinhard Arlt | 2013-11-02 | 1 | -2/+60 |
| | |||||
* | Contain the assumption that time hinting is done to NTPD. | Eric S. Raymond | 2013-10-31 | 1 | -3/+3 |
| | | | | | | | Because it might be going to chrony. Or something else. No logic changes, just name changes and one new derived #define, TIMEHINT_ENABLE. | ||||
* | Add skeleton for PGN 129283 Cross Track Error, PGN 129284 Navigation Data, ↵ | Reinhard Arlt | 2013-10-31 | 1 | -0/+47 |
| | | | | and PGN 129285 Navigation - Route/WP Information. | ||||
* | Revert "Separate ntpd support from chrony support, step 1." | Eric S. Raymond | 2013-10-30 | 1 | -3/+3 |
| | | | | We'll have to sneak up on this change more slowly. | ||||
* | Separate ntpd support from chrony support, step 1. | Eric S. Raymond | 2013-10-30 | 1 | -3/+3 |
| | | | | | | | | | | | | | ntp_offset becomes time_offset. There is a new config symbol CHRONY_ENABLE; most time service code is npw controlled by TIMESERVICE_ENABLE. The file ntpshm.c becomes timeexport.c This change is not complete. More disentanglement has to be done inside timeexport.c itself; at the moment enabling one but not both of ntpshm or chrony will probably break its compile. The point of getting this commit out is so Gary will see the new baseline code ASAP. All regression tests pass. | ||||
* | Add PGN 127258 skeleton GNSS Magnetic Variation | Reinhard Arlt | 2013-10-30 | 1 | -0/+15 |
| | |||||
* | Fix bug in (still unused) handling of addressed PGN's. | Reinhard Arlt | 2013-10-30 | 1 | -2/+2 |
| | |||||
* | A few cleanups. | Reinhard Arlt | 2013-10-30 | 1 | -12/+12 |
| | |||||
* | Comments for PGN methods. | Reinhard Arlt | 2013-10-29 | 1 | -0/+91 |
| | |||||
* | Accept a few more NMEA2000 PGN's. | Reinhard Arlt | 2013-10-29 | 1 | -0/+151 |
| | |||||
* | More efficiebt sticky-flagging. | Eric S. Raymond | 2013-10-15 | 1 | -1/+1 |
| | |||||
* | OK, visualize as a method was a bad idea. All regression tests pass. | Eric S. Raymond | 2013-10-14 | 1 | -3/+0 |
| | |||||
* | Create driver slot and scons option for a visualizer driver method. | Eric S. Raymond | 2013-10-13 | 1 | -0/+3 |
| | |||||
* | Cleanup after refactoring AIVDM driver. | Michael Tatarinov | 2013-10-12 | 1 | -9/+9 |
| | |||||
* | Cleanup after the big change. | Eric S. Raymond | 2013-09-29 | 1 | -2/+2 |
| | | | | | The fact that this was necessary may indicate a build systenm issue that's leaving stale binaries in place. | ||||
* | Change gpsd_report to no longer use a global. All regression tests pass. | Eric S. Raymond | 2013-09-29 | 1 | -78/+129 |
| | | | | | | | | This is a large, ugly change. But without it we can't troubleshoot the ICP/IP-source initialization bug properly - colliding definitions of gpsd_report() were interfering with error reporting early in gpsd runs. More cleanup work remains to be done, but at least this is working. | ||||
* | Improve decode_ais_channel_info(). | Reinhard Arlt | 2013-08-08 | 1 | -2/+3 |
| | |||||
* | Decode AIS channel info from nmea2000 messages. | Reinhard Arlt | 2013-08-08 | 1 | -1/+10 |
| | |||||
* | Pacify splint. | Reinhard Arlt | 2013-08-04 | 1 | -8/+37 |
| | |||||
* | Allow sat report for pseudonmea and nmea2000 | Reinhard Arlt | 2013-05-13 | 1 | -4/+9 |
| | |||||
* | Workaround for possibly swaped mode fields in PGN 129539 by some GARMIN plotter. | Reinhard Arlt | 2013-02-27 | 1 | -1/+11 |
| | |||||
* | Pacify splint again. | Reinhard Arlt | 2013-01-26 | 1 | -3/+3 |
| | |||||
* | Init parity devconfig_t to make json formatter and parser happy again. | Reinhard Arlt | 2013-01-26 | 1 | -0/+3 |
| | |||||
* | Set messages PGN not found to log level LOG_WARN. | Reinhard Arlt | 2013-01-18 | 1 | -1/+1 |
| | |||||
* | Fix bug in nmea2000 fast packet handling. | Reinhard Arlt | 2012-12-09 | 1 | -12/+30 |
| | |||||
* | Label fixed. | Reinhard Arlt | 2012-09-26 | 1 | -1/+1 |
| | |||||
* | NMEA2000 AIS decoding improved. | Reinhard Arlt | 2012-09-26 | 1 | -20/+63 |
| | |||||
* | Pacify splint in driver_nmea2000.c again. | Reinhard Arlt | 2012-09-25 | 1 | -120/+120 |
| | |||||
* | NMEA2000 AIS decoding improved. | Reinhard Arlt | 2012-09-24 | 1 | -21/+32 |
| | |||||
* | More NMEA2000 AIS messages. | Reinhard Arlt | 2012-09-24 | 1 | -2/+87 |
| | |||||
* | Merge branch 'master' of git://git.sv.gnu.org/gpsd | Reinhard Arlt | 2012-09-23 | 1 | -4/+4 |
|\ | |||||
| * | Lose the assumption that socket_t is an integer. | Eric S. Raymond | 2012-09-22 | 1 | -4/+4 |
| | | |||||
* | | More NMEA2000 AIS messages. | Reinhard Arlt | 2012-09-23 | 1 | -17/+79 |
|/ | |||||
* | Some NMEA2000 AIS cleanup. | Reinhard Arlt | 2012-09-22 | 1 | -66/+95 |
| | |||||
* | Nuke trailing whitespace in C source. | Eric S. Raymond | 2012-09-07 | 1 | -6/+6 |
| | |||||
* | Remove unnecessary includes of termios.h . | ukyg9e5r6k7gubiekd6 | 2012-09-07 | 1 | -1/+0 |
| | | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com> | ||||
* | Replace exit({0,1}) with exit(EXIT_{SUCCESS,FAILURE}) | Eric S. Raymond | 2012-09-07 | 1 | -1/+1 |
| | | | | Note there are some exit(2) instances we bneed to decide what to do with. | ||||
* | More nmea2000 AIS decodings. | Reinhard Arlt | 2012-08-27 | 1 | -12/+52 |
| | |||||
* | Fix scaling in nmea2000 AIS decoder. | Reinhard Arlt | 2012-08-22 | 1 | -4/+10 |
| | |||||
* | Starting AIS for NMEA2000. | Reinhard Arlt | 2012-08-19 | 1 | -1/+71 |
| | |||||
* | Fix splint warnings in driver_nmea2000.c . | Reinhard Arlt | 2012-07-23 | 1 | -5/+9 |
| |