summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
Commit message (Expand)AuthorAgeFilesLines
* Changes responding to Wolfgang's long response about RTCM, and factoringEric S. Raymond2005-07-201-2/+7
* Factor out subframe interpretation so EverMore can use it.Eric S. Raymond2005-07-201-0/+113
* More EverMore fixes from Petr Slansky.Eric S. Raymond2005-07-201-1/+1
* More debugging machinery for RTCM tests.Eric S. Raymond2005-07-201-1/+1
* Fix a bug in the hexdumper.Eric S. Raymond2005-07-191-1/+1
* Timestamp on both branches of the guard in gpsd_poll.Eric S. Raymond2005-07-191-4/+5
* More steps towards getting the packet state machine to recognize RTCM.Eric S. Raymond2005-07-191-3/+3
* Add progress messages to gpsflash. splint cleanup.Eric S. Raymond2005-07-191-3/+3
* Use gpsd_hexdump().Eric S. Raymond2005-07-191-0/+13
* One more step in teaching the packet getter to grok RTCM.Eric S. Raymond2005-07-181-1/+2
* Another EverMore patch from the maintainer.Eric S. Raymond2005-07-181-1/+1
* 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