summaryrefslogtreecommitdiff
path: root/driver_sirf.c
Commit message (Expand)AuthorAgeFilesLines
* TODO: Create a tool for UTC<->GPS week/tow.Gary E. Miller2019-01-151-2/+2
* driver_sirf: tweak the debug message for Visible List MID 13.Gary E. Miller2019-01-151-2/+9
* driver_sirf: Fix QZSS PRN decode.Gary E. Miller2019-01-151-3/+17
* driver_sirf: Do not report empty sats in the skyview.Gary E. Miller2019-01-151-0/+4
* driver_sirf: Update somment on version message contents.Gary E. Miller2019-01-121-1/+3
* driver_sirf: Pacify some 32-bit warnings.Gary E. Miller2019-01-121-6/+6
* driver_sirf: Fix subtype for SiRFstarIV.Gary E. Miller2019-01-111-19/+34
* driver_sirf: Add support for extended ACK/NACK messagesGary E. Miller2019-01-111-4/+24
* driver_sirf: Make clear in logs which items are hex.Gary E. Miller2019-01-111-16/+18
* driver_sirf: Minor comment a logging changes.Gary E. Miller2019-01-111-7/+12
* driver_sirf: More work on SiRFstarV. Not done first pass.Gary E. Miller2019-01-101-24/+112
* driver_sirf: TPV beginning to work for SiRFstarV.Gary E. Miller2019-01-091-6/+60
* driver_sirf: Add support for MID 67.1 and MID 67.16.Gary E. Miller2019-01-091-1/+289
* driver_sirf: Add decodes for MID 51, 81, and 93.Gary E. Miller2019-01-071-6/+170
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
* driver_sirf: add gnssid:svid.Gary E. Miller2018-09-241-4/+16
* gps.h: remove wrong SBAS_PRN()Gary E. Miller2018-09-191-1/+1
* driver_sirf: Report ECEF in TPV.Gary E. Miller2018-06-171-9/+12
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* SiRF: TDOP only computed once, on gpsd startup.Gary E. Miller2017-01-091-0/+2
* bzero() is gone in POSIX 2008. Use memset()Gary E. Miller2016-08-151-1/+1
* PPSTIME -> NTPTIMEGary E. Miller2016-04-241-4/+4
* Add Coverity suppressions for new invariant checks.Eric S. Raymond2016-01-291-0/+1
* Prevent a subtle bug in the SiRF driver that sometimes caused NTP problems.Eric S. Raymond2016-01-161-1/+1
* Address Savannah bug #46082 - Can't explicitly build with NMEA drivers.Eric S. Raymond2015-10-011-2/+2
* A drowning deluge of whitespace hacks.Gary E. Miller2015-04-301-6/+6
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-25/+0
* Narrow the driver-type-reversion logic a bit. All regression tests pass.Eric S. Raymond2015-03-191-1/+1
* One of the float-elimination steps busted something. Revert.Eric S. Raymond2015-03-081-2/+2
* A step toards float elimination. No code changes.Eric S. Raymond2015-03-081-2/+2
* gpsd-report() -> gpsd_log()Eric S. Raymond2015-03-071-217/+217
* Back out the attempt to use VTIME.Eric S. Raymond2015-01-311-1/+0
* Add a minimum packet length to every driver.Eric S. Raymond2015-01-291-0/+1
* Fully initialized fields in some time structures.Eric S. Raymond2015-01-231-2/+5
* cppcheck cleanup.Eric S. Raymond2015-01-221-2/+1
* Coverity/splint cleanup.Eric S. Raymond2015-01-211-0/+6
* Easy splint cleanups. All regression tests pass.Eric S. Raymond2015-01-211-6/+7
* Add str_{,v}appendf, use it everywhere.Zbigniew Chyla2015-01-211-7/+4
* Almost entirely eliminate use of sats_used array.Eric S. Raymond2015-01-101-5/+1
* Revise SiRF driver to be get satellites-used info from the skyview sentence.Eric S. Raymond2015-01-091-18/+25
* Tweak to ifdef guard for RECONFIGURE_ENABLE in driver_sirfJon Schlueter2015-01-091-1/+1
* Better way to avoid glibc dependency.Eric S. Raymond2014-09-291-3/+3
* Remove some custom code, at the cost of introducing a glibc depenency.Eric S. Raymond2014-09-251-2/+2
* Refactor representation of satellite data into an array of structs...Eric S. Raymond2014-09-221-11/+16
* Add some warnings about SiRF-IV flakiness, and remove a related TO-DO item.Eric S. Raymond2014-08-291-0/+7
* Now that the transition is done we can restore the gpsd_report name.Eric S. Raymond2014-08-271-89/+89
* The big leap. Most instances of gpsd_report are replaced...Eric S. Raymond2014-08-271-89/+89
* Introduce struct errout_t to encapsulate error-reporting hooks.Eric S. Raymond2014-08-271-89/+89
* Structure member name change: packet -> lexer. No logic changes.Eric S. Raymond2014-08-271-6/+6
* Another step away from reverse linkage. No logic changes.Eric S. Raymond2014-08-271-46/+51