summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* making italk have a better chance of working. at least it detects packets now.Chris Kuethe2006-11-022-20/+20
* Define a function to do ID reports with subtypes...Eric S. Raymond2006-11-014-19/+27
* Get rid of a stray bracket.Eric S. Raymond2006-11-011-1/+0
* Another strncpy/strlcpy fix.Eric S. Raymond2006-11-011-1/+1
* Add a comment and initializer (so far not used)...Eric S. Raymond2006-11-011-0/+14
* Another small refactoring step.Eric S. Raymond2006-11-014-3/+11
* More pure refactoring.Eric S. Raymond2006-11-013-2/+14
* Pure refactoring. Eric S. Raymond2006-11-013-11/+20
* Clean up a saved_baud use.Eric S. Raymond2006-11-011-2/+2
* When gpsctrl is given no arguments, it IDs the selected device and exits.Eric S. Raymond2006-11-013-15/+25
* Drivers have to explicitly set the driver_mode field when they do a switch...Eric S. Raymond2006-11-015-11/+14
* Encapsulate the logic for waiting on packets in gpsctrl.Eric S. Raymond2006-11-011-9/+43
* document message 29Chris Kuethe2006-11-011-0/+4
* Enable raw tracker data if the port speed is high enough.Chris Kuethe2006-11-011-2/+2
* Fix a stupid bug in the firmware tpe notification code.Eric S. Raymond2006-11-011-4/+4
* Fix a typo.Eric S. Raymond2006-11-011-1/+1
* fix syntax errorChris Kuethe2006-11-011-1/+1
* Back down to a version of the True North code that was working...Eric S. Raymond2006-11-012-26/+130
* Revert an overzealous search/replace.Gary E. Miller2006-11-011-1/+1
* Add some more PPS logging.Gary E. Miller2006-11-012-2/+9
* More action logging in gpsctrl.Eric S. Raymond2006-11-011-5/+9
* Make gpsctrl emit a usage message if you give it nothing to do.Eric S. Raymond2006-11-011-1/+6
* Improved version of code for shipping a firmware version.Eric S. Raymond2006-10-313-1/+18
* Make the subtype member long enough for a Garmin.Eric S. Raymond2006-10-311-1/+1
* Clean up the notification logic in the device-assignment code.Eric S. Raymond2006-10-311-4/+13
* Enable clients to display the GPS type.Eric S. Raymond2006-10-313-2/+8
* gpsd now ships an I response when it assigns a device to a user.Eric S. Raymond2006-10-316-11/+23
* Shut up splint some more.Eric S. Raymond2006-10-311-4/+4
* Silence stupid splint message.Gary E. Miller2006-10-311-1/+1
* Commit a righteous featurectomy -- smoothing option is gone from xgps.Eric S. Raymond2006-10-313-195/+158
* splint cleanup.Eric S. Raymond2006-10-311-2/+2
* Get rid of an annoying compiler warning.Eric S. Raymond2006-10-311-3/+7
* Typo and documentation fixes.Eric S. Raymond2006-10-315-21/+32
* Document things in the bug queue.Eric S. Raymond2006-10-311-0/+18
* Attempt to transplant the methods ftrom garminctl...Eric S. Raymond2006-10-311-13/+60
* Get rid of several flag variables...Eric S. Raymond2006-10-311-56/+31
* First stage of gpspipe cleanup.Eric S. Raymond2006-10-311-266/+238
* Split the initializer method for FV18 and Evermore.Eric S. Raymond2006-10-306-15/+25
* Implement -j option in xgps. Document it in cgps.Eric S. Raymond2006-10-304-8/+38
* Typo fix.Eric S. Raymond2006-10-301-1/+1
* Fix and document the implementation of the J switch in gpspipe.Eric S. Raymond2006-10-303-7/+11
* Client code cleanup and simplification.Eric S. Raymond2006-10-304-157/+128
* Make this compile againChris Kuethe2006-10-301-3/+3
* Add a to-do item.Eric S. Raymond2006-10-301-0/+7
* Make it possible to disable reconfiguration.Eric S. Raymond2006-10-304-20/+26
* This temporary reversion was needed to regression-test the next change.Eric S. Raymond2006-10-303-62/+56
* Cleanup after the method-splitting patch.Eric S. Raymond2006-10-301-2/+10
* Rename some methods for clarity.Eric S. Raymond2006-10-3012-89/+96
* Split the "initializer" driver method in two.Eric S. Raymond2006-10-3011-31/+63
* More work on gpsctrl.Eric S. Raymond2006-10-304-9/+39