summaryrefslogtreecommitdiff
path: root/gpsd.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Better fix to allow compilation with --disable-ntpshm.Chris Kuethe2006-05-171-2/+0
* Merged in improved timekeeping patch passed on by Rob Janssen.Eric S. Raymond2006-02-201-0/+3
* Jason von Nieda's TSIP patch.Eric S. Raymond2006-02-181-0/+1
* Rebuild regression test for gcc 4.0.0 under x86_64.Eric S. Raymond2005-12-191-2/+6
* Minor changes to SiRF initialization.Eric S. Raymond2005-08-171-2/+2
* Fixes to packet engine from Curt and Josh. Gary E. Miller2005-08-071-1/+1
* Fix/workaround the effects of gpsd_open and friends forgetting the baud rate...Chris Kuethe2005-08-051-0/+1
* Eliminate duplicated code between sirf.c/sirfflash.c/nmea_parse.c.Eric S. Raymond2005-08-041-1/+4
* splint and error-message cleanup.Eric S. Raymond2005-08-031-10/+10