summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* No need to use setlocale(NUMERIC) any more, so lose the code overhead.Eric S. Raymond2011-08-271-2/+0
* Fix the DBUS build.Eric S. Raymond2011-08-251-4/+0
* Fix problems with reconfigure=no and netfeed=no builds.Eric S. Raymond2011-08-241-1/+1
* The -N option no longer drops privileges.Eric S. Raymond2011-08-191-15/+29
* Typo fix.Eric S. Raymond2011-08-111-1/+1
* Improved explanation of the priv-dropping problem. All regression tests pass.Eric S. Raymond2011-08-111-4/+4
* Revert to old -N behavior of dripping privileges, and explain why.Eric S. Raymond2011-08-111-2/+10
* Drop privileges in foreground as well as background.Eric S. Raymond2011-08-111-1/+2
* Consider a device subscribed inly if the subscriber has requested WATCH on it.Gleb Smirnoff2011-07-041-1/+1
* Compiler warning suppression.Eric S. Raymond2011-07-011-3/+0
* Comment out some code that is unused after the gpsmon featurectomy.Eric S. Raymond2011-06-271-4/+7
* Comment typo fixes.Eric S. Raymond2011-06-261-2/+2
* Correct some documentation.Eric S. Raymond2011-06-261-3/+4
* Document some obscurities. All regression tests pass.Eric S. Raymond2011-06-251-0/+11
* Minor cleanup on Gleb Smirnoff's patch. All regression tests pass.Eric S. Raymond2011-06-231-3/+2
* Fix a problem when a device has disconnected and then reappeared. Gleb Smirnoff2011-06-231-36/+49
* Tiny formatting nit.Gleb Smirnoff2011-06-221-1/+1
* Use macro instead of hand-rolled version.Gleb Smirnoff2011-06-221-3/+1
* Path-rewrite for JSON packets works. All regression tests pass.Eric S. Raymond2011-06-211-3/+17
* Elimination of gpsd_hexdump_level.Eric S. Raymond2011-06-171-2/+0
* Make the debug level part of the session context.Eric S. Raymond2011-06-171-10/+9