summaryrefslogtreecommitdiff
path: root/gpspipe.c
Commit message (Expand)AuthorAgeFilesLines
* HAVE_SYS_SELECT_H: Remove test for this. No longer needed.Gary E. Miller2018-12-271-2/+0
* Factor most uses of pselect(2) into a new utility function named 'nanowait'.Eric S. Raymond2018-12-271-1/+1
* gpspipe: POSIX_C_SOURCE breaks on osX.Gary E. Miller2018-12-261-1/+3
* 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/+7
* gpspipe: Small cleanup of getopt() and usage()Gary E. Miller2018-12-141-2/+2
* gpspipe: Change gmtime() to gmtime_r().Gary E. Miller2018-12-141-3/+3
* gpspipe: Order the options in the code alphabetically.Gary E. Miller2018-12-141-33/+33
* gpspipe: Add -Z option to add Z to timestamp.Daniel_M_Williams2018-12-141-3/+23
* gpspipe: now outputs its timestamps as UTC, not localtimeDaniel_M_Williams2018-12-141-1/+1
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
* gpspipe: git seems confused. Empty commit...Gary E. Miller2018-11-081-1/+1
* gpspipe: Alphabetize options.Gary E. Miller2018-06-171-10/+10
* gpspipe improvement: add option to exit after delayJean Pierre TOSONI2018-06-171-1/+8
* Improved Windows build of gpspipeRobert Norris2018-06-171-0/+2
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* gpspipe: buffer to small. 40 > 20Gary E. Miller2018-02-081-1/+1
* Enable Windows version of gpspipeRobert Norris2017-03-051-1/+13
* Fixes spelling of "daemonization".Fred Wright2017-03-041-1/+1
* Whitespace cleanups related to recent changes.Fred Wright2017-02-201-1/+2
* Explicit marking of ignoring fprintf() resultRobert Norris2017-02-201-7/+7
* Centralizes daemon() calls.Fred Wright2017-01-221-3/+1
* bzero() is gone in POSIX 2008. Use memset()Gary E. Miller2016-08-151-1/+7
* A gaggle of whitespace gaffs.Gary E. Miller2015-04-301-3/+3
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-17/+3
* Clean up most spint errors. All regression tests pass.Eric S. Raymond2015-03-281-2/+4
* The last of: Line expects to suppress X errors, found 0 errorsGary E. Miller2015-03-251-1/+1
* OS X needs a lot of time.hGary E. Miller2015-03-081-1/+1
* splint cleanup. All regression tests pass.Eric S. Raymond2015-03-021-1/+2
* In gpspipe.c, polish some error messages.Eric S. Raymond2015-03-021-4/+4
* More splint cleanup.Eric S. Raymond2015-03-021-0/+2
* Complete port of clock_gettime(3) and teach gpsipe to use it.Eric S. Raymond2015-03-021-5/+6
* Assume POSIX-conformant termios.h.Eric S. Raymond2015-03-011-2/+0
* BSD compiler waening and splint cleanup.Eric S. Raymond2015-02-111-2/+4
* Guard includes of termios.h with #ifdef HAVE_TERMIOS_HMatt2015-01-231-0/+4
* Include <sys/select.h> everywhere fd_set us used.Eric S. Raymond2014-08-181-2/+3
* Use the gps_errstr() to handle gps_open() errors.Michael Tatarinov2013-11-281-1/+1
* Add -P option to gpspipe for including PPS drift JSON in NMEA or raw dumps.Eric S. Raymond2013-11-131-1/+5
* Add -2 flag to set split24 flag.Reinhard Arlt2013-11-081-1/+5
* Fix static-checker warnings. All regression tests pass.Eric S. Raymond2013-04-301-8/+11
* gpspipe -u time-stamps with sub-second resolutionAndreas Merz2013-04-301-5/+26
* Add -S (for scaled flag) option to gpspipe.Reinhard Arlt2012-09-261-1/+5
* Fix a misleading error message.Eric S. Raymond2012-09-181-1/+1
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-4/+4
* Replace exit({0,1}) with exit(EXIT_{SUCCESS,FAILURE})Eric S. Raymond2012-09-071-20/+20
* Cleanup motivated by new cppcheck with more tests. All regression tests pass.Eric S. Raymond2012-05-161-2/+2
* Asdd a gpspipe option to enable profiling.Eric S. Raymond2011-09-221-1/+8
* Fix a help string.Eric S. Raymond2011-06-081-2/+4
* More deheader testing. All regression tests pass.Eric S. Raymond2011-01-131-1/+1
* deheader cleanup.Eric S. Raymond2011-01-121-1/+0