summaryrefslogtreecommitdiff
path: root/sirf.c
Commit message (Expand)AuthorAgeFilesLines
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-1/+2
* Add a new capability to the generic driver structure: wakeup...Eric S. Raymond2006-10-261-0/+1
* Stop using a hand-rolled hexdump.Chris Kuethe2006-10-241-6/+1
* quell compiler warning in the case of --disable-reconfigureChris Kuethe2006-10-101-0/+2
* add the sirf-specific reconfiguration inhibitorChris Kuethe2006-10-021-0/+12
* Initialize "mask" sooner, and do it only once.Chris Kuethe2006-09-231-3/+1
* off-by-one in statistics channel printer.Chris Kuethe2006-09-221-1/+1
* Document two more messages, and adjust the debug level.Chris Kuethe2006-09-221-3/+11
* Document a few more message typesChris Kuethe2006-09-211-1/+27
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
* forgot to update the message sizeChris Kuethe2006-09-191-1/+1
* Fix the description of message 27... finally.Chris Kuethe2006-09-191-4/+5
* The big dead-storage elimination: we get rid of the newdata member.Eric S. Raymond2006-09-091-38/+38
* 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
* SiRF name cleanup.Chris Kuethe2006-08-171-5/+5
* Better fix to allow compilation with --disable-ntpshm.Chris Kuethe2006-05-171-2/+0
* allow compilation with --disable-ntpshmChris Kuethe2006-05-171-0/+2
* More optimization tweaks and cleanup.Eric S. Raymond2005-08-201-8/+8
* Minor optimization using internal statics, thanks to Remco for the reminder.Eric S. Raymond2005-08-201-2/+2
* Minor changes to SiRF initialization.Eric S. Raymond2005-08-171-0/+12
* Eliminate duplicated code between sirf.c/sirfflash.c/nmea_parse.c.Eric S. Raymond2005-08-041-1/+1
* True North support integrated.Eric S. Raymond2005-08-011-0/+1
* Make sure sirf.c contains documentation for message 27.Eric S. Raymond2005-07-301-0/+40
* Support compilers that can't do anonymous unions.Eric S. Raymond2005-07-261-29/+29
* More interface narrowing.Eric S. Raymond2005-07-251-2/+12
* Narrow an interface.Eric S. Raymond2005-07-251-1/+1
* Documentation fixes and another EverMore patch.Eric S. Raymond2005-07-221-0/+4
* Factor out subframe interpretation so EverMore can use it.Eric S. Raymond2005-07-201-99/+4
* Use gpsd_hexdump().Eric S. Raymond2005-07-191-13/+4
* Switch to using C99 initializers everywhere.Eric S. Raymond2005-07-161-13/+13
* Architecture extension; handle variable sample rates.Eric S. Raymond2005-07-111-1/+3
* Add a driver-prototype file. Clean up and fix RTCM passthrough.Eric S. Raymond2005-07-081-1/+1
* It is now possible to configure out NMEA support.Eric S. Raymond2005-07-081-0/+2
* Big driver structure refactoring.Eric S. Raymond2005-07-081-24/+37
* USED_SET needs to be a separate mask from SATELLITES_SET...Eric S. Raymond2005-07-081-1/+1
* Various documentation fixes.Eric S. Raymond2005-07-071-1/+0
* Move driver-specific members into a union in order to save some storage.Eric S. Raymond2005-07-011-29/+29
* More prep work for 16-channel receivers.Eric S. Raymond2005-06-221-2/+2
* DOP computation is now general to all drivers.Eric S. Raymond2005-06-201-5/+0
* This version passes the regression test.Eric S. Raymond2005-06-201-1/+1
* Back out a change that (harmlessly) broke the regression test...Eric S. Raymond2005-06-201-1/+1
* First steps towards solving Rob Janssen's DOP problem.Eric S. Raymond2005-06-201-1/+1
* This may fix Andreas Brauchli's climb bug.Eric S. Raymond2005-06-201-1/+1
* New data-lifetime code looks like it might be ready for prime time.Eric S. Raymond2005-06-171-1/+1
* Close off any possibility that CYCLE_START_SET could be set twice.Eric S. Raymond2005-06-171-4/+5
* New packet-return API using newdata and explicit merging.Eric S. Raymond2005-06-151-41/+41
* First cut at implementing the CYCLE_START_SET flag.Eric S. Raymond2005-06-151-1/+1
* Rob Jansssen's second-round TSIP patches.Eric S. Raymond2005-06-121-3/+3
* Clean up after the raw_hook architecture change.Eric S. Raymond2005-06-121-1/+0