summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Better error modelling. Chris Kuethe2007-01-271-12/+10
* set numbers to always be rendered in the C locale...Chris Kuethe2007-01-061-0/+6
* Fix a typo.Eric S. Raymond2006-12-191-1/+1
* Cleanup after the prototype-tty change.Eric S. Raymond2006-12-191-10/+11
* Try be a little smarter about probing device permissions...Chris Kuethe2006-12-191-0/+4
* Chris broke the build by not including a fallback for GPSD_USER. Fix this.Eric S. Raymond2006-12-151-0/+4
* add a --enable-gpsd-user configure option. Chris Kuethe2006-12-151-5/+6
* fix uninitialized mutex. from greg troxel.Chris Kuethe2006-12-141-0/+4
* Bug pointed out by Mick Durkin.Eric S. Raymond2006-12-111-2/+3
* Insurance against flaky drivers.Eric S. Raymond2006-12-051-2/+5
* fix confusing commentChris Kuethe2006-12-011-1/+1
* Allow device speed to be fetched with the B command even if it can't be changedChris Kuethe2006-12-011-2/+2
* Prevent signal race. One symptom is deadlocks in gpsd_closeChris Kuethe2006-12-011-0/+2