summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* The particular Navcom binary protocol we support is called NCT.Eric S. Raymond2015-01-103-5/+5
* In the navcom driver, get satellites used from the Channel Status packet.Eric S. Raymond2015-01-102-47/+42
* Improved internal documentation in the navcom driver.Eric S. Raymond2015-01-101-3/+19
* Rename for clarity.Eric S. Raymond2015-01-101-5/+5
* Another minor code simplification. All regression tests pass.Eric S. Raymond2015-01-101-2/+3
* Safety fix: ensure that SBAS satellites are never used in error modeling.Eric S. Raymond2015-01-102-20/+20
* Code simplification.Eric S. Raymond2015-01-101-13/+12
* Fix a bug that produced duplicate satellite IDs in psesudo-NMA GSA.Eric S. Raymond2015-01-102-11/+9
* Revise SiRF driver to be get satellites-used info from the skyview sentence.Eric S. Raymond2015-01-095-144/+155
* warning hunting for -Wunused-function in libgpsd_core.cJon Schlueter2015-01-091-0/+2
* warning hunting cleanup -Wunused-variable in gpsmon.cJon Schlueter2015-01-091-1/+3
* Tweak to ifdef guard for RECONFIGURE_ENABLE in driver_sirfJon Schlueter2015-01-091-1/+1
* Warning hunting cleanup in driver_superstar2.cJon Schlueter2015-01-091-0/+2
* Fix a bug in Superstar satellites-used compuation.Eric S. Raymond2015-01-092-46/+47
* Fix a namespace-pollution issue that causes OS X build failures.Eric S. Raymond2015-01-092-16/+4
* Add a SiRF-IV regressio n test (NMEA mode). All regressiopn tests pass.Eric S. Raymond2015-01-093-2/+6498
* Fix a brown-paper-bag typo.Eric S. Raymond2015-01-091-1/+1
* Adding missing PASSTHROUGH_ENABLE ifdef guards in packet.cJon Schlueter2015-01-081-2/+8
* Add a script to generate test pairs for matrix inversion.Eric S. Raymond2015-01-082-0/+124
* In gpsmon, prevent a spurious warning on Bluetooth devices.Eric S. Raymond2015-01-081-2/+5
* Add do-build script to run tests.Greg Troxel2015-01-082-0/+24
* Fix RTCM2 detection in packet.cAhti Heinla2015-01-081-0/+6
* Silences an unused-variable warning when ntpshm = FalseMatt2015-01-081-0/+2
* Hotplug rules for u-blox 7 and 8.Lukas Schauber2015-01-081-0/+4
* Add area maintainers list.Eric S. Raymond2015-01-081-0/+40
* The STARTSWITH macro in libgps_json.c uses sizeof when it means strlen.Matt2015-01-081-1/+1
* AIS fixes required three check file rebuilds. All regression tests pass.Eric S. Raymond2015-01-083-3/+3
* Minor fixes for AIS code and fields documentation.Eric S. Raymond2015-01-082-6/+9
* udev rules: source Gentoo config filesMike Frysinger2015-01-071-0/+2
* Move side effects out of assert()Zbigniew Chyla2015-01-072-3/+8
* Attempt to make scons minimal=true check to passJon Schlueter2015-01-071-1/+1
* Update leapseconds.cache with latest leapsecondJon Schlueter2015-01-071-0/+1
* Fixing endif guard in gpsd.h-tail to match guard levelsJon Schlueter2015-01-071-1/+1
* add .gcno to .gitignoreJon Schlueter2015-01-071-0/+1
* add test_mktime to .gitignoreJon Schlueter2015-01-071-0/+1
* libgps.h: Fix linkage problemMichal Privoznik2015-01-071-0/+6
* Fix range check on test_json regression testingJon Schlueter2015-01-071-1/+1
* Fixup iso8601_to_unix uninitialized memory bugJon Schlueter2015-01-071-0/+1
* Our policy about security bugs.Eric S. Raymond2014-12-301-0/+7
* Clean up the time service Bibliography.Shawn Kohlsmith2014-12-201-12/+17
* Add dummy pps parameter to WATCH.Reinhard Arlt2014-12-151-0/+3
* Fix pseudonmea again.Reinhard Arlt2014-12-152-4/+6
* Typo fix.Eric S. Raymond2014-12-091-1/+1
* Sanity check for too many devices on the command line.Eric S. Raymond2014-12-091-1/+11
* Fix a minor bug reported by the author.Eric S. Raymond2014-12-091-1/+1
* Fix GPGSA message in pseudonmea.c .Reinhard Arlt2014-11-031-0/+10
* Documentation correction.Eric S. Raymond2014-09-301-12/+13
* Better way to avoid glibc dependency.Eric S. Raymond2014-09-298-9/+40
* Fix a misnamed test.Eric S. Raymond2014-09-282-7/+7
* Be clearer about what we're testing.Eric S. Raymond2014-09-281-4/+0