summaryrefslogtreecommitdiff
path: root/gpsd.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some bad naming. Number of TrueNorth channels is 0. Eric S. Raymond2005-08-021-1/+1
* Merge Petr Slanky's gpsd_write() patch.Eric S. Raymond2005-08-011-1/+2
* True North support integrated.Eric S. Raymond2005-08-011-1/+2
* Back out the input buffer size change.Eric S. Raymond2005-07-311-1/+1
* Harden the code against high data rates.Eric S. Raymond2005-07-301-1/+11
* Parity computation and splint cleanup.Eric S. Raymond2005-07-281-3/+3
* Upper level of RTCM encoder works.Eric S. Raymond2005-07-281-1/+2
* Another step (passing regression tests) towards an encoder.Eric S. Raymond2005-07-271-3/+3
* First steps towards a working RTCM encoder.Eric S. Raymond2005-07-271-0/+2
* First cut at RTCM undumper, and some splint cleanup.Eric S. Raymond2005-07-271-0/+2
* Sepatate character from retry counters.Eric S. Raymond2005-07-261-1/+2
* Big-endian support in rtcm.c.Eric S. Raymond2005-07-261-29/+0
* Support compilers that can't do anonymous unions.Eric S. Raymond2005-07-261-1/+1
* Narrow an interface.Eric S. Raymond2005-07-251-2/+1
* Fix some documentation.Eric S. Raymond2005-07-251-0/+29