summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* We don't need dummy handlers to ignore sentences.Eric S. Raymond2005-08-031-23/+2
* Typo, capital O, not zero in PGRMO.Gary E. Miller2005-08-031-1/+1
* First pass at getting rid of 'unknown sentence' logs for known but ignored NMEA.Gary E. Miller2005-08-031-0/+23
* Fix up Garmin GPS-18 info.Gary E. Miller2005-08-031-13/+28
* Last patch worked with Python 2.3, but not 2.4.Gary E. Miller2005-08-031-3/+3
* Undo bad change. 1/0 is not a math operation, it is a plot command.Gary E. Miller2005-08-031-1/+1
* gpsprof with altitude works again on garmin GPS 18USB. Gary E. Miller2005-08-032-3/+10
* gpsprof works again on garmin GPS 18USB. NaN not handled yet.Gary E. Miller2005-08-031-2/+7
* Fix from Petr Slansky.Eric S. Raymond2005-08-021-1/+1
* More fixes for the short-packet logic.Eric S. Raymond2005-08-021-3/+3
* Major change to packet parser -- it now returns the *first* packet recognized.Eric S. Raymond2005-08-023-31/+48
* Fixed the last EverMore test.Eric S. Raymond2005-08-021-4/+3
* Initializers to C99 form.Eric S. Raymond2005-08-021-79/+79
* gpsprof seems rather broken.Eric S. Raymond2005-08-021-23/+23
* Fix some bad naming. Number of TrueNorth channels is 0. Eric S. Raymond2005-08-025-10/+15
* Minor touch-ups.Gary E. Miller2005-08-021-11/+27
* Mostly fix garmin to work with new packet parse structure.Gary E. Miller2005-08-022-17/+56
* Merge Petr Slanky's gpsd_write() patch.Eric S. Raymond2005-08-015-37/+62
* Call close last during wrapup.Eric S. Raymond2005-08-011-1/+1
* Finish the True North integration.Eric S. Raymond2005-08-012-1/+174
* True North support integrated.Eric S. Raymond2005-08-0120-31/+155
* Typo fix.Eric S. Raymond2005-08-011-1/+1
* Unbreak an RTCM regression test.Eric S. Raymond2005-08-011-1/+1
* More attempts to get the EverMore to work.Eric S. Raymond2005-07-312-17/+44
* Back out the input buffer size change.Eric S. Raymond2005-07-311-1/+1
* More splint cleanup.Eric S. Raymond2005-07-301-0/+2
* Splint cleanup.Eric S. Raymond2005-07-303-9/+19
* Make sure sirf.c contains documentation for message 27.Eric S. Raymond2005-07-301-0/+40
* Typo fix.Eric S. Raymond2005-07-301-1/+1
* Document a gpsdrive bug that comes up as a FAQ.Eric S. Raymond2005-07-301-0/+4
* Comment fixes.Eric S. Raymond2005-07-301-4/+7
* Don't use nmea_send() to ship binary! Duh!Eric S. Raymond2005-07-301-2/+2
* Harden the code against high data rates.Eric S. Raymond2005-07-302-2/+12
* Implement -F properly, and fix a bug reported by Wolfgang.Eric S. Raymond2005-07-301-10/+10
* Not having I_READ_THE_WARNING set forces probe mode after giving the warning.Eric S. Raymond2005-07-291-9/+10
* More gpsflash infrastructure.Eric S. Raymond2005-07-293-12/+20
* Added expect(), so we can get a version string from the GPS.Eric S. Raymond2005-07-293-20/+115
* _Wall cleanup.Eric S. Raymond2005-07-291-1/+1
* Complain rather than try to write to a close fd silently.Eric S. Raymond2005-07-291-1/+3
* Make r=2 mode work again.Eric S. Raymond2005-07-291-1/+1
* The retry change was not smart.Eric S. Raymond2005-07-291-10/+9
* Wokaround for Kismet.Eric S. Raymond2005-07-292-1/+4
* Enable a probe option in gpsflash.Eric S. Raymond2005-07-293-98/+105
* Add a note about Kismet.Eric S. Raymond2005-07-291-1/+9
* Add regression test for R=2 mode.Eric S. Raymond2005-07-293-12/+43
* Add -r option to gpsfake.Eric S. Raymond2005-07-293-3/+13
* Fix Petr Slansky's NMEA-switching bug.Eric S. Raymond2005-07-293-3/+21
* Minor tweak to EverMore driver by Petr Slansky.Eric S. Raymond2005-07-292-2/+10
* Fix minor bug in D response.Eric S. Raymond2005-07-291-1/+1
* Prevent a core dump when we get a device assigned but don't know its type yet.Eric S. Raymond2005-07-291-1/+1