summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a stupid bug in the firmware tpe notification code.Eric S. Raymond2006-11-011-4/+4
* Improved version of code for shipping a firmware version.Eric S. Raymond2006-10-311-0/+12
* Clean up the notification logic in the device-assignment code.Eric S. Raymond2006-10-311-4/+13
* Enable clients to display the GPS type.Eric S. Raymond2006-10-311-2/+6
* gpsd now ships an I response when it assigns a device to a user.Eric S. Raymond2006-10-311-1/+5
* splint cleanup.Eric S. Raymond2006-10-311-2/+2
* Split the initializer method for FV18 and Evermore.Eric S. Raymond2006-10-301-0/+3
* Make it possible to disable reconfiguration.Eric S. Raymond2006-10-301-15/+16
* Fix libgpsd(3) so it's usable when ntpshm_init() has not been called.Eric S. Raymond2006-10-301-0/+1
* missing newlineChris Kuethe2006-10-291-1/+1
* Partial splint cleanup.Eric S. Raymond2006-10-291-3/+3
* Conditional claimed too much code. My bad.Chris Kuethe2006-10-291-1/+1
* Eyvind Tagseth's change to the way channel fds are handled.Eric S. Raymond2006-10-281-269/+286
* Code and regression tests are back in sync.Eric S. Raymond2006-10-271-2/+2
* This temporary reversion was needed to regression-test the next change.Eric S. Raymond2006-10-271-2/+2
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-4/+5
* Restore reporting time to millisecond resolution. Eric S. Raymond2006-10-251-2/+2
* Stelian Pop's fix for the J command handling.Eric S. Raymond2006-10-251-15/+8
* Allow for gpsd_report and gpsd_hexdump to be suppressed to save cpu cycles.Chris Kuethe2006-10-241-0/+2