Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scan-build and splint cleanup. All regression tests pass. | Eric S. Raymond | 2011-03-29 | 1 | -2/+2 |
| | |||||
* | Scan-build and splint cleanup. All regression tests pass. | Eric S. Raymond | 2011-03-28 | 1 | -2/+4 |
| | |||||
* | fix build on openbsd | Chris Kuethe | 2011-01-12 | 1 | -0/+4 |
| | |||||
* | More deheader testing. | Eric S. Raymond | 2011-01-12 | 1 | -1/+0 |
| | |||||
* | Rename the bits.h macros to be explicit about operand length. | Eric S. Raymond | 2010-12-26 | 1 | -41/+41 |
| | | | | | | With most machines being 64-bit now, the assumption that "word" = 16 bits and "long" = 32 bits is increasingly archaic. This commit removes it from our naming conventions. | ||||
* | deheader broke the build again | Chris Kuethe | 2010-12-22 | 1 | -0/+1 |
| | |||||
* | More header portability audting with a new version of deheader. | Eric S. Raymond | 2010-12-22 | 1 | -4/+1 |
| | |||||
* | Still more simplification of configuration and header handling. | Eric S. Raymond | 2010-12-14 | 1 | -8/+0 |
| | |||||
* | Put back missing headers that break the build | Chris Kuethe | 2010-12-02 | 1 | -0/+2 |
| | |||||
* | Unused-header removals by deheader. All regression tests pass. | Eric S. Raymond | 2010-12-01 | 1 | -8/+0 |
| | |||||
* | Reindent monitor mdules. Live test of gpsmon works. | Eric S. Raymond | 2010-04-14 | 1 | -195/+196 |
| | |||||
* | Vanish away Id and Rev $ keywords, git won't expand them to anything useful. | Eric S. Raymond | 2010-03-13 | 1 | -2/+1 |
| | |||||
* | 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. | ||||
* | Fix some whitespace glitches found while experimenting with indent(1). | Eric S. Raymond | 2009-11-17 | 1 | -4/+4 |
| | | | | All regression tests pass. | ||||
* | In the wake of the change to use only C99 fixed-length types... | Eric S. Raymond | 2009-10-26 | 1 | -16/+16 |
| | | | | ...splint needs some pacifying. This is part 1. All regressions pass. | ||||
* | Some things splint just has to be told to shut up about. | Eric S. Raymond | 2009-03-06 | 1 | -0/+2 |
| | |||||
* | This finishes cleanup of the splint type warnings... | Eric S. Raymond | 2009-03-06 | 1 | -9/+9 |
| | | | | ...now to figure out what's going on with its storage-class complaints. | ||||
* | Partial splint cleanup, and a fix for a real bug splint caught... | Eric S. Raymond | 2009-03-06 | 1 | -10/+10 |
| | | | | (reference to wrong variable). | ||||
* | shrink down the NAV_FIX pane | Chris Kuethe | 2009-03-06 | 1 | -7/+7 |
| | |||||
* | Space Vehicle (SV) is not right here. | Chris Kuethe | 2009-03-05 | 1 | -1/+1 |
| | | | | Receivers care about the Pseudo-Random Noise (PRN) code | ||||
* | a better way to determine how many satellites were used | Chris Kuethe | 2009-03-04 | 1 | -1/+2 |
| | |||||
* | The itrax03 is a 12-channel receiver. so say all the spec sheets... | Chris Kuethe | 2009-03-04 | 1 | -6/+6 |
| | | | | | yet i'm getting at least 13 SV reports, and that's not counting WAAS birds. maybe they meant "12 GPS channel + a few more for WAAS" | ||||
* | fix decoding of used satellites. | Chris Kuethe | 2009-03-04 | 1 | -6/+11 |
| | | | | wipe unused/invisible satellites from the PRN_STATUS pane | ||||
* | fix another bug in the italk decoder. | Chris Kuethe | 2009-03-04 | 1 | -1/+3 |
| | | | | | | bad PRN_STATUS messages can cause gpsd to run off the end of allocated space for SV info leading to a bus error later on when we try recalculate the DOPs. | ||||
* | approaching useful. | Chris Kuethe | 2009-03-04 | 1 | -7/+143 |
| | |||||
* | Parse the satellite status | Chris Kuethe | 2009-03-03 | 1 | -9/+68 |
| | |||||
* | Monitor API has changed, so clean out comments in the three stub monitors. | Eric S. Raymond | 2009-03-03 | 1 | -98/+0 |
| | |||||
* | Hook up the framework for a few more monitor types | Chris Kuethe | 2009-03-03 | 1 | -0/+152 |