summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
Commit message (Expand)AuthorAgeFilesLines
* Removed variable length arrays, added -Wvla compiler option.vla-removalIan Bruene2018-11-261-3/+3
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
* gps.h: remove wrong SBAS_PRN()Gary E. Miller2018-09-191-2/+2
* ATT: centralize clearing of the attitude data.Gary E. Miller2018-09-111-1/+6
* libgpsd_core.c: Better initial sanitization of skyview[]Gary E. Miller2018-07-141-16/+44
* libgpsd_core.c: isnan() -> isfinite()Gary E. Miller2018-07-141-24/+27
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* Add ECEF support to u-blocx driver, data comes out in json.Gary E. Miller2018-02-081-2/+3
* Clean up C and Python code-checker warnings.Eric S. Raymond2017-09-061-1/+1
* Removes obsolete flag tweak related to alloca().Fred Wright2016-09-221-4/+0
* Shield FreeBSD from standards compliance.Gary E. Miller2016-09-071-0/+4
* Eliminate the one use of the portability-challenged alloca()Fred Wright2016-09-061-12/+13
* Fixups for NetBSDGary E. Miller2016-08-161-1/+4
* __DARWIN_C_LEVEL and _DARWIN_C_SOURCE to silence some warnings.Gary E. Miller2016-08-161-0/+3
* If you specify XOPEN version, you must specify POSIX version.Gary E. Miller2016-08-161-0/+2
* In POSIX 2001, getsid() needs _XOPEN_SOURCE >= 500Gary E. Miller2016-08-151-0/+4
* alloca() needs alloca.hGary E. Miller2016-08-151-0/+1
* Replace a malloc() with an alloca()Gary E. Miller2016-05-251-22/+17
* Fix log message to show real count of stas used.Gary E. Miller2016-04-081-1/+3
* Add another gross sanity check for climb/speedGary E. Miller2016-04-061-0/+13
* libgpsd-core: Fix issue with ACTIVATE hook not being called.Moritz Fischer2016-01-051-1/+1
* Address bug #46495: gpsd_poll may crash due to unitialized pointer.Fred Wright2016-01-041-0/+3
* Address Savannah bug #46082 - Can't explicitly build with NMEA drivers.Eric S. Raymond2015-10-011-2/+2
* Copy structs using assignment, not memcpy().Zbigniew Chyla2015-05-311-2/+2
* Still more whitespace fixupsGary E. Miller2015-04-301-16/+16
* Revert "Copy structs using assignment, not memcpy()."Gary E. Miller2015-04-281-2/+2
* Copy structs using assignment, not memcpy().Zbigniew Chyla2015-04-281-2/+2
* Revert weirdness caused by d302a714f3b3735062ce9c9fc6cdd9d0e74f43f6Gary E. Miller2015-04-131-1/+1
* Merge branch 'master' of git.sv.gnu.org:/srv/git/gpsdEric S. Raymond2015-04-131-1/+1
* Remove an impossible FIXME and an ill-specified TODO. No code changes.Eric S. Raymond2015-04-011-3/+8
* Increase consistency of names. No code changes.Eric S. Raymond2015-04-011-1/+1
* Clean up PPS monitor interface with renames, and additional documentation.Eric S. Raymond2015-04-011-1/+1
* Thread monitor interface simplification.Eric S. Raymond2015-04-011-1/+0
* Suppress a NetBSD compiler warning.Eric S. Raymond2015-03-311-1/+1
* Another small step to /dev/ppsX. ppsthread now looping fine, no time yet.Gary E. Miller2015-03-311-0/+4
* Fix munging of a return code, and fix an indent.Gary E. Miller2015-03-311-41/+43
* Comment /dev/ppsX open flow.Gary E. Miller2015-03-311-1/+7
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-72/+16
* Clean up most spint errors. All regression tests pass.Eric S. Raymond2015-03-281-4/+4
* Fix 4 places: Line expects to suppress X errors, found 0 errorsGary E. Miller2015-03-251-5/+4
* Followup on the recommendation in Savannah bug #44603.Eric S. Raymond2015-03-221-1/+1
* Use LOG_* symbol when setting/comparing log levelZbigniew Chyla2015-03-221-2/+2
* Acccept doing synchronization logging at only 1s granularity to remove floats.Eric S. Raymond2015-03-201-2/+2
* Float elimination. All regression tests pass.Eric S. Raymond2015-03-201-6/+6
* Narrow the driver-type-reversion logic a bit. All regression tests pass.Eric S. Raymond2015-03-191-1/+2
* Fix UBX-MON-VER so we get u-blox version string.Gary E. Miller2015-03-181-0/+1
* Fix tiny error that might prevent speed computation.Eric S. Raymond2015-03-161-1/+1
* splint/cppcheck/coverity prerelease cleanup.Eric S. Raymond2015-03-131-2/+3
* Simplify the thread-monitor interface.Eric S. Raymond2015-03-111-1/+1
* Fixing broken build scons minimal=on in libgpsd_coreJon Schlueter2015-03-091-0/+2