summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version bump for release 3.16.release-3.16Eric S. Raymond2016-01-082-3/+2
* Revert attempt to configure clock_gettime(2) on _POSIX_TIMERS...Eric S. Raymond2016-01-062-8/+5
* TODO update.Eric S. Raymond2016-01-061-3/+3
* NEWS update.Eric S. Raymond2016-01-061-6/+17
* libgpsd-core: Fix issue with ACTIVATE hook not being called.Moritz Fischer2016-01-051-1/+1
* Prevent a memory leak in long-running gpsmon instances.Eric S. Raymond2016-01-052-1/+4
* Correct timezone example, and link that has disappeared this weekSanjeev2016-01-051-3/+13
* Correct typo in rate of reporting satellite viewSanjeev2016-01-051-2/+2
* Disable SV-field-count sanity checking if it can't be done right.Eric S. Raymond2016-01-051-5/+14
* Fix a confusing comment.Eric S. Raymond2016-01-051-2/+3
* NMEA.txt - GL and GN were swapped in a description of sat-ID ranges.Eric S. Raymond2016-01-051-3/+3
* [aivdm] Disable some mis-behaving sample entriesJon Schlueter2016-01-053-24/+19
* [aivdm] expand debugging in aivdm_decodeJon Schlueter2016-01-051-2/+7
* [aivdm] Refactor in aivdm_decode for padJon Schlueter2016-01-051-5/+11
* [aivdm] Make type=1 more permissive of short dataJon Schlueter2016-01-056-2/+25
* [aivdm] Expand driver type=20 to handle length 186Jon Schlueter2016-01-056-1/+26
* [aivdm] Expand driver type 16 to handle 168 bitsJon Schlueter2016-01-056-1/+9
* Added regression test for NaviLock 2008u.Eric S. Raymond2016-01-053-0/+311
* Fix minor documentation typos.Eric S. Raymond2016-01-051-2/+2
* additional type 21 message with 368 bits long messageJon Schlueter2016-01-047-2/+12
* Fix some erroneous structure names and rename a formal argument for clarity.Eric S. Raymond2016-01-041-5/+5
* Condition clock_gettime() on _POSIX_TIMERS...Eric S. Raymond2016-01-042-5/+8
* Close bug #45083: ppsthread.c:1091: erroneous rejection of PPS?Gary E. Miller2016-01-041-2/+3
* Address bug #46813: test_timespec.c gets a missing include warning.Fred Wright2016-01-041-0/+1
* Clean up stdatomic.h confusion with C++Gary E. Miller2016-01-041-7/+21
* Address Savannah bug #45270: serial driver does not work properly on pipes.Eric S. Raymond2016-01-042-2/+6
* Address Savannah bug #44648: GPSD won't build...Eric S. Raymond2016-01-041-0/+13
* Address bug #45342: SConstruct generates wrong *.pc filesEric S. Raymond2016-01-042-2/+2
* Address bug #46495: gpsd_poll may crash due to unitialized pointer.Fred Wright2016-01-041-0/+3
* Improve Debian build instructions.Sanjeev Gupta2016-01-041-1/+3
* Address Savannah bug #46648: gpsd crashes and buffer overflow is reported...Eric S. Raymond2016-01-041-1/+8
* Address bug #46802: AIVDM to CSV is broken in some weird casesFred Wright2016-01-042-15/+37
* NEWS update.Eric S. Raymond2016-01-041-2/+4
* Address Savannah bug #46804: JSON satellite view parsing is somewhat broken.Fred Wright2016-01-044-6/+65
* Make asynchronous updating of PPS windows more reliable.Eric S. Raymond2016-01-043-0/+3
* Expand and explain Mode Indicator for GNSSanjeev2016-01-041-2/+18
* Typos, typosSanjeev2016-01-041-2/+2
* Update NMEA sentence formatSanjeev2016-01-041-6/+20
* Minor typosSanjeev2016-01-041-3/+3
* Update information on BeiDou-2 , and stress that BeiDou-1 not supportedSanjeev2016-01-041-5/+10
* Correct HOWTos on WWVB modulation change.Eric S. Raymond2015-12-091-9/+14
* Text polishing.Eric S. Raymond2015-12-031-5/+6
* AIS:refine parsing of type 8 DAC 1 FID 16 messagesJon Schlueter2015-10-077-26/+47
* whitespace cleanup in sample.aivdm*.chk filesJon Schlueter2015-10-072-2/+2
* AIS: Add better handling of non byte aligned data blobsJon Schlueter2015-10-076-6/+21
* Add ais-nmea-sample data file to regression testsJon Schlueter2015-10-072-0/+252910
* better handling of type 6 unhandled FID entriesJon Schlueter2015-10-075-2/+6
* Regenerated ais_unpack_sixbit.log.chkJon Schlueter2015-10-061-12/+12
* json_trace improvementJon Schlueter2015-10-061-2/+2
* Fix json_aivdm_dump for bad temp scalingJon Schlueter2015-10-065-5/+50