summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Banish some error messages.Eric S. Raymond2004-12-301-4/+4
* Fluff removal.Eric S. Raymond2004-12-301-3/+1
* Add display.h, tag some formals as unused.Eric S. Raymond2004-12-241-1/+2
* -W cleanup fixes.Eric S. Raymond2004-12-241-7/+7
* Tilman Koschnick's AMD64 patch.Eric S. Raymond2004-12-231-1/+1
* Added -v.Eric S. Raymond2004-12-171-1/+4
* Followup on not having gps_activate set the online flag.Eric S. Raymond2004-11-291-3/+1
* Return M=? on mode not seen.Eric S. Raymond2004-11-171-1/+4
* make it compile on macos; from Rich Gibson <rich@testingrange.com>Derrick Brashear2004-10-251-0/+1
* More code trimming.Eric S. Raymond2004-10-231-64/+19
* More code cleanup.Eric S. Raymond2004-10-221-6/+6
* -i has to be available if ZODIAC is. Get rid of an unneeded layer ofEric S. Raymond2004-10-221-67/+43
* Remco was right, I had the semantics of select(2) wrong.Eric S. Raymond2004-10-181-4/+4
* Fix compilation port errors.Eric S. Raymond2004-10-161-0/+1
* All code is now in the same brace style.Eric S. Raymond2004-10-051-31/+14
* More code-polishing.Eric S. Raymond2004-10-041-2/+1