summaryrefslogtreecommitdiff
path: root/zodiac.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* We have zero configuration. The -T option is dead.Eric S. Raymond2005-03-041-1/+0
* clean up time calls so library will be reentrant.Eric S. Raymond2005-03-011-4/+4
* Baud- and stopbit-hunting works well enough now that we no longer need to keepEric S. Raymond2005-02-261-2/+0
* First step in integrating the new packet sniffer. This version works, Eric S. Raymond2005-02-251-1/+0
* Speed up and prevent some precision loss.Eric S. Raymond2005-02-231-1/+1
* Factor out sync after write.Eric S. Raymond2005-02-231-5/+3
* Buffer size cleanup. Check that we get good data after a baud rateEric S. Raymond2005-02-201-3/+8
* Experimental baud-switching support for Zodiac.Eric S. Raymond2005-02-201-2/+26
* Speed switching is now a per-driver capability.Eric S. Raymond2005-02-201-0/+1
* Simplify some code.Eric S. Raymond2005-02-141-9/+5
* Refactored so the binary dump stuff is not duplicated.Eric S. Raymond2005-02-141-83/+9
* Integrated baud-rate hunting.Eric S. Raymond2005-02-131-0/+1
* Fluff removal.Eric S. Raymond2004-12-301-6/+3
* -W cleanup fixes.Eric S. Raymond2004-12-241-17/+16
* Tilman Koschnick's AMD64 patch.Eric S. Raymond2004-12-231-1/+1
* Lint cleanup page.Eric S. Raymond2004-12-181-1/+1
* Yet another round of fluff removal.Eric S. Raymond2004-10-231-65/+61
* -i has to be available if ZODIAC is. Get rid of an unneeded layer ofEric S. Raymond2004-10-221-3/+3
* Fixed used-satellite computation.Eric S. Raymond2004-10-161-1/+1