summaryrefslogtreecommitdiff
path: root/tsip.c
Commit message (Expand)AuthorAgeFilesLines
* Switch drivers properly if TSIP driver grabs an EverMore by mistakeEric S. Raymond2005-07-221-1/+20
* Add progress messages to gpsflash. splint cleanup.Eric S. Raymond2005-07-191-3/+5
* Use gpsd_hexdump().Eric S. Raymond2005-07-191-7/+1
* TSIP patch to add wrapup hook that restores old serial-line parameters.Eric S. Raymond2005-07-171-3/+30
* Switch to using C99 initializers everywhere.Eric S. Raymond2005-07-161-13/+13
* Architecture extension; handle variable sample rates.Eric S. Raymond2005-07-111-0/+2
* USED_SET needs to be a separate mask from SATELLITES_SET...Eric S. Raymond2005-07-081-1/+1
* Move driver-specific members into a union in order to save some storage.Eric S. Raymond2005-07-011-22/+22
* Rob Janssen's fixes to tsip.c.Eric S. Raymond2005-06-201-5/+10
* Support CYCLE_START_SET in the TSIP driver.Eric S. Raymond2005-06-161-21/+32
* New packet-return API using newdata and explicit merging.Eric S. Raymond2005-06-151-44/+44
* Various small cleanups.Eric S. Raymond2005-06-151-1/+0
* Documentation fixes and one minor splint cleanup.Eric S. Raymond2005-06-131-1/+1
* Rob Jansssen's second-round TSIP patches.Eric S. Raymond2005-06-121-37/+225
* Rob repairs the TSIP driver and Zodiac output.Eric S. Raymond2005-06-121-10/+17
* Refactor so the raw_hook dumping is done in handle_packet...Eric S. Raymond2005-06-121-6/+0
* Rob Janssen's first TSIP patch.Eric S. Raymond2005-06-111-117/+128
* Port hack for OpebBSD; base code on C99 round()/roundf().Eric S. Raymond2005-06-111-2/+2
* OpenBSD port change: round[f] -> rint[f].Eric S. Raymond2005-06-101-2/+2
* More int to size_t conversions.Eric S. Raymond2005-06-101-3/+3
* 41 splint warnings.Eric S. Raymond2005-06-071-2/+3
* 104 split errors. Some iffy changes to the TSIP driver.Eric S. Raymond2005-06-021-19/+27
* 236 splint warnings.Eric S. Raymond2005-05-301-8/+11
* 560 splint errors.Eric S. Raymond2005-05-291-50/+55
* 680 splint warnings.Eric S. Raymond2005-05-271-0/+2
* 879 splint warnings.Eric S. Raymond2005-05-271-4/+4
* 989 splint warnings. Fix getw() macro bug pointed out by Rob Janssen.Eric S. Raymond2005-05-271-4/+5
* Get rid of more sprintfs.Eric S. Raymond2005-05-271-6/+7
* Some easy splint fixes, learned from hacking sirf.c, for tsip.cEric S. Raymond2005-05-271-20/+23
* Down to 1545 splint warnings.Eric S. Raymond2005-05-261-1/+1
* Followup to the TSIP patch; also, a manual-page correction.Eric S. Raymond2005-05-261-32/+59
* Change API so raw_hook takes a length argument; supports dumping binary packets.Eric S. Raymond2005-05-261-10/+0
* Rob Janssen writes: Here is my first version of the Trimble TSIP driver.Eric S. Raymond2005-05-251-0/+392