summaryrefslogtreecommitdiff
path: root/drivers.c
Commit message (Expand)AuthorAgeFilesLines
* Various small cleanups.Eric S. Raymond2005-06-151-2/+2
* Refactor so the raw_hook dumping is done in handle_packet...Eric S. Raymond2005-06-121-3/+0
* Type cleanup.Eric S. Raymond2005-06-101-1/+1
* 41 splint warnings.Eric S. Raymond2005-06-071-2/+2
* 104 split errors. Some iffy changes to the TSIP driver.Eric S. Raymond2005-06-021-2/+2
* 680 splint warnings.Eric S. Raymond2005-05-271-4/+8
* 989 splint warnings. Fix getw() macro bug pointed out by Rob Janssen.Eric S. Raymond2005-05-271-4/+4
* Gary has a better fix.Eric S. Raymond2005-05-261-2/+3
* 1474 splint warnings.Eric S. Raymond2005-05-261-1/+1
* Down to 1545 splint warnings.Eric S. Raymond2005-05-261-8/+8
* Down to 1562 splint warnings.Eric S. Raymond2005-05-261-1/+1
* More splint cleanup. Down to 1689 warnings.Eric S. Raymond2005-05-261-1/+1
* Make a start at cleaning up splint warnings.Eric S. Raymond2005-05-261-21/+21
* Change API so raw_hook takes a length argument; supports dumping binary packets.Eric S. Raymond2005-05-261-1/+1
* Fix recognition of SiRF packets in an NMEA stream.Eric S. Raymond2005-05-241-1/+1
* Support R=2.Eric S. Raymond2005-05-241-1/+1
* Preparation for the TSIP driver.Eric S. Raymond2005-05-241-1/+4
* Cosmetic fixes.Eric S. Raymond2005-05-211-1/+1
* Dynamic SHM segment allocation.Eric S. Raymond2005-05-201-1/+1
* Better documentation of the new time patch.Eric S. Raymond2005-05-161-0/+1
* Rob Janssen's second big timekeeping patch.Eric S. Raymond2005-05-161-1/+1
* NTP support for NMEA GPSes.Eric S. Raymond2005-05-161-0/+4
* Turn off sentences properly in SiRFII-NMEA.Eric S. Raymond2005-05-151-12/+7
* Fix for the other piece of Remco's bug.Eric S. Raymond2005-05-151-5/+4
* Enable build with SiRF-II support missing.Eric S. Raymond2005-05-131-0/+4
* Another round of fixes from Rob Janssen.Eric S. Raymond2005-04-301-1/+1
* O command now reports speeds in meters/sec, making the O report all SI units.Eric S. Raymond2005-04-271-2/+2
* Enable GSA on serial Garmin GPSes.Eric S. Raymond2005-04-261-0/+2
* Enable GPZDA on a Motorola Oncore GT+.Eric S. Raymond2005-04-121-0/+2
* MacOS compiler fixes. Oleg's fix for the bilinear interpolation.Eric S. Raymond2005-04-011-0/+1
* FV18 is back because we can enable ZDA if we know we're connected to one... Eric S. Raymond2005-03-311-3/+31
* Russ Nelson's fix.Eric S. Raymond2005-03-311-1/+1
* Don't block non-GP values of TALKER1 and TALKER2 from working.Eric S. Raymond2005-03-291-3/+1
* Change gps_session_t to gps_device_t.Eric S. Raymond2005-03-281-10/+10
* Pass through PGRME.Eric S. Raymond2005-03-261-2/+2
* Big structure reorganization.Eric S. Raymond2005-03-221-14/+14
* Remove more timestamp fields. Soon there will only be one per fix.Eric S. Raymond2005-03-221-2/+1
* Daemon no longer depends on the raw hook to trigger watcher notifications.Eric S. Raymond2005-03-181-4/+4
* Fix some bugs in feature conditionalization.Eric S. Raymond2005-03-181-6/+6
* Split the handle_input method into packet-getter + packet-interpreter methods.Eric S. Raymond2005-03-171-13/+12
* Refactor the baud-rate-change code...Eric S. Raymond2005-03-161-10/+0
* Suppress useless GLL and VTG sentences in SiRF NMEA.Eric S. Raymond2005-03-161-2/+3
* N command is now fully implemented.Eric S. Raymond2005-03-151-5/+22
* Enhancements to gpsfake, and an NMEA packet fix.Eric S. Raymond2005-03-151-3/+4
* Better message in case of driver mismatch.Eric S. Raymond2005-03-141-1/+6
* First step towards implementing -'n' command -- define the driver slot.Eric S. Raymond2005-03-141-0/+4
* Packet engine rewrite to make automatic reconnect work again.Eric S. Raymond2005-03-141-24/+23
* Make sure a driver's initializer is always called when it's selected.Eric S. Raymond2005-03-101-4/+2
* Skip events that look like 0-length packets because there is no input waiting.Eric S. Raymond2005-03-101-1/+1
* Prerelease cleanup.Eric S. Raymond2005-03-101-3/+1