summaryrefslogtreecommitdiff
path: root/monitor_sirf.c
Commit message (Expand)AuthorAgeFilesLines
* gpsmon: Don't try to convert NaN to isotime.Gary E. Miller2019-02-071-3/+5
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* Add Coverity suppressions for new invariant checks.Eric S. Raymond2016-01-291-0/+1
* Make asynchronous updating of PPS windows more reliable.Eric S. Raymond2016-01-041-0/+1
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-27/+0
* In gpsmon, refactor so PPS field updates are done by common code.Eric S. Raymond2015-02-241-22/+1
* Abolish all confusing uses of the word 'drift' for a time delta.Eric S. Raymond2015-02-231-4/+4
* Remove unused and incorrect retval from timespec_strZbigniew Chyla2015-02-151-1/+1
* Full 22-digit display of PPS offset in the SiRF monitor.Eric S. Raymond2015-02-131-5/+5
* Widen PPS offset field in the three montors (NMEA, uBlox, SiRF) that report it.Eric S. Raymond2015-02-121-3/+3
* Replace Gary's magic number 22 with TIMESPEC_LEN.Eric S. Raymond2015-02-121-1/+1
* Jigger PPS display for gpsmon/SiRF so it (usually) fits.Gary E. Miller2015-02-111-3/+3
* cppcheck and Coverity cleanup; all regression tests pass.Eric S. Raymond2015-02-091-1/+1
* splint cleanup. All regressiion tests pass.Eric S. Raymond2015-02-091-5/+5
* Add function timespec_str(), and use it.Gary E. Miller2015-02-051-8/+3
* Fix a carry error in TS_SUB()Gary E. Miller2015-02-021-3/+3
* Fix sign of PPS offset in gpsmon.Gary E. Miller2015-02-021-5/+11
* Whoops, bad printf formatting. Missing %Gary E. Miller2015-02-021-1/+1
* Fix SiRF PPS offset precision in gpsmonGary E. Miller2015-02-021-3/+12
* Comment possible numeric overflow in timespec_diff_ns()Gary E. Miller2015-02-021-0/+1
* Add str_starts_with macro, use it instead of strncmp.Zbigniew Chyla2015-01-211-2/+2
* Structure member name change: packet -> lexer. No logic changes.Eric S. Raymond2014-08-271-2/+2
* "Not available" is too long and doesn't fit in window.Michael Tatarinov2014-05-201-1/+1
* Be explicit when PPS is not available because the build used pps=no.Eric S. Raymond2013-11-171-1/+4
* Rename and rationalize driver table instances. No logic changes.Eric S. Raymond2013-11-121-6/+7
* Fix pps=no build.Eric S. Raymond2013-11-121-0/+4
* Fix PPS offset display bug by properly thread-locking some accesses.Eric S. Raymond2013-11-121-3/+10
* Full splint cleanup. Partial cppcheck cleanup.Eric S. Raymond2013-11-051-2/+2
* Partial splint cleanup. All regression tests pass. PPS is live.Eric S. Raymond2013-11-051-1/+1
* Add PPS offset display to the SiRF monitor.Eric S. Raymond2013-11-051-2/+6
* SiRF monitor. Cosmetic tweaks.Michael Tatarinov2011-10-311-51/+42
* The previous round of splint fixups was botched. Remedy this.Eric S. Raymond2011-10-101-3/+0
* const and splint cleanup.Eric S. Raymond2011-10-091-1/+11
* Add a historical note.Eric S. Raymond2011-09-211-1/+2
* Remove ancient unused code.Eric S. Raymond2011-09-211-65/+0
* Cosmetic consistency tweak.Eric S. Raymond2011-09-211-2/+2
* Cosmetic fix from mike_t, slightly hacked. All regression tests pass.Eric S. Raymond2011-06-301-2/+2
* Regularize some names.Eric S. Raymond2011-04-011-8/+8
* Bugfixes in the GPS monitor.Michael Tatarinov2011-02-151-1/+5
* Some tweaks for the GPS monitor.Michael Tatarinov2011-02-141-2/+22
* Cosmetic fixes for the SiRF monitor.Michael Tatarinov2011-02-111-58/+40
* splint simplification and cleanup.Eric S. Raymond2011-02-041-3/+3
* Partial splint and warning cleanup. All regression tests pass.Eric S. Raymond2011-02-031-1/+1
* More cosmetic tweaks for the SirF monitor.Michael Tatarinov2011-01-271-19/+17
* Cosmetic improvements for SiRF monitor screen.Michael Tatarinov2011-01-271-17/+19
* Further reduce dependencies onm the sytem clock.Eric S. Raymond2011-01-201-1/+1
* Unconditionall enable SiRF's PPS message, and watch for it.Eric S. Raymond2011-01-201-3/+4
* Add explantory comments.Eric S. Raymond2011-01-201-0/+7
* More deheader testing. All regression tests pass.Eric S. Raymond2011-01-131-0/+1