summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Fix typo in ntpshm.hMiroslav Lichvar2015-05-071-1/+1
| * Extend xrange, so that first and last points can be seen.Sanjeev Gupta2015-05-071-1/+2
| * Extend yrange, so that first and last points can be seen.Sanjeev Gupta2015-05-071-1/+1
| * Leap seconds plotted as points.Sanjeev Gupta2015-05-071-2/+2
| * Change axis, time monotonic on X , leapsecond count on YSanjeev Gupta2015-05-071-8/+9
* | Handle ais type 4 and type 11 in nmea2000.Reinhard Arlt2015-05-081-0/+35
|/
* Basic support for AIS MSG 4 and 11 in NMEA2000.Reinhard Arlt2015-05-071-0/+26
* Improve nmea2000 ais coding.Reinhard Arlt2015-05-071-6/+15
* Fix char encoding in ais.type7 strings.Reinhard Arlt2015-05-071-6/+28
* Fix wrong mask for ais.type1.status.Reinhard Arlt2015-05-071-1/+1
* Document new ITU-1371-5 Type 7 sequence number fields, add a TODO about them.Eric S. Raymond2015-05-012-15/+21
* Prevent compilation failure under gcc 4.5 and earlier.Eric S. Raymond2015-05-011-1/+2
* Convert scons format calls to use explicit postional argumentsJon Schlueter2015-05-011-2/+2
* Add guards to pep8/pylint to guard against format calls with no parameters in...Jon Schlueter2015-05-011-3/+6
* Add 32bit long to precision conversion examples.Gary E. Miller2015-04-301-2/+4
* Simulate 32 bit longs in examples.Gary E. Miller2015-04-301-8/+16
* Add long to comparison example.Gary E. Miller2015-04-301-31/+20
* Add some better examples, and timespec/float/double example.Gary E. Miller2015-04-301-4/+72
* Fix an insurgency of whitespace infection.Gary E. Miller2015-04-303-33/+33
* Torrents of whitespace tweaks.Gary E. Miller2015-04-305-65/+65
* A horde of whitespace fixes.Gary E. Miller2015-04-3012-88/+88
* A glut of whitespace fixes.Gary E. Miller2015-04-3013-40/+40