summaryrefslogtreecommitdiff
path: root/libgps.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Checking for change bits is no longer a driver responsibility, it's now doneEric S. Raymond2005-02-271-2/+2
* Support for Garmin PGMRE sentence. Next step is to compute this from Eric S. Raymond2005-02-261-0/+7
* Don't assert there's no fix if status is good but GSA has not yet been seen.Eric S. Raymond2005-02-241-1/+1
* Implemented the I command.Eric S. Raymond2005-02-231-0/+6
* Buffer size cleanup. Check that we get good data after a baud rateEric S. Raymond2005-02-201-2/+2
* Measure RS232 transmission time rather than deducing it.Eric S. Raymond2005-02-171-3/+5
* Better name for DTIME macro. Other small cleanups.Eric S. Raymond2005-02-171-2/+2
* Don't set field timestamps to nonzero at beginning of session -- whenEric S. Raymond2005-02-161-13/+2
* This version breaks profiling (the problem is in gpsy.py somewhere)Eric S. Raymond2005-02-161-3/+23
* Fully implement C (cycle) command.Eric S. Raymond2005-02-141-3/+6
* Don't use colons in B command.Eric S. Raymond2005-02-141-1/+1
* Baud rate querying is now done through B.Eric S. Raymond2005-02-131-0/+3
* Profiling flag is now a per-session variable.Eric S. Raymond2005-02-131-2/+1
* Compensate for stop bits.Eric S. Raymond2005-02-101-1/+2
* We can now getr the baud rate.Eric S. Raymond2005-02-091-4/+5
* Add name field to profiling data.Eric S. Raymond2005-02-091-1/+2
* We get good profiling data for two steps now.Eric S. Raymond2005-02-091-4/+4
* Ready to build an actual profiler.Eric S. Raymond2005-02-081-0/+11
* Back out the reconnect patch.Eric S. Raymond2005-01-161-38/+7
* Integrate support for automatic reconnect on connection drop.Eric S. Raymond2005-01-151-7/+38
* Avoid a stale-pointer error.Eric S. Raymond2005-01-131-1/+1
* Remove a minor memory leak.Eric S. Raymond2005-01-121-1/+4
* Drop back to void type for the raw-mode hook.Eric S. Raymond2005-01-021-1/+1
* Change to the return type of raw hook.Eric S. Raymond2005-01-021-1/+1