summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gpsfake: Update doc for recently added options.Fred Wright2018-12-281-3/+13
* CentOS port fix.Eric S. Raymond2018-12-281-1/+1
* Decreases OSX Write_PAD.Fred Wright2018-12-271-1/+1
* gpsfake: Disable timeout when debugging.Fred Wright2018-12-271-0/+2
* gpsfake: Add option for debugging with lldb.Fred Wright2018-12-271-2/+7
* gpsfake: Allow timeout to be specified.Fred Wright2018-12-272-6/+16
* xgps: Wanr, not segfault, on missing DISPLAY variable.Gary E. Miller2018-12-271-1/+6
* SConstruct: Make "scons -c" clean scons config temp files. Issue #55294Gary E. Miller2018-12-271-0/+2
* packet.c: Remove an odd FALLTHROUGH. All tests pass.Gary E. Miller2018-12-271-1/+3
* SConstruct: Add -Wimplicit-fallthrough, if possible.Gary E. Miller2018-12-271-4/+15
* Replace gnu-ism: __attribute__ ((fallthrough));Gary E. Miller2018-12-272-2/+2
* gpsd.c: sort system includes.Gary E. Miller2018-12-271-22/+23
* HAVE_SYS_SELECT_H: Remove test for this. No longer needed.Gary E. Miller2018-12-273-6/+10
* nanowait(): move prototupe from gpsd.h to timespec.hGary E. Miller2018-12-272-2/+4
* gpsutils: need to include <sys/select.h> for POSIXGary E. Miller2018-12-271-6/+7
* Factor most uses of pselect(2) into a new utility function named 'nanowait'.Eric S. Raymond2018-12-2710-52/+34
* Rebuild tests to address Savannah bug #52678...Eric S. Raymond2018-12-267-1525/+1525
* gpspipe: POSIX_C_SOURCE breaks on osX.Gary E. Miller2018-12-262-1/+4
* gps2udp: setting POSIX_C_LEVEL breaks strsep() on osX.Gary E. Miller2018-12-261-1/+4
* driver_greis: Fix an osX format issue.Gary E. Miller2018-12-261-2/+2
* POSIX_C_SOURCE: Not just a linux define. 200112L is a minimum.Gary E. Miller2018-12-2610-14/+29
* timespec.h: Change MS to US for micro seconds.Gary E. Miller2018-12-261-5/+5
* libgps_sock: Fix to the fix for pselect() change.Gary E. Miller2018-12-262-2/+3
* libgps_sock: Fix pselect() buglet.Gary E. Miller2018-12-261-2/+3
* Eliminate effectively all uses of struct timeval.Eric S. Raymond2018-12-2610-26/+40
* Remove obsolete TODO item, now fulfilled.Eric S. Raymond2018-12-261-2/+0
* Address Savannah bug #53621: Invalid JSON generated for an unreadable deviceEric S. Raymond2018-12-262-3/+14
* Address Savannah bug #44951: Missing sequence ID fields in AIS Type 7 and 13...Eric S. Raymond2018-12-264-2/+19
* Address bug #47051: udev does not recognize "u-blox8 GNSS Mouse Receiver GR-801"Eric S. Raymond2018-12-261-0/+3
* Address Savannah bug #53846, gps_shm_open() should reset...PRIVATE(gpsdata)->...Eric S. Raymond2018-12-261-0/+1
* Typo fix in Evermore switch guard - won't affect normal operation.Eric S. Raymond2018-12-261-1/+1
* Fixes unused argument warnings in config.log.Fred Wright2018-12-251-0/+4
* Fixes unreliability in CheckCompilerOption().Fred Wright2018-12-251-1/+1
* Fixes symlink handling in zip target.Fred Wright2018-12-231-1/+1
* Fixes symlink handling in tarball creation.Fred Wright2018-12-231-1/+1
* Proofread the PPP doc.Sanjeev Gupta2018-12-221-3/+3
* ntpshmmon: Update man page to match current options.Gary E. Miller2018-12-201-16/+34
* ntpshmmon: Fix program name to not include full path of program.Gary E. Miller2018-12-201-3/+7
* ntpshmmon: Add -o option to repalce Seen@ with Offset.Gary E. Miller2018-12-201-9/+28
* ntpshmmon: Pur usage options in alpha order.Gary E. Miller2018-12-201-1/+1
* ntpshmmon: Add -? option to print usage and exit.Gary E. Miller2018-12-201-13/+15
* ntpmon: header was 81 chars long, now 80, to fit in a terminal window.Gary E. Miller2018-12-201-1/+1
* gpspipe: Small cleanup of getopt() and usage()Gary E. Miller2018-12-141-2/+2
* gpspipe: update man page to match current program.Gary E. Miller2018-12-141-16/+22
* gpspipe: Change gmtime() to gmtime_r().Gary E. Miller2018-12-141-3/+3
* gpspipe: Order the options in the code alphabetically.Gary E. Miller2018-12-141-33/+33
* gpspipe: Add -Z option to add Z to timestamp.Daniel_M_Williams2018-12-141-3/+23
* gpspipe: now outputs its timestamps as UTC, not localtimeDaniel_M_Williams2018-12-141-1/+1
* nmea0183: Use the pdop from GGA.Gary E. Miller2018-12-042-4/+8
* gpsctl: fix busy loop waiting for deviceKian Karas2018-12-041-0/+6