summaryrefslogtreecommitdiff
path: root/libgps.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Consify some arguments.Eric S. Raymond2005-01-011-2/+2
* Move config.h include into gpsd.h so we can never foo up the structure Eric S. Raymond2004-12-301-1/+0
* Allow M to return MODE_NOT_SEEN.Eric S. Raymond2004-11-171-1/+1
* All code is now in the same brace style.Eric S. Raymond2004-10-051-11/+5
* Oops -- zero the spped stamp properly.Eric S. Raymond2004-10-051-3/+3
* More code polishing. Includes some portability improvements for the Eric S. Raymond2004-10-051-8/+3
* More code-polishing.Eric S. Raymond2004-10-041-4/+2
* BSD port fixes and more code cleanup.Eric S. Raymond2004-10-041-29/+14
* Yet more fluff removal.Eric S. Raymond2004-09-301-9/+3
* More fluff removal.Eric S. Raymond2004-09-301-1/+0
* Yet more cleanup and compaction.Eric S. Raymond2004-09-291-2/+0
* Better handling of network errors.Eric S. Raymond2004-09-281-0/+4
* Adapt the test code for the new API.Eric S. Raymond2004-09-081-31/+15
* Shoot PRWIZCH support through the head. Pre-1.10 gpsd never shipped this dataEric S. Raymond2004-08-311-6/+0
* About to switch to autogen-based build...Eric S. Raymond2004-08-291-0/+18
* libgps.a interface change, everything goes in a malloced struct now.Eric S. Raymond2004-08-291-12/+15
* Don't ship nuls, instead check lengths.Eric S. Raymond2004-08-251-2/+3
* Y command now carries information about which satellites were used inEric S. Raymond2004-08-241-48/+28
* Clean up things so gpscli_report() is no longer required on client side.Eric S. Raymond2004-08-241-20/+2
* Timeouts at the daemon level were a mistake. This commit removes them.Eric S. Raymond2004-08-231-12/+12