summaryrefslogtreecommitdiff
path: root/tsip.c
Commit message (Expand)AuthorAgeFilesLines
* Not carelessly dumping a NaN timestamp fixes one of the Trimble tests.Eric S. Raymond2007-12-121-2/+10
* Pull the device_readonly variable into the global context structure.Eric S. Raymond2007-06-011-5/+0
* make tsip_write respect device_readonlyChris Kuethe2007-04-061-0/+5
* Split the packet-sniffer internals out of the session structure. Eric S. Raymond2006-11-301-12/+12
* Change the configurator method to take a packet sequence number argument...Eric S. Raymond2006-11-271-9/+11
* I think LOG_IO is the right level for logging TSIP messages.Chris Kuethe2006-11-261-1/+1
* Quirk fixes for the TSIP driver.Chris Kuethe2006-11-261-2/+4
* lower the log level required to print these messages... Chris Kuethe2006-11-251-2/+2
* tidy up the --disable-reconfigure caseChris Kuethe2006-11-251-1/+2
* adjust this format a little moreChris Kuethe2006-11-251-1/+1
* Slightly more informative debug outputChris Kuethe2006-11-251-1/+1
* Tidy up the satellite info parsing a littleChris Kuethe2006-11-251-5/+7
* I'm not convinced that DOPs need more than one decimal place...Chris Kuethe2006-11-251-1/+1
* add a warning commentChris Kuethe2006-11-251-0/+1
* Split wrapup method into revert and wrapup. The revert method is onlt calledEric S. Raymond2006-11-141-0/+7
* Make sure TSIP probing only happens once.Eric S. Raymond2006-11-131-20/+22
* Split TSIP initialization into a subtype probe and a configurator.Eric S. Raymond2006-11-131-12/+17
* Convert some log levels I missed first time around.Eric S. Raymond2006-11-021-3/+3
* splint cleanup.Eric S. Raymond2006-11-021-0/+2
* TSIP driver can report a subtype.Eric S. Raymond2006-11-021-3/+6
* Define uniform log level macros.Eric S. Raymond2006-11-021-27/+27
* Drivers have to explicitly set the driver_mode field when they do a switch...Eric S. Raymond2006-11-011-2/+2
* Rename some methods for clarity.Eric S. Raymond2006-10-301-3/+3
* Split the "initializer" driver method in two.Eric S. Raymond2006-10-301-2/+3
* Fix libgpsd(3) so it's usable when ntpshm_init() has not been called.Eric S. Raymond2006-10-301-1/+2
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-0/+2
* Add a new capability to the generic driver structure: wakeup...Eric S. Raymond2006-10-261-0/+1
* tsip now honours --disable-reconfigureChris Kuethe2006-10-101-0/+4
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
* The big dead-storage elimination: we get rid of the newdata member.Eric S. Raymond2006-09-091-44/+44
* Backed out bad multipliers at Rob Janssen's request.Eric S. Raymond2006-06-111-2/+2
* Merge in a permission fix by Rob Janssen...Eric S. Raymond2006-02-181-1/+1
* Folded in the smoothing patch to xgps.c.Eric S. Raymond2006-02-181-1/+1
* Jason von Nieda's TSIP patch.Eric S. Raymond2006-02-181-7/+23
* True North support integrated.Eric S. Raymond2005-08-011-2/+4
* Support compilers that can't do anonymous unions.Eric S. Raymond2005-07-261-23/+23
* 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