index
:
delta/gpsd.git
master
vla-removal
git.savannah.gnu.org: git/gpsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
driver_sirf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Subframe decoder will need PRN
Chris Kuethe
2010-12-11
1
-1
/
+1
*
More deheaderizing. All regression tests pass.
Eric S. Raymond
2010-12-01
1
-4
/
+0
*
Enable much stricter compilation warnings
Eric S. Raymond
2010-09-16
1
-3
/
+3
*
convert sirf_ntp_offset to single return only
Jon Schlueter
2010-05-27
1
-25
/
+37
*
Tweak the NTP offset a bit more for SiRF.
Gary E. Miller
2010-05-26
1
-3
/
+3
*
Tweak the NTP offset for SiRF when using USB.
Gary E. Miller
2010-05-25
1
-0
/
+3
*
Whitespace and indenting cleanup.
Jon Schlueter
2010-04-29
1
-14
/
+14
*
Reindent. All regression tests pass.
Eric S. Raymond
2010-04-26
1
-3
/
+4
*
Clear DOPs only when we get a skyview report.
Eric S. Raymond
2010-04-20
1
-2
/
+0
*
Splint and cppcheck cleanup. All regression tests pass.
Eric S. Raymond
2010-04-20
1
-5
/
+5
*
Eliminate a lot of private copies of gps_tow for one global copy in
Gary E. Miller
2010-04-18
1
-4
/
+5
*
Smoke out more private copies of gps_week and move into session->context.
Gary E. Miller
2010-04-18
1
-1
/
+3
*
revert last commit. the top two bits are useful
Chris Kuethe
2010-04-17
1
-1
/
+1
*
Mask to accept only the 30 bits we want
Chris Kuethe
2010-04-17
1
-2
/
+1
*
Tests by Chris Keuthe show that itrax has the same 50BPS issues as
Gary E. Miller
2010-04-16
1
-47
/
+2
*
Doc update and reindent.
Eric S. Raymond
2010-04-16
1
-6
/
+6
*
remove word-specific parity checks
Chris Kuethe
2010-04-14
1
-54
/
+4
*
driver_sirf.c 50BPS parity check seems to work. No wonder there are
Gary E. Miller
2010-04-14
1
-7
/
+36
*
Try to use isgps_parity() from isgps.c, but not quite right yet.
Gary E. Miller
2010-04-14
1
-5
/
+13
*
Scatter GNU indent pragmas to tell it not to do stupid things.
Eric S. Raymond
2010-04-14
1
-2
/
+3
*
Lovely. GNU indent isn't idempotent after the first reindent.
Eric S. Raymond
2010-04-14
1
-5
/
+5
*
Reindented SiRF driver and subframe code. All regression tests pass.
Eric S. Raymond
2010-04-14
1
-452
/
+502
*
Whoops, went one step to far.
Gary E. Miller
2010-04-14
1
-3
/
+6
*
Another baby step to a clean 50BPS message in driver_sirf.c
Gary E. Miller
2010-04-14
1
-22
/
+23
*
Tweak the 50BPS inversion algorith.
Gary E. Miller
2010-04-14
1
-12
/
+9
*
thrashing at the 50bps decoder.
Chris Kuethe
2010-04-14
1
-32
/
+39
*
Protect more displayed structures from indent.
Eric S. Raymond
2010-04-13
1
-0
/
+2
*
Fix more bitrot.
Eric S. Raymond
2010-04-13
1
-4
/
+4
*
Fix some bitrot in an unused function that was confusing indent.
Eric S. Raymond
2010-04-13
1
-1
/
+1
*
In driver_sirf set the TIME_IS flag when appropriate.
Gary E. Miller
2010-04-13
1
-4
/
+7
*
In driver_sirf.c 50BPS Get the check for 'must be zero' bits right.
Gary E. Miller
2010-04-13
1
-13
/
+16
*
In driver_sirf.c 50BPS decode add a check for 'must be zero' bits.
Gary E. Miller
2010-04-13
1
-0
/
+15
*
Another driver_sirf 50BPS message comment tweak
Gary E. Miller
2010-04-13
1
-6
/
+10
*
Brain fart. revert the SiRF complement test in 50BPS
Gary E. Miller
2010-04-13
1
-5
/
+4
*
Stopped one bit short on the Complement bit check.
Gary E. Miller
2010-04-13
1
-1
/
+1
*
More helpful comments on SiRF 50BOS data...
Gary E. Miller
2010-04-13
1
-3
/
+9
*
Yet another comment tweak on the 50BPS data
Gary E. Miller
2010-04-12
1
-4
/
+7
*
Refactor serial ntpshm_put() calls.
Eric S. Raymond
2010-04-12
1
-38
/
+49
*
Tweak SiRF nav Data comments
root (none)
2010-04-12
1
-1
/
+4
*
Something odd happening in the SiRF 50BPS data decode.
root (none)
2010-04-12
1
-1
/
+4
*
don't set error bit if subframe doesn't parse
Chris Kuethe
2010-04-11
1
-1
/
+1
*
Make the client library and daemon use different sets of state-flag masks.
Eric S. Raymond
2010-04-09
1
-18
/
+18
*
Banish some compiler warnings. No behavior changes.
Eric S. Raymond
2010-04-06
1
-4
/
+4
*
Drivers now put their per-packet new data into a session->newdata member.
Eric S. Raymond
2010-04-05
1
-71
/
+71
*
Refactoring step. Change the signature of ecef_to_wgs84fix().
Eric S. Raymond
2010-04-05
1
-1
/
+1
*
Fix building with --disable-reconfigure
Paulius Zaleckas
2010-03-28
1
-1
/
+1
*
Vanish away Id and Rev $ keywords, git won't expand them to anything useful.
Eric S. Raymond
2010-03-13
1
-5
/
+4
*
Copyright stamps everywhere. No code changes.
Eric S. Raymond
2010-03-11
1
-2
/
+5
*
One space too far. This fixes the SiRF regressions which just broke.
Gary E. Miller
2010-01-29
1
-1
/
+1
*
All SiRF Message IDs now prefixed with 'MID ' in comments and logging.
Gary E. Miller
2010-01-29
1
-3
/
+3
[next]