summaryrefslogtreecommitdiff
path: root/gpspipe.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct a help string.Eric S. Raymond2011-01-101-1/+1
* Remove subframesflag so they're omitted uncinditionally.Eric S. Raymond2011-01-101-9/+3
* More changes to gpspipe for subframes, no joy, yet.Gary E. Miller2011-01-041-3/+6
* Enable gpspipe to start subframe reporting.Eric S. Raymond2011-01-041-1/+4
* Partial splint cleanup.Eric S. Raymond2011-01-011-0/+2
* We don't need yet another copy of the daemon() code in gpspipe.c.Eric S. Raymond2010-12-271-48/+10
* use select(2) rather than blindly reading fdChris Kuethe2010-12-271-5/+20
* More header portability auditing by deheader.Eric S. Raymond2010-12-221-0/+4
* More header simplification. All regression tests pass.Eric S. Raymond2010-12-141-9/+4
* Partial splint cleanup. All regression tests pass.Eric S. Raymond2010-12-081-1/+1
* Attempt to address #17564: gpspipe terminates because of non-blocking socket.Eric S. Raymond2010-12-031-1/+5
* Put back missing headers that break the buildChris Kuethe2010-12-021-0/+2
* Unused-header removals by deheader. All regression tests pass.Eric S. Raymond2010-12-011-5/+0
* -f was replaced by -o, follow through.Eric S. Raymond2010-09-151-1/+1
* First round of changes for API major version 5:Eric S. Raymond2010-07-131-1/+1
* Use re-entrant open in the C examples.Eric S. Raymond2010-06-071-5/+4
* splint cleanup.Eric S. Raymond2010-05-121-0/+2
* Allow to set the gpspipe timestamp formatBeat Bolli2010-05-101-3/+13
* More reindenting. All regression tests pass.Eric S. Raymond2010-04-141-66/+70
* Address Debian bug #576377: gpspipe can't connect to external gpsdEric S. Raymond2010-04-041-3/+2
* Address Debian bug #576378.Eric S. Raymond2010-04-031-1/+1
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-7/+5
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-2/+5
* Pre-release splint and cppcheck cleanup. All regression tests pass.Eric S. Raymond2010-03-011-1/+3
* Integrated cppcheck testing, and fixed some minor bugs found by it.Eric S. Raymond2010-02-161-1/+1
* Internal IPv6 support, derived from a support patch by Olivier Mehani.Eric S. Raymond2010-01-121-1/+1
* David Ludlow's housekeeping and type-cleanup patch.Eric S. Raymond2010-01-021-4/+9
* Cruft removal.Eric S. Raymond2009-12-071-2/+1
* Refactor gpspipe to use gps_stream() and gps_open().Eric S. Raymond2009-12-061-58/+37
* Typo fixes.Eric S. Raymond2009-12-041-4/+4
* gpspipe exposed an orthogonality failure.Eric S. Raymond2009-12-031-3/+3
* Client side of gpspipe is done.Eric S. Raymond2009-12-021-1/+1
* Emitting well-formed JSON would sure help.Eric S. Raymond2009-12-011-5/+5