summaryrefslogtreecommitdiff
path: root/gpsmon.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Code is now static-checker clean with splint, cppcheck, and Coverity.Eric S. Raymond2013-11-191-2/+2
* Upgun the gpsmon prompt for Hal Murray's benefit.Eric S. Raymond2013-11-191-10/+25
* Trivial fix for Hal Murray's 8N1N1 artifact.Eric S. Raymond2013-11-191-1/+1
* Add timeout on wait-for-ACK to SiRF driver.Eric S. Raymond2013-11-191-1/+7
* Coverity annotations.Eric S. Raymond2013-11-181-1/+2
* spint annotation fixes. No logic changes.Eric S. Raymond2013-11-181-20/+29
* Be explicit when PPS is not available because the build used pps=no.Eric S. Raymond2013-11-171-1/+3
* PPS offset field now updates properly in gpsmon client mode.Eric S. Raymond2013-11-171-1/+12
* Another whack at display flapping. Never reselect the monitor on PPS packets.Eric S. Raymond2013-11-171-3/+3
* Stomp a sign-extension bug.Eric S. Raymond2013-11-171-3/+3
* Fix up the pps=no build. All regression tests pass.Eric S. Raymond2013-11-171-0/+6
* PPs drift is now visible in client-mode JSON...Eric S. Raymond2013-11-171-7/+30
* Drastic simplification of gpsmon initialization sequence.Eric S. Raymond2013-11-171-66/+22
* Introduce new LOG_CLIENT looging level.Eric S. Raymond2013-11-161-0/+3
* gpsmon logging improvementsEric S. Raymond2013-11-161-3/+4
* And that fixes the echoing.Eric S. Raymond2013-11-161-3/+7
* -a mode now works except for initial character echo.Eric S. Raymond2013-11-161-6/+19
* -a mode now stops on input char, but needs some fiddling yet.Eric S. Raymond2013-11-161-4/+13
* More splint and pylint cleanups.Eric S. Raymond2013-11-151-9/+11
* Revert "Don't condition out thread locks when PPS disabled..."Eric S. Raymond2013-11-151-14/+30
* Don't condition out thread locks when PPS disabled, gpsmon will need them.Eric S. Raymond2013-11-151-30/+14
* In gpsmon, better signal protection.Eric S. Raymond2013-11-141-6/+15
* Add a necessary 'volatile'.Eric S. Raymond2013-11-141-1/+1
* In gpsmon, more simplification. All regression test pass, PPS is live.Eric S. Raymond2013-11-141-13/+12
* In gpsmon, further decouple data handling from display.Eric S. Raymond2013-11-141-13/+13
* Code simplification.Eric S. Raymond2013-11-141-27/+24
* Non-ncurses mode of gpsmon (for diagnostics) is closer to working.Eric S. Raymond2013-11-141-38/+61
* More curses code isolation. All regression tests, PPS is live.Eric S. Raymond2013-11-141-3/+10
* More gpsmon refactoring.Eric S. Raymond2013-11-141-54/+68
* More isolation of curses code.Eric S. Raymond2013-11-141-6/+17
* More gpsmon refactoring.Eric S. Raymond2013-11-141-121/+135
* Rarrange gpsmon code for clarity. No logic changes.Eric S. Raymond2013-11-141-103/+108