index
:
delta/gpsd.git
master
vla-removal
git.savannah.gnu.org: git/gpsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gpsmon.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pre-release splint/cppcheck/coverity cleanup. All regression tests pass.
Eric S. Raymond
2015-02-26
1
-1
/
+1
*
Warning hunting cleanup in gpsmon.c for visiblize not always used
Jon Schlueter
2015-02-25
1
-0
/
+2
*
Fix broken build for time_offset in gpsmon
Jon Schlueter
2015-02-25
1
-0
/
+2
*
Fix a glitch when painting short values in a field.
Eric S. Raymond
2015-02-25
1
-0
/
+6
*
Put the PPS offset in the PPS timebar in gpsmon.
Gary E. Miller
2015-02-24
1
-4
/
+7
*
Convert gpsmon_hook() to use timespec_str()
Gary E. Miller
2015-02-24
1
-10
/
+17
*
Fix a gpsmon display glitch in client mode.
Eric S. Raymond
2015-02-24
1
-1
/
+3
*
In gpsmon, refactor so PPS field updates are done by common code.
Eric S. Raymond
2015-02-24
1
-3
/
+30
*
gpsmon: refactoring step, make utility function for TOS display.
Eric S. Raymond
2015-02-24
1
-0
/
+25
*
In gpsmon, repair PPSBAR emission.
Eric S. Raymond
2015-02-24
1
-3
/
+19
*
In gpsmon, restore some visibilization inadvertently removed.
Eric S. Raymond
2015-02-24
1
-2
/
+4
*
TOFF display in gpsmon.
Eric S. Raymond
2015-02-24
1
-6
/
+5
*
Restore correct screen painting for gpsmon error messages.
Eric S. Raymond
2015-02-24
1
-24
/
+8
*
Incomplete TOFF display code for gpsmon in NMEA0183 mode.
Eric S. Raymond
2015-02-23
1
-8
/
+9
*
TOFF JSON message implemented and documented.
Eric S. Raymond
2015-02-23
1
-8
/
+27
*
Abolish all confusing uses of the word 'drift' for a time delta.
Eric S. Raymond
2015-02-23
1
-10
/
+10
*
Fixing gpsmon.c to fix broken build
Jon Schlueter
2015-02-18
1
-1
/
+1
*
In gpsmon, attempt to banish edge-of-screen cruft from initialization JSON.
Eric S. Raymond
2015-02-12
1
-0
/
+3
*
Stop calling ntpshhm_latch() more than once a second in gpsmon.
Gary E. Miller
2015-02-11
1
-2
/
+7
*
BSD compiler waening and splint cleanup.
Eric S. Raymond
2015-02-11
1
-1
/
+1
*
Fix the gpsmon display-trashing problem; add some documentation and asserts.
Eric S. Raymond
2015-02-10
1
-3
/
+4
*
splint cleanup. All regressiion tests pass.
Eric S. Raymond
2015-02-09
1
-2
/
+2
*
Fix PPS vars in client-mode gpsmon.
Eric S. Raymond
2015-02-03
1
-0
/
+3
*
Add note where gpsmon is failing in PPS.
Gary E. Miller
2015-02-02
1
-0
/
+1
*
Clean up pps_early_init() placement in gpsmon.
Gary E. Miller
2015-02-02
1
-3
/
+3
*
Fix improper typecasting in a timespec
Gary E. Miller
2015-02-02
1
-6
/
+6
*
Add TS_SUB() to subtract timespecs. Fix another double.
Gary E. Miller
2015-02-02
1
-5
/
+7
*
Comment possible numeric overflow in timespec_diff_ns()
Gary E. Miller
2015-02-02
1
-0
/
+1
*
Add missing ppslast_mutex init to gpsmon
Gary E. Miller
2015-02-02
1
-0
/
+3
*
Tighter guard on buf variable in gpsmon.c to match usage
Jon Schlueter
2015-01-26
1
-0
/
+2
*
Coverity/splint cleanup.
Eric S. Raymond
2015-01-21
1
-1
/
+2
*
Add str_{,v}appendf, use it everywhere.
Zbigniew Chyla
2015-01-21
1
-4
/
+2
*
Add str_starts_with macro, use it instead of strncmp.
Zbigniew Chyla
2015-01-21
1
-3
/
+4
*
Always use sizeof to get array size
Zbigniew Chyla
2015-01-13
1
-1
/
+1
*
Cleanup of string function and sizeof usage. All regression tests pass.
Zbigniew Chyla
2015-01-13
1
-2
/
+2
*
Fix the build in some unusual cases. All regression tests pass.
Eric S. Raymond
2015-01-13
1
-2
/
+2
*
warning hunting cleanup -Wunused-variable in gpsmon.c
Jon Schlueter
2015-01-09
1
-1
/
+3
*
Fix a brown-paper-bag typo.
Eric S. Raymond
2015-01-09
1
-1
/
+1
*
In gpsmon, prevent a spurious warning on Bluetooth devices.
Eric S. Raymond
2015-01-08
1
-2
/
+5
*
Silences an unused-variable warning when ntpshm = False
Matt
2015-01-08
1
-0
/
+2
*
Move side effects out of assert()
Zbigniew Chyla
2015-01-07
1
-2
/
+3
*
Silence compiler warnings about array subscripts of type 'char'
Matt
2014-09-10
1
-5
/
+5
*
Complete wrapping of ntpshm_latch function in #ifdef NTPSHM_ENABLE
Simon Dawson
2014-09-04
1
-0
/
+2
*
splint/cppcheck cleanuo after the gpsd_report change.
Eric S. Raymond
2014-08-27
1
-5
/
+4
*
Clean up duplicarive code in gpsmon.
Eric S. Raymond
2014-08-27
1
-12
/
+1
*
Reverse linkage of gpsd_report() is abolished. All regression tests pass.
Eric S. Raymond
2014-08-27
1
-51
/
+20
*
More gpsd_report removal. All regression tests pass.
Eric S. Raymond
2014-08-27
1
-1
/
+1
*
Introduce struct errout_t to encapsulate error-reporting hooks.
Eric S. Raymond
2014-08-27
1
-2
/
+2
*
Structure member name change: packet -> lexer. No logic changes.
Eric S. Raymond
2014-08-27
1
-15
/
+15
*
Eliminate reverse linkage of gpsd_write. All regression tests pass.
Eric S. Raymond
2014-08-26
1
-1
/
+2
[next]