Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | patch to keep gpsmon from crashing on unchecked data from sirf | Jon Schlueter | 2010-05-29 | 1 | -1/+5 | |
| | | | | | | | | gpsmon crashes in binary sirf mode if it receives a DGPS status message (1b) with negative first byte. Although this value is not documented by the sirf docs, my gps sends it. patch from Ladislav Sládeček | |||||
* | Reindent monitor mdules. Live test of gpsmon works. | Eric S. Raymond | 2010-04-14 | 1 | -231/+256 | |
| | ||||||
* | remove excess semicolon | Chris Kuethe | 2010-04-06 | 1 | -1/+1 | |
| | ||||||
* | Vanish away Id and Rev $ keywords, git won't expand them to anything useful. | Eric S. Raymond | 2010-03-13 | 1 | -3/+2 | |
| | ||||||
* | Copyright stamps everywhere. No code changes. | Eric S. Raymond | 2010-03-11 | 1 | -2/+5 | |
| | ||||||
* | Use the Vincenty formula rather than the Haversine formula for earth_distance. | Chris Kuethe | 2010-02-27 | 1 | -3/+2 | |
| | | | | | | | Vincenty is much better behaved with small distances. This is a translation of http://www.movable-type.co.uk/scripts/latlong-vincenty.html While I'm here, put a couple of WGS84 constants into a header. | |||||
* | 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. | |||||
* | Fix some whitespace glitches found while experimenting with indent(1). | Eric S. Raymond | 2009-11-17 | 1 | -1/+1 | |
| | | | | All regression tests pass. | |||||
* | In the wake of the change to use only C99 fixed-length types... | Eric S. Raymond | 2009-10-26 | 1 | -1/+1 | |
| | | | | ...splint needs some pacifying. This is part 1. All regressions pass. | |||||
* | Support --disable-controlsend | Eric S. Raymond | 2009-03-06 | 1 | -0/+10 | |
| | ||||||
* | Space Vehicle (SV) is not right here. | Chris Kuethe | 2009-03-05 | 1 | -1/+1 | |
| | | | | Receivers care about the Pseudo-Random Noise (PRN) code | |||||
* | fix the formatting of the satellite list | Chris Kuethe | 2009-03-05 | 1 | -1/+1 | |
| | ||||||
* | Cleanup some 12-channel-limit assumptions. | Eric S. Raymond | 2009-03-05 | 1 | -10/+11 | |
| | ||||||
* | Have a single point of truth about SiRF monitor commands, on the manpage. | Eric S. Raymond | 2009-03-04 | 1 | -5/+0 | |
| | ||||||
* | remove extra space that messes up formatting | Chris Kuethe | 2009-03-04 | 1 | -1/+1 | |
| | ||||||
* | packetwin can no longer be directly accessible. | Eric S. Raymond | 2009-03-03 | 1 | -18/+18 | |
| | ||||||
* | repository beautification, part 1: | Chris Kuethe | 2009-03-02 | 1 | -0/+705 | |
rename the monitor drivers to monitor_$(protocol).c |