summaryrefslogtreecommitdiff
path: root/libgps.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for the 2-field return of C to client libraries.Eric S. Raymond2005-07-111-3/+7
* Architecture extension; handle variable sample rates.Eric S. Raymond2005-07-111-1/+1
* Eliminate dynamic-memory allocation from the daemon.Eric S. Raymond2005-06-281-8/+6
* New packet-return API using newdata and explicit merging.Eric S. Raymond2005-06-151-17/+0
* splint cleanup after NAN change.Eric S. Raymond2005-06-151-15/+17
* Use NAN consistently for out-of-bound values of double type.Eric S. Raymond2005-06-151-36/+37
* Clean up after the raw_hook architecture change.Eric S. Raymond2005-06-121-4/+4
* Type cleanup.Eric S. Raymond2005-06-101-2/+4
* Zero splint warnings!Eric S. Raymond2005-06-081-6/+21
* 41 splint warnings.Eric S. Raymond2005-06-071-0/+1
* 78 splint warnings.Eric S. Raymond2005-06-071-18/+12
* 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