summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Split the packet-sniffer internals out of the session structure. Eric S. Raymond2006-11-301-6/+6
* We temporarily need root privs to set up the nmea line discipline on OpenBSD.Chris Kuethe2006-11-291-1/+1
* Stop trying to defer device activation, it breaks the regression tests. Eric S. Raymond2006-11-291-27/+6
* Revert the results of Chris hacking too fast...Eric S. Raymond2006-11-251-22/+22
* RTCM104_ENABLE doesn't seem to do the right thing.Chris Kuethe2006-11-251-22/+22
* make this compile in the RTCM104_ENABLE caseChris Kuethe2006-11-251-2/+4
* RTCM104_SERVICE isn't defined by configureChris Kuethe2006-11-251-18/+18
* fully-activate a receiver in no-wait mode.Chris Kuethe2006-11-251-5/+12
* Fix for a bug turned up by Mick Durkin.Eric S. Raymond2006-11-241-8/+19
* Fix a slightly broken test...Eric S. Raymond2006-11-221-1/+1
* Pull the "configurable" bit out of the context structure & make it per-driver...Eric S. Raymond2006-11-201-5/+2
* No need to configure the device if all we're doing is checking accessibility.Eric S. Raymond2006-11-201-2/+7
* Do a better job of telling gpsd_wrap() that a device has been removed.Eric S. Raymond2006-11-171-1/+1
* EverMore patch by Petr Slansky, and a link for the project page.Eric S. Raymond2006-11-171-5/+7
* Typo fix.Eric S. Raymond2006-11-161-3/+0
* Signal safetyChris Kuethe2006-11-161-4/+4
* Minore corrections so the state-restore command plays well with 'B'.Eric S. Raymond2006-11-151-1/+1
* Conditionalization cleanup patch from Petr Slansky.Eric S. Raymond2006-11-131-3/+3
* Fix an error in generation of the ID message at startup...Eric S. Raymond2006-11-101-2/+2
* Fixed 'E' reporting to emit '?' for no data...Eric S. Raymond2006-11-071-18/+21
* Mick Durkin's fix.Eric S. Raymond2006-11-061-0/+2
* Consistency fix to E message.Chris Kuethe2006-11-021-5/+16
* Avoid printing NaN where floats are expected.Chris Kuethe2006-11-021-3/+5
* Convert some log levels I missed first time around.Eric S. Raymond2006-11-021-1/+1
* Sigh...avoid harmless but *annoying* name collision...Eric S. Raymond2006-11-021-23/+23
* Define uniform log level macros.Eric S. Raymond2006-11-021-76/+76
* Define a function to do ID reports with subtypes...Eric S. Raymond2006-11-011-11/+5
* Another small refactoring step.Eric S. Raymond2006-11-011-1/+0