summaryrefslogtreecommitdiff
path: root/gps2udp.c
Commit message (Expand)AuthorAgeFilesLines
* CentOS port fix.Eric S. Raymond2018-12-281-1/+1
* Factor most uses of pselect(2) into a new utility function named 'nanowait'.Eric S. Raymond2018-12-271-12/+3
* gpspipe: POSIX_C_SOURCE breaks on osX.Gary E. Miller2018-12-261-0/+1
* gps2udp: setting POSIX_C_LEVEL breaks strsep() on osX.Gary E. Miller2018-12-261-1/+4
* POSIX_C_SOURCE: Not just a linux define. 200112L is a minimum.Gary E. Miller2018-12-261-1/+1
* Eliminate effectively all uses of struct timeval.Eric S. Raymond2018-12-261-3/+8
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* Fixes spelling of "daemonization".Fred Wright2017-03-041-1/+1
* Whitespace cleanups related to recent changes.Fred Wright2017-02-201-1/+4
* Explicit marking of ignoring fprintf() resultRobert Norris2017-02-201-5/+5
* Centralizes daemon() calls.Fred Wright2017-01-221-2/+2
* strsep() and daemon() needs _DEFAULT_SOURCE, replace bcopy()Gary E. Miller2016-08-151-1/+4
* oWhoops, don't fix the fix. Plus an off-by one.Gary E. Miller2016-08-091-0/+3
* Copy structs using assignment, not memcpy().Zbigniew Chyla2015-05-311-1/+1
* A gaggle of whitespace gaffs.Gary E. Miller2015-04-301-22/+22
* Revert "Copy structs using assignment, not memcpy()."Gary E. Miller2015-04-281-1/+1
* Copy structs using assignment, not memcpy().Zbigniew Chyla2015-04-281-1/+1
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-28/+5
* OS X needs a lot of time.hGary E. Miller2015-03-081-1/+1
* Assume POSIX-conformant termios.h.Eric S. Raymond2015-03-011-2/+0
* Guard includes of termios.h with #ifdef HAVE_TERMIOS_HMatt2015-01-231-0/+5
* Coverity/splint cleanup.Eric S. Raymond2015-01-211-1/+1
* Add str_starts_with macro, use it instead of strncmp.Zbigniew Chyla2015-01-211-1/+2
* Always use sizeof to get array sizeZbigniew Chyla2015-01-131-1/+1
* Cleanup of string function and sizeof usage. All regression tests pass.Zbigniew Chyla2015-01-131-1/+1
* Fix a minor bug reported by the author.Eric S. Raymond2014-12-091-1/+1
* Silence another compiler warning under cygwin/gcc4.9Matt2014-09-061-1/+1
* 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