summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ubxtool: Adds NAVX5 and SBAS poll commands.Fred Wright2019-03-272-1/+29
* ubxtool: Fixes some decode bugs and some text.Fred Wright2019-03-272-21/+50
* gpsutils: Fixes build on OSX.Fred Wright2019-03-271-0/+3
* SConstruct: Change manbuilder to work with scons 3.0.5Gary E. Miller2019-03-271-3/+6
* SConstruct: partial fix for scons 3.0.5Gary E. Miller2019-03-271-6/+6
* driver_navcom: Remove unused variable.Gary E. Miller2019-03-271-1/+1
* driver_sirf: Fix log format bug.Gary E. Miller2019-03-271-1/+1
* driver_nmea0813: Add unused sentence types to table.Gary E. Miller2019-03-262-1/+18
* gpsd_error_model(): be more consistent with HERR_SET.Gary E. Miller2019-03-266-5/+10
* gpsd_error_model(): Add note about ept from tdop.Gary E. Miller2019-03-261-0/+1
* libgps_dbus: Don't throw away eph, use it.Gary E. Miller2019-03-261-3/+1
* driver_zodiac: Stop calculating epx/epy, let gpsd_error_model().Gary E. Miller2019-03-262-27/+25
* driver_ubx: Stop computing epx/epy, let gpsd_error_model() do it.Gary E. Miller2019-03-262-27/+17
* driver_navcom: Move error math to gpsd_error_model()Gary E. Miller2019-03-262-28/+16
* driver_italk: remove dodgy epx/epy/eph. Use gpsd_error_model().Gary E. Miller2019-03-261-4/+6
* driver_garmin: Fix logging to use new estimates.Gary E. Miller2019-03-261-3/+3
* driver_greis: Remove epx/epy computation. Do in gpsd_model_error().Gary E. Miller2019-03-265-471/+467
* gps: Note new gps_fix_t datum.Gary E. Miller2019-03-261-0/+1
* gps.h: Note stretch goal of 1-sigma for error estimates...Gary E. Miller2019-03-261-0/+2
* driver_garmin_tst: Don't compute eps, allow gpsd_error_modeil().Gary E. Miller2019-03-261-6/+5
* dbusexport: Use eph at hand, don't recompute.Gary E. Miller2019-03-261-5/+1
* driver_garmin: Move error modeking to gpsd_error_model().Gary E. Miller2019-03-261-9/+11
* gpsutils: Add 999 as user defined datum.Gary E. Miller2019-03-251-0/+3
* driver_nmea0183: Add decode for $PGRME.Gary E. Miller2019-03-252-12/+88
* driver_zodia: Decopde map datum.Gary E. Miller2019-03-252-22/+26
* gpsutils: Add datum_code_string().Gary E. Miller2019-03-253-26/+49
* libgps_json: Decode datum in the client.Gary E. Miller2019-03-251-0/+2
* driver_sirf: Decode datum. Finally a regression change!Gary E. Miller2019-03-252-60/+85
* driver_nmea0183: Minor table format cleanup.Gary E. Miller2019-03-251-2/+2
* drivber_nmae0183: Comment $xxDTM fails due to cycle ender.Gary E. Miller2019-03-251-0/+1
* gpsd_json.xml: Add mention of TPV/datumGary E. Miller2019-03-251-0/+6
* driver_nmea0183: Decode $xxDTM for datum.Gary E. Miller2019-03-251-1/+72
* gps_data_t: Add datum field. Add decode for $PGRMM.Gary E. Miller2019-03-254-4/+37
* driver_nmea0183: Tweak $PSRFEPE. No regressions changes.Gary E. Miller2019-03-251-5/+8
* VERR_SET: Removed flag from daemon. No regressions changed.Gary E. Miller2019-03-256-8/+6
* daemon side: stop using VERR_SET. Exposed a bug in sirf driver.Gary E. Miller2019-03-254-144/+147
* driver_nmea0183: Use eph from $PSRFEPE if available.Gary E. Miller2019-03-253-14/+16
* driver_nmea0183: Use epv from $PSRFEPE if available.Gary E. Miller2019-03-252-5/+4
* cgps: Use eph and sep from TPV instead of calculating.Gary E. Miller2019-03-251-21/+2
* driver_nmae0183: Command on $GPGBS.Gary E. Miller2019-03-231-0/+2
* driver_nmea0183: Add 3 more NMEA messages, but no new decodes.Gary E. Miller2019-03-231-1/+4
* Split epe into eph and sep.Gary E. Miller2019-03-22108-2993/+3064
* os_compat: OSX daemon() warning fix.Fred Wright2019-03-211-2/+27
* os_compat: Fix some comments.Fred Wright2019-03-211-1/+5
* time-regress: Add test for NaN case.Fred Wright2019-03-211-0/+3
* pseudonmea: remove bad sats from $GPGSV output.Gary E. Miller2019-03-208-236/+213
* libgps_json.c: Add missing epe. This was breaking cgps.Gary E. Miller2019-03-201-0/+2
* gegps: Fix typosFred Wright2019-03-202-2/+2
* lcdgps: Fix typo in -V.Fred Wright2019-03-201-1/+1
* gpsrinex: Fix some compiler warnings.Fred Wright2019-03-201-3/+2