summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Test rebuild required for the mid-2015 leap-second bump.Eric S. Raymond2015-07-1111-231/+251
* Remove duplicate header include - it moved later to pacify OpenBSD.Eric S. Raymond2015-07-111-1/+0
* Spelling typo.Gary E. Miller2015-06-261-1/+1
* It gets worse, 97 ns max accuracy.Gary E. Miller2015-06-261-5/+7
* Note 90 ns GPS Sat clock accuracy.Gary E. Miller2015-06-261-5/+12
* Note proposed 50mSec time standard for USA financial transactions.Gary E. Miller2015-06-241-0/+9
* Remove a BSD-ism.Gary E. Miller2015-06-231-1/+5
* Add examples of bad 32 bit longs, floats and doubles.Gary E. Miller2015-06-051-0/+38
* Annotate failures in subtraction examples.Gary E. Miller2015-06-051-7/+56
* Annotate failures in precision conversion examples.Gary E. Miller2015-06-051-11/+62
* Remove a duplicate array of tests.Gary E. Miller2015-06-051-23/+15
* Fix some nits.Gary E. Miller2015-06-052-3/+3
* Revert a change to TSTONS() that caused loss of precision.Gary E. Miller2015-06-051-2/+3
* Better formatting of examples.Gary E. Miller2015-06-041-12/+32
* Add warning for TSTONS()Gary E. Miller2015-06-041-2/+3
* Add tests for time_diff_ns().Gary E. Miller2015-06-041-8/+67
* NS_TO_SEC must be LL to prevent overflow on 32 bit binaries.Gary E. Miller2015-06-041-2/+2
* Remove duplicate definition of timespec_diff_ns()Gary E. Miller2015-06-043-10/+8
* Fix test_timespec for 32 bit compilers.Gary E. Miller2015-06-041-4/+4
* Fix overflow issue on 32 bit binaries.Gary E. Miller2015-06-033-8/+8
* ntpshmmon overflowed diff time on 32 bit hosts.Gary E. Miller2015-06-031-5/+11
* Typo fix.Eric S. Raymond2015-06-031-1/+1
* Version bump for release 3.15.release-3.15Eric S. Raymond2015-06-032-3/+4
* Typo fix.Eric S. Raymond2015-06-011-1/+1
* Add a FIXME comment abot the emergency fix.Eric S. Raymond2015-06-011-0/+1
* Allow NMEA 4.1 GSVs in the NMEA0183 driver.Eric S. Raymond2015-06-012-1/+10
* Fix typo in AIS type 7 message-length check.Eric S. Raymond2015-06-011-1/+1
* Fix memory leak in case of shmat() failureZbigniew Chyla2015-06-011-0/+1
* Fix checking the result of shmat() callZbigniew Chyla2015-06-011-1/+1
* Restore truncated line in foretrex test.Eric S. Raymond2015-06-012-2/+3
* Updated Debian and Raspbian documentationSanjeev Gupta2015-06-011-9/+47
* Copy structs using assignment, not memcpy().Zbigniew Chyla2015-05-315-9/+6
* Free a GPS if it fails to activate on awakening. Fixes crash-exit bug.Eric S. Raymond2015-05-311-0/+4
* Revert "Fix nmea0183 v4.1 problem in processGSV()."Eric S. Raymond2015-05-311-1/+1
* Fix nmea0183 v4.1 problem in processGSV().Reinhard Arlt2015-05-301-1/+1
* Stop reporting bad GPS serial time to ntp/chrony.Gary E. Miller2015-05-281-0/+3
* Whitespace ate EOL cleanupSanjeev Gupta2015-05-281-7/+7
* Minor typos and modificationsSanjeev Gupta2015-05-281-10/+14
* Increment API version.Reinhard Arlt2015-05-181-1/+2
* Add navigation data to gps.h.Reinhard Arlt2015-05-181-1/+22
* Update/fix debian package descriptionBernd Zeimetz2015-05-171-11/+17
* Add troubleshoot info: use lsofBernd Zeimetz2015-05-171-0/+9
* Include <stdatomic.h> only in C mode.Gleb Smirnoff2015-05-151-2/+2
* Hide functions that are used only on Linux, to reduce compiler warnings.Gleb Smirnoff2015-05-151-4/+4
* leapsecond.py no longer handles -c optionSanjeev Gupta2015-05-081-2/+0
* Stop rounding nSec timespecs to 10 uSec. Fix divide by zero.Gary E. Miller2015-05-081-5/+10
* Fix time encoding.Reinhard Arlt2015-05-081-0/+1
* Merge branch 'master' of git://git.sv.gnu.org/gpsdReinhard Arlt2015-05-085-11/+20
|\
| * Get test_timespec to run with scons check.Gary E. Miller2015-05-071-1/+7
| * Print ntpshmmon banner as comment to follow specMiroslav Lichvar2015-05-072-1/+2