| Commit message (Expand) | Author | Age | Files | Lines |
* | ATT: centralize clearing of the attitude data. | Gary E. Miller | 2018-09-11 | 1 | -0/+22 |
* | Remove some remnant splint annotations. | Eric S. Raymond | 2018-08-08 | 1 | -1/+1 |
* | gpsutils.c: isnan() -> isfinite() | Gary E. Miller | 2018-07-14 | 1 | -2/+3 |
* | $GPVTG Added parsing, storage, output of magnetic course | Daniel_M_Williams | 2018-06-12 | 1 | -1/+4 |
* | SPDXify the licerse references. | Eric S. Raymond | 2018-03-08 | 1 | -1/+1 |
* | ECEF: remove unused and unneeded ecef.valid. | Gary E. Miller | 2018-02-12 | 1 | -2/+0 |
* | Add ECEF support to u-blocx driver, data comes out in json. | Gary E. Miller | 2018-02-08 | 1 | -0/+24 |
* | Initial creation of os_compat.h. | Fred Wright | 2017-01-22 | 1 | -0/+1 |
* | Add Windows versions of time related functions. | Rob Norris | 2016-03-22 | 1 | -3/+92 |
* | Write scan-build suppressions to it runs clean. | Eric S. Raymond | 2015-03-30 | 1 | -0/+2 |
* | Retire splint from our set of static analyzers. | Eric S. Raymond | 2015-03-30 | 1 | -26/+11 |
* | Clean up most spint errors. All regression tests pass. | Eric S. Raymond | 2015-03-28 | 1 | -4/+13 |
* | Yet more: Line expects to suppress X error, found 0 errors | Gary E. Miller | 2015-03-25 | 1 | -4/+4 |
* | Break timespec_str out of gpsutils.c. | Eric S. Raymond | 2015-03-08 | 1 | -29/+1 |
* | Implement POSIX clock_gettime(3) for systems that lack it (like Mac OS X). | Eric S. Raymond | 2015-03-01 | 1 | -6/+0 |
* | Remove unused and incorrect retval from timespec_str | Zbigniew Chyla | 2015-02-15 | 1 | -6/+2 |
* | timespec_str: add "const" to input argument | Zbigniew Chyla | 2015-02-15 | 1 | -1/+1 |
* | Document the output of timespec_str() better | Gary E. Miller | 2015-02-12 | 1 | -0/+12 |
* | splint cleanup. All regressiion tests pass. | Eric S. Raymond | 2015-02-09 | 1 | -1/+3 |
* | Add function timespec_str(), and use it. | Gary E. Miller | 2015-02-05 | 1 | -0/+19 |
* | Comment on loss of precision in timestamp(). | Gary E. Miller | 2015-02-02 | 1 | -0/+2 |
* | Revert to using internal mkgmtime() as in 3.11. | Eric S. Raymond | 2015-01-23 | 1 | -8/+7 |
* | Easy splint cleanups. All regression tests pass. | Eric S. Raymond | 2015-01-21 | 1 | -1/+1 |
* | Revert to using timegm() following Hal Murray's report of Fedora flakiness. | Eric S. Raymond | 2015-01-14 | 1 | -3/+6 |
* | Fix the build in some unusual cases. All regression tests pass. | Eric S. Raymond | 2015-01-13 | 1 | -0/+5 |
* | Fixup iso8601_to_unix uninitialized memory bug | Jon Schlueter | 2015-01-07 | 1 | -0/+1 |
* | Better way to avoid glibc dependency. | Eric S. Raymond | 2014-09-29 | 1 | -0/+30 |
* | GNU libc timegm() turns out to be buggy when DST is on (glibc-2.19). | Eric S. Raymond | 2014-09-28 | 1 | -1/+1 |
* | Remove some custom code, at the cost of introducing a glibc depenency. | Eric S. Raymond | 2014-09-25 | 1 | -29/+1 |
* | Silence compiler warnings about array subscripts of type 'char' | Matt | 2014-09-10 | 1 | -2/+2 |
* | Code is fully cppcheck, splint, and Coverity clean. | Eric S. Raymond | 2013-11-06 | 1 | -2/+3 |
* | Nuke trailing whitespace in C source. | Eric S. Raymond | 2012-09-07 | 1 | -2/+2 |
* | fix building with clock_gettime and newer glibc | Mike Frysinger | 2012-05-21 | 1 | -2/+4 |
* | Comment out dead code. All regression tests pass. | Eric S. Raymond | 2012-05-17 | 1 | -1/+1 |
* | The strptime prototype is not provided unless explicitly requested. | Gary E. Miller | 2012-04-06 | 1 | -0/+5 |
* | Used clock_gettime() instead of gettimeofday() if possible. | Michael Tatarinov | 2011-10-20 | 1 | -3/+9 |
* | Tweak for time. | Michael Tatarinov | 2011-10-20 | 1 | -9/+0 |
* | Break out prototypes for client library export methgods into a new heasder. | Eric S. Raymond | 2011-09-28 | 1 | -0/+1 |
* | Cycle-start detection by timing works on a SiRF at 9600bps. | Eric S. Raymond | 2011-09-21 | 1 | -2/+2 |
* | splint cleanup. | Eric S. Raymond | 2011-09-21 | 1 | -2/+2 |
* | Remove the old latency-profiling machinery. | Eric S. Raymond | 2011-09-20 | 1 | -0/+9 |
* | Fix some compiler warnings. | Eric S. Raymond | 2011-09-15 | 1 | -0/+1 |
* | Typo fix. | Eric S. Raymond | 2011-09-07 | 1 | -1/+1 |
* | splint/pychecker cleanup of safe_atof(). | Eric S. Raymond | 2011-08-27 | 1 | -1/+3 |
* | Avoid locale problems in the NMEA driver, too. | Eric S. Raymond | 2011-08-27 | 1 | -0/+205 |
* | Now that gpsd.h is safe to include in libgps, revert an earlier change. | Eric S. Raymond | 2011-08-25 | 1 | -1/+1 |
* | Remove an unneeded gpsd.h include. | Eric S. Raymond | 2011-08-25 | 1 | -1/+1 |
* | Enable another gcc error messsabe and fix a warning. | Eric S. Raymond | 2011-08-11 | 1 | -1/+0 |
* | Typo fixes and scan-build cleanup. | Eric S. Raymond | 2011-08-11 | 1 | -0/+1 |
* | Removed duplicate code. | Michael Tatarinov | 2011-06-29 | 1 | -0/+6 |