summaryrefslogtreecommitdiff
path: root/zodiac.c
Commit message (Expand)AuthorAgeFilesLines
...
* More fast Zodiac fixes, 1156 splint errors.Eric S. Raymond2005-05-271-20/+23
* 1318 splint warnings.Eric S. Raymond2005-05-271-2/+2
* Down to 1545 splint warnings.Eric S. Raymond2005-05-261-4/+4
* Make a start at cleaning up splint warnings.Eric S. Raymond2005-05-261-2/+2
* Change API so raw_hook takes a length argument; supports dumping binary packets.Eric S. Raymond2005-05-261-5/+2
* Support R=2.Eric S. Raymond2005-05-241-3/+7
* Preparation for the TSIP driver.Eric S. Raymond2005-05-241-1/+1
* Add trailing \n to log messages where needed.Eric S. Raymond2005-05-241-15/+15
* Various driver fixes and cleanups from Rob Janssen.Eric S. Raymond2005-05-221-19/+53
* Pass along, or compute, TDOP and GDOP.Eric S. Raymond2005-05-221-0/+2
* Dynamic SHM segment allocation.Eric S. Raymond2005-05-201-1/+1
* OpenBSD port patch.Eric S. Raymond2005-05-181-1/+1
* Signedness and scaling fixes for the Zodiac driver.Eric S. Raymond2005-05-171-16/+19
* Rob Janssen's second big timekeeping patch.Eric S. Raymond2005-05-161-13/+13
* Fixes from Rob Janssen: PPS integration, Zodiac bug fix, Makefile.am cleanup.Eric S. Raymond2005-05-131-2/+3
* Remove some unused code, suggested by Rob Janssen.Eric S. Raymond2005-05-111-2/+0
* Fixes for the Zodiac driver. Beginning of PPS patch (conditioned out).Eric S. Raymond2005-05-091-4/+41
* Fixes from Rob Janssen.Eric S. Raymond2005-04-301-1/+1
* Testing works better if we compile with GARMIN_ENABLE and ZODAC_ENABLE on.Eric S. Raymond2005-04-301-1/+1
* OK, let's try this again. Only you can prevent malicious buffer overruns!Eric S. Raymond2005-03-311-2/+2
* Limit some field widths...Eric S. Raymond2005-03-301-1/+1
* Make sure all drivers set the packet tag field.Eric S. Raymond2005-03-291-1/+1
* Make the code for converting GMT dates independent of Unix time-zone weirdness.Eric S. Raymond2005-03-281-1/+1
* Change gps_session_t to gps_device_t.Eric S. Raymond2005-03-281-9/+9
* Oops, fix the time-extraction code.Eric S. Raymond2005-03-261-30/+27
* Add a sentence_time member...Eric S. Raymond2005-03-261-9/+10
* Use Zodiac's UTC fields, assuming that they have leap-second correction.Eric S. Raymond2005-03-261-2/+9
* Reduce the burden on drivers by doing fix copying for them.Eric S. Raymond2005-03-251-4/+1
* Split up the estimated-error validity masks.Eric S. Raymond2005-03-231-2/+4
* Watcher mode now uses 'o' command to dump status.Eric S. Raymond2005-03-231-2/+2
* Compute derived uncertainties for 'O' command.Eric S. Raymond2005-03-231-1/+2
* Zodiac returns estimated speed error.Eric S. Raymond2005-03-221-9/+8
* Take the broken-out dates out of the session structure.Eric S. Raymond2005-03-221-7/+0
* Sentence length and tag reporting is now done by the driver.Eric S. Raymond2005-03-221-5/+7
* Second step in library refactoring.Eric S. Raymond2005-03-221-1/+4
* Big structure reorganization.Eric S. Raymond2005-03-221-37/+34
* Remove more timestamp fields. Soon there will only be one per fix.Eric S. Raymond2005-03-221-3/+0
* Eliminate track stamp in favor of out-of-band value.Eric S. Raymond2005-03-211-1/+0
* Get ride of status and mode timestamps, these are continuously valid.Eric S. Raymond2005-03-211-2/+0
* Remove redundant timestamps.Eric S. Raymond2005-03-211-2/+0
* Daemon no longer depends on the raw hook to trigger watcher notifications.Eric S. Raymond2005-03-181-8/+18
* Fix some bugs in feature conditionalization.Eric S. Raymond2005-03-181-1/+1
* Split the handle_input method into packet-getter + packet-interpreter methods.Eric S. Raymond2005-03-171-201/+118
* First step towards implementing -'n' command -- define the driver slot.Eric S. Raymond2005-03-141-0/+1
* Packet engine rewrite to make automatic reconnect work again.Eric S. Raymond2005-03-141-3/+5
* Prerelease cleanup.Eric S. Raymond2005-03-101-5/+2
* Since -i is gone, we don't need putlong().Eric S. Raymond2005-03-061-12/+0
* Get rid of Zodiac -i option.Eric S. Raymond2005-03-061-30/+1
* Fix some errors in code conditioning, remove an unused variable.Eric S. Raymond2005-03-051-1/+1
* Probe functions are now a per-driver capability. Eric S. Raymond2005-03-051-0/+1