summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* More offerings to the splint god.Gary E. Miller2015-03-281-1/+4
* Guard header files that raspbian splint hates.Gary E. Miller2015-03-261-5/+5
* Remove redundant $ifndefGary E. Miller2015-03-261-2/+0
* Remove #ifdef with no body contentGary E. Miller2015-03-251-2/+0
* Acccept doing synchronization logging at only 1s granularity to remove floats.Eric S. Raymond2015-03-201-1/+1
* Float elimination. All regression tests pass.Eric S. Raymond2015-03-201-4/+3
* Revert "Take a GPS file descriptor ourut of the read set when deactivating."Eric S. Raymond2015-03-171-1/+0
* Take a GPS file descriptor ourut of the read set when deactivating.Eric S. Raymond2015-03-171-0/+1
* splint/cppcheck/coverity prerelease cleanup.Eric S. Raymond2015-03-131-2/+3
* If command sockets weren't opend, a stale pidfile could linger.Eric S. Raymond2015-03-131-0/+1
* Simplify the thread-monitor interface.Eric S. Raymond2015-03-111-1/+1
* Float elimination. We only need integer time after timeouts.Eric S. Raymond2015-03-091-6/+10
* splint cleanup of new code.Eric S. Raymond2015-03-081-1/+1
* Eliminate timestamp-T use from PPS thread code.Eric S. Raymond2015-03-081-1/+1
* Eliminate a potential source of defects by using static mutex initialization.Eric S. Raymond2015-03-081-4/+0
* gpsd-report() -> gpsd_log()Eric S. Raymond2015-03-071-264/+272
* Factor PPS-related members of struct gps_device_t into a pps_thread_t structure.Eric S. Raymond2015-03-071-1/+3
* Revert "ntplib extraction requires libgpsd object format bump to 23."Eric S. Raymond2015-03-071-1/+1
* ntplib extraction requires libgpsd object format bump to 23.Eric S. Raymond2015-03-071-1/+1
* Generqte -V messages in a uniform way.Eric S. Raymond2015-03-021-1/+1
* Warning hunting cleanup unused variable af in gpsdJon Schlueter2015-02-271-4/+6
* fix broken build scons minimal=on ntp=on in gpsd.cJon Schlueter2015-02-241-0/+3
* In gpsd.c, restire some trailingsplint markup.Eric S. Raymond2015-02-231-0/+1
* TOFF JSON message implemented and documented.Eric S. Raymond2015-02-231-7/+18
* Abolish all confusing uses of the word 'drift' for a time delta.Eric S. Raymond2015-02-231-5/+5
* Warning hunting cleanup in gpsd.c around ship_pps_drift_messageJon Schlueter2015-02-231-1/+1
* Fix for scons minimal=on broken build in gpsd.c missing ifdef guardJon Schlueter2015-02-181-0/+2
* Tweak instrumentation to find out why alternate export segment isn't being set.Eric S. Raymond2015-02-161-6/+1
* BSD compiler waening and splint cleanup.Eric S. Raymond2015-02-111-1/+1
* Comment typo fix.Eric S. Raymond2015-02-101-1/+1
* Graceful shutdown qwhen hotplug-driven and out of devices and subscribers.Eric S. Raymond2015-02-061-1/+29
* Revert the change abolishing the "pps" policy flag, it broke gpsmon client mode.Eric S. Raymond2015-02-021-5/+6
* Add missing pthread_mutex_init(&ppslast_mutex)Gary E. Miller2015-01-301-0/+4
* Assertions cleanup and new policy. All regression tests pass.Eric S. Raymond2015-01-301-1/+5
* Remove the failed adaptive-delay experiment.Eric S. Raymond2015-01-291-82/+0
* Using SIOCOUTQ to flush output on client socket close caused a hard hang.Eric S. Raymond2015-01-281-17/+0
* Remove a guard that is duplicated in the called function.Eric S. Raymond2015-01-281-11/+9
* Reduce log verbosity.Eric S. Raymond2015-01-271-2/+2
* Try a simpler adaptive-delay formula that produces shorter delays.Eric S. Raymond2015-01-271-4/+13
* Documentation improvements.Eric S. Raymond2015-01-271-1/+2
* 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-271-12/+18
* Implement and document the buzzkill option.Eric S. Raymond2015-01-261-5/+13
* Prevent TIOCMIWAIT from beinf sent to non-serial devices.Eric S. Raymond2015-01-261-9/+11
* Skip writespace *before* looking for word length.Eric S. Raymond2015-01-251-2/+2
* SIOCOUTQ build fix required for older Ubuntu versions.Eric S. Raymond2015-01-251-1/+2
* Under Linux, delay client socket close until pending data has shipped.Eric S. Raymond2015-01-241-0/+16
* Coverity cleanup. All regression tests pass.Eric S. Raymond2015-01-241-3/+1
* Fix bug reported on the dev list resulting from NTPSHMSEGS > MAX_DEVICES * 2.Eric S. Raymond2015-01-241-60/+33
* Fixing broken build for scons control_socket=on pps=onJon Schlueter2015-01-231-2/+2