summaryrefslogtreecommitdiff
path: root/dgpsip.c
Commit message (Expand)AuthorAgeFilesLines
* This diff goes most of the way to getting us splint-clean again.Eric S. Raymond2009-01-051-2/+2
* GCC now gets huffy about unchecked write(2) returns. Fix some of these.Eric S. Raymond2008-12-291-4/+8
* Sigh...avoid harmless but *annoying* name collision...Eric S. Raymond2006-11-021-3/+3
* Define uniform log level macros.Eric S. Raymond2006-11-021-6/+6
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-2/+4
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
* strchr returns char *, and NULL if it can't find what was sought.Chris Kuethe2006-08-181-2/+2
* Ville Nuorvala merges some common code.Eric S. Raymond2006-06-091-12/+0
* splint cleanupEric S. Raymond2006-06-071-18/+1
* _Wall cleanup.Eric S. Raymond2005-07-291-1/+1
* More work on the repack() function. Avoid a core dump when processing DGPSIP.Eric S. Raymond2005-07-231-1/+1
* Prevent a core dump.Eric S. Raymond2005-07-231-2/+4
* Avoid a magic number.Eric S. Raymond2005-07-011-1/+1
* Improved diagnostics for DGPS server hunting.Eric S. Raymond2005-06-301-5/+10
* Add the ability to probe multiple DGPS servers...Eric S. Raymond2005-06-301-15/+41
* More small pre-release cleanups.Eric S. Raymond2005-06-301-2/+2
* Experimental code to hunt for a DGPSIP server.Eric S. Raymond2005-06-291-1/+46
* Clean up DGPSIP a bit more, some variables don't need to be per-session.Eric S. Raymond2005-06-291-2/+6
* Pull the DGPSIP code into its own module.Eric S. Raymond2005-06-291-0/+87