Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Regularize some names. | Eric S. Raymond | 2011-04-01 | 1 | -6/+6 |
| | |||||
* | Prevent ignored-return warnings. | Eric S. Raymond | 2011-03-30 | 1 | -7/+7 |
| | |||||
* | Clean up more scan-build warnings, from the raw logs this time. | Eric S. Raymond | 2011-03-30 | 1 | -10/+10 |
| | |||||
* | Yet more double->timestamp_t moves. | Eric S. Raymond | 2011-03-10 | 1 | -2/+2 |
| | | | | | | All tests pass. These are didfficult to spot because the compiler actually doesn't care about the distinction btween the source and result type of a typedef. | ||||
* | Process GPGST into noise statistics. All regression tests pass. | Thomas Sprinkmeier | 2011-02-01 | 1 | -1/+29 |
| | | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com> | ||||
* | Clean up warnings reported by Charles Curley. | Eric S. Raymond | 2011-01-17 | 1 | -2/+2 |
| | |||||
* | More header portability audting with a new version of deheader. | Eric S. Raymond | 2010-12-22 | 1 | -0/+2 |
| | |||||
* | Still more simplification of configuration and header handling. | Eric S. Raymond | 2010-12-14 | 1 | -9/+1 |
| | |||||
* | Unused-header removals by deheader. All regression tests pass. | Eric S. Raymond | 2010-12-01 | 1 | -6/+0 |
| | |||||
* | dead code removal | Chris Kuethe | 2010-04-18 | 1 | -18/+0 |
| | |||||
* | Reindent monitor mdules. Live test of gpsmon works. | Eric S. Raymond | 2010-04-14 | 1 | -85/+92 |
| | |||||
* | Checkpoint first cut an gpsnon support for TNT. Not yet working. | Eric S. Raymond | 2010-04-11 | 1 | -3/+2 |
| | | | | Also, a splint cleanup or two. All regression tests pass. | ||||
* | Vanish away Id and Rev $ keywords, git won't expand them to anything useful. | Eric S. Raymond | 2010-03-13 | 1 | -1/+0 |
| | |||||
* | Copyright stamps everywhere. No code changes. | Eric S. Raymond | 2010-03-11 | 1 | -0/+3 |
| | |||||
* | Fix gpsmon for glonass. That is prefix GN instead of GP. | Gary E. Miller | 2009-12-01 | 1 | -4/+12 |
| | | | | >From Walkie. | ||||
* | 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 typo. "MKT" should be "MTK", etc. Prompted by heeen on IRC | Chris Kuethe | 2009-11-14 | 1 | -5/+5 |
| | |||||
* | In the gpsdata structure, satellites -> satellites_visible | Eric S. Raymond | 2009-10-01 | 1 | -1/+1 |
| | | | | All regression tests pass, code splints clean. | ||||
* | couple of little fixes from Hakan Johansson | Chris Kuethe | 2009-07-18 | 1 | -1/+0 |
| | |||||
* | change the signal strength member to float. | Chris Kuethe | 2009-06-22 | 1 | -16/+16 |
| | | | | | | it can store all integer values we're likely to see, plus the floating point values that some protocols use in their raw measurement messages. regression tests still pass. | ||||
* | Support --disable-controlsend | Eric S. Raymond | 2009-03-06 | 1 | -0/+8 |
| | |||||
* | Label the satellite column PRN instead of SV, following cgps and xgps. | Greg Troxel | 2009-03-05 | 1 | -1/+1 |
| | | | | | SV is a different numbering space; currently SVN 034 is PRN 004; see http://www.navcen.uscg.gov/navinfo/Gps/Nanu.aspx?NanuId=2009018. | ||||
* | Cleanup some 12-channel-limit assumptions. | Eric S. Raymond | 2009-03-05 | 1 | -4/+11 |
| | |||||
* | fix unbounded strcpy | Chris Kuethe | 2009-03-03 | 1 | -1/+1 |
| | |||||
* | make sure that the Id keyword is present and expanded | Chris Kuethe | 2009-03-03 | 1 | -0/+1 |
| | |||||
* | Introduce gpsdclient.h header, not shipped. | Eric S. Raymond | 2009-03-02 | 1 | -0/+1 |
| | | | | So we can move stuff used internally by GPSD clients out of gps.h. | ||||
* | repository beautification, part 1: | Chris Kuethe | 2009-03-02 | 1 | -0/+445 |
rename the monitor drivers to monitor_$(protocol).c |