summaryrefslogtreecommitdiff
path: root/contrib/binlog.c
Commit message (Collapse)AuthorAgeFilesLines
* LICENSE: Update license's to be more consistent. No functional changes.Gary E. Miller2018-11-191-2/+3
|
* Adds missing includes to contrib/ programs.Fred Wright2016-09-221-0/+1
| | | | | | | TESTED: All programs now build without warnings on OSX. Signed-off-by: Gary E. Miller <gem@rellim.com>
* bzero() is gone in POSIX 2008. Use memset()Gary E. Miller2016-08-151-1/+1
| | | | Also two #defines for gpspipe.c
* usleep() is removed from POSIX-2008. Replace with nanosleep()Gary E. Miller2016-08-151-1/+5
| | | | I sure hope I did not drop a zero anywhere...
* Full splint cleanup. Partial cppcheck cleanup.Eric S. Raymond2013-11-051-2/+2
|
* Warning cleanups.Eric S. Raymond2011-01-131-1/+2
|
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-0/+3
|
* pacify cppcheckChris Kuethe2010-02-271-0/+3
|
* 19200 is also a valid speedChris Kuethe2009-01-241-1/+2
|
* Add a pair of simpleminded utilities for capturing and replaying data on a pty. Chris Kuethe2007-01-151-0/+77
This is probably useful for developing new protocols or when gpsfake may be suspect.