summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
Commit message (Expand)AuthorAgeFilesLines
...
* Suppress a NetBSD compiler warning.Eric S. Raymond2015-03-311-1/+1
* Another small step to /dev/ppsX. ppsthread now looping fine, no time yet.Gary E. Miller2015-03-311-0/+4
* Fix munging of a return code, and fix an indent.Gary E. Miller2015-03-311-41/+43
* Comment /dev/ppsX open flow.Gary E. Miller2015-03-311-1/+7
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-72/+16
* Clean up most spint errors. All regression tests pass.Eric S. Raymond2015-03-281-4/+4
* Fix 4 places: Line expects to suppress X errors, found 0 errorsGary E. Miller2015-03-251-5/+4
* Followup on the recommendation in Savannah bug #44603.Eric S. Raymond2015-03-221-1/+1
* Use LOG_* symbol when setting/comparing log levelZbigniew Chyla2015-03-221-2/+2
* Acccept doing synchronization logging at only 1s granularity to remove floats.Eric S. Raymond2015-03-201-2/+2
* Float elimination. All regression tests pass.Eric S. Raymond2015-03-201-6/+6
* Narrow the driver-type-reversion logic a bit. All regression tests pass.Eric S. Raymond2015-03-191-1/+2
* Fix UBX-MON-VER so we get u-blox version string.Gary E. Miller2015-03-181-0/+1
* Fix tiny error that might prevent speed computation.Eric S. Raymond2015-03-161-1/+1
* splint/cppcheck/coverity prerelease cleanup.Eric S. Raymond2015-03-131-2/+3
* Simplify the thread-monitor interface.Eric S. Raymond2015-03-111-1/+1
* Fixing broken build scons minimal=on in libgpsd_coreJon Schlueter2015-03-091-0/+2
* splint cleanup of new code.Eric S. Raymond2015-03-081-4/+4
* Eliminate timestamp-T use from PPS thread code.Eric S. Raymond2015-03-081-2/+1
* Decouple (mostly) the PPS thread-monitor from the session structure.Eric S. Raymond2015-03-081-3/+42
* Remove a bit of ancient driver-specific cruft.Eric S. Raymond2015-03-071-3/+0
* Remove a confusing duplication of a memset() call. All regression tests pass.Eric S. Raymond2015-03-071-6/+2
* Expose gpsd_vlog(), so ppsthread.c will be able to see it.Eric S. Raymond2015-03-071-1/+1
* gpsd-report() -> gpsd_log()Eric S. Raymond2015-03-071-187/+190
* Factor PPS-related members of struct gps_device_t into a pps_thread_t structure.Eric S. Raymond2015-03-071-12/+4
* BUG FIX: Potential buffer overrun in visibilize().Eric S. Raymond2015-03-071-17/+31
* Revert "Another step in prying ntplib loose. Partly decouple ppsthread.c fom...Eric S. Raymond2015-03-071-16/+5
* Revert "ntplib extraction requires libgpsd object format bump to 23."Eric S. Raymond2015-03-071-4/+10
* ntplib extraction requires libgpsd object format bump to 23.Eric S. Raymond2015-03-071-10/+4
* Another step in prying ntplib loose. Partly decouple ppsthread.c fom sessions.Eric S. Raymond2015-03-071-5/+16
* Simplify context initialization so we don't have to know structure shapes.Eric S. Raymond2015-03-061-27/+4
* Use pselect unconditionally. We're assuming POSIX-2001.1 conformance.Eric S. Raymond2015-03-021-10/+1
* Remove redundant code.Eric S. Raymond2015-03-021-3/+0
* Implement POSIX clock_gettime(3) for systems that lack it (like Mac OS X).Eric S. Raymond2015-03-011-6/+0
* fix broken build scons minimal=on ntp=on in libgpsd_coreJon Schlueter2015-02-241-0/+3
* Restore correct screen painting for gpsmon error messages.Eric S. Raymond2015-02-241-0/+2
* TOFF JSON message implemented and documented.Eric S. Raymond2015-02-231-3/+3
* Abolish all confusing uses of the word 'drift' for a time delta.Eric S. Raymond2015-02-231-1/+1
* warning hunting cleanup unused variables in libgpsd_core.cJon Schlueter2015-02-231-1/+5
* Avoid overexposure of an internal mask. EOF_SET -> EOF_ISEric S. Raymond2015-02-201-2/+2
* Fixing broken build scons minimal=on ntpshm=onJon Schlueter2015-02-181-0/+2
* Simplify NTP SHM segment creation.Eric S. Raymond2015-02-151-1/+0
* splint cleanup. All regression tests pass.Eric S. Raymond2015-02-121-0/+2
* Namespace cleanup.Eric S. Raymond2015-02-121-1/+1
* Mutex-lock the update of last-fix time.Eric S. Raymond2015-02-121-3/+3
* BSD compiler waening and splint cleanup.Eric S. Raymond2015-02-111-4/+4
* Fix the gpsmon display-trashing problem; add some documentation and asserts.Eric S. Raymond2015-02-101-4/+3
* splint cleanup. All regressiion tests pass.Eric S. Raymond2015-02-091-5/+4
* Remove some remnants of the adaptive-delay experiment.Eric S. Raymond2015-02-091-21/+0
* Build fix for when pps=no.Eric S. Raymond2015-02-031-1/+1