| Commit message (Expand) | Author | Age | Files | Lines |
* | CentOS port fix. | Eric S. Raymond | 2018-12-28 | 1 | -1/+1 |
* | Factor most uses of pselect(2) into a new utility function named 'nanowait'. | Eric S. Raymond | 2018-12-27 | 1 | -12/+3 |
* | gpspipe: POSIX_C_SOURCE breaks on osX. | Gary E. Miller | 2018-12-26 | 1 | -0/+1 |
* | gps2udp: setting POSIX_C_LEVEL breaks strsep() on osX. | Gary E. Miller | 2018-12-26 | 1 | -1/+4 |
* | POSIX_C_SOURCE: Not just a linux define. 200112L is a minimum. | Gary E. Miller | 2018-12-26 | 1 | -1/+1 |
* | Eliminate effectively all uses of struct timeval. | Eric S. Raymond | 2018-12-26 | 1 | -3/+8 |
* | LICENSE: Update licenses for consistency. No functional changes. | Gary E. Miller | 2018-11-19 | 1 | -1/+1 |
* | SPDXify the licerse references. | Eric S. Raymond | 2018-03-08 | 1 | -1/+1 |
* | Fixes spelling of "daemonization". | Fred Wright | 2017-03-04 | 1 | -1/+1 |
* | Whitespace cleanups related to recent changes. | Fred Wright | 2017-02-20 | 1 | -1/+4 |
* | Explicit marking of ignoring fprintf() result | Robert Norris | 2017-02-20 | 1 | -5/+5 |
* | Centralizes daemon() calls. | Fred Wright | 2017-01-22 | 1 | -2/+2 |
* | strsep() and daemon() needs _DEFAULT_SOURCE, replace bcopy() | Gary E. Miller | 2016-08-15 | 1 | -1/+4 |
* | oWhoops, don't fix the fix. Plus an off-by one. | Gary E. Miller | 2016-08-09 | 1 | -0/+3 |
* | Copy structs using assignment, not memcpy(). | Zbigniew Chyla | 2015-05-31 | 1 | -1/+1 |
* | A gaggle of whitespace gaffs. | Gary E. Miller | 2015-04-30 | 1 | -22/+22 |
* | Revert "Copy structs using assignment, not memcpy()." | Gary E. Miller | 2015-04-28 | 1 | -1/+1 |
* | Copy structs using assignment, not memcpy(). | Zbigniew Chyla | 2015-04-28 | 1 | -1/+1 |
* | Retire splint from our set of static analyzers. | Eric S. Raymond | 2015-03-30 | 1 | -28/+5 |
* | OS X needs a lot of time.h | Gary E. Miller | 2015-03-08 | 1 | -1/+1 |
* | Assume POSIX-conformant termios.h. | Eric S. Raymond | 2015-03-01 | 1 | -2/+0 |
* | Guard includes of termios.h with #ifdef HAVE_TERMIOS_H | Matt | 2015-01-23 | 1 | -0/+5 |
* | Coverity/splint cleanup. | Eric S. Raymond | 2015-01-21 | 1 | -1/+1 |
* | Add str_starts_with macro, use it instead of strncmp. | Zbigniew Chyla | 2015-01-21 | 1 | -1/+2 |
* | Always use sizeof to get array size | Zbigniew Chyla | 2015-01-13 | 1 | -1/+1 |
* | Cleanup of string function and sizeof usage. All regression tests pass. | Zbigniew Chyla | 2015-01-13 | 1 | -1/+1 |
* | Fix a minor bug reported by the author. | Eric S. Raymond | 2014-12-09 | 1 | -1/+1 |
* | Silence another compiler warning under cygwin/gcc4.9 | Matt | 2014-09-06 | 1 | -1/+1 |
* | String fixes in gps2udp pointed out by Reinhard Arlt. | Eric S. Raymond | 2014-08-21 | 1 | -2/+1 |
* | splint/cppcheck/coverity cleanup. | Eric S. Raymond | 2014-08-21 | 1 | -3/+5 |
* | Include <sys/select.h> everywhere fd_set us used. | Eric S. Raymond | 2014-08-18 | 1 | -3/+4 |
* | gps2udp: tighten the test for a valid client port number. | Gary E. Miller | 2014-01-03 | 1 | -1/+1 |
* | lastcha2udp: fix test for valid port number | Gary E. Miller | 2014-01-03 | 1 | -2/+4 |
* | gps2udp: do not send out JSON when not configured to do so | Gary E. Miller | 2014-01-03 | 1 | -0/+5 |
* | Prevent potential overrun errors found by Coverity scanning. | Eric S. Raymond | 2013-12-06 | 1 | -2/+2 |
* | splint fixups - no logic changes. | Eric S. Raymond | 2013-11-24 | 1 | -17/+21 |
* | Suppress compiler warnings. | Eric S. Raymond | 2013-11-24 | 1 | -2/+3 |
* | Updated documentation and fixes gps2udp command line parsing | Fulup.ArFoll | 2013-11-23 | 1 | -33/+34 |
* | Fix bug in array bounds and replace exit() with exit(EXIT_{SUCCESS,FAILURE}). | Michael Tatarinov | 2013-11-11 | 1 | -6/+7 |
* | Partial cppcheck and Coverity cleanup. | Eric S. Raymond | 2013-11-06 | 1 | -10/+12 |
* | More cppcheck cleanup. All regression tests pass. PPS is live. | Eric S. Raymond | 2013-11-06 | 1 | -7/+7 |
* | Egg-on-my-face build and compiler warning fixes. | Eric S. Raymond | 2013-10-17 | 1 | -1/+1 |
* | splint and cppcheck cleanup. All regression tests pass. | Eric S. Raymond | 2013-09-29 | 1 | -1/+1 |
* | Banish some compiler warnings. | Eric S. Raymond | 2013-09-28 | 1 | -1/+2 |
* | Coverity cleanup. | Eric S. Raymond | 2013-09-24 | 1 | -1/+1 |
* | Typo fixes. | Eric S. Raymond | 2013-09-24 | 1 | -2/+2 |
* | Suppress a compiler warning. | Eric S. Raymond | 2013-05-01 | 1 | -2/+2 |
* | Splint cleanup, spelling, and style fixes. | Eric S. Raymond | 2013-05-01 | 1 | -249/+298 |
* | Added gps2udp a gpsdclient to dispatch AIS to AISHUB, MarineTraffic, ... | Fulup.ArFoll | 2013-05-01 | 1 | -0/+448 |