| Commit message (Expand) | Author | Age | Files | Lines |
* | Retire splint from our set of static analyzers. | Eric S. Raymond | 2015-03-30 | 1 | -18/+0 |
* | splint cleanup. Fixes for minor but real issues... | Eric S. Raymond | 2015-03-28 | 1 | -1/+1 |
* | Fix more splint: Line expects to suppress X errors, found 0 errors | Gary E. Miller | 2015-03-25 | 1 | -1/+1 |
* | Comment cleanup on PMTK | Gary E. Miller | 2015-03-20 | 1 | -3/+7 |
* | Our PPS expert says some code is useless. Remove it. | Eric S. Raymond | 2015-03-19 | 1 | -17/+2 |
* | gpsd-report() -> gpsd_log() | Eric S. Raymond | 2015-03-07 | 1 | -75/+79 |
* | Pre-release splint/cppcheck/coverity cleanup. All regression tests pass. | Eric S. Raymond | 2015-02-26 | 1 | -1/+5 |
* | Prevent multiple path rewrites in gpsmon. | Eric S. Raymond | 2015-02-26 | 1 | -0/+6 |
* | BUGFIX: Prevent spurious path rewrites in the JSON passthrough driver. | Eric S. Raymond | 2015-02-24 | 1 | -1/+1 |
* | Back out the attempt to use VTIME. | Eric S. Raymond | 2015-01-31 | 1 | -19/+0 |
* | Add a minimum packet length to every driver. | Eric S. Raymond | 2015-01-29 | 1 | -0/+19 |
* | Add str_starts_with macro, use it instead of strncmp. | Zbigniew Chyla | 2015-01-21 | 1 | -4/+5 |
* | Always use sizeof to get array size | Zbigniew Chyla | 2015-01-13 | 1 | -1/+1 |
* | Magic-number elimination. All regression tests pass. | Eric S. Raymond | 2014-09-12 | 1 | -1/+1 |
* | Now that the transition is done we can restore the gpsd_report name. | Eric S. Raymond | 2014-08-27 | 1 | -37/+37 |
* | All gpsd_reportcalls are gone. Only the unused definitins are left. | Eric S. Raymond | 2014-08-27 | 1 | -6/+7 |
* | The big leap. Most instances of gpsd_report are replaced... | Eric S. Raymond | 2014-08-27 | 1 | -34/+34 |
* | Introduce struct errout_t to encapsulate error-reporting hooks. | Eric S. Raymond | 2014-08-27 | 1 | -39/+39 |
* | Structure member name change: packet -> lexer. No logic changes. | Eric S. Raymond | 2014-08-27 | 1 | -43/+43 |
* | A steo topwrds eliminating the reverse linkage of gpd_report(). | Eric S. Raymond | 2014-08-27 | 1 | -1/+1 |
* | Split firmwqre version query out of the init method. | Eric S. Raymond | 2014-08-25 | 1 | -2/+19 |
* | Recreare the driver union, curtting per-device storage requirements. | Eric S. Raymond | 2014-08-24 | 1 | -1/+1 |
* | Add a minor error check to AIVDM parsing. | Eric S. Raymond | 2014-08-24 | 1 | -1/+5 |
* | drivers.c: move extern declaration of driver_nmea200 with other extern declar... | Christian Gagneraud | 2013-11-21 | 1 | -2/+1 |
* | drivers.c: Remove dead reference to driver_{zodiac, ubx, sirf}_binary | Christian Gagneraud | 2013-11-21 | 1 | -3/+0 |
* | fix typo in drivers define | Mike Frysinger | 2013-11-21 | 1 | -1/+1 |
* | Suppress path rewrites in one important special case. | Eric S. Raymond | 2013-11-17 | 1 | -20/+23 |
* | Reduce gpsd log verbosity a lot. | Eric S. Raymond | 2013-11-12 | 1 | -4/+8 |
* | Rename and rationalize driver table instances. No logic changes. | Eric S. Raymond | 2013-11-12 | 1 | -60/+67 |
* | Fix minor bugs in JSON packet passthrough. | Eric S. Raymond | 2013-11-12 | 1 | -12/+14 |
* | We can now change baud rates on the GR601-W. | Eric S. Raymond | 2013-11-12 | 1 | -2/+2 |
* | Fix more build breakage. Partial splint cleanup. | Eric S. Raymond | 2013-11-12 | 1 | -2/+2 |
* | Update a comment with a caveat. | Eric S. Raymond | 2013-11-10 | 1 | -9/+14 |
* | Make interpretation of the split24 flag propperly per-subscriber. | Eric S. Raymond | 2013-11-10 | 1 | -3/+2 |
* | u-blox name cleanup. All regression tests pass, PPS is live. | Eric S. Raymond | 2013-11-09 | 1 | -4/+4 |
* | Partial code for setting MTK pulse width to a good value. | Eric S. Raymond | 2013-11-08 | 1 | -0/+1 |
* | Polish the JSON passthrough code, and add a regression test. | Eric S. Raymond | 2013-11-07 | 1 | -4/+4 |
* | Code is fully cppcheck, splint, and Coverity clean. | Eric S. Raymond | 2013-11-06 | 1 | -1/+1 |
* | Full splint cleanup. Partial cppcheck cleanup. | Eric S. Raymond | 2013-11-05 | 1 | -3/+3 |
* | Contain the assumption that time hinting is done to NTPD. | Eric S. Raymond | 2013-10-31 | 1 | -51/+51 |
* | Document good support for MTK3329 as reported by Andy Walls. | Eric S. Raymond | 2013-10-31 | 1 | -1/+7 |
* | Revert "Separate ntpd support from chrony support, step 1." | Eric S. Raymond | 2013-10-30 | 1 | -51/+51 |
* | Separate ntpd support from chrony support, step 1. | Eric S. Raymond | 2013-10-30 | 1 | -51/+51 |
* | Address Savannah bug #40331: invalid empty AIS channel -> Warning instead of ... | Eric S. Raymond | 2013-10-21 | 1 | -1/+1 |
* | Ignore (but log) "Secure SIS" channel C messages. | Eric S. Raymond | 2013-10-21 | 1 | -0/+4 |
* | Typo fix. | Eric S. Raymond | 2013-10-16 | 1 | -1/+1 |
* | More efficiebt sticky-flagging. | Eric S. Raymond | 2013-10-15 | 1 | -12/+12 |
* | The old Delorme Earthmate control_send method is never used... | Eric S. Raymond | 2013-10-15 | 1 | -2/+2 |
* | Eliminate a swich_driver() call that is never used. All regression tests pass. | Eric S. Raymond | 2013-10-15 | 1 | -12/+6 |
* | Fix a bug in MT3301 handling. | Eric S. Raymond | 2013-10-14 | 1 | -2/+1 |