summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Do not call ntpd_link_* for a nmea2000 devive."Gary E. Miller2012-05-301-10/+3
* Merge branch 'master' of git://git.sv.gnu.org/gpsdReinhard Arlt2012-05-291-0/+7
|\
| * Don't try to add devices with long paths.Marti Bolivar2012-05-291-0/+7
* | Do not call ntpd_link_* for a nmea2000 devive.Reinhard Arlt2012-05-291-3/+10
|/
* Add a missing SOCKET_EXPORT_ENABLE ifdef.Bernd Zeimetz2012-05-271-0/+2
* Update a comment.Eric S. Raymond2012-05-241-6/+6
* Explicitly mention in 'gpsd -h' if NTPSHM and PPS are compiled in.Gary E. Miller2012-05-211-0/+6
* More cppcheck warning fixups. All regression tests pass.Eric S. Raymond2012-05-181-1/+1
* Cleanup motivated by new cppcheck with more tests. All regression tests pass.Eric S. Raymond2012-05-161-1/+1
* Safer strncat(3) usage.Eric S. Raymond2012-05-141-2/+2
* Zero Coverity defects!Eric S. Raymond2012-05-131-1/+1
* Still working on pacifying Coverity. All regression tests pass.Eric S. Raymond2012-05-111-1/+1
* Try to get Coverity suppressions to the right place.Eric S. Raymond2012-05-111-1/+1
* I don't think the NULL case is possible here, but let's make Coverity happy.Eric S. Raymond2012-05-111-1/+1
* Pacify Coverity some more.Eric S. Raymond2012-05-111-0/+2
* Coverity may be being overly fussy, but this guard is probably a good idea.Eric S. Raymond2012-05-111-1/+1
* Be more explicit about a Coverity workaround.Eric S. Raymond2012-05-111-3/+3
* Suppress Coverity false positives.Eric S. Raymond2012-05-101-0/+9
* Clue in Coverity about functions returning handles.Eric S. Raymond2012-05-101-0/+2
* Plug a socket leak. This is Coverity defect #11.Eric S. Raymond2012-05-101-0/+3
* Suppress compiler warnings and do splint cleanup. All regression tests pass.Eric S. Raymond2012-04-201-3/+3
* Correction to RTCM relaying patch, from José Miguel Gonçalves.Eric S. Raymond2012-04-141-3/+3
* Attempt a fix to the reported bug of RTCM packets getting lost.Eric S. Raymond2012-04-131-28/+18
* Null terminate *before* emitting message.Eric S. Raymond2012-04-121-1/+1
* Nul terminate so control strings don't have garbage after them.Eric S. Raymond2012-04-121-1/+3
* Avoid a spurious error message wen running as non-root.Eric S. Raymond2012-03-051-13/+13
* Revert the timing of the PPS threasd launch to what it was in 3.4.Eric S. Raymond2012-02-281-12/+0
* If possible, keep CAP_SYS_TIME after dropping root.Eric S. Raymond2012-02-281-0/+25
* PPS fixes from Michael Tatarinov.Eric S. Raymond2012-02-271-3/+5
* Don't makr PPS thread activation depenent on the socket transport.Eric S. Raymond2012-02-271-3/+11
* Attempted fix for Savannah bug #34959.Eric S. Raymond2012-02-271-0/+1
* Attempted fix workaround for the TIOCMIWAIT-hang bug.Eric S. Raymond2012-02-261-1/+5
* Trial version of PPS drift message. Protocol minor version bumped.Eric S. Raymond2012-02-251-2/+30
* splint cleanup.Eric S. Raymond2012-01-141-9/+14
* gpsd: use sigaction() to register signalsMike Frysinger2012-01-141-16/+23
* Add explanatory comment.Eric S. Raymond2012-01-131-0/+4
* Use pselect when it's available, to reduce wakeup frequency.Eric S. Raymond2012-01-131-3/+21
* Initialize msocks[2] to -1Yufeng Shen2011-11-211-1/+2
* Fix a slightly botched (but probably harmless) write.Eric S. Raymond2011-10-291-1/+1
* Fix for broken -G logic.Eric S. Raymond2011-10-221-2/+2
* Ensure that enabling timing won't break object file compatibility.Eric S. Raymond2011-10-091-2/+2
* If the profiling code isn't compiled in, timing policy bit must be forced off.Eric S. Raymond2011-09-231-0/+3
* Re-enable the & and ! control-socket commands.Eric S. Raymond2011-09-211-2/+0
* Remove the old latency-profiling machinery.Eric S. Raymond2011-09-201-18/+1
* -G option now works under IPV6.Eric S. Raymond2011-09-191-9/+13
* Revert "Try once again to make -G work with IPV6."Eric S. Raymond2011-09-181-3/+10
* Add the force_global configure option (always operate in -G mode).Eric S. Raymond2011-09-161-8/+18
* Try once again to make -G work with IPV6.Eric S. Raymond2011-09-161-10/+3
* Define default gpsd_user name in SConstruct.Michael Tatarinov2011-09-151-5/+0
* Prevent use of prototype device when GPSD_GROUP is defined.Eric S. Raymond2011-09-141-6/+7