summaryrefslogtreecommitdiff
path: root/libgps.c
Commit message (Expand)AuthorAgeFilesLines
...
* 104 split errors. Some iffy changes to the TSIP driver.Eric S. Raymond2005-06-021-7/+8
* 236 splint warnings.Eric S. Raymond2005-05-301-2/+2
* 560 splint errors.Eric S. Raymond2005-05-291-3/+3
* 680 splint warnings.Eric S. Raymond2005-05-271-11/+11
* 1485 splint warnings.Eric S. Raymond2005-05-261-2/+2
* More splint cleanup. Down to 1689 warnings.Eric S. Raymond2005-05-261-14/+14
* Make a start at cleaning up splint warnings.Eric S. Raymond2005-05-261-1/+1
* Change API so raw_hook takes a length argument; supports dumping binary packets.Eric S. Raymond2005-05-261-4/+5
* Support R=2.Eric S. Raymond2005-05-241-4/+4
* Separate the synchronous from asynchronous hooks in the user library.Eric S. Raymond2005-05-231-5/+8
* Pass along, or compute, TDOP and GDOP.Eric S. Raymond2005-05-221-3/+7
* Merged in thread-callback and C++-wrapper support fom Alfredo Pironti.Eric S. Raymond2005-05-201-1/+49
* Avoid potential buffer overflow in the client library.Eric S. Raymond2005-05-181-1/+1
* Make sure gps_poll() will return -1 on a zero readEric S. Raymond2005-04-211-5/+2
* First, and untested, cut at adding environment sensitive measurement units.Gary E. Miller2005-04-161-0/+59
* Name of 'valid' member was misleading, fix it.Eric S. Raymond2005-04-131-35/+34
* Another attempt to sort out validity bits.Eric S. Raymond2005-04-121-19/+35
* Introduce explicit OOB value for uncertainty fields.Eric S. Raymond2005-04-121-9/+9
* Simpler flag-clearing on O=?.Eric S. Raymond2005-04-121-6/+2
* O=? now clears status flags. This allows libgps to flag when a GPS loses a fix.Gary E. Miller2005-04-121-3/+6
* Fix more potential coredumps in libgps.cGary E. Miller2005-04-111-22/+68
* Attempted fix #2 for Gary's Y bug.Eric S. Raymond2005-04-101-2/+2
* Fix for Gary's satellite-picture bug.Eric S. Raymond2005-04-091-1/+1
* Y now has a tag as well as a timestamp.Eric S. Raymond2005-04-041-5/+6
* Device list editing through a separate control socket.Eric S. Raymond2005-04-031-13/+73
* Cope with the case where client has no GPS attached.Eric S. Raymond2005-04-021-8/+25
* Add timestamp to the 'Y' command.Eric S. Raymond2005-04-011-2/+8
* Add tag field to 'o' response.Eric S. Raymond2005-03-301-4/+5
* Daemon no longer needs tzoffset directly.Eric S. Raymond2005-03-281-2/+4
* Make sure the mode gets set properly.Eric S. Raymond2005-03-261-2/+3
* Correct 8661 to 8601.Eric S. Raymond2005-03-251-1/+1
* Split up the estimated-error validity masks.Eric S. Raymond2005-03-231-4/+6
* Watcher mode now uses 'o' command to dump status.Eric S. Raymond2005-03-231-2/+2
* Enable the library tester to build again.Eric S. Raymond2005-03-231-31/+26
* Compute derived uncertainties for 'O' command.Eric S. Raymond2005-03-231-0/+40
* Second step in library refactoring.Eric S. Raymond2005-03-221-23/+18
* Big structure reorganization.Eric S. Raymond2005-03-221-62/+44
* Remove more timestamp fields. Soon there will only be one per fix.Eric S. Raymond2005-03-221-29/+7
* Eliminate track stamp in favor of out-of-band value.Eric S. Raymond2005-03-211-5/+2
* Driver-mode field is continuously valid.Eric S. Raymond2005-03-211-5/+1
* Get ride of status and mode timestamps, these are continuously valid.Eric S. Raymond2005-03-211-10/+2
* Remove redundant timestamps.Eric S. Raymond2005-03-211-18/+6
* N command is now fully implemented.Eric S. Raymond2005-03-151-0/+7
* gps_poll now handles multi-line resonses.Eric S. Raymond2005-03-141-151/+155
* Prerelease cleanup.Eric S. Raymond2005-03-101-2/+2
* Improve gps_poll() documentation of return values.Gary E. Miller2005-03-071-1/+16
* All timestamps are now millisecond resolution or better.Eric S. Raymond2005-03-051-6/+4
* Vertical Speed now stored in sensible units (meters/sec), same as altitude. Gary E. Miller2005-03-021-1/+1
* Enable profiling all the time by default.Eric S. Raymond2005-03-011-9/+0
* Alpha version of SiRF-II driver. Doesn't get GSA information out yet, Eric S. Raymond2005-02-281-0/+7