summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix clang's only warning in non-test code, about a cast in the shmexport code.Eric S. Raymond2015-01-272-3/+3
* Make delays super high on darwin.Greg Troxel2015-01-271-2/+2
* Instrument PPS ioctl()s so we know for sure what device they're being fired at.Eric S. Raymond2015-01-271-5/+6
* Documentation improvements.Eric S. Raymond2015-01-272-30/+11
* Apply de Morgan's law properly.Eric S. Raymond2015-01-271-1/+1
* Improved adaptive-delay logic. Don't insert them if CAN devices are in play.Eric S. Raymond2015-01-272-18/+18
* Fix typo in howto. As reported by Mike Stewart.Gary E. Miller2015-01-261-1/+1
* Implement and document the buzzkill option.Eric S. Raymond2015-01-263-5/+48
* build system cleanup of duplicate CFLAGS entriesJon Schlueter2015-01-261-2/+4
* Tighter guard on buf variable in gpsmon.c to match usageJon Schlueter2015-01-261-0/+2
* Pretend CAN devices are pseudo-ttys to disable adaptive delays.Eric S. Raymond2015-01-261-0/+7
* Prevent TIOCMIWAIT from beinf sent to non-serial devices.Eric S. Raymond2015-01-261-9/+11
* Regularize comments and add OS X case.Greg Troxel2015-01-251-4/+6
* Add delays for DarwinGreg Troxel2015-01-251-0/+9
* Print sys.platform and platform.platform().Greg Troxel2015-01-251-1/+1
* Use full path to gpsfake, avoiding installed versions.Greg Troxel2015-01-251-1/+1
* Default qt build on again, since we've merged a header guard patch.Eric S. Raymond2015-01-252-5/+4
* Skip writespace *before* looking for word length.Eric S. Raymond2015-01-251-2/+2
* pylint cleanup. All regression tests pass.Eric S. Raymond2015-01-252-4/+4
* API major version bump.Eric S. Raymond2015-01-251-3/+4
* Document recent changes.Eric S. Raymond2015-01-251-2/+4
* Quieter bits testing.Eric S. Raymond2015-01-251-2/+3
* Dump platform ID and delay parameters before doing test runs.Eric S. Raymond2015-01-252-3/+6
* SIOCOUTQ build fix required for older Ubuntu versions.Eric S. Raymond2015-01-251-1/+2
* Ubuntu 11.0 is no longer 'recent'.Eric S. Raymond2015-01-241-1/+1
* Under Linux, delay client socket close until pending data has shipped.Eric S. Raymond2015-01-241-0/+16
* Give full path to fake.py.Greg Troxel2015-01-241-1/+1
* In client library, "dip" member was missing from ATT parsing.Eric S. Raymond2015-01-241-0/+2
* Elminate double dump of yaw from a compass.Eric S. Raymond2015-01-241-7/+0
* Coverity cleanup. All regression tests pass.Eric S. Raymond2015-01-241-3/+1
* In build.txt, note that 'python' must be on your path.Eric S. Raymond2015-01-241-0/+4
* Fix bug reported on the dev list resulting from NTPSHMSEGS > MAX_DEVICES * 2.Eric S. Raymond2015-01-245-68/+44
* Prevent uninitialized-field lossage in the Zodiac driver.Eric S. Raymond2015-01-241-2/+0
* Prevent uninitialized-field lossage in the Superstar driver.Eric S. Raymond2015-01-241-0/+2
* Fully initialized fields in some time structures.Eric S. Raymond2015-01-231-2/+5
* Cleaned up, improved sourcetype() code. All regression tests pass.Eric S. Raymond2015-01-231-0/+46
* Add identify_failing_build_options script to devtoolsJon Schlueter2015-01-232-0/+132
* Fixing broken build for scons control_socket=on pps=onJon Schlueter2015-01-231-2/+2
* Revert to using internal mkgmtime() as in 3.11.Eric S. Raymond2015-01-231-8/+7
* Add do { ... } while (0) around assignment in macroMatt2015-01-231-1/+1
* Guard NTPSHM-related declarationsMatt2015-01-231-2/+2
* Guard includes of termios.h with #ifdef HAVE_TERMIOS_HMatt2015-01-234-0/+16
* Move pointer the correct direction when trying to skip spacesMatt2015-01-231-1/+1
* cppcheck cleanup.Eric S. Raymond2015-01-2211-15/+25
* spelling cleanup in commentsJon Schlueter2015-01-221-2/+2
* Introduce an adaptive delay into the main loop to prevent select buzzing.Eric S. Raymond2015-01-224-0/+92
* Complete splint cleanup.Eric S. Raymond2015-01-212-0/+7
* Coverity/splint cleanup.Eric S. Raymond2015-01-217-48/+58
* More splint cleanup. All regression tests pass.Eric S. Raymond2015-01-213-6/+11
* Comment typo fix.Eric S. Raymond2015-01-211-1/+1