summaryrefslogtreecommitdiff
path: root/gpsmon.c
Commit message (Expand)AuthorAgeFilesLines
* Fixing gpsmon.c to fix broken buildJon Schlueter2015-02-181-1/+1
* In gpsmon, attempt to banish edge-of-screen cruft from initialization JSON.Eric S. Raymond2015-02-121-0/+3
* Stop calling ntpshhm_latch() more than once a second in gpsmon.Gary E. Miller2015-02-111-2/+7
* BSD compiler waening and splint cleanup.Eric S. Raymond2015-02-111-1/+1
* Fix the gpsmon display-trashing problem; add some documentation and asserts.Eric S. Raymond2015-02-101-3/+4
* splint cleanup. All regressiion tests pass.Eric S. Raymond2015-02-091-2/+2
* Fix PPS vars in client-mode gpsmon.Eric S. Raymond2015-02-031-0/+3
* Add note where gpsmon is failing in PPS.Gary E. Miller2015-02-021-0/+1
* Clean up pps_early_init() placement in gpsmon.Gary E. Miller2015-02-021-3/+3
* Fix improper typecasting in a timespecGary E. Miller2015-02-021-6/+6
* Add TS_SUB() to subtract timespecs. Fix another double.Gary E. Miller2015-02-021-5/+7
* Comment possible numeric overflow in timespec_diff_ns()Gary E. Miller2015-02-021-0/+1
* Add missing ppslast_mutex init to gpsmonGary E. Miller2015-02-021-0/+3
* Tighter guard on buf variable in gpsmon.c to match usageJon Schlueter2015-01-261-0/+2
* Coverity/splint cleanup.Eric S. Raymond2015-01-211-1/+2
* Add str_{,v}appendf, use it everywhere.Zbigniew Chyla2015-01-211-4/+2
* Add str_starts_with macro, use it instead of strncmp.Zbigniew Chyla2015-01-211-3/+4
* Always use sizeof to get array sizeZbigniew Chyla2015-01-131-1/+1
* Cleanup of string function and sizeof usage. All regression tests pass.Zbigniew Chyla2015-01-131-2/+2
* Fix the build in some unusual cases. All regression tests pass.Eric S. Raymond2015-01-131-2/+2
* warning hunting cleanup -Wunused-variable in gpsmon.cJon Schlueter2015-01-091-1/+3
* Fix a brown-paper-bag typo.Eric S. Raymond2015-01-091-1/+1
* In gpsmon, prevent a spurious warning on Bluetooth devices.Eric S. Raymond2015-01-081-2/+5
* Silences an unused-variable warning when ntpshm = FalseMatt2015-01-081-0/+2
* Move side effects out of assert()Zbigniew Chyla2015-01-071-2/+3
* Silence compiler warnings about array subscripts of type 'char'Matt2014-09-101-5/+5
* Complete wrapping of ntpshm_latch function in #ifdef NTPSHM_ENABLESimon Dawson2014-09-041-0/+2
* splint/cppcheck cleanuo after the gpsd_report change.Eric S. Raymond2014-08-271-5/+4
* Clean up duplicarive code in gpsmon.Eric S. Raymond2014-08-271-12/+1
* Reverse linkage of gpsd_report() is abolished. All regression tests pass.Eric S. Raymond2014-08-271-51/+20
* More gpsd_report removal. All regression tests pass.Eric S. Raymond2014-08-271-1/+1
* Introduce struct errout_t to encapsulate error-reporting hooks.Eric S. Raymond2014-08-271-2/+2
* Structure member name change: packet -> lexer. No logic changes.Eric S. Raymond2014-08-271-15/+15
* Eliminate reverse linkage of gpsd_write. All regression tests pass.Eric S. Raymond2014-08-261-1/+2
* splint cleanup. All regression tests pass.Eric S. Raymond2014-08-251-0/+2
* Attempted fix for second 'n' not working in gpsmon.Eric S. Raymond2014-08-241-0/+7
* Fix trivial but fatal errors introduced by last commit.Eric S. Raymond2014-08-241-2/+1
* Properly free devices when select() sees bad fds for them.Eric S. Raymond2014-08-241-4/+0
* Clean up some FIXMEs. All regression tests pass.Eric S. Raymond2014-08-241-1/+1
* Re-integrate Miroslav's support for large PPS offsets.Eric S. Raymond2014-08-221-1/+2
* Restore PPS function by backing out Miroslav Lichtvar's last commit.Eric S. Raymond2014-08-211-1/+1
* splint/cppcheck/coverity cleanup.Eric S. Raymond2014-08-211-0/+2
* Fix up argument parsing in gpsmon.Eric S. Raymond2014-08-201-16/+35
* Include <sys/select.h> everywhere fd_set us used.Eric S. Raymond2014-08-181-0/+1
* Attempt to recover from EBADF in the main select.Eric S. Raymond2014-08-181-0/+8
* Fix PPS with large offsets.Miroslav Lichvar2014-08-171-1/+1
* gpsmon: fix build when nmea is falseSimon Dawson2014-01-031-0/+4
* gpsmon: fix build when reconfigure is falseSimon Dawson2014-01-031-0/+4
* Investigating ways to get rid of CLOSE_DELAY in the test framework...Eric S. Raymond2013-11-271-0/+3
* Add a licensing answer to the FAQ.Eric S. Raymond2013-11-251-6/+14