summaryrefslogtreecommitdiff
path: root/gpsmon.c
Commit message (Expand)AuthorAgeFilesLines
* Code is fully cppcheck, splint, and Coverity clean.Eric S. Raymond2013-11-061-0/+1
* Unify time-difference computations. All regression tests pass, PPS is live.Eric S. Raymond2013-11-061-2/+1
* splint cleanup.Eric S. Raymond2013-11-061-0/+2
* Simplify the PPS hook.Michael Tatarinov2013-11-061-3/+3
* More cppcheck cleanup. All regression tests pass. PPS is live.Eric S. Raymond2013-11-061-2/+2
* Partial splint cleanup. All regression tests pass. PPS is live.Eric S. Raymond2013-11-051-2/+2
* Use timedrift_t for all hook arguments.Eric S. Raymond2013-11-031-5/+3
* Pretty up the PPS display in gpmon.Eric S. Raymond2013-11-021-9/+16
* gpsmon: unconditionally log the PPS reports to the packet window.Beat Bolli2013-11-021-3/+6
* gpsmon: refactor gpsd_report().Beat Bolli2013-11-021-11/+29
* gpsmon: serialize output to the packetwin.Beat Bolli2013-11-021-2/+31
* gpsmon: log the file name instead of its FILE *Beat Bolli2013-11-021-2/+2
* Typo fixes.Beat Bolli2013-11-021-1/+1
* Cleaned-up version of Beat's patch to use the PPS loop in gpsmon.Eric S. Raymond2013-11-021-2/+30
* gpsmon: simplify the HAVE_BLUEZ conditionalBeat Bolli2013-11-011-3/+2
* gpsmon: fix the usage stringBeat Bolli2013-11-011-1/+2
* Egg-on-my-face build and compiler warning fixes.Eric S. Raymond2013-10-171-10/+10
* splint cleanup.Eric S. Raymond2013-10-141-5/+5
* Don't block more packet display while accepting commands.Eric S. Raymond2013-10-121-16/+24
* Make gpsmon quit cleanly on 'q' again.Eric S. Raymond2013-10-111-1/+5
* More clarifications.Eric S. Raymond2013-10-101-3/+3
* Clarifying comment.Eric S. Raymond2013-10-101-1/+5
* Renove an unused cursor move.Eric S. Raymond2013-10-101-6/+4
* Refactoring step.Eric S. Raymond2013-10-101-22/+17
* Narrow a variable's scope. All regression tests pass.Eric S. Raymond2013-10-101-2/+1
* splint cleanup.Eric S. Raymond2013-10-101-8/+8
* Handle error returns from gpsd_await_data() a bit more gracefully.Eric S. Raymond2013-10-101-2/+9
* Use gpsd_multipoll() for simpler code.Eric S. Raymond2013-10-101-77/+59
* readpkt() no longer returns anything but the packet length; simplify.Eric S. Raymond2013-10-101-7/+6
* Fix a display glitch.Eric S. Raymond2013-10-101-0/+1
* Refactoring step.Eric S. Raymond2013-10-101-16/+23
* Reduce amount of screen painting.Eric S. Raymond2013-10-101-13/+22
* Repaint less often.Eric S. Raymond2013-10-101-1/+4
* Refactoring step.Eric S. Raymond2013-10-101-19/+24
* Minor command-handling fix.Eric S. Raymond2013-10-101-1/+4
* More informative error message.Eric S. Raymond2013-10-091-2/+2
* splint cleanup.Eric S. Raymond2013-10-091-0/+2
* Try for more usefyl sudden-death messages.Eric S. Raymond2013-10-091-3/+6
* promptlen needs to ne gloal for monitor_complain to work.Eric S. Raymond2013-10-091-5/+5
* Refactor gpsmon - moving towards using multipoll.Eric S. Raymond2013-10-091-281/+291
* splint cleanup.Eric S. Raymond2013-10-091-2/+0
* Introduce a mode option so gpscotl can be less intrusive than gpsd.Eric S. Raymond2013-10-091-1/+1
* Cosmetic changes.Eric S. Raymond2013-10-071-4/+4
* We can finally see the UBX mode switcher being shipped.Eric S. Raymond2013-10-071-41/+39
* Remove overcomplicated type-switching logic.Eric S. Raymond2013-10-071-10/+3
* Fix a minor linkage failure.Eric S. Raymond2013-10-051-0/+8
* splint cleanup. All regression tests pass.Eric S. Raymond2013-10-051-8/+8
* Remove flicker when receiving AIVDM messages in -n mode.Reinhard Arlt2013-10-051-21/+25
* Do things in a more natural order. All regressions pass.Eric S. Raymond2013-10-041-2/+1
* We can now monitor low-level string sends through gpsmon.Eric S. Raymond2013-10-041-4/+11