summaryrefslogtreecommitdiff
path: root/gps2udp.c
Commit message (Expand)AuthorAgeFilesLines
* String fixes in gps2udp pointed out by Reinhard Arlt.Eric S. Raymond2014-08-211-2/+1
* splint/cppcheck/coverity cleanup.Eric S. Raymond2014-08-211-3/+5
* Include <sys/select.h> everywhere fd_set us used.Eric S. Raymond2014-08-181-3/+4
* gps2udp: tighten the test for a valid client port number.Gary E. Miller2014-01-031-1/+1
* lastcha2udp: fix test for valid port numberGary E. Miller2014-01-031-2/+4
* gps2udp: do not send out JSON when not configured to do soGary E. Miller2014-01-031-0/+5
* Prevent potential overrun errors found by Coverity scanning.Eric S. Raymond2013-12-061-2/+2
* splint fixups - no logic changes.Eric S. Raymond2013-11-241-17/+21
* Suppress compiler warnings.Eric S. Raymond2013-11-241-2/+3
* Updated documentation and fixes gps2udp command line parsingFulup.ArFoll2013-11-231-33/+34
* Fix bug in array bounds and replace exit() with exit(EXIT_{SUCCESS,FAILURE}).Michael Tatarinov2013-11-111-6/+7
* Partial cppcheck and Coverity cleanup.Eric S. Raymond2013-11-061-10/+12
* More cppcheck cleanup. All regression tests pass. PPS is live.Eric S. Raymond2013-11-061-7/+7
* Egg-on-my-face build and compiler warning fixes.Eric S. Raymond2013-10-171-1/+1
* splint and cppcheck cleanup. All regression tests pass.Eric S. Raymond2013-09-291-1/+1
* Banish some compiler warnings.Eric S. Raymond2013-09-281-1/+2
* Coverity cleanup.Eric S. Raymond2013-09-241-1/+1
* Typo fixes.Eric S. Raymond2013-09-241-2/+2
* Suppress a compiler warning.Eric S. Raymond2013-05-011-2/+2
* Splint cleanup, spelling, and style fixes.Eric S. Raymond2013-05-011-249/+298
* Added gps2udp a gpsdclient to dispatch AIS to AISHUB, MarineTraffic, ...Fulup.ArFoll2013-05-011-0/+448