summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libgps_sock: Stop seg fault on overlong JSON.Gary E. Miller2019-04-291-4/+9
* ubxtool: Config Items -g -x and -z now can be multipleGary E. Miller2019-04-291-41/+53
* Android: fix build on AOSP masterAdam Serbinski2019-04-291-0/+3
* Android: GNSS 1.1 HALAdam Serbinski2019-04-2717-6/+944
* ubxtool: Have -x delete both BBR and FLASH layers.Gary E. Miller2019-04-261-1/+3
* ubxtool: Allow multiple -x on the command line.Gary E. Miller2019-04-261-18/+24
* ubxtool: Allow multiple -g on the command line.Gary E. Miller2019-04-261-15/+21
* ubxtool: "-h -v 3" prints all Configurtaion Items.Gary E. Miller2019-04-251-0/+6
* ubxtool: Be less verbose with default -h. Use -v to increase -h.Gary E. Miller2019-04-251-10/+19
* Android: clean genrule for maskdump.cAdam Serbinski2019-04-251-2/+1
* Android: generate headersAdam Serbinski2019-04-256-290/+81
* timebase: Rollback 2037+ dates to GPS eopch 1.Gary E. Miller2019-04-243-127/+133
* android: Fix some style nits.Gary E. Miller2019-04-241-30/+32
* android: Add SPDX licens lines.Gary E. Miller2019-04-246-1/+27
* gitignore: remove unneeded un-ignores.Gary E. Miller2019-04-241-5/+0
* android: Misc whitespace, line length, and rev fixes.Gary E. Miller2019-04-244-14/+21
* Android: Build gpsdAdam Serbinski2019-04-246-15/+332
* Android: build client libraries for AOSPAdam Serbinski2019-04-246-0/+351
* driver_sirf: Another try at 32/64 compati.Gary E. Miller2019-04-241-1/+3
* irf/gpsd_core: Fix two 32 bit compat nits.Gary E. Miller2019-04-242-2/+2
* driver_ubx: Enable UBX-NAV-EOE if protver >= 18 with gpsctl -bGary E. Miller2019-04-231-1/+23
* ubxtool: Add EOE to "-e BINARY".Gary E. Miller2019-04-231-4/+5
* driver_sirf: MID 2 decode set track and speed, but no data for those.Gary E. Miller2019-04-238-200/+219
* SiRF: replace sirfstar v regressions.Gary E. Miller2019-04-232-775/+1074
* driver_sirf: Minor cleaup of MID 2. GPS_TOW still broken.Gary E. Miller2019-04-231-12/+17
* driver_sirf: Consistently init struct tm.Gary E. Miller2019-04-231-8/+4
* driver_sirf: Remove pointless multiply by 1.0.Gary E. Miller2019-04-231-5/+5
* driver_sirf: Minor code formatting changes. No functional change.Gary E. Miller2019-04-231-28/+29
* libgpsd_core.c: Improve error message a tad.Gary E. Miller2019-04-231-2/+4
* gpsutils: DST is not part of UTC!Gary E. Miller2019-04-231-2/+4
* driver_ubx: Delete reset on exit.Gary E. Miller2019-04-231-10/+5
* driver_ubx: Cleanup HPPPOSxx and POSxx decodes.Gary E. Miller2019-04-232-31/+58
* driver_ubx: UBX-NAV-PVT was using height above ellipsoid, not MSL.Gary E. Miller2019-04-233-127/+127
* driver_ubx: More complete decode of UBX-NAV-POSLLH.Gary E. Miller2019-04-221-2/+12
* driver_ubx: Initial support for UBX-NAV-HPPOSLLH.Gary E. Miller2019-04-221-1/+30
* driver_ubx: Add decode for UBX-NAV-HPPOSECEF.Gary E. Miller2019-04-221-1/+41
* driver_ubx: Improve comment on UBX-NAV-EOEGary E. Miller2019-04-221-6/+1
* u-blox: Add regression with HPPOSECEF, HPPOSLLH, EOE.Gary E. Miller2019-04-222-0/+203
* driver_ubx: Change cycle ender to use iTOW.Gary E. Miller2019-04-227-91/+8
* driver_ubx: Fix text formatting. UBX_NAV -> UBX-NAV.Gary E. Miller2019-04-221-98/+106
* driver_ubx: Use the new ubx.iTOW variable. No functional changes.Gary E. Miller2019-04-221-23/+28
* gpsd.h: add ubx.iTOW and ubx.last_iTOW. No functional changes.Gary E. Miller2019-04-221-0/+3
* driver_ubx: Fix minor TOW calc in UBX-NAV-SOL.Gary E. Miller2019-04-225-151/+156
* pseudonmea: Fix potential rounding errors. Combine code.Gary E. Miller2019-04-221-54/+43
* ubxtool: VALSET needs a layer. Set them all.Gary E. Miller2019-04-201-1/+1
* ubxtool: Fix typos in last commit...Gary E. Miller2019-04-201-1/+1
* ubxtool: Yet more F9P only Config items.Gary E. Miller2019-04-201-0/+50
* ubxtool: Add in more F9P only Config Items.Gary E. Miller2019-04-201-0/+32
* ubxtool: Add HPPOSxxx Config ItemsGary E. Miller2019-04-201-5/+25
* driver_nmea0183: Update xxGSV to handle NMEA 4.10.Gary E. Miller2019-04-192-223/+294