summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* BSD port fixes and more code cleanup.Eric S. Raymond2004-10-041-45/+21
* Yet more fluff removal.Eric S. Raymond2004-09-301-1/+0
* Another compaction pass.Eric S. Raymond2004-09-291-31/+7
* Another round of structure trimming.Eric S. Raymond2004-09-291-13/+13
* Remove some redundant structure members.Eric S. Raymond2004-09-291-0/+1
* Get rid of some redundant data members.Eric S. Raymond2004-09-291-13/+13
* Dependency reduction.Eric S. Raymond2004-09-291-21/+4
* Only declare /dev/gps once.Eric S. Raymond2004-09-291-1/+0
* Change sampling rate in accordance with Nyquist-Shannon Theorem.Eric S. Raymond2004-09-291-3/+7
* Clean code up so it compiles with non-NMEA drivers disabled.Eric S. Raymond2004-09-281-1/+4
* Avoid a compiler warning in the NMEA-only case.Eric S. Raymond2004-09-261-1/+3
* Typo fix.Eric S. Raymond2004-09-261-1/+1
* Add some useful documentation.Eric S. Raymond2004-09-261-0/+2
* More support for conditioning out drivers.Eric S. Raymond2004-09-261-8/+16
* Fix typos in conditionalization stuff.Eric S. Raymond2004-09-261-3/+7
* Condition out some TripMate members. This rearrangement requires aEric S. Raymond2004-09-261-3/+7
* Commiytted a patch that should stop the flood of getrlimit() calls.Eric S. Raymond2004-09-081-3/+4
* Changed name of gpscli_report to gpsd_report and added stub,Eric S. Raymond2004-09-081-31/+31
* Shoot PRWIZCH support through the head. Pre-1.10 gpsd never shipped this dataEric S. Raymond2004-08-311-33/+1
* Cosmetic cleanup.Eric S. Raymond2004-08-311-10/+7
* Allow drivers to describe themselves.Eric S. Raymond2004-08-311-4/+10