summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure that we don't try to change GID or set the system clock when non-root.Eric S. Raymond2005-06-081-2/+4
* Python library has thread support.Eric S. Raymond2005-06-081-1/+1
* Zero splint warnings!Eric S. Raymond2005-06-081-2/+6
* 41 splint warnings.Eric S. Raymond2005-06-071-4/+5
* 78 splint warnings.Eric S. Raymond2005-06-071-7/+4
* 104 split errors. Some iffy changes to the TSIP driver.Eric S. Raymond2005-06-021-25/+30
* 556 splint warnings. Found an error in the dsock handling with it.Eric S. Raymond2005-05-291-5/+6
* 560 splint errors.Eric S. Raymond2005-05-291-60/+70
* 680 splint warnings.Eric S. Raymond2005-05-271-3/+3
* 698 splint warnings.Eric S. Raymond2005-05-271-9/+9
* 879 splint warnings.Eric S. Raymond2005-05-271-34/+35
* 989 splint warnings. Fix getw() macro bug pointed out by Rob Janssen.Eric S. Raymond2005-05-271-52/+57
* Get rid of more sprintfs.Eric S. Raymond2005-05-271-8/+9
* 1097 splint warnings.Eric S. Raymond2005-05-271-14/+11
* 1104 splint warnings.Eric S. Raymond2005-05-271-51/+72
* 1154 splint warnings.Eric S. Raymond2005-05-271-25/+32
* 1318 splint warnings.Eric S. Raymond2005-05-271-6/+8
* 1485 splint warnings.Eric S. Raymond2005-05-261-2/+2
* Down to 1543 splint warnings.Eric S. Raymond2005-05-261-9/+9
* More splint cleanup. Down to 1689 warnings.Eric S. Raymond2005-05-261-59/+59
* Make a start at cleaning up splint warnings.Eric S. Raymond2005-05-261-67/+69
* OK, we can hex-dump super-raw packets.Eric S. Raymond2005-05-261-1/+12
* Change API so raw_hook takes a length argument; supports dumping binary packets.Eric S. Raymond2005-05-261-4/+5
* Rob Janssen writes: Here is my first version of the Trimble TSIP driver.Eric S. Raymond2005-05-251-1/+3
* Add ! command for gpsd control socket. Rationalize xgps and xgpsspeed options.Eric S. Raymond2005-05-251-1/+19
* Rob Janssen's fix for PPS threading.Eric S. Raymond2005-05-251-1/+4
* Support R=2.Eric S. Raymond2005-05-241-3/+9
* Preparation for the TSIP driver.Eric S. Raymond2005-05-241-2/+3
* Add trailing \n to log messages where needed.Eric S. Raymond2005-05-241-3/+3
* Fix a serious bug in multi-device operation.Eric S. Raymond2005-05-241-5/+13
* Raw-hook should only ship sentences watchers of the device they come from.Eric S. Raymond2005-05-231-1/+1
* Various driver fixes and cleanups from Rob Janssen.Eric S. Raymond2005-05-221-1/+1
* Pass along, or compute, TDOP and GDOP.Eric S. Raymond2005-05-221-2/+7
* Cosmetic fixes.Eric S. Raymond2005-05-211-1/+1
* Don't rely on the system clock under any circumstances.Eric S. Raymond2005-05-201-15/+2
* Deallocate the device_name field properly. Also, a trivial rename.Eric S. Raymond2005-05-201-4/+4
* Cleanup of dynamic-SHM patch.Eric S. Raymond2005-05-201-2/+0
* Dynamic SHM segment allocation.Eric S. Raymond2005-05-201-3/+3
* Massage DBUS code into the house style.Eric S. Raymond2005-05-201-5/+4
* DBUS broadcast support by Amaury Jaquot.Eric S. Raymond2005-05-201-0/+20
* Throw a mutex around gpsd_report...Eric S. Raymond2005-05-181-0/+13
* PPS code is now part of the main line.Eric S. Raymond2005-05-181-1/+8
* Documentation improvements. Refactor the PPS code a bit.Eric S. Raymond2005-05-181-4/+5
* Document how to update the leap-second correction.Eric S. Raymond2005-05-181-1/+2
* Better error checking and documentation of the new arguments.Eric S. Raymond2005-05-171-0/+5
* GPS devices can now be specified as command-line arguments of gpsd.Eric S. Raymond2005-05-171-14/+12
* Fix a core dump bug reported by Robin L. Darroch.Eric S. Raymond2005-05-161-1/+1
* Fixes for the Zodiac driver. Beginning of PPS patch (conditioned out).Eric S. Raymond2005-05-091-0/+1
* Prevent core-dumps when there is no device.Eric S. Raymond2005-05-081-2/+8
* Solved the lockup problem.Eric S. Raymond2005-05-041-1/+16