summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* timeservice=yes: Fix the doc matches the code.Gary E. Miller2019-03-081-13/+17
* gpsd.c: sort system includes.Gary E. Miller2018-12-271-22/+23
* Factor most uses of pselect(2) into a new utility function named 'nanowait'.Eric S. Raymond2018-12-271-3/+1
* Eliminate effectively all uses of struct timeval.Eric S. Raymond2018-12-261-2/+2
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
* gpsd.c: fix compiler warning.Gary E. Miller2018-09-221-1/+1
* gpsd: Allow zerk/ubxtools to work when another client is running.Gary E. Miller2018-09-221-5/+3
* Savannah issue #53671: policy_t -> gps_policy_t.Gary E. Miller2018-07-261-4/+4
* gpsd: fix SHM() output.Gary E. Miller2018-07-241-2/+2
* gpsd.c: fix gpsd master/slave modeGary E. Miller2018-07-241-18/+19
* gpsd.c: finish moving redundant write code to write_gps().Gary E. Miller2018-07-241-36/+4
* update gpsd to send arbitrary data to GPS from clientGary E. Miller2018-07-141-0/+38
* gpsd.c: isnan() -> isfinite()Gary E. Miller2018-07-141-2/+2
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* isfinite(): Another try at getting Ubuntu to see isfinite()Gary E. Miller2018-02-131-4/+2
* isfinite(): add define for POSIX 2011LGary E. Miller2018-02-131-0/+3
* Clean up C and Python code-checker warnings.Eric S. Raymond2017-09-061-0/+1
* Alphabetize gpsd usage message. Add -r option.Gary E. Miller2017-06-301-9/+10
* Add the -r option to gpsd.Larry Boyd2017-06-301-2/+7
* Fixes spelling of "daemonization".Fred Wright2017-03-041-1/+1
* Fixes warning on CentOS build.Fred Wright2017-01-311-1/+2
* Centralizes daemon() calls.Fred Wright2017-01-221-2/+2
* No need to escape the DARWIN defines.Gary E. Miller2016-09-071-1/+2
* Hack around FreeBSD stupidity.Gary E. Miller2016-09-071-5/+3
* Fix format nti, git hates rtailing spaces..Gary E. Miller2016-08-301-1/+1
* for INADDR_LOOPBACK() FreeBSD wants __BSD_VISIBLEGary E. Miller2016-08-161-0/+2
* for vsnprintf() FreeBSD wants __ISO_C_VISIBLE >= 1999Gary E. Miller2016-08-161-0/+3
* __DARWIN_C_LEVEL and _DARWIN_C_SOURCE to silence some warnings.Gary E. Miller2016-08-161-0/+4
* nice() needs _XOPEN_SOURCE 500, setgroups(), daemon() needs _DEFAULT_SOURCEGary E. Miller2016-08-151-0/+5
* uint was rmoved in C99. If gpsd enforce C99, then uint must go.Gary E. Miller2016-08-151-1/+2
* usleep() is removed from POSIX-2008. Replace with nanosleep()Gary E. Miller2016-08-151-1/+7
* gpsd was shipping NMEA time to SHM even when no valid fix.Gary E. Miller2016-07-161-2/+1
* Don't daemonize gpsd if no good device or control socket.Nuno Gonçalves2016-06-141-0/+17
* Deal with some minor compiler warnings from FreeBSD.Eric S. Raymond2016-05-281-3/+3
* Make the gpsd usage message correct for timeservice builds.Eric S. Raymond2016-05-111-7/+11
* PPSTIME -> NTPTIMEGary E. Miller2016-04-241-2/+2
* Rename PPS_M IN_FIXES to NTP_MIN_FIXESGary E. Miller2016-04-131-1/+1
* Also send SKY when GPGSA is received.Gary E. Miller2016-04-111-1/+1
* RTCM3 packets can be bigger than RTCM2 ones.Gary E. Miller2016-04-061-1/+7
* Bad NMEA time was still leaking, require 3 fixes for time.Gary E. Miller2016-04-051-1/+1
* Introduce the flag GOODTIME_IS...HTJ2016-03-221-1/+2
* Fix build on OS/X < 10.6Fred Wright2016-01-211-4/+8
* Address Savannah bug #46648: gpsd crashes and buffer overflow is reported...Eric S. Raymond2016-01-041-1/+8
* Add a FIXME comment abot the emergency fix.Eric S. Raymond2015-06-011-0/+1
* Copy structs using assignment, not memcpy().Zbigniew Chyla2015-05-311-1/+1
* Free a GPS if it fails to activate on awakening. Fixes crash-exit bug.Eric S. Raymond2015-05-311-0/+4
* Stop reporting bad GPS serial time to ntp/chrony.Gary E. Miller2015-05-281-0/+3
* A gaggle of whitespace gaffs.Gary E. Miller2015-04-301-7/+7
* Revert "Copy structs using assignment, not memcpy()."Gary E. Miller2015-04-281-1/+1
* Copy structs using assignment, not memcpy().Zbigniew Chyla2015-04-281-1/+1