summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* GNU libc timegm() turns out to be buggy when DST is on (glibc-2.19).Eric S. Raymond2014-09-285-48/+2
* Note for anyone wo might want to re-use this.Eric S. Raymond2014-09-281-1/+5
* More microjson resync. All regression tests pass.Eric S. Raymond2014-09-281-64/+14
* Resynchronize with microjson.Eric S. Raymond2014-09-281-4/+21
* Additional matrix-inversion test.Eric S. Raymond2014-09-271-0/+4
* Add scons check for gmtimeMatt2014-09-273-7/+9
* Remove a redundant check. All regression tests pass.Eric S. Raymond2014-09-271-1/+1
* Cosmetic cleanup. All regression tests pass.Eric S. Raymond2014-09-271-22/+24
* Remove some unnecessary copies, All regression tests pass.Eric S. Raymond2014-09-271-23/+19
* Appease splint. All regression tests pass.Eric S. Raymond2014-09-271-22/+22
* Reconcile json.c with microjson's copy. All regression tests pass.Eric S. Raymond2014-09-271-8/+102
* Do the right thing if we're not using glibc - use local timegm().Eric S. Raymond2014-09-254-0/+44
* Remove some custom code, at the cost of introducing a glibc depenency.Eric S. Raymond2014-09-257-36/+7
* Refactor representation of satellite data into an array of structs...Eric S. Raymond2014-09-2227-496/+501
* Fix an odd little bug in pseudo-NMEA reporting.Eric S. Raymond2014-09-2213-382/+381
* Condition out extended JSON features.Eric S. Raymond2014-09-222-4/+7
* Implement and test extended JSON array parsing.Eric S. Raymond2014-09-223-8/+137
* Add -n option to gpsdecode to dump pseudo-NMEA.Eric S. Raymond2014-09-222-3/+45
* Fix stupid finger error in DOP computation.Eric S. Raymond2014-09-2148-3578/+3578
* More instrumentation.Eric S. Raymond2014-09-211-4/+5
* Change the traversal order of the DOP computation loop...Eric S. Raymond2014-09-201-2/+2
* Permit error messages from gpsctl again.Eric S. Raymond2014-09-201-0/+2
* Inversion-test with off-diagonal elements.Eric S. Raymond2014-09-201-5/+3
* Check for vanishing determunant in the tests.Eric S. Raymond2014-09-201-1/+10
* Integrate a matrix-algebra regression test.Eric S. Raymond2014-09-202-19/+59
* Work on unit test for matrix inversion.Eric S. Raymond2014-09-203-1/+50