summaryrefslogtreecommitdiff
path: root/gpsd.c
AgeCommit message (Expand)Author
2018-09-22gpsd.c: fix compiler warning.Gary E. Miller
2018-09-22gpsd: Allow zerk/ubxtools to work when another client is running.Gary E. Miller
2018-07-26Savannah issue #53671: policy_t -> gps_policy_t.Gary E. Miller
2018-07-24gpsd: fix SHM() output.Gary E. Miller
2018-07-24gpsd.c: fix gpsd master/slave modeGary E. Miller
2018-07-24gpsd.c: finish moving redundant write code to write_gps().Gary E. Miller
2018-07-14update gpsd to send arbitrary data to GPS from clientGary E. Miller
2018-07-14gpsd.c: isnan() -> isfinite()Gary E. Miller
2018-03-08SPDXify the licerse references.Eric S. Raymond
2018-02-13isfinite(): Another try at getting Ubuntu to see isfinite()Gary E. Miller
2018-02-13isfinite(): add define for POSIX 2011LGary E. Miller
2017-09-06Clean up C and Python code-checker warnings.Eric S. Raymond
2017-06-30Alphabetize gpsd usage message. Add -r option.Gary E. Miller
2017-06-30Add the -r option to gpsd.Larry Boyd
2017-03-04Fixes spelling of "daemonization".Fred Wright
2017-01-31Fixes warning on CentOS build.Fred Wright
2017-01-22Centralizes daemon() calls.Fred Wright
2016-09-07No need to escape the DARWIN defines.Gary E. Miller
2016-09-07Hack around FreeBSD stupidity.Gary E. Miller
2016-08-30Fix format nti, git hates rtailing spaces..Gary E. Miller
2016-08-16for INADDR_LOOPBACK() FreeBSD wants __BSD_VISIBLEGary E. Miller
2016-08-16for vsnprintf() FreeBSD wants __ISO_C_VISIBLE >= 1999Gary E. Miller
2016-08-16__DARWIN_C_LEVEL and _DARWIN_C_SOURCE to silence some warnings.Gary E. Miller
2016-08-15nice() needs _XOPEN_SOURCE 500, setgroups(), daemon() needs _DEFAULT_SOURCEGary E. Miller
2016-08-15uint was rmoved in C99. If gpsd enforce C99, then uint must go.Gary E. Miller
2016-08-15usleep() is removed from POSIX-2008. Replace with nanosleep()Gary E. Miller
2016-07-16gpsd was shipping NMEA time to SHM even when no valid fix.Gary E. Miller
2016-06-14Don't daemonize gpsd if no good device or control socket.Nuno Gonçalves
2016-05-28Deal with some minor compiler warnings from FreeBSD.Eric S. Raymond
2016-05-11Make the gpsd usage message correct for timeservice builds.Eric S. Raymond
2016-04-24PPSTIME -> NTPTIMEGary E. Miller
2016-04-13Rename PPS_M IN_FIXES to NTP_MIN_FIXESGary E. Miller
2016-04-11Also send SKY when GPGSA is received.Gary E. Miller
2016-04-06RTCM3 packets can be bigger than RTCM2 ones.Gary E. Miller
2016-04-05Bad NMEA time was still leaking, require 3 fixes for time.Gary E. Miller
2016-03-22Introduce the flag GOODTIME_IS...HTJ
2016-01-21Fix build on OS/X < 10.6Fred Wright
2016-01-04Address Savannah bug #46648: gpsd crashes and buffer overflow is reported...Eric S. Raymond
2015-06-01Add a FIXME comment abot the emergency fix.Eric S. Raymond
2015-05-31Copy structs using assignment, not memcpy().Zbigniew Chyla
2015-05-31Free a GPS if it fails to activate on awakening. Fixes crash-exit bug.Eric S. Raymond
2015-05-28Stop reporting bad GPS serial time to ntp/chrony.Gary E. Miller
2015-04-30A gaggle of whitespace gaffs.Gary E. Miller
2015-04-28Revert "Copy structs using assignment, not memcpy()."Gary E. Miller
2015-04-28Copy structs using assignment, not memcpy().Zbigniew Chyla
2015-04-05Fix misleading PPS JSON documentation. Still needs work.Gary E. Miller
2015-04-01Add precision to the PPS JSON message.Gary E. Miller
2015-04-01Increase consistency of names. No code changes.Eric S. Raymond
2015-04-01Clean up PPS monitor interface with renames, and additional documentation.Eric S. Raymond
2015-03-31Propagate in-band time to PPS-only devices each time a fresh fix comes in.Eric S. Raymond