summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the logic for managing the drive mode bit to report reality...Eric S. Raymond2013-10-041-0/+1
* Make binary driver selection sticky again.Eric S. Raymond2013-10-041-3/+8
* More instrumentation and a name change.Eric S. Raymond2013-10-041-1/+5
* Coverity false-positive suppression.Eric S. Raymond2013-09-291-0/+1
* splint and cppcheck cleanup. All regression tests pass.Eric S. Raymond2013-09-291-1/+1
* Increase the resilience of the packet getter.Eric S. Raymond2013-09-291-2/+12
* Only run DEACTIVATE hook on close, not on hunt failure.Eric S. Raymond2013-09-291-3/+0
* Cosmetic fixes.Eric S. Raymond2013-09-291-26/+51
* Use an initialization macro prperly. All regression tests pass.Eric S. Raymond2013-09-291-1/+1
* Properly label debug reports from different programs.Eric S. Raymond2013-09-291-8/+4
* Remove duplicative code. Thee's only one copy of gpsd_report() now.Eric S. Raymond2013-09-291-7/+52
* Change gpsd_report to no longer use a global. All regression tests pass.Eric S. Raymond2013-09-291-62/+78
* Fix some minor bugs in debug reporting of the sat picture.Eric S. Raymond2013-09-211-1/+5
* splint/cppcheck cleanup.Eric S. Raymond2013-09-171-0/+2
* cppcheck ckeanup. All regression tests pass.Eric S. Raymond2013-09-171-2/+2