summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
Commit message (Expand)AuthorAgeFilesLines
* irf/gpsd_core: Fix two 32 bit compat nits.Gary E. Miller2019-04-241-1/+1
* libgpsd_core.c: Improve error message a tad.Gary E. Miller2019-04-231-2/+4
* gpsd_error_model(): Add note about ept from tdop.Gary E. Miller2019-03-261-0/+1
* Split epe into eph and sep.Gary E. Miller2019-03-221-2/+9
* Move epe from gps_data_t to be near its friends in gps_fix_t.Gary E. Miller2019-03-151-4/+2
* libgpsd_core: Simplify epc computation.Gary E. Miller2019-03-151-3/+2
* libgpsd_core: Reorder error modeling simplifying if's.Gary E. Miller2019-03-141-46/+44
* libgpsd_core: Step clobbering epe when error modeling.Gary E. Miller2019-03-131-2/+1
* libgpsd_core: Reformat some error modeling code.Gary E. Miller2019-03-131-22/+28
* driver_nmea0183 and more: Decode $PSRFEPE add eps.Gary E. Miller2019-03-131-2/+2
* driver_nmea0183 and more: Decode $PSRFEPE, and epd.Gary E. Miller2019-03-131-1/+3
* Change NMEA mode setting, thus major changes in gpsd_error_model().Gary E. Miller2019-03-071-62/+98
* libgpsd_core: Be sure to init gps_devive_t->nmeaGary E. Miller2019-02-051-1/+4
* libgpsd_core: Short cicuit gpsd_log() on low log level.Gary E. Miller2019-01-101-0/+5
* Factor most uses of pselect(2) into a new utility function named 'nanowait'.Eric S. Raymond2018-12-271-1/+1
* POSIX_C_SOURCE: Not just a linux define. 200112L is a minimum.Gary E. Miller2018-12-261-1/+4
* Eliminate effectively all uses of struct timeval.Eric S. Raymond2018-12-261-2/+2
* 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