summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor representation of satellite data into an array of structs...Eric S. Raymond2014-09-221-20/+17
* Fix stupid finger error in DOP computation.Eric S. Raymond2014-09-211-2/+2
* More instrumentation.Eric S. Raymond2014-09-211-4/+5
* Change the traversal order of the DOP computation loop...Eric S. Raymond2014-09-201-2/+2
* Begin factoring out matrix algebra so it can be unit-tested.Eric S. Raymond2014-09-201-92/+2
* Second attempt at DOP computation fix.Eric S. Raymond2014-09-191-12/+15
* Improve some instrumentation.Eric S. Raymond2014-09-191-6/+0
* Fix a subtle error in DOP computation. This makes a prompt release a good idea.Eric S. Raymond2014-09-191-3/+13
* Silence compiler warnings about array subscripts of type 'char'Matt2014-09-101-1/+1
* cheapfloats -> nofloats. All regression tests pass...Eric S. Raymond2014-09-061-6/+6
* Appease the compiler.Eric S. Raymond2014-08-281-1/+1
* splint/cppcheck cleanuo after the gpsd_report change.Eric S. Raymond2014-08-271-5/+9
* Now that the transition is done we can restore the gpsd_report name.Eric S. Raymond2014-08-271-73/+73
* Reverse linkage of gpsd_report() is abolished. All regression tests pass.Eric S. Raymond2014-08-271-30/+21
* More gpsd_report removal. All regression tests pass.Eric S. Raymond2014-08-271-24/+28
* The big leap. Most instances of gpsd_report are replaced...Eric S. Raymond2014-08-271-55/+55
* Introduce struct errout_t to encapsulate error-reporting hooks.Eric S. Raymond2014-08-271-62/+90
* Follow throughon a previous name change. No logic changes.Eric S. Raymond2014-08-271-1/+1
* Structure member name change: packet -> lexer. No logic changes.Eric S. Raymond2014-08-271-32/+32
* Eliminate reverse linkage of gpsd_write. All regression tests pass.Eric S. Raymond2014-08-261-0/+9
* Split firmwqre version query out of the init method.Eric S. Raymond2014-08-251-0/+14
* Fix build error when ntpshm is falseSimon Dawson2014-08-251-0/+2
* Properly free devices when select() sees bad fds for them.Eric S. Raymond2014-08-241-6/+2
* Clean up some FIXMEs. All regression tests pass.Eric S. Raymond2014-08-241-1/+1
* Drop the obsolete tag field from JSON output. Bump the minor protocol number.Eric S. Raymond2014-08-241-2/+2
* Static-analyzer cleanup: splint, cppcheck, coverity all clear.Eric S. Raymond2014-08-221-1/+3
* Re-integrate Miroslav's support for large PPS offsets.Eric S. Raymond2014-08-221-0/+31
* 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