summaryrefslogtreecommitdiff
path: root/gpspipe.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor so the assembly of the gpspipe initi command is all done in one spot. Eric S. Raymond2009-12-011-9/+18
* Oops, not everything needed got included in last commit.Eric S. Raymond2009-12-011-1/+1
* Teach gpspipe to use new protocol.Eric S. Raymond2009-12-011-16/+38
* Correct -V option and cosmetic fixes for gpspipe.Eric S. Raymond2009-12-011-39/+41
* The -j option is no more, so gpspipe doesn't have to process or send it.Eric S. Raymond2009-12-011-5/+1
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-1/+0
* system call failure should be tested against -1, rather than "< 0"Chris Kuethe2009-07-091-4/+4
* make gpspipe exit rather than spinning if the server goes away.Chris Kuethe2009-07-041-3/+7
* Introduce gpsdclient.h header, not shipped. Eric S. Raymond2009-03-021-0/+1
* Support device selection in gpspipe.Eric S. Raymond2009-02-251-3/+3
* Standardized parsing of server:port:device client arguments.Eric S. Raymond2009-02-251-26/+9
* Splint cleanup. All regression tests pass.Eric S. Raymond2009-01-211-4/+5
* Splint cleanup and removal of some unneeded headers.Eric S. Raymond2009-01-211-0/+2
* This diff goes most of the way to getting us splint-clean again.Eric S. Raymond2009-01-051-11/+13
* GCC now gets huffy about unchecked write(2) returns. Fix some of these.Eric S. Raymond2008-12-291-4/+5
* typoJeff Francis2008-08-291-1/+1
* rename "FILE * fd" to "FILE * fp"... Chris Kuethe2008-08-231-19/+19
* Everyone should share equally in the joy of reading the gpspipe output files.Jeff Francis2008-08-121-1/+1
* #include <sys/stat.h> for umask(2)Chris Kuethe2008-08-011-0/+1
* Oops. Daemonize *then* sleep... Duh.Jeff Francis2008-07-311-4/+4
* Add options to gpspipe to run as a daemon...Jeff Francis2008-07-311-5/+92
* Allow gpspipe to specify the remote device too. Chris Kuethe2007-03-241-1/+2
* Suppress spinner if stderr is not a tty.Chris Kuethe2007-01-161-0/+3
* Sync documentation with realityChris Kuethe2006-12-121-1/+1
* splint cleanup.Eric S. Raymond2006-11-271-5/+5
* octal character code seems to be a more robust way of generating the backspaceChris Kuethe2006-11-251-1/+1
* use an escape sequence rather than a control character to generate backspaceChris Kuethe2006-11-251-1/+1
* add some very fluffy eyecandy to gpspipe:Chris Kuethe2006-11-251-1/+18
* Shut up splint some more.Eric S. Raymond2006-10-311-4/+4
* Get rid of several flag variables...Eric S. Raymond2006-10-311-56/+31
* First stage of gpspipe cleanup.Eric S. Raymond2006-10-311-266/+238
* Fix and document the implementation of the J switch in gpspipe.Eric S. Raymond2006-10-301-4/+3
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-1/+3
* Add J command to gpspipe. Thanks to JeffFrancis.Gary E. Miller2006-10-121-1/+18
* quell compiler warning.Chris Kuethe2006-10-101-2/+2