summaryrefslogtreecommitdiff
path: root/libgps.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure everything shipped to clients by gpsd is NUL-terminated. Eric S. Raymond2004-08-231-3/+5
* More renames and explanations.Eric S. Raymond2004-08-221-1/+4
* Followup on the big name change -- more files have to move.Eric S. Raymond2004-08-221-0/+389