| Commit message (Expand) | Author | Age | Files | Lines |
* | gps.h: remove wrong SBAS_PRN() | Gary E. Miller | 2018-09-19 | 1 | -2/+2 |
* | ATT: centralize clearing of the attitude data. | Gary E. Miller | 2018-09-11 | 1 | -1/+6 |
* | libgpsd_core.c: Better initial sanitization of skyview[] | Gary E. Miller | 2018-07-14 | 1 | -16/+44 |
* | libgpsd_core.c: isnan() -> isfinite() | Gary E. Miller | 2018-07-14 | 1 | -24/+27 |
* | SPDXify the licerse references. | Eric S. Raymond | 2018-03-08 | 1 | -1/+1 |
* | Add ECEF support to u-blocx driver, data comes out in json. | Gary E. Miller | 2018-02-08 | 1 | -2/+3 |
* | Clean up C and Python code-checker warnings. | Eric S. Raymond | 2017-09-06 | 1 | -1/+1 |
* | Removes obsolete flag tweak related to alloca(). | Fred Wright | 2016-09-22 | 1 | -4/+0 |
* | Shield FreeBSD from standards compliance. | Gary E. Miller | 2016-09-07 | 1 | -0/+4 |
* | Eliminate the one use of the portability-challenged alloca() | Fred Wright | 2016-09-06 | 1 | -12/+13 |
* | Fixups for NetBSD | Gary E. Miller | 2016-08-16 | 1 | -1/+4 |
* | __DARWIN_C_LEVEL and _DARWIN_C_SOURCE to silence some warnings. | Gary E. Miller | 2016-08-16 | 1 | -0/+3 |
* | If you specify XOPEN version, you must specify POSIX version. | Gary E. Miller | 2016-08-16 | 1 | -0/+2 |
* | In POSIX 2001, getsid() needs _XOPEN_SOURCE >= 500 | Gary E. Miller | 2016-08-15 | 1 | -0/+4 |
* | alloca() needs alloca.h | Gary E. Miller | 2016-08-15 | 1 | -0/+1 |
* | Replace a malloc() with an alloca() | Gary E. Miller | 2016-05-25 | 1 | -22/+17 |
* | Fix log message to show real count of stas used. | Gary E. Miller | 2016-04-08 | 1 | -1/+3 |
* | Add another gross sanity check for climb/speed | Gary E. Miller | 2016-04-06 | 1 | -0/+13 |
* | libgpsd-core: Fix issue with ACTIVATE hook not being called. | Moritz Fischer | 2016-01-05 | 1 | -1/+1 |
* | Address bug #46495: gpsd_poll may crash due to unitialized pointer. | Fred Wright | 2016-01-04 | 1 | -0/+3 |
* | Address Savannah bug #46082 - Can't explicitly build with NMEA drivers. | Eric S. Raymond | 2015-10-01 | 1 | -2/+2 |
* | Copy structs using assignment, not memcpy(). | Zbigniew Chyla | 2015-05-31 | 1 | -2/+2 |
* | Still more whitespace fixups | Gary E. Miller | 2015-04-30 | 1 | -16/+16 |
* | Revert "Copy structs using assignment, not memcpy()." | Gary E. Miller | 2015-04-28 | 1 | -2/+2 |
* | Copy structs using assignment, not memcpy(). | Zbigniew Chyla | 2015-04-28 | 1 | -2/+2 |
* | Revert weirdness caused by d302a714f3b3735062ce9c9fc6cdd9d0e74f43f6 | Gary E. Miller | 2015-04-13 | 1 | -1/+1 |
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/gpsd | Eric S. Raymond | 2015-04-13 | 1 | -1/+1 |
* | Remove an impossible FIXME and an ill-specified TODO. No code changes. | Eric S. Raymond | 2015-04-01 | 1 | -3/+8 |
* | Increase consistency of names. No code changes. | Eric S. Raymond | 2015-04-01 | 1 | -1/+1 |
* | Clean up PPS monitor interface with renames, and additional documentation. | Eric S. Raymond | 2015-04-01 | 1 | -1/+1 |
* | Thread monitor interface simplification. | Eric S. Raymond | 2015-04-01 | 1 | -1/+0 |
* | Suppress a NetBSD compiler warning. | Eric S. Raymond | 2015-03-31 | 1 | -1/+1 |
* | Another small step to /dev/ppsX. ppsthread now looping fine, no time yet. | Gary E. Miller | 2015-03-31 | 1 | -0/+4 |
* | Fix munging of a return code, and fix an indent. | Gary E. Miller | 2015-03-31 | 1 | -41/+43 |
* | Comment /dev/ppsX open flow. | Gary E. Miller | 2015-03-31 | 1 | -1/+7 |
* | Retire splint from our set of static analyzers. | Eric S. Raymond | 2015-03-30 | 1 | -72/+16 |
* | Clean up most spint errors. All regression tests pass. | Eric S. Raymond | 2015-03-28 | 1 | -4/+4 |
* | Fix 4 places: Line expects to suppress X errors, found 0 errors | Gary E. Miller | 2015-03-25 | 1 | -5/+4 |
* | Followup on the recommendation in Savannah bug #44603. | Eric S. Raymond | 2015-03-22 | 1 | -1/+1 |
* | Use LOG_* symbol when setting/comparing log level | Zbigniew Chyla | 2015-03-22 | 1 | -2/+2 |
* | Acccept doing synchronization logging at only 1s granularity to remove floats. | Eric S. Raymond | 2015-03-20 | 1 | -2/+2 |
* | Float elimination. All regression tests pass. | Eric S. Raymond | 2015-03-20 | 1 | -6/+6 |
* | Narrow the driver-type-reversion logic a bit. All regression tests pass. | Eric S. Raymond | 2015-03-19 | 1 | -1/+2 |
* | Fix UBX-MON-VER so we get u-blox version string. | Gary E. Miller | 2015-03-18 | 1 | -0/+1 |
* | Fix tiny error that might prevent speed computation. | Eric S. Raymond | 2015-03-16 | 1 | -1/+1 |
* | splint/cppcheck/coverity prerelease cleanup. | Eric S. Raymond | 2015-03-13 | 1 | -2/+3 |
* | Simplify the thread-monitor interface. | Eric S. Raymond | 2015-03-11 | 1 | -1/+1 |
* | Fixing broken build scons minimal=on in libgpsd_core | Jon Schlueter | 2015-03-09 | 1 | -0/+2 |
* | splint cleanup of new code. | Eric S. Raymond | 2015-03-08 | 1 | -4/+4 |
* | Eliminate timestamp-T use from PPS thread code. | Eric S. Raymond | 2015-03-08 | 1 | -2/+1 |