summaryrefslogtreecommitdiff
path: root/zodiac.c
Commit message (Expand)AuthorAgeFilesLines
* Split the packet-sniffer internals out of the session structure. Eric S. Raymond2006-11-301-10/+10
* Split wrapup method into revert and wrapup. The revert method is onlt calledEric S. Raymond2006-11-141-0/+5
* Convert some log levels I missed first time around.Eric S. Raymond2006-11-021-1/+1
* Untested (but harmless if buggy) code to get subtype info from a Zodiac.Eric S. Raymond2006-11-021-0/+15
* Define uniform log level macros.Eric S. Raymond2006-11-021-48/+48
* Rename some methods for clarity.Eric S. Raymond2006-10-301-3/+3
* Split the "initializer" driver method in two.Eric S. Raymond2006-10-301-0/+1
* Fix libgpsd(3) so it's usable when ntpshm_init() has not been called.Eric S. Raymond2006-10-301-1/+1
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-0/+2
* Partial splint cleanup.Eric S. Raymond2006-10-261-0/+1
* mark the (obvious) end of the ALLOW_RECONFIGURE conditionalChris Kuethe2006-10-101-1/+1
* zodiac now honours --disable-reconfigureChris Kuethe2006-10-101-1/+7
* 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-18/+18
* Design decision: Trie North data gets mapped into existing fields (track, etc)Eric S. Raymond2006-08-311-1/+1
* splint cleanup after CK's strcat()/strlcopy() cleanup.Eric S. Raymond2006-08-201-1/+1
* String safety, courtesy of snprintf, strlcat and strlcpy.Chris Kuethe2006-08-191-1/+1
* Jerome Cornet's cleaner fix for the Earthmate.Eric S. Raymond2006-08-161-1/+16
* Fix missing semicolon. From Robin L Darroch on gpsd-devChris Kuethe2006-08-121-1/+1
* Disable iTalk by default.Eric S. Raymond2006-07-131-2/+3
* True North support integrated.Eric S. Raymond2005-08-011-0/+1
* Support compilers that can't do anonymous unions.Eric S. Raymond2005-07-261-9/+9
* Add little-endian macros to bits.h. More fixes for the DBUS problem.Eric S. Raymond2005-07-181-0/+2
* 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
* We know how to scale error estimates now.Eric S. Raymond2005-07-081-5/+5
* Report uniform 95% confidence intervals.Eric S. Raymond2005-07-081-6/+6
* Big driver structure refactoring.Eric S. Raymond2005-07-081-8/+13
* USED_SET needs to be a separate mask from SATELLITES_SET...Eric S. Raymond2005-07-081-1/+1
* Quiet splint.Eric S. Raymond2005-07-051-1/+1
* Add status mode setting to Zodiac driver.Eric S. Raymond2005-07-041-1/+8
* Move driver-specific members into a union in order to save some storage.Eric S. Raymond2005-07-011-9/+9
* More prep work for 16-channel receivers.Eric S. Raymond2005-06-221-3/+3
* New packet-return API using newdata and explicit merging.Eric S. Raymond2005-06-151-17/+17
* First cut at implementing the CYCLE_START_SET flag.Eric S. Raymond2005-06-151-1/+1
* Various small cleanups.Eric S. Raymond2005-06-151-2/+1
* Add Zodiac log to regression test.Eric S. Raymond2005-06-131-0/+6
* Refactor so the raw_hook dumping is done in handle_packet...Eric S. Raymond2005-06-121-27/+7
* Port hack for OpebBSD; base code on C99 round()/roundf().Eric S. Raymond2005-06-111-1/+1
* New version of bits.h with fixed-width types for cross-architecture portability.Eric S. Raymond2005-06-101-8/+1
* OpenBSD port change: round[f] -> rint[f].Eric S. Raymond2005-06-101-1/+1
* Do some int to size_t conversions we didn't catch the first time around.Eric S. Raymond2005-06-101-3/+3
* Type cleanup.Eric S. Raymond2005-06-101-1/+1
* Zero splint warnings!Eric S. Raymond2005-06-081-1/+1
* 41 splint warnings.Eric S. Raymond2005-06-071-5/+6
* 560 splint errors.Eric S. Raymond2005-05-291-111/+117
* 680 splint warnings.Eric S. Raymond2005-05-271-5/+6
* 698 splint warnings.Eric S. Raymond2005-05-271-2/+2
* 989 splint warnings. Fix getw() macro bug pointed out by Rob Janssen.Eric S. Raymond2005-05-271-7/+6
* Get rid of more sprintfs.Eric S. Raymond2005-05-271-5/+8