summaryrefslogtreecommitdiff
path: root/gpsmon.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* More splint cleanup.Eric S. Raymond2013-10-041-5/+5
* Merge branch 'master' of git://git.sv.gnu.org/gpsdReinhard Arlt2013-10-031-8/+23
|\
| * Generalize a logging function.Eric S. Raymond2013-10-021-5/+11
| * Get the prompt placement right.Eric S. Raymond2013-10-021-1/+4
| * When -t forces a driver type, show it in the gpsmon prompt.Eric S. Raymond2013-10-021-2/+8
* | Let gpsmon -n survive AIVDM messages.Reinhard Arlt2013-10-021-1/+4
|/
* Change gpsd_report to no longer use a global. All regression tests pass.Eric S. Raymond2013-09-291-4/+4
* Fix static-checker warnings. All regression tests pass.Eric S. Raymond2013-04-301-1/+1
* More informative error message.Eric S. Raymond2012-10-231-1/+2
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-4/+4
* Remove unnecessary includes of termios.h .ukyg9e5r6k7gubiekd62012-09-071-1/+0
* Replace exit(2) with exit(EXIT_FAILURE). None of these were documented.Eric S. Raymond2012-09-071-1/+1
* Replace exit({0,1}) with exit(EXIT_{SUCCESS,FAILURE})Eric S. Raymond2012-09-071-9/+9
* Yet more cppcheck fixups. All regression tests pass.Eric S. Raymond2012-05-181-1/+1
* Add -n option to read nmea183 messeages from gpsdReinhard Arlt2012-04-261-5/+20
* GPS monitor for Garmin Serial binary protocol.Michael Tatarinov2011-10-241-4/+12
* Suppress a compiler warning.Eric S. Raymond2011-10-221-0/+1
* const and splint cleanup.Eric S. Raymond2011-10-091-0/+1
* Typo fix. No logic changes.Eric S. Raymond2011-08-261-3/+2
* Fix problems with reconfigure=no and netfeed=no builds.Eric S. Raymond2011-08-241-3/+6
* Remove redundant prototype.Eric S. Raymond2011-06-301-4/+0
* Cleanup after the gsmon featurectomy.Eric S. Raymond2011-06-271-15/+6
* In gpsmon, send command works in direct mode only now.Michael Tatarinov2011-06-271-3/+3
* Featurectomy - remove gpsmon support for bcintxX commands in client mode.Eric S. Raymond2011-06-261-121/+39
* Typo fix.Eric S. Raymond2011-06-241-2/+2
* Try to teach gpsmon to pass through JSON from remote sources.Eric S. Raymond2011-06-241-3/+21
* Move debuglevel into the context in gpsctl and gpsmon, too.Eric S. Raymond2011-06-171-4/+3
* In gpsmon, fix control sending to actually work again.Eric S. Raymond2011-05-231-0/+2
* Make gpsmon work again. Compare drivers by name rather than structure address.Eric S. Raymond2011-04-181-2/+5
* Improve an error message.Eric S. Raymond2011-04-181-1/+1
* Regularize some names.Eric S. Raymond2011-04-011-18/+18
* gps_maskdump() has been a CPU hog. Drastically reduce the number of calls...Eric S. Raymond2011-03-311-0/+6
* More extraction of autoconf tentacles.Eric S. Raymond2011-03-311-5/+0
* scan-build and splint cleanup. All regression tests pass.Eric S. Raymond2011-03-291-1/+0