summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
Commit message (Expand)AuthorAgeFilesLines
* Documentation impriovenents.Eric S. Raymond2005-07-141-0/+3
* More refactoring, RTCM dump function is now an ordinary dump hook.Eric S. Raymond2005-07-131-0/+6
* In theory we now have an RTCM104 driver...Eric S. Raymond2005-07-131-5/+4
* Fix minor bug reported by Oleg Gusev.Eric S. Raymond2005-07-131-6/+19
* Merge working Evermore state-machine from Petr Slansky.Eric S. Raymond2005-07-131-0/+4
* Bimary member cleanup.Eric S. Raymond2005-07-111-1/+1
* First cut at iTrax and iTalk support.Eric S. Raymond2005-07-111-0/+14
* Report uniform 95% confidence intervals.Eric S. Raymond2005-07-081-2/+2
* Big driver structure refactoring.Eric S. Raymond2005-07-081-4/+2
* First cut at Evermore support. Not yet tested.Eric S. Raymond2005-07-061-0/+2
* Add some documentation, and a no-read timeout.Eric S. Raymond2005-07-051-1/+1
* Much simpler DGPS test.Eric S. Raymond2005-07-041-16/+1
* Be aware of WAAS satellites.Eric S. Raymond2005-07-041-1/+16
* Slightly better unstrumentation of file descriptor operations.Eric S. Raymond2005-07-021-2/+2
* We have track error computation.Eric S. Raymond2005-07-011-4/+27
* Gather all the error-modeling into one spot.Eric S. Raymond2005-07-011-64/+78
* Move driver-specific members into a union in order to save some storage.Eric S. Raymond2005-07-011-3/+5
* Clean up DGPSIP a bit more, some variables don't need to be per-session.Eric S. Raymond2005-06-291-1/+1
* Pull the DGPSIP code into its own module.Eric S. Raymond2005-06-291-56/+2
* Set VMIN in GPS reads.Eric S. Raymond2005-06-291-149/+143
* Eliminate use of FIONREAD.Eric S. Raymond2005-06-281-60/+48
* Eliminate dynamic-memory allocation from the daemon.Eric S. Raymond2005-06-281-12/+5
* More prep work for 16-channel receivers.Eric S. Raymond2005-06-221-3/+3
* Ensure that date/time field is dumped as ? when...Eric S. Raymond2005-06-211-0/+1
* Suppress unnecessary DOP computations.Eric S. Raymond2005-06-201-1/+3
* DOP computation is now general to all drivers.Eric S. Raymond2005-06-201-8/+4
* First steps towards solving Rob Janssen's DOP problem.Eric S. Raymond2005-06-201-0/+13
* Avoid CPU cost for nonworking DCD change detection.Eric S. Raymond2005-06-191-3/+13
* Clear the fix flag when nuking a fix.Eric S. Raymond2005-06-171-1/+3
* New data-lifetime code looks like it might be ready for prime time.Eric S. Raymond2005-06-171-27/+5
* New packet-return API using newdata and explicit merging.Eric S. Raymond2005-06-151-7/+15
* splint cleanup after NAN change.Eric S. Raymond2005-06-151-1/+1
* Use NAN consistently for out-of-bound values of double type.Eric S. Raymond2005-06-151-39/+38
* Various small cleanups.Eric S. Raymond2005-06-151-1/+0
* Change the mode test before computing speed and climb errors...Eric S. Raymond2005-06-141-5/+5
* Make sure sentence time is unset properly when a driver doesn't return it.Eric S. Raymond2005-06-131-0/+2
* Collect all policy in one spot. Doing this turned up a bug in speed dumping.Eric S. Raymond2005-06-131-9/+35
* Rob repairs the TSIP driver and Zodiac output.Eric S. Raymond2005-06-121-28/+36
* Clean up after the raw_hook architecture change.Eric S. Raymond2005-06-121-6/+6
* Refactor so the raw_hook dumping is done in handle_packet...Eric S. Raymond2005-06-121-175/+201
* Do some int to size_t conversions we didn't catch the first time around.Eric S. Raymond2005-06-101-4/+4
* Don't let fix_quality_dump() emit DOP numbers at all when there is no fix.Eric S. Raymond2005-06-101-5/+8
* Type cleanup.Eric S. Raymond2005-06-101-3/+3
* Zero splint warnings!Eric S. Raymond2005-06-081-7/+15
* 41 splint warnings.Eric S. Raymond2005-06-071-5/+7
* 75 splint warnings with all -unrecog directives removed.Eric S. Raymond2005-06-071-6/+4
* 78 splint warnings.Eric S. Raymond2005-06-071-4/+4
* 104 split errors. Some iffy changes to the TSIP driver.Eric S. Raymond2005-06-021-10/+15
* 236 splint warnings.Eric S. Raymond2005-05-301-5/+9
* 560 splint errors.Eric S. Raymond2005-05-291-13/+12