summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
Commit message (Expand)AuthorAgeFilesLines
* Correct the test for GPS week rollover.Eric S. Raymond2010-12-301-2/+12
* Message cleanup following gem's notification-level change.Eric S. Raymond2010-12-301-2/+2
* Move the speed warning so each autobaud test does not give the warning.Gary E. Miller2010-12-291-1/+6
* More header portability audting with a new version of deheader.Eric S. Raymond2010-12-221-2/+0
* More header portability auditing by deheader.Eric S. Raymond2010-12-221-1/+0
* Partial splint cleanup.Eric S. Raymond2010-12-201-1/+1
* Insert GPS week rollover checks everywhere we rely on GPS time.Eric S. Raymond2010-12-201-0/+6
* Clients are no longer required to define a gpsd_report() hook.Eric S. Raymond2010-12-191-0/+2
* More logging tweaks for PPSGary E. Miller2010-12-171-2/+4
* Missing newline in PPS logging.Gary E. Miller2010-12-171-1/+1
* Tweaks to PPS logging.Gary E. Miller2010-12-171-4/+5
* Tweak some PPS logging.Gary E. Miller2010-12-171-1/+3
* Remove splint override of potential errors that are not there.Gary E. Miller2010-12-171-1/+1
* Retore definition of TIOCMIWAIT so the PPS stuff will work.Eric S. Raymond2010-12-161-3/+15
* Abolish gpsd_report.c. No more hardwired logging from the client libraries.Eric S. Raymond2010-12-161-0/+316
* Refactor to turf all uses of gpsd_report() out of netlib.cEric S. Raymond2010-12-161-2/+4
* Add explanatory comment.Eric S. Raymond2010-12-161-1/+4
* Suppress spurious offline messages.Eric S. Raymond2010-12-161-4/+7
* Add info to the Hacking Guyide on the GPS Week rollover problem.Eric S. Raymond2010-12-161-1/+1
* Work around a splint bug.Eric S. Raymond2010-12-151-1/+1
* Taking SuS seriously some more.Eric S. Raymond2010-12-141-17/+2
* More header simplification. All regression tests pass.Eric S. Raymond2010-12-141-7/+10
* Fix stupid error in timeval/timespec rounding macros.Gary E. Miller2010-12-111-2/+2
* Merge branch 'master' of ssh://git.berlios.de/gitroot/gpsdEric S. Raymond2010-12-111-34/+92
|\
| * When PPS is built, try to use, but do not require, librt.Gary E. Miller2010-12-111-1/+1
| * A half step moving from gettimeofday() to clock_gettime()Gary E. Miller2010-12-111-3/+16
| * Move more time variables from timeval to timespec.Gary E. Miller2010-12-111-17/+22
| * Cleanup timespec and timeval normalization code with macros.Gary E. Miller2010-12-111-15/+33
| * More macro madness to clean up timeval/timespec handling.Gary E. Miller2010-12-111-7/+9
| * Improve conversion of timespec to timevalGary E. Miller2010-12-101-8/+15
| * Allow for multiple chrony sockets.Gary E. Miller2010-12-101-6/+14
| * Use a better path for chrony.sockGary E. Miller2010-12-101-1/+7
* | Merge branch 'master' of ssh://git.berlios.de/gitroot/gpsdEric S. Raymond2010-12-111-7/+8
|\ \ | |/
| * Looks for timepps.h in the right place.Gary E. Miller2010-12-101-7/+8
* | Code splints clean except for endiabbess stuff in driver_garmin.c.Eric S. Raymond2010-12-081-2/+1
|/
* More partial splint cleanup.Eric S. Raymond2010-12-081-18/+16
* Old position odf struct sample was giving splint indigestion.Eric S. Raymond2010-12-081-9/+8
* Partial splint cleanup. All regression tests pass.Eric S. Raymond2010-12-081-2/+2
* Take programmed oncore PPS offset into account. Name correction delay -> offset.Haakan Johansson2010-12-031-0/+12
* Allow oncore devices in postion hold mode to deliver PPS data to ntpshm.Haakan Johansson2010-12-031-2/+16
* Combine calls to ntpshm_pps. Use chrony socket if KPPS is in use or not.Haakan Johansson2010-12-031-21/+34
* Try to fix Gary's build with PPS.Eric S. Raymond2010-12-021-0/+4
* Use isfinite() rather than obsoilete finite().Eric S. Raymond2010-12-021-4/+4
* More deheaderizing. All regression tests pass.Eric S. Raymond2010-12-011-5/+0
* trailing whitespace cleanupJon Schlueter2010-11-061-1/+1
* Enable much stricter compilation warningsEric S. Raymond2010-09-161-1/+1
* tv_usec != tv_nsec, make adjustment for chrony SOCK.Gary E. Miller2010-08-121-2/+2
* The kernel PPS now seems to be talking to chrony SOCK driver.Gary E. Miller2010-08-121-8/+12
* Don't write to chrony if crony socket not open.Gary E. Miller2010-08-111-3/+10
* Add comments on chrony SOCK behaviorGary E. Miller2010-08-101-0/+2