summaryrefslogtreecommitdiff
path: root/gpsutils.c
Commit message (Expand)AuthorAgeFilesLines
* Suppress logging of the satellite picture.Eric S. Raymond2010-04-151-1/+1
* Allow GNU indent to have its way with the last two files.Eric S. Raymond2010-04-141-2/+2
* Whitespace tweaks to pacify indent.Eric S. Raymond2010-04-141-2/+3
* Scatter GNU indent pragmas to tell it not to do stupid things.Eric S. Raymond2010-04-141-1/+3
* Reindented some small utility modules. All regression tests pass.Eric S. Raymond2010-04-141-205/+206
* A longstanding bug in error modeling fixed.Eric S. Raymond2010-04-131-1/+1
* Detect and scavenge unused daemon-side status-mask bit.Eric S. Raymond2010-04-101-2/+0
* Make the client library and daemon use different sets of state-flag masks.Eric S. Raymond2010-04-091-48/+13
* Internals of Qt support.Chris Browet2010-03-311-0/+20
* Dead-code removal.Eric S. Raymond2010-03-231-35/+0
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-2/+0
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-2/+7
* Use the Vincenty formula rather than the Haversine formula for earth_distance.Chris Kuethe2010-02-271-43/+60
* Removing logging put in place for debugging failing tests on Mac OS X.Michael Ledford2009-12-031-13/+1
* More logging to find regression test error on OS X. Getting closer.Michael Ledford2009-12-021-1/+7
* Increased logging precision gpsd_error_model().Michael Ledford2009-11-301-0/+7
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-1/+0
* Change some logging levels and reduce verbosity.Eric S. Raymond2009-10-061-4/+2
* Condition out some dead code.Eric S. Raymond2009-10-021-0/+2
* SKY response now includes DOP reports.Eric S. Raymond2009-09-151-3/+13
* Remove a variable declaration that is now unused.Eric S. Raymond2009-09-151-1/+0
* Separate DOP flags are gone.Eric S. Raymond2009-09-151-7/+1
* Add clear_dop().Eric S. Raymond2009-09-151-16/+21
* Give DOPs their own structure...Eric S. Raymond2009-09-151-15/+15
* Guard some inclusions that splint doesn't like. Eric S. Raymond2009-09-101-0/+2
* Split eph into epx and epy internally... Eric S. Raymond2009-09-031-4/+7
* Major rearrangement of device members in struct gpsdata_t... Eric S. Raymond2009-08-231-1/+1
* I don't think a singular LOS matrix is worth a LOG_WARN. Chris Kuethe2009-07-071-33/+35
* This diff goes most of the way to getting us splint-clean again.Eric S. Raymond2009-01-051-1/+1
* avoid a crash while parsing time. from greg troxelChris Kuethe2008-12-021-1/+1
* revert eric's patch to fix leap year date handlingChris Kuethe2008-01-011-14/+24
* Fix for mkgmtime bug reported by Rob Janssen, from GNU gmtime() manual page.Eric S. Raymond2008-01-011-21/+14
* Avoid naive FP comparison.Eric S. Raymond2007-12-151-4/+4
* Fxes to error-modeling docs.Mick Durkin2007-12-121-5/+5
* Fix patch by Petr Slansky.Eric S. Raymond2007-12-121-5/+5
* Fix to time conversion by Petr Slansky; passes all stable regressions.Eric S. Raymond2007-12-111-7/+6
* One bit of the algebra in the DOP computation from satellites was incorrect; Eric S. Raymond2007-12-101-9/+40
* avoid a core dump if somehow one of these pointers is NULLChris Kuethe2007-10-161-0/+2
* Our formula for computing estimated track error was computationally unstable.Eric S. Raymond2006-12-081-6/+6
* Convert some log levels I missed first time around.Eric S. Raymond2006-11-021-1/+1
* Define uniform log level macros.Eric S. Raymond2006-11-021-9/+9
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-0/+2
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
* Design decision: Trie North data gets mapped into existing fields (track, etc)Eric S. Raymond2006-08-311-6/+0
* Properly clear out latitude and longitude.Eric S. Raymond2006-08-211-0/+1
* Fixed reversed sense on some tests (only used for debugging).Eric S. Raymond2006-08-201-14/+14
* splint cleanup after CK's strcat()/strlcopy() cleanup.Eric S. Raymond2006-08-201-16/+18
* Support code for querying validity of fix fields.Eric S. Raymond2006-08-201-0/+66
* String safety, courtesy of snprintf, strlcat and strlcpy.Chris Kuethe2006-08-191-1/+1
* Enable 'j' command in cgps.Eric S. Raymond2006-08-181-0/+6