| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate some duplication code for timespec arithmetic. | Eric S. Raymond | 2015-04-01 | 1 | -1/+1 |
* | Properly thread-interlock some timing code. | Eric S. Raymond | 2015-04-01 | 1 | -2/+5 |
* | Retire splint from our set of static analyzers. | Eric S. Raymond | 2015-03-30 | 1 | -44/+19 |
* | Fix incorrect arguments in NITEMS macro calls | Zbigniew Chyla | 2015-03-22 | 1 | -2/+2 |
* | TODO items for subtype and pps_precision | Gary E. Miller | 2015-03-19 | 1 | -0/+1 |
* | splint/cppcheck/coverity prerelease cleanup. | Eric S. Raymond | 2015-03-13 | 1 | -3/+4 |
* | Fix building with timing=on and pps=on. All regression tests pass. | Eric S. Raymond | 2015-03-09 | 1 | -5/+3 |
* | Using clock_gettime() for TIMING is more accurate and lets use remove a float. | Eric S. Raymond | 2015-03-09 | 1 | -11/+14 |
* | Remove unused and incorrect retval from timespec_str | Zbigniew Chyla | 2015-02-15 | 1 | -1/+1 |
* | Avoid warning (pointer to volatile struct). | Zbigniew Chyla | 2015-02-15 | 1 | -1/+2 |
* | Fix compilation error | Zbigniew Chyla | 2015-02-15 | 1 | -1/+2 |
* | Fix incorrect use of strlcat | Zbigniew Chyla | 2015-02-15 | 1 | -2/+2 |
* | Replace Gary's magic number 22 with TIMESPEC_LEN. | Eric S. Raymond | 2015-02-12 | 1 | -1/+1 |
* | cppcheck and Coverity cleanup; all regression tests pass. | Eric S. Raymond | 2015-02-09 | 1 | -1/+1 |
* | Fix some untested cases in JSON AIS dumping. | Eric S. Raymond | 2015-02-05 | 1 | -3/+3 |
* | Add function timespec_str(), and use it. | Gary E. Miller | 2015-02-05 | 1 | -4/+3 |
* | Add TS_SUB() to subtract timespecs. Fix another double. | Gary E. Miller | 2015-02-02 | 1 | -1/+1 |
* | Revert the change abolishing the "pps" policy flag, it broke gpsmon client mode. | Eric S. Raymond | 2015-02-02 | 1 | -2/+3 |
* | Fix loss of precision in PPS json message. | Gary E. Miller | 2015-02-02 | 1 | -2/+5 |
* | Fix a formatting error in AIS JSON generation (client library get it right). | Eric S. Raymond | 2015-01-30 | 1 | -1/+1 |
* | Assertions cleanup and new policy. All regression tests pass. | Eric S. Raymond | 2015-01-30 | 1 | -4/+4 |
* | Elminate double dump of yaw from a compass. | Eric S. Raymond | 2015-01-24 | 1 | -7/+0 |
* | Easy splint cleanups. All regression tests pass. | Eric S. Raymond | 2015-01-21 | 1 | -1/+1 |
* | Simplify by using str_rstrip_char. | Zbigniew Chyla | 2015-01-21 | 1 | -3/+3 |
* | Simplify by using str_appendf | Zbigniew Chyla | 2015-01-21 | 1 | -37/+26 |
* | Add str_rstrip_char, use it everywhere. | Zbigniew Chyla | 2015-01-21 | 1 | -68/+34 |
* | Add str_{,v}appendf, use it everywhere. | Zbigniew Chyla | 2015-01-21 | 1 | -316/+231 |
* | Cleanup of string function and sizeof usage. All regression tests pass. | Zbigniew Chyla | 2015-01-13 | 1 | -1/+1 |
* | Refactor representation of satellite data into an array of structs... | Eric S. Raymond | 2014-09-22 | 1 | -12/+7 |
* | Magic-number elimination. All regression tests pass. | Eric S. Raymond | 2014-09-12 | 1 | -7/+8 |
* | Proper use of the Type 8 structured bit. | Eric S. Raymond | 2014-08-24 | 1 | -5/+1 |
* | Drop the obsolete tag field from JSON output. Bump the minor protocol number. | Eric S. Raymond | 2014-08-24 | 1 | -16/+0 |
* | PPS is no kinger marked unstable/experimental. | Eric S. Raymond | 2014-08-23 | 1 | -3/+2 |
* | Full implementation of AIS 'structured' bit. All regression tests pass. | Eric S. Raymond | 2014-08-23 | 1 | -51/+20 |
* | splint/cppcheck/coverity cleanup. | Eric S. Raymond | 2014-08-21 | 1 | -3/+3 |
* | Avoid core dump on Inland AIS Type 10. | Eric S. Raymond | 2014-08-19 | 1 | -1/+2 |
* | Prevent false match on Inland AIS messages. | Eric S. Raymond | 2014-08-18 | 1 | -0/+15 |
* | Cirresct specification annd processing of Inland AIS Type 10 message. | Eric S. Raymond | 2014-08-18 | 1 | -7/+7 |
* | Properly line-terminate Inland AIS dumps. | Eric S. Raymond | 2014-08-18 | 1 | -4/+4 |
* | Fix Savannah bug #42371, Typo in JSON output for AIS navaids. | Eric S. Raymond | 2014-05-17 | 1 | -1/+1 |
* | splint fixups - no logic changes. | Eric S. Raymond | 2013-11-24 | 1 | -0/+2 |
* | Report PPS time when timing policy is on and it's available. | Eric S. Raymond | 2013-11-24 | 1 | -4/+10 |
* | ppsbar -> pps. | Eric S. Raymond | 2013-11-13 | 1 | -2/+2 |
* | Correctly mark deactivated devices, and do a better job of dumping them. | Eric S. Raymond | 2013-11-11 | 1 | -19/+20 |
* | In DEVICES, don't display serial parameters for a device with speed 0. | Eric S. Raymond | 2013-11-11 | 1 | -8/+11 |
* | PPS events now show in gpsmon runb through the daemon. | Eric S. Raymond | 2013-11-09 | 1 | -2/+3 |
* | Code is fully cppcheck, splint, and Coverity clean. | Eric S. Raymond | 2013-11-06 | 1 | -0/+6 |
* | More cppcheck cleanup. All regression tests pass. PPS is live. | Eric S. Raymond | 2013-11-06 | 1 | -11/+13 |
* | Full splint cleanup. Partial cppcheck cleanup. | Eric S. Raymond | 2013-11-05 | 1 | -3/+4 |
* | Make all hex-dumping truly thread-safe. | Eric S. Raymond | 2013-10-13 | 1 | -7/+14 |