Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Structure member name change: packet -> lexer. No logic changes. | Eric S. Raymond | 2014-08-27 | 1 | -1/+1 |
| | | | | All regression tests pass. | ||||
* | Rename and rationalize driver table instances. No logic changes. | Eric S. Raymond | 2013-11-12 | 1 | -1/+1 |
| | |||||
* | Nuke trailing whitespace in C source. | Eric S. Raymond | 2012-09-07 | 1 | -7/+7 |
| | |||||
* | Warning cleanups. | Eric S. Raymond | 2011-01-13 | 1 | -0/+1 |
| | |||||
* | Still more simplification of configuration and header handling. | Eric S. Raymond | 2010-12-14 | 1 | -11/+3 |
| | |||||
* | Improve explanatory comments. | Eric S. Raymond | 2010-04-11 | 1 | -3/+4 |
| | |||||
* | Vanish away Id and Rev $ keywords, git won't expand them to anything useful. | Eric S. Raymond | 2010-03-13 | 1 | -4/+2 |
| | |||||
* | Copyright stamps everywhere. No code changes. | Eric S. Raymond | 2010-03-11 | 1 | -1/+5 |
| | |||||
* | Include the whole config file in gpsd.h. | Eric S. Raymond | 2009-11-20 | 1 | -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 Johansson | Chris Kuethe | 2009-07-18 | 1 | -1/+1 |
| | |||||
* | couple of little fixes from Hakan Johansson | Chris Kuethe | 2009-07-18 | 1 | -2/+2 |
| | |||||
* | packetwin can no longer be directly accessible. | Eric S. Raymond | 2009-03-03 | 1 | -1/+7 |
| | |||||
* | make sure that the Id keyword is present and expanded | Chris Kuethe | 2009-03-03 | 1 | -0/+1 |
| | |||||
* | make this a little more find-n-replace friendly. | Chris Kuethe | 2009-03-02 | 1 | -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. Raymond | 2009-02-19 | 1 | -0/+4 |
| | |||||
* | Hack the gpscon comand set to resemble gpsctl switches. | Eric S. Raymond | 2009-02-19 | 1 | -2/+2 |
| | |||||
* | Some gpsmon enhancements. | Eric S. Raymond | 2009-02-19 | 1 | -0/+3 |
| | |||||
* | More documentation and tweaks on the monitor infrastructure. | Eric S. Raymond | 2009-02-19 | 1 | -14/+23 |
| | |||||
* | More cleanup and documentation for monitor stuff. | Eric S. Raymond | 2009-02-19 | 1 | -0/+15 |
| | |||||
* | Simplify the packet-monitor driver interface. | Eric S. Raymond | 2009-02-19 | 1 | -1/+1 |
| | |||||
* | Create monitor_proto.c as a prototype for monitor objects. | Eric S. Raymond | 2009-02-19 | 1 | -0/+121 |