summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
Commit message (Expand)AuthorAgeFilesLines
* Initial creation of os_compat.h.Fred Wright2017-01-221-0/+1
* Fix too small buffers. Hex is 2x + 1 the size of binary.Gary E. Miller2016-09-011-1/+5
* Updare some driver dependecies.Eric S. Raymond2016-05-121-1/+1
* PPSTIME -> NTPTIMEGary E. Miller2016-04-241-1/+1
* Rename PPS_M IN_FIXES to NTP_MIN_FIXESGary E. Miller2016-04-131-0/+2
* RTCM3 packets can be bigger than RTCM2 ones.Gary E. Miller2016-04-061-0/+2
* Accept RTCM 3.1 and RTCM 3.2 over ntrip://Gary E. Miller2016-04-061-1/+3
* Improve GNGSA handling, add rx210.log which shows the problem.Gary E. Miller2016-04-051-0/+1
* Fix GPGSA/BDGSA processing so they combine.Gary E. Miller2016-03-301-0/+3
* Parse Skytraq packets to inbuffer.Gary E. Miller2016-03-291-0/+1
* A bit of clarifiaction on the NMEA sentence lengthGary E. Miller2016-03-281-2/+4
* Bump NMEA_MAX up to 102. Skytraq needs 100.Gary E. Miller2016-03-281-3/+4
* Introduce the flag GOODTIME_IS...HTJ2016-03-221-0/+1
* stash doesn't need to be an exposed configuration knob...Eric S. Raymond2016-03-151-0/+3
* Move declarations of libgps_debug related functions and definitions.Rob Norris2016-03-081-14/+0
* Add support for stashed partial messagesMichael Brown2016-02-091-0/+4
* Add concept of a GPS-disciplined oscillatorMichael Brown2016-02-091-1/+2
* By popular demand, restore STATUS_DGPS_FIX to public interface.Eric S. Raymond2016-01-291-6/+0
* Repair support for non-NMEA devices requiring active probing...Eric S. Raymond2016-01-221-1/+1
* Address Savannah bug #45270: serial driver does not work properly on pipes.Eric S. Raymond2016-01-041-1/+2
* Address Savannah bug #46082 - Can't explicitly build with NMEA drivers.Eric S. Raymond2015-10-011-4/+4
* A glut of whitespace fixes.Gary E. Miller2015-04-301-6/+6
* Steps 2 and 3 of the field addition procedure for PPS precision.Eric S. Raymond2015-04-041-1/+3
* Eliminate some duplication code for timespec arithmetic.Eric S. Raymond2015-04-011-78/+0
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-76/+64
* Only you cabn prevent obscure magic numbers.Eric S. Raymond2015-03-301-0/+6
* Attempt to support /dev/pps devices.Eric S. Raymond2015-03-291-0/+1
* Guard header files that raspbian splint hates.Gary E. Miller2015-03-261-1/+3
* Add compile-time check for arg type to NITEMS()Zbigniew Chyla2015-03-221-1/+1
* Float elimination. All regression tests pass.Eric S. Raymond2015-03-201-3/+3
* Our PPS expert says some code is useless. Remove it.Eric S. Raymond2015-03-191-3/+0
* Comment improvement.Eric S. Raymond2015-03-161-2/+2
* NMEA2000 driver was not using a bool where it should.Eric S. Raymond2015-03-161-1/+1
* More WIN32 removal.Eric S. Raymond2015-03-091-2/+0
* chronfd doesn't belong in the thread context, move it back out to session.Eric S. Raymond2015-03-081-0/+1
* Break timespec_str out of gpsutils.c.Eric S. Raymond2015-03-081-3/+0
* One of the float-elimination steps busted something. Revert.Eric S. Raymond2015-03-081-1/+1
* Sigh - gosd,h-tail should have been modified in last commit, not gpsd.hEric S. Raymond2015-03-081-1/+1
* Eliminate a potential source of defects by using static mutex initialization.Eric S. Raymond2015-03-081-3/+0
* Move some toolchain settings into compiler.h, all that stuff should live there.Eric S. Raymond2015-03-071-17/+0
* ppsthread.c gets its own header. Another step towards ntplib.Eric S. Raymond2015-03-071-37/+1
* Expose gpsd_vlog(), so ppsthread.c will be able to see it.Eric S. Raymond2015-03-071-0/+2
* gpsd-report() -> gpsd_log()Eric S. Raymond2015-03-071-1/+1
* Factor PPS-related members of struct gps_device_t into a pps_thread_t structure.Eric S. Raymond2015-03-071-15/+17
* Revert "Another step in prying ntplib loose. Partly decouple ppsthread.c fom...Eric S. Raymond2015-03-071-3/+13
* Revert "ntplib extraction requires libgpsd object format bump to 23."Eric S. Raymond2015-03-071-1/+2
* ntplib extraction requires libgpsd object format bump to 23.Eric S. Raymond2015-03-071-2/+1
* Another step in prying ntplib loose. Partly decouple ppsthread.c fom sessions.Eric S. Raymond2015-03-071-13/+3
* Remove some unused code and some port cruft.Eric S. Raymond2015-03-021-1/+4
* Assume POSIX-conformant termios.h.Eric S. Raymond2015-03-011-2/+0