summaryrefslogtreecommitdiff
path: root/monitor_proto.c
Commit message (Collapse)AuthorAgeFilesLines
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
|
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
|
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-2/+0
| | | | | | | | | | | | | | | | | | | The proximate cause was that we've been seing emission of error messages that were randomly and disturbingly variable across different environments - notably Raspbian and Gentoo splint gave nontrivially different results than Ubuntu 14.10 splint. And this was *not* due to Ubuntu patches! A pristine splint built from the 3.1.2 tarball on Ubuntu didn't match the Raspbian and Gentoo results either. But this has been coming for a while. Easy access to more modern static analyzers such as coverity, scan-build and cppcheck has been decreasing the utility of splint, which is unmaintained and somewhat buggy and not easy to use. Only file not cleaned is ppsthread.c, because Gary has been working on it during this cleanup. All regression tests pass. PPS observed live on GR601-W.
* Documentation update; cross off a to-do item.Eric S. Raymond2015-02-241-0/+5
|
* Structure member name change: packet -> lexer. No logic changes.Eric S. Raymond2014-08-271-1/+1
| | | | All regression tests pass.
* Rename and rationalize driver table instances. No logic changes.Eric S. Raymond2013-11-121-1/+1
|
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-7/+7
|
* Warning cleanups.Eric S. Raymond2011-01-131-0/+1
|
* Still more simplification of configuration and header handling.Eric S. Raymond2010-12-141-11/+3
|
* Improve explanatory comments.Eric S. Raymond2010-04-111-3/+4
|
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-4/+2
|
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-1/+5
|
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-0/+1
| | | | | | | That is, instead of sectioning out two little config defines and putting them in. This makes gpsd.h self-copntained (e.g. in case it gets installed as a library header) and means we can get rid of most inclusions of it.
* typo, from Hakan JohanssonChris Kuethe2009-07-181-1/+1
|
* couple of little fixes from Hakan JohanssonChris Kuethe2009-07-181-2/+2
|
* packetwin can no longer be directly accessible.Eric S. Raymond2009-03-031-1/+7
|
* make sure that the Id keyword is present and expandedChris Kuethe2009-03-031-0/+1
|
* make this a little more find-n-replace friendly.Chris Kuethe2009-03-021-2/+2
| | | | | protocols that are likely to have their own monitor file are probably binary.
* Reserve lower-case letters for gpsmon generic commands.Eric S. Raymond2009-02-191-0/+4
|
* Hack the gpscon comand set to resemble gpsctl switches.Eric S. Raymond2009-02-191-2/+2
|
* Some gpsmon enhancements.Eric S. Raymond2009-02-191-0/+3
|
* More documentation and tweaks on the monitor infrastructure.Eric S. Raymond2009-02-191-14/+23
|
* More cleanup and documentation for monitor stuff.Eric S. Raymond2009-02-191-0/+15
|
* Simplify the packet-monitor driver interface.Eric S. Raymond2009-02-191-1/+1
|
* Create monitor_proto.c as a prototype for monitor objects.Eric S. Raymond2009-02-191-0/+121