summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* This diff goes most of the way to getting us splint-clean again.Eric S. Raymond2009-01-051-4/+13
* crank up the precision of fixes to 9 decimal places.Chris Kuethe2009-01-051-9/+9
* My change to the scaling of O reports four days ago was backwards.Eric S. Raymond2009-01-031-5/+5
* Scale the O reports of horizonal and vertical errors properly.Eric S. Raymond2008-12-311-2/+2
* Throw an assertion on failed writes. Eric S. Raymond2008-12-301-15/+15
* GCC now gets huffy about unchecked write(2) returns. Fix some of these.Eric S. Raymond2008-12-291-2/+11
* Add a wrapper function around gpsd_hexdump to avoid hexdumping buffers...Chris Kuethe2008-12-271-0/+3
* Greg Troxel's patch to allow the user to decide whether to listen on theChris Kuethe2008-12-261-2/+9
* don't truncate "ERROR\n". from Jan-Benedict GlawChris Kuethe2008-10-191-1/+1
* inverting the behaviour of a flag is bad... no cookie for me. Chris Kuethe2008-10-161-1/+1
* invert the sense of "-n"; Chris Kuethe2008-10-151-2/+2
* put the listen address in network byte order. Chris Kuethe2008-10-031-1/+1
* validate sub->fd. From Bartos-Elekes Zsolt on gpsd-devChris Kuethe2008-09-101-1/+4
* We are now splint clean.Eric S. Raymond2008-07-101-1/+1
* Splint got more capable, or something. Remove some overrides.Eric S. Raymond2008-07-101-1/+1
* Add a CRC-24Q implementation. It's wrong, but it's a start.Eric S. Raymond2008-06-301-1/+1
* RTCM104v3 packet detection. Eric S. Raymond2008-06-301-1/+1
* More preparation for RTCM 3. No behavior changes. All regression tests pass.Eric S. Raymond2008-06-271-4/+4
* 'typename' is a reserved word in C++. Gary E. Miller2008-01-191-2/+2
* Make the -h output include a list of compiled-in drivers.Eric S. Raymond2007-12-271-2/+8
* Cosmetic fix.Eric S. Raymond2007-12-131-6/+6
* Comment fixes.Eric S. Raymond2007-12-131-7/+2
* Fix to time conversion by Petr Slansky; passes all stable regressions.Eric S. Raymond2007-12-111-1/+1
* Improved error and rpgress reporting, plus a typo fix.Eric S. Raymond2007-12-101-1/+1
* Log the transfer mask describing what data gets moved from devices... Eric S. Raymond2007-12-101-0/+2
* -T is gone. We'll develop a better alternative after 2.35.Eric S. Raymond2007-12-061-41/+3
* More splint cleanup.Eric S. Raymond2007-12-051-2/+2
* splint cleanup.Eric S. Raymond2007-12-051-6/+7
* indent properlyChris Kuethe2007-10-181-2/+2
* Don't die if getprotobyname fails. Patch from Ulf Lamping on gpsd-devChris Kuethe2007-10-181-8/+8
* d'oh. thanks to my amd64 for reminding me that i need to cache the deviceChris Kuethe2007-10-181-2/+7
* Introduce not-very-documented test mode. Chris Kuethe2007-10-171-15/+48
* white space cleanupChris Kuethe2007-10-151-103/+103
* Change the SIGHUP handler. Chris Kuethe2007-09-121-14/+17
* Two small fixes:Mick Durkin2007-07-171-1/+1
* Squish the spin bug. Chris Kuethe2007-07-011-3/+5
* Pull the device_readonly variable into the global context structure.Eric S. Raymond2007-06-011-5/+4
* Change return ttype of gpsd_write to be what the Garmin driver was expecting;Eric S. Raymond2007-06-011-10/+12
* splint cleanups, including a tweak to Makefile.am...Eric S. Raymond2007-05-311-1/+1
* generic function to get the ip of the client, as a string.Chris Kuethe2007-04-141-9/+5
* undo this change i made in 4 Aug 2005 - this is a useful log message.Chris Kuethe2007-04-141-2/+0
* improve connection loggingChris Kuethe2007-04-131-13/+25
* log the ip of the client. Chris Kuethe2007-04-071-2/+5
* Close the network socket like we mean it. Chris Kuethe2007-04-061-3/+4
* cope with temporary failures (EAGAIN and EINTR)Chris Kuethe2007-03-291-1/+3
* Remove -d -f and -p as pennance for adding -b. Chris Kuethe2007-03-261-6/+1
* Handle short writes to clients. Chris Kuethe2007-03-251-2/+8
* Gary reported a runtime link error. Chris Kuethe2007-03-141-2/+3
* committed from the wrong tree, so fix the "-b" flag. Chris Kuethe2007-03-091-2/+2
* Much as I hate to do this, add a command line flag (-b)...Chris Kuethe2007-03-071-2/+7