summaryrefslogtreecommitdiff
path: root/driver_superstar2.c
Commit message (Expand)AuthorAgeFilesLines
* More consistent ise of LOG_PROG.Eric S. Raymond2013-11-121-1/+1
* Reduce gpsd log verbosity a lot.Eric S. Raymond2013-11-121-1/+1
* Rename and rationalize driver table instances. No logic changes.Eric S. Raymond2013-11-121-2/+2
* Full splint cleanup. Partial cppcheck cleanup.Eric S. Raymond2013-11-051-1/+1
* Contain the assumption that time hinting is done to NTPD.Eric S. Raymond2013-10-311-3/+3
* Revert "Separate ntpd support from chrony support, step 1."Eric S. Raymond2013-10-301-3/+3
* Separate ntpd support from chrony support, step 1.Eric S. Raymond2013-10-301-3/+3
* More efficiebt sticky-flagging.Eric S. Raymond2013-10-151-1/+1
* OK, visualize as a method was a bad idea. All regression tests pass.Eric S. Raymond2013-10-141-3/+0
* Create driver slot and scons option for a visualizer driver method.Eric S. Raymond2013-10-131-0/+3
* Change the logic for managing the drive mode bit to report reality...Eric S. Raymond2013-10-041-10/+3
* Change gpsd_report to no longer use a global. All regression tests pass.Eric S. Raymond2013-09-291-16/+25
* Refacter the bits.c stuff to eliminate ugly globals...Eric S. Raymond2012-06-021-13/+9
* Cleanup motivated by new cppcheck with more tests. All regression tests pass.Eric S. Raymond2012-05-161-1/+1
* Fix problems with reconfigure=no and netfeed=no builds.Eric S. Raymond2011-08-241-2/+4
* Cut down on gpsd_hexdump_wrapper() calls.Eric S. Raymond2011-06-171-5/+4
* Regularize some names.Eric S. Raymond2011-04-011-8/+8
* gps_maskdump() has been a CPU hog. Drastically reduce the number of calls...Eric S. Raymond2011-03-311-2/+2
* Scan-build and splint cleanup. All regression tests pass.Eric S. Raymond2011-03-281-1/+1
* Re-identify most *_IS flags with corresponding *_SET flags.Eric S. Raymond2011-03-271-9/+9
* Make all drivers set the PPSTIME_IS mask where appropriate. It's not yet used.Eric S. Raymond2011-03-231-2/+2
* And still more double -> timestamp_t moves.Eric S. Raymond2011-03-101-2/+2
* Verbosity suppression. All regression tests pass.Eric S. Raymond2011-02-281-0/+3
* Remove pass_rtcm(),Eric S. Raymond2011-02-271-1/+1
* splint cleanupEric S. Raymond2011-02-031-2/+2
* Partial splint and warning cleanup. All regression tests pass.Eric S. Raymond2011-02-031-2/+2
* Added a driver-type flags member to the driver method structure.Eric S. Raymond2011-01-191-0/+2
* Eliminate RAW_ENABLE, it's no longer needed.Eric S. Raymond2011-01-131-2/+0
* More deheader testing. All regression tests pass.Eric S. Raymond2011-01-131-0/+1
* More deheader testing.Eric S. Raymond2011-01-121-3/+0
* Clean up superstar2 initialization.Eric S. Raymond2011-01-091-33/+6
* Rename the bits.h macros to be explicit about operand length.Eric S. Raymond2010-12-261-6/+6
* More header portability audting with a new version of deheader.Eric S. Raymond2010-12-221-4/+2
* More deheaderizing. All regression tests pass.Eric S. Raymond2010-12-011-5/+0
* A simpler way to avoid endianness problems.Eric S. Raymond2010-05-121-8/+2
* Portability cleanup for endianness.Eric S. Raymond2010-05-121-1/+10
* XXX -> FIX-ME: Avoids false matches with autoconf cruft.Eric S. Raymond2010-05-121-2/+1
* a bit of armor for variable length packet decodesChris Kuethe2010-05-101-0/+4
* Stop trying to special-case terminating whitespace in gpsd_report().Eric S. Raymond2010-05-051-1/+1
* FIXME -> FIX-ME, so I can walk through these without tripping over autotools.Eric S. Raymond2010-04-261-1/+1
* Clear DOPs only when we get a skyview report.Eric S. Raymond2010-04-201-1/+0
* file references unfunctions. correct soonest.Chris Kuethe2010-04-181-104/+5
* Collapse various copies of gps_week into one in gps_contxt_t.Gary E. Miller2010-04-161-2/+2
* Re-reindent some drivers because we added another control option.Eric S. Raymond2010-04-141-182/+201
* Move some indent pragmas.Eric S. Raymond2010-04-131-1/+1
* Protect more displayed structures from indent.Eric S. Raymond2010-04-131-0/+2
* Refactor serial ntpshm_put() calls.Eric S. Raymond2010-04-121-0/+3
* Signedness fixes indicated by splint.Eric S. Raymond2010-04-101-2/+2
* char sign warningsChris Kuethe2010-04-091-24/+24
* Make the client library and daemon use different sets of state-flag masks.Eric S. Raymond2010-04-091-14/+14