summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
Commit message (Expand)AuthorAgeFilesLines
* Include <sys/select.h> everywhere fd_set us used.Eric S. Raymond2014-08-181-2/+3
* Attempt to recover from EBADF in the main select.Eric S. Raymond2014-08-181-2/+22
* gpsd: fix compile error when reconfigure=noSimon Dawson2013-12-021-0/+4
* Investigating ways to get rid of CLOSE_DELAY in the test framework...Eric S. Raymond2013-11-271-3/+14
* Note for the future.Eric S. Raymond2013-11-251-0/+3
* Static checker cleanup.Eric S. Raymond2013-11-251-1/+1
* splint fixups - no logic changes.Eric S. Raymond2013-11-241-3/+3
* A fix to internal track interpolation - required some test load rebuilds.Eric S. Raymond2013-11-221-1/+1
* Speculative patch (code conditioned out) to prevent buzzing on fast devices.Eric S. Raymond2013-11-201-0/+14
* spint annotation fixes. No logic changes.Eric S. Raymond2013-11-181-0/+2
* Try to ensure that threads don't keep running after gpsd is signalled.Eric S. Raymond2013-11-171-0/+3
* Introduce new LOG_CLIENT looging level.Eric S. Raymond2013-11-161-0/+3
* Revert "Don't condition out thread locks when PPS disabled..."Eric S. Raymond2013-11-151-0/+6
* Don't condition out thread locks when PPS disabled, gpsmon will need them.Eric S. Raymond2013-11-151-6/+0
* Correctly mark deactivated devices, and do a better job of dumping them.Eric S. Raymond2013-11-111-0/+2
* Code is fully cppcheck, splint, and Coverity clean.Eric S. Raymond2013-11-061-0/+1
* Partial cppcheck and Coverity cleanup.Eric S. Raymond2013-11-061-3/+3
* Fix compiler warnings with clang 4.2 on OS X 10.7.5Beat Bolli2013-11-061-2/+2
* More cppcheck cleanup. All regression tests pass. PPS is live.Eric S. Raymond2013-11-061-15/+0
* Full splint cleanup. Partial cppcheck cleanup.Eric S. Raymond2013-11-051-3/+3
* Partial splint cleanup. All regression tests pass. PPS is live.Eric S. Raymond2013-11-051-2/+2
* A third wack at the recent autobaud hangs.Eric S. Raymond2013-11-051-7/+20
* Solve the driver-flapping problem. Comments after line 1211 explain it.Eric S. Raymond2013-11-041-7/+27
* Typo fix.Eric S. Raymond2013-11-041-1/+1
* Both the SiRF-III live test and the bug #36409 pathological case work.Eric S. Raymond2013-11-041-21/+25
* Fix two splint annotations.Beat Bolli2013-11-021-2/+2
* Eliminate an enable flag that always gets set true.Eric S. Raymond2013-11-021-1/+0
* Yet more cohesion-busting.Eric S. Raymond2013-11-021-3/+3
* Finish decoupling the PPS watcher code from NTP shared-segment management.Eric S. Raymond2013-11-021-8/+0
* Contain the assumption that time hinting is done to NTPD.Eric S. Raymond2013-10-311-1/+3
* Revert "Separate ntpd support from chrony support, step 1."Eric S. Raymond2013-10-301-4/+2
* Fix a minor layerring violation. All regression tests pass.Eric S. Raymond2013-10-301-0/+7
* Separate ntpd support from chrony support, step 1.Eric S. Raymond2013-10-301-2/+4
* Fix the autobaud hang on SiRF-IIIs. See comment after line 1208.Eric S. Raymond2013-10-291-1/+12
* splint cleanup. Regression tests pass and PPS live-tests correctly.Eric S. Raymond2013-10-291-1/+3
* Eliminate shmTimePPS, no longer used.Eric S. Raymond2013-10-291-1/+0
* Unconditionally enable PPS at startup.Eric S. Raymond2013-10-291-1/+1
* Session clearing wasn't being done quite right. All regression tests pass.Eric S. Raymond2013-10-281-2/+1
* Thread-lock the code for writing JSON to clients...Eric S. Raymond2013-10-181-6/+17
* Egg-on-my-face build and compiler warning fixes.Eric S. Raymond2013-10-171-2/+3
* Be certain the new logic filters out packets with bad checksums.Eric S. Raymond2013-10-171-6/+12
* Don't spam the user with device notifications.Eric S. Raymond2013-10-171-13/+4
* Under the new transition rules, event_identified fired too often. Fix this.Eric S. Raymond2013-10-171-3/+8
* Clarifying name change. All regression tests pass.Eric S. Raymond2013-10-171-5/+5
* Simplify the drive transition test.Eric S. Raymond2013-10-161-8/+4
* Revert driver whenever it's non-sticky.Eric S. Raymond2013-10-161-5/+6
* More efficiebt sticky-flagging.Eric S. Raymond2013-10-151-1/+1
* First cut at salience test.Eric S. Raymond2013-10-151-11/+2
* Also save a driver type as last controller if it's NMEA but not generic.Eric S. Raymond2013-10-151-1/+3
* Make all hex-dumping truly thread-safe.Eric S. Raymond2013-10-131-2/+14