summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Observer-driver reversion logic. This is a simple but major change.Eric S. Raymond2013-10-131-0/+29
* Handle error returns from gpsd_await_data() a bit more gracefully.Eric S. Raymond2013-10-101-4/+4
* Update a comment.Eric S. Raymond2013-10-091-2/+3
* Make a 0 rewake time meaningful.Eric S. Raymond2013-10-091-0/+2
* Cosmetic fix. All regression tests pass.Eric S. Raymond2013-10-091-3/+4
* Restrict the running of the device hook.Eric S. Raymond2013-10-091-5/+7
* splint cleanup.Eric S. Raymond2013-10-091-3/+4
* Simplify signal handling.Eric S. Raymond2013-10-091-2/+2
* Partial splint cleanup.Eric S. Raymond2013-10-091-1/+3
* Introduce a mode option so gpscotl can be less intrusive than gpsd.Eric S. Raymond2013-10-091-4/+6
* Code transplant. No functional changes.Eric S. Raymond2013-10-081-0/+63
* Move some refactored code out of its original context.Eric S. Raymond2013-10-081-0/+124
* The gpsd doesn't compile if PPS disabled.Michael Tatarinov2013-10-081-0/+2
* splint cleanup. All regression tests pass.Eric S. Raymond2013-10-051-1/+1
* The trigger-string UBX detection was unnecessary; remove it.Eric S. Raymond2013-10-041-10/+10