summaryrefslogtreecommitdiff
path: root/gpsd.h
Commit message (Expand)AuthorAgeFilesLines
...
* Split the packet-sniffer internals out of the session structure. Eric S. Raymond2006-11-301-41/+49
* We temporarily need root privs to set up the nmea line discipline on OpenBSD.Chris Kuethe2006-11-291-0/+3
* Poll for the Navigation Parameters in SiRF message 0x13...Eric S. Raymond2006-11-271-0/+11
* Change the configurator method to take a packet sequence number argument...Eric S. Raymond2006-11-271-1/+1
* Make back_to_nmea a public flag (rather than a per-driver private flag)...Eric S. Raymond2006-11-211-10/+1
* Pull the "configurable" bit out of the context structure & make it per-driver...Eric S. Raymond2006-11-201-4/+4
* Split wrapup method into revert and wrapup. The revert method is onlt calledEric S. Raymond2006-11-141-2/+7
* Back-to-NMEA-on-exit logic for the Evermore, too.Eric S. Raymond2006-11-131-0/+7
* First step towards restoring parameters on close: Eric S. Raymond2006-11-131-0/+3
* Compiler-warning and splint cleanup.Eric S. Raymond2006-11-101-1/+1
* Interleave NMEA subtype probes with received packets. This seems to Eric S. Raymond2006-11-071-1/+2
* Sigh...avoid harmless but *annoying* name collision...Eric S. Raymond2006-11-021-1/+1
* Define uniform log level macros.Eric S. Raymond2006-11-021-0/+9
* Define a function to do ID reports with subtypes...Eric S. Raymond2006-11-011-0/+1
* Another small refactoring step.Eric S. Raymond2006-11-011-0/+1
* More pure refactoring.Eric S. Raymond2006-11-011-0/+1
* Pure refactoring. Eric S. Raymond2006-11-011-0/+1
* Make the subtype member long enough for a Garmin.Eric S. Raymond2006-10-311-1/+1
* Enable clients to display the GPS type.Eric S. Raymond2006-10-311-0/+1
* Make it possible to disable reconfiguration.Eric S. Raymond2006-10-301-1/+4
* Rename some methods for clarity.Eric S. Raymond2006-10-301-3/+3
* Split the "initializer" driver method in two.Eric S. Raymond2006-10-301-0/+1
* Fix libgpsd(3) so it's usable when ntpshm_init() has not been called.Eric S. Raymond2006-10-301-1/+2
* Clean up some unfortunate nomenclature discovered while working on gpscntrl.Eric S. Raymond2006-10-301-1/+1
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-1/+0
* Eliminate duplicative code in the Truenorth driver.Eric S. Raymond2006-10-261-1/+1
* Add a new capability to the generic driver structure: wakeup...Eric S. Raymond2006-10-261-0/+1
* Move the logic for poking the NTP daemomn out of the NMEA driver.Eric S. Raymond2006-10-231-3/+1
* Make germin_ser_parse() confirm to the generic parse_packet() prototype.Gary E. Miller2006-10-101-1/+1
* Make the hexdump-to-binary converter part of libgpsdChris Kuethe2006-09-281-0/+2
* Prevent gpsd from spinning if the dgpsip stream goes away.Chris Kuethe2006-09-281-1/+1
* Fix GPGSV output, tweak the file commentsGary E. Miller2006-09-271-1/+2
* Now usually detects Garmin Serial binary and calls proper driver. Gary E. Miller2006-09-261-0/+1
* More steps on the way to Garmin binary over serial.Gary E. Miller2006-09-251-0/+1
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
* First stage of cleanup after the J patch; remove unused storage.Eric S. Raymond2006-09-011-1/+0
* Refactor the way stashing oldfixes is handled. Eric S. Raymond2006-09-011-1/+2
* Reduce the size of the J patch still further. All regression tests pass.Eric S. Raymond2006-09-011-0/+1
* Make the error-modeling code visible.Eric S. Raymond2006-08-311-0/+1
* splint cleanup after CK's strcat()/strlcopy() cleanup.Eric S. Raymond2006-08-201-8/+0
* Obey the warnings of lint and cc because they know C better than you do.Chris Kuethe2006-08-181-0/+9
* A gpsd with no protocols is an invalid configuration; make configure fail. Chris Kuethe2006-08-181-9/+0
* There is no --enable-zodiac configure option...Chris Kuethe2006-08-181-1/+1
* It makes no sense to compile a gpsd with no protocols defined.Chris Kuethe2006-08-181-0/+9
* SiRF name cleanup.Chris Kuethe2006-08-171-3/+3
* Note a compiler bug. Fix typos.Eric S. Raymond2006-07-281-2/+2
* The -d option is no longer necessary.Eric S. Raymond2006-07-231-0/+1
* Yet more documentation and comment fixes.Eric S. Raymond2006-07-221-1/+1
* Ville Nuorvala merges some common code.Eric S. Raymond2006-06-091-2/+0
* splint cleanupEric S. Raymond2006-06-071-3/+14