summaryrefslogtreecommitdiff
path: root/test/daemon/tcp-torture.log.chk
Commit message (Collapse)AuthorAgeFilesLines
* driver_nmea0183: Decode gnssid:svid from $xxGSV.Gary E. Miller2018-09-191-1/+1
|
* Fix stupid finger error in DOP computation.Eric S. Raymond2014-09-211-2/+2
|
* Second attempt at DOP computation fix.Eric S. Raymond2014-09-191-2/+2
|
* Fix a subtle error in DOP computation. This makes a prompt release a good idea.Eric S. Raymond2014-09-191-2/+2
|
* Drop the obsolete tag field from JSON output. Bump the minor protocol number.Eric S. Raymond2014-08-241-4/+4
| | | | | | | Required a regression-test rebuild, of course. The field is still set by the TSIP and SiRF drivers; the SiRF driver actually uses it. It may be possible to eliminate the TSIP uses, but so far attempting this has produced odd regression-test failures.
* Both the SiRF-III live test and the bug #36409 pathological case work.Eric S. Raymond2013-11-041-0/+11
It's not clear why the SiRF-III problem went away. This bears watching; if it recurs, the test in lingpsd_core.c:hunt_failure() may need more work. All regression tests pass. PPS is live.