Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add str_starts_with macro, use it instead of strncmp. | Zbigniew Chyla | 2015-01-21 | 1 | -2/+2 |
| | | | | This change doesn't affect generated binary code. | ||||
* | Structure member name change: packet -> lexer. No logic changes. | Eric S. Raymond | 2014-08-27 | 1 | -2/+2 |
| | | | | All regression tests pass. | ||||
* | "Not available" is too long and doesn't fit in window. | Michael Tatarinov | 2014-05-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com> | ||||
* | Be explicit when PPS is not available because the build used pps=no. | Eric S. Raymond | 2013-11-17 | 1 | -1/+4 |
| | |||||
* | Rename and rationalize driver table instances. No logic changes. | Eric S. Raymond | 2013-11-12 | 1 | -6/+7 |
| | |||||
* | Fix pps=no build. | Eric S. Raymond | 2013-11-12 | 1 | -0/+4 |
| | |||||
* | Fix PPS offset display bug by properly thread-locking some accesses. | Eric S. Raymond | 2013-11-12 | 1 | -3/+10 |
| | |||||
* | Full splint cleanup. Partial cppcheck cleanup. | Eric S. Raymond | 2013-11-05 | 1 | -2/+2 |
| | |||||
* | Partial splint cleanup. All regression tests pass. PPS is live. | Eric S. Raymond | 2013-11-05 | 1 | -1/+1 |
| | |||||
* | Add PPS offset display to the SiRF monitor. | Eric S. Raymond | 2013-11-05 | 1 | -2/+6 |
| | | | | | It's not a CSD output field, but there isn't any better place to put it on the display. | ||||
* | SiRF monitor. Cosmetic tweaks. | Michael Tatarinov | 2011-10-31 | 1 | -51/+42 |
| | | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com> | ||||
* | The previous round of splint fixups was botched. Remedy this. | Eric S. Raymond | 2011-10-10 | 1 | -3/+0 |
| | |||||
* | const and splint cleanup. | Eric S. Raymond | 2011-10-09 | 1 | -1/+11 |
| | |||||
* | Add a historical note. | Eric S. Raymond | 2011-09-21 | 1 | -1/+2 |
| | |||||
* | Remove ancient unused code. | Eric S. Raymond | 2011-09-21 | 1 | -65/+0 |
| | |||||
* | Cosmetic consistency tweak. | Eric S. Raymond | 2011-09-21 | 1 | -2/+2 |
| | |||||
* | Cosmetic fix from mike_t, slightly hacked. All regression tests pass. | Eric S. Raymond | 2011-06-30 | 1 | -2/+2 |
| | |||||
* | Regularize some names. | Eric S. Raymond | 2011-04-01 | 1 | -8/+8 |
| | |||||
* | Bugfixes in the GPS monitor. | Michael Tatarinov | 2011-02-15 | 1 | -1/+5 |
| | | | | | | | 1. Don't send a command if the device is not specified. 2. Always set the subframe_enabled flag to off when we toggle subframe mode, because we're counting on receipt of a subframe packet to turn it on if the command succeeds. | ||||
* | Some tweaks for the GPS monitor. | Michael Tatarinov | 2011-02-14 | 1 | -2/+22 |
| | | | | | | | | | | 1. The gpsdata.dev.path is filled only in JSON mode, but we in super-raw mode. Fill it. 2. Toggle subframe_enabled flag when we toggle subframe mode. 3. Disable update mid6win, mid7win, mid9win, mid13win, mid27win when we display navigation parameters. | ||||
* | Cosmetic fixes for the SiRF monitor. | Michael Tatarinov | 2011-02-11 | 1 | -58/+40 |
| | | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com> | ||||
* | splint simplification and cleanup. | Eric S. Raymond | 2011-02-04 | 1 | -3/+3 |
| | |||||
* | Partial splint and warning cleanup. All regression tests pass. | Eric S. Raymond | 2011-02-03 | 1 | -1/+1 |
| | |||||
* | More cosmetic tweaks for the SirF monitor. | Michael Tatarinov | 2011-01-27 | 1 | -19/+17 |
| | | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com> | ||||
* | Cosmetic improvements for SiRF monitor screen. | Michael Tatarinov | 2011-01-27 | 1 | -17/+19 |
| | | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com> | ||||
* | Further reduce dependencies onm the sytem clock. | Eric S. Raymond | 2011-01-20 | 1 | -1/+1 |
| | | | | All regression tests pass. | ||||
* | Unconditionall enable SiRF's PPS message, and watch for it. | Eric S. Raymond | 2011-01-20 | 1 | -3/+4 |
| | | | | All regression tests pass. | ||||
* | Add explantory comments. | Eric S. Raymond | 2011-01-20 | 1 | -0/+7 |
| | |||||
* | More deheader testing. All regression tests pass. | Eric S. Raymond | 2011-01-13 | 1 | -0/+1 |
| | |||||
* | Rename the bits.h macros to be explicit about operand length. | Eric S. Raymond | 2010-12-26 | 1 | -47/+47 |
| | | | | | | 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. | ||||
* | More header portability auditing by deheader. | Eric S. Raymond | 2010-12-22 | 1 | -3/+2 |
| | |||||
* | Still more simplification of configuration and header handling. | Eric S. Raymond | 2010-12-14 | 1 | -9/+1 |
| | |||||
* | More deheaderizing. All regression tests pass. | Eric S. Raymond | 2010-12-01 | 1 | -4/+0 |
| | |||||
* | Splint cleanup. All regression tests pass. | Eric S. Raymond | 2010-06-07 | 1 | -1/+2 |
| | |||||
* | 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 |
| |