summaryrefslogtreecommitdiff
path: root/gpsd.h
Commit message (Expand)AuthorAgeFilesLines
* Gather all the error-modeling into one spot.Eric S. Raymond2005-07-011-7/+2
* Move driver-specific members into a union in order to save some storage.Eric S. Raymond2005-07-011-34/+44
* Get the length of an RTCM104 message right.Eric S. Raymond2005-07-011-1/+16
* More small pre-release cleanups.Eric S. Raymond2005-06-301-3/+5
* Experimental code to hunt for a DGPSIP server.Eric S. Raymond2005-06-291-0/+2
* Clean up DGPSIP a bit more, some variables don't need to be per-session.Eric S. Raymond2005-06-291-4/+4
* Pull the DGPSIP code into its own module.Eric S. Raymond2005-06-291-6/+14
* Eliminate use of FIONREAD.Eric S. Raymond2005-06-281-3/+2
* Modify garmin code to remove calloc(). GarminBuffer is now in gps_device_t.Gary E. Miller2005-06-281-3/+1
* Eliminate dynamic-memory allocation from the daemon.Eric S. Raymond2005-06-281-1/+2
* More prep work for 16-channel receivers.Eric S. Raymond2005-06-221-2/+3
* This version passes the regression test.Eric S. Raymond2005-06-201-1/+1
* Back out a change that (harmlessly) broke the regression test...Eric S. Raymond2005-06-201-1/+1
* First steps towards solving Rob Janssen's DOP problem.Eric S. Raymond2005-06-201-1/+1
* New data-lifetime code looks like it might be ready for prime time.Eric S. Raymond2005-06-171-1/+1
* New packet-return API using newdata and explicit merging.Eric S. Raymond2005-06-151-1/+0
* Various small cleanups.Eric S. Raymond2005-06-151-1/+1
* Rob Jansssen's second-round TSIP patches.Eric S. Raymond2005-06-121-1/+4
* Refactor so the raw_hook dumping is done in handle_packet...Eric S. Raymond2005-06-121-4/+0
* Rob Janssen's first TSIP patch.Eric S. Raymond2005-06-111-3/+1
* Port hack for OpebBSD; base code on C99 round()/roundf().Eric S. Raymond2005-06-111-0/+5
* Do some int to size_t conversions we didn't catch the first time around.Eric S. Raymond2005-06-101-4/+3
* Type cleanup.Eric S. Raymond2005-06-101-9/+10
* Zero splint warnings!Eric S. Raymond2005-06-081-1/+1
* 41 splint warnings.Eric S. Raymond2005-06-071-9/+9
* 75 splint warnings with all -unrecog directives removed.Eric S. Raymond2005-06-071-3/+5
* 78 splint warnings.Eric S. Raymond2005-06-071-2/+7
* Fix compile error when all of SiRF, Garmin, and TSIP are disables.Eric S. Raymond2005-06-031-1/+3
* 556 splint warnings. Found an error in the dsock handling with it.Eric S. Raymond2005-05-291-1/+1
* 698 splint warnings.Eric S. Raymond2005-05-271-5/+5
* 879 splint warnings.Eric S. Raymond2005-05-271-1/+1
* 989 splint warnings. Fix getw() macro bug pointed out by Rob Janssen.Eric S. Raymond2005-05-271-1/+2
* Get rid of more sprintfs.Eric S. Raymond2005-05-271-3/+3
* 1485 splint warnings.Eric S. Raymond2005-05-261-1/+1
* Down to 1545 splint warnings.Eric S. Raymond2005-05-261-2/+2
* Down to 1543 splint warnings.Eric S. Raymond2005-05-261-2/+2
* More splint cleanup. Down to 1689 warnings.Eric S. Raymond2005-05-261-3/+3
* Make a start at cleaning up splint warnings.Eric S. Raymond2005-05-261-11/+12
* Followup to the TSIP patch; also, a manual-page correction.Eric S. Raymond2005-05-261-1/+2
* Change API so raw_hook takes a length argument; supports dumping binary packets.Eric S. Raymond2005-05-261-1/+1
* Rob Janssen writes: Here is my first version of the Trimble TSIP driver.Eric S. Raymond2005-05-251-1/+1
* Rob Janssen's fix for PPS threading.Eric S. Raymond2005-05-251-2/+8
* Support R=2.Eric S. Raymond2005-05-241-1/+1
* Preparation for the TSIP driver.Eric S. Raymond2005-05-241-3/+4
* Fix a serious bug in multi-device operation.Eric S. Raymond2005-05-241-1/+3
* Second refactoring step towards putting packet sniffing in the main loop.Eric S. Raymond2005-05-241-0/+2
* Don't rely on the system clock under any circumstances.Eric S. Raymond2005-05-201-0/+1
* Cleanup of dynamic-SHM patch.Eric S. Raymond2005-05-201-0/+2
* Dynamic SHM segment allocation.Eric S. Raymond2005-05-201-10/+16
* DBUS broadcast support by Amaury Jaquot.Eric S. Raymond2005-05-201-0/+4