summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* First xut at JSON passthrough code.Eric S. Raymond2011-06-141-0/+10
* Yet more code slimming. All regression tests pass, code splints clean.Eric S. Raymond2011-06-111-2/+21
* More code slimming.Eric S. Raymond2011-06-111-2/+18
* Code slimming.Eric S. Raymond2011-06-111-0/+2
* Mac OS X systemd activation for gpsd.Eckhart Wörner2011-04-291-1/+31
* Revert a mistake. Noticed by mlichvar, thanks.Eric S. Raymond2011-04-141-1/+1
* splint cleanup.Eric S. Raymond2011-04-061-1/+3
* With -pthread, the compiler gets pickier about having the header included.Eric S. Raymond2011-04-051-0/+1
* finish renaming gpsd_dbus to dbusexportJon Schlueter2011-04-041-1/+1
* Give up on trying to splint the DBUS code. The headers confuse splint.Eric S. Raymond2011-04-031-8/+8
* Regularize some names.Eric S. Raymond2011-04-011-7/+7
* gps_maskdump() has been a CPU hog. Drastically reduce the number of calls...Eric S. Raymond2011-03-311-11/+12
* Prevent a compiler warning.Eric S. Raymond2011-03-311-1/+2
* Eliminate nowait global when FORCE_NOWAIT.Eric S. Raymond2011-03-291-4/+6
* Another step towards complete conditionalizing on FORCE_NOWAIT.Eric S. Raymond2011-03-291-5/+7
* Partially revert the previous FORCE_NOWAIT change, as it broke the -n option.Eric S. Raymond2011-03-291-12/+7
* Squeeze more code out of the minimal build.Eric S. Raymond2011-03-291-18/+29
* More conditioning out of code for minimal build.Eric S. Raymond2011-03-291-5/+9
* Add a switch to configure out control-socket switch.Eric S. Raymond2011-03-281-6/+30
* Scan-build and splint cleanup. All regression tests pass.Eric S. Raymond2011-03-281-4/+4