summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* Don't assert there's no fix if status is good but GSA has not yet been seen.Eric S. Raymond2005-02-241-2/+2
* Implemented the I command.Eric S. Raymond2005-02-231-0/+3
* Baud-rate changes in this one work on both BU-303 and TN-200.Eric S. Raymond2005-02-211-25/+3
* Nonblocking open is not necessary.Eric S. Raymond2005-02-201-14/+3
* Disable vlidation after B change, it throw up false negatives.Eric S. Raymond2005-02-201-0/+2
* Can't get the TripNav to work.Eric S. Raymond2005-02-201-8/+10
* Buffer size cleanup. Check that we get good data after a baud rateEric S. Raymond2005-02-201-4/+34
* Clean up after SiRF-detection change.Eric S. Raymond2005-02-201-1/+0
* Speed switching is now a per-driver capability.Eric S. Raymond2005-02-201-1/+2
* Measure RS232 transmission time rather than deducing it.Eric S. Raymond2005-02-171-1/+2
* Test-build of RPMs towards next release.Eric S. Raymond2005-02-171-0/+1
* Restore compiling with profiling off.Eric S. Raymond2005-02-171-1/+2
* Better name for DTIME macro. Other small cleanups.Eric S. Raymond2005-02-171-2/+2
* Still producing negative E1+T1, but the client code looks better.Eric S. Raymond2005-02-161-5/+6
* Deal gracefully with EC-10X.Eric S. Raymond2005-02-161-1/+1
* This version breaks profiling (the problem is in gpsy.py somewhere)Eric S. Raymond2005-02-161-23/+28
* Indent cleanup.Eric S. Raymond2005-02-151-7/+7
* Gary Miller's second version of the Garmin support.Eric S. Raymond2005-02-151-1/+2
* Fully implement C (cycle) command.Eric S. Raymond2005-02-141-14/+17
* Refactored so the binary dump stuff is not duplicated.Eric S. Raymond2005-02-141-1/+1
* Don't use colons in B command.Eric S. Raymond2005-02-141-2/+5
* 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-18/+14
* Library version had to change anyway because of the buffer validationEric S. Raymond2005-02-131-2/+2
* Better baud-rate diagnostics.Eric S. Raymond2005-02-111-2/+2
* Monitor actual baud rate.Eric S. Raymond2005-02-111-4/+6
* This version of the code changes the GPS speed OK, but doesn't changeEric S. Raymond2005-02-111-0/+8
* Compensate for stop bits.Eric S. Raymond2005-02-101-1/+2
* We can now getr the baud rate.Eric S. Raymond2005-02-091-5/+6
* Add name field to profiling data.Eric S. Raymond2005-02-091-1/+11
* We get good profiling data for two steps now.Eric S. Raymond2005-02-091-2/+13
* Profiling code is now properly conditionalized.Eric S. Raymond2005-02-091-0/+8
* Ready to build an actual profiler.Eric S. Raymond2005-02-081-3/+33
* Stop it from perpetually reopening after coming out of raw mode.Eric S. Raymond2005-02-011-2/+7
* Add -N.Eric S. Raymond2005-02-011-3/+8
* Fix Debian security bug and bump version.Eric S. Raymond2005-01-271-1/+1
* Assert that GSVs must be consistent.Eric S. Raymond2005-01-151-2/+8
* Eliminate a getdtablesize() use.Eric S. Raymond2005-01-141-1/+1
* Return error on possible buffer overflow.Eric S. Raymond2005-01-141-0/+2
* Fixed a potential DDOS via reply-buffer overflow.Eric S. Raymond2005-01-141-29/+31
* Avoid possibe buffer overrun on negative read return.Eric S. Raymond2005-01-141-10/+9
* Don't rely on getdtablesize().Eric S. Raymond2005-01-121-2/+2
* Added -P option.Eric S. Raymond2005-01-111-2/+21
* Make sure we return cleanly from main().Eric S. Raymond2005-01-091-5/+3
* struct timeval isn't defined just anywhereDerrick Brashear2005-01-071-0/+1
* Drop back to void type for the raw-mode hook.Eric S. Raymond2005-01-021-3/+1
* Change to the return type of raw hook.Eric S. Raymond2005-01-021-1/+3
* BSD port change.Eric S. Raymond2005-01-021-0/+1
* Eliminate use of vsprintf, in order to prevent buffer overruns.Eric S. Raymond2004-12-311-20/+15
* Move config.h include into gpsd.h so we can never foo up the structure Eric S. Raymond2004-12-301-1/+0