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
*
driver_sirf: add gnssid:svid.
Gary E. Miller
2018-09-24
1
-4
/
+16
*
gps.h: remove wrong SBAS_PRN()
Gary E. Miller
2018-09-19
1
-1
/
+1
*
driver_sirf: Report ECEF in TPV.
Gary E. Miller
2018-06-17
1
-9
/
+12
*
SPDXify the licerse references.
Eric S. Raymond
2018-03-08
1
-1
/
+1
*
SiRF: TDOP only computed once, on gpsd startup.
Gary E. Miller
2017-01-09
1
-0
/
+2
*
bzero() is gone in POSIX 2008. Use memset()
Gary E. Miller
2016-08-15
1
-1
/
+1
*
PPSTIME -> NTPTIME
Gary E. Miller
2016-04-24
1
-4
/
+4
*
Add Coverity suppressions for new invariant checks.
Eric S. Raymond
2016-01-29
1
-0
/
+1
*
Prevent a subtle bug in the SiRF driver that sometimes caused NTP problems.
Eric S. Raymond
2016-01-16
1
-1
/
+1
*
Address Savannah bug #46082 - Can't explicitly build with NMEA drivers.
Eric S. Raymond
2015-10-01
1
-2
/
+2
*
A drowning deluge of whitespace hacks.
Gary E. Miller
2015-04-30
1
-6
/
+6
*
Retire splint from our set of static analyzers.
Eric S. Raymond
2015-03-30
1
-25
/
+0
*
Narrow the driver-type-reversion logic a bit. All regression tests pass.
Eric S. Raymond
2015-03-19
1
-1
/
+1
*
One of the float-elimination steps busted something. Revert.
Eric S. Raymond
2015-03-08
1
-2
/
+2
*
A step toards float elimination. No code changes.
Eric S. Raymond
2015-03-08
1
-2
/
+2
*
gpsd-report() -> gpsd_log()
Eric S. Raymond
2015-03-07
1
-217
/
+217
*
Back out the attempt to use VTIME.
Eric S. Raymond
2015-01-31
1
-1
/
+0
*
Add a minimum packet length to every driver.
Eric S. Raymond
2015-01-29
1
-0
/
+1
*
Fully initialized fields in some time structures.
Eric S. Raymond
2015-01-23
1
-2
/
+5
*
cppcheck cleanup.
Eric S. Raymond
2015-01-22
1
-2
/
+1
*
Coverity/splint cleanup.
Eric S. Raymond
2015-01-21
1
-0
/
+6
*
Easy splint cleanups. All regression tests pass.
Eric S. Raymond
2015-01-21
1
-6
/
+7
*
Add str_{,v}appendf, use it everywhere.
Zbigniew Chyla
2015-01-21
1
-7
/
+4
*
Almost entirely eliminate use of sats_used array.
Eric S. Raymond
2015-01-10
1
-5
/
+1
*
Revise SiRF driver to be get satellites-used info from the skyview sentence.
Eric S. Raymond
2015-01-09
1
-18
/
+25
*
Tweak to ifdef guard for RECONFIGURE_ENABLE in driver_sirf
Jon Schlueter
2015-01-09
1
-1
/
+1
*
Better way to avoid glibc dependency.
Eric S. Raymond
2014-09-29
1
-3
/
+3
*
Remove some custom code, at the cost of introducing a glibc depenency.
Eric S. Raymond
2014-09-25
1
-2
/
+2
*
Refactor representation of satellite data into an array of structs...
Eric S. Raymond
2014-09-22
1
-11
/
+16
*
Add some warnings about SiRF-IV flakiness, and remove a related TO-DO item.
Eric S. Raymond
2014-08-29
1
-0
/
+7
*
Now that the transition is done we can restore the gpsd_report name.
Eric S. Raymond
2014-08-27
1
-89
/
+89
*
The big leap. Most instances of gpsd_report are replaced...
Eric S. Raymond
2014-08-27
1
-89
/
+89
*
Introduce struct errout_t to encapsulate error-reporting hooks.
Eric S. Raymond
2014-08-27
1
-89
/
+89
*
Structure member name change: packet -> lexer. No logic changes.
Eric S. Raymond
2014-08-27
1
-6
/
+6
*
Another step away from reverse linkage. No logic changes.
Eric S. Raymond
2014-08-27
1
-46
/
+51
*
Satisfy an order dependency in SiRF initialization.
Eric S. Raymond
2014-08-27
1
-17
/
+20
*
Split firmwqre version query out of the init method.
Eric S. Raymond
2014-08-25
1
-10
/
+12
*
splint/ccpcheck cleanup.
Eric S. Raymond
2014-08-24
1
-4
/
+4
*
Eliminate the tag field entirely, even internally.
Eric S. Raymond
2014-08-24
1
-6
/
+5
*
Drop the obsolete tag field from JSON output. Bump the minor protocol number.
Eric S. Raymond
2014-08-24
1
-6
/
+5
*
Document sSiRF sentence suppressions better.
Eric S. Raymond
2014-08-21
1
-15
/
+17
*
Revert "Remove dodgy sentence-suppresion code in SiRF driver."
Eric S. Raymond
2014-08-21
1
-0
/
+6
*
Remove dodgy sentence-suppresion code in SiRF driver.
Eric S. Raymond
2014-08-21
1
-6
/
+0
*
Turn off GND in SiRF binary mode, as we don't use it.
Eric S. Raymond
2014-08-20
1
-9
/
+14
*
Revert "Constify some storage. All regressions tests pass."
Eric S. Raymond
2014-08-20
1
-16
/
+16
*
Constify some storage. All regressions tests pass.
Eric S. Raymond
2014-08-19
1
-16
/
+16
*
Refactor initialization, and again disable wait on ACK.
Eric S. Raymond
2014-05-19
1
-14
/
+23
*
Instrument so we can tell when a SiRF control is sent out with ACK pending.
Eric S. Raymond
2014-05-18
1
-1
/
+23
*
Back out my attempt at ACK synchrinization, it fails on SiRF III.
Eric S. Raymond
2014-05-18
1
-27
/
+0
*
Cut down on the sentence mix transmitted from the device.
Eric S. Raymond
2014-05-18
1
-2
/
+11
[next]